All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry5.corelib.pages.ServiceStatus.tml Maven / Gradle / Ivy

Go to download

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

There is a newer version: 5.8.6
Show newest version

    
        Tapestry IoC Services Status
        
    
    

        

Tapestry IoC Services Status

${activity.size()} services defined in the IoC Registry.

${row.serviceInterface}

Explanation of status:

Builtin
A fundamental service that exists even before the Registry is created.
Defined
The service is defined, but has not yet been referenced.
Virtual
The service has been referenced (usually for injection into another service) but has not yet been realized into an instantiated service. Realization occurs with the first method invocation on the proxy.
Real
The service has been realized: instantiated, dependencies injected, decorated with interceptors and is fully in operation.

${message:service-status-hidden}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy