|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstantiationException | |
org.apache.turbine.services | Contains the Service framework for Turbine. |
Uses of InstantiationException in org.apache.turbine.services |
Methods in org.apache.turbine.services that throw InstantiationException | |
Initable |
InitableBroker.getInitable(java.lang.String className)
Provides an instance of Initable class ready to work. |
Initable |
BaseInitableBroker.getInitable(java.lang.String className)
Provides an instance of Initable class ready to work. |
protected Initable |
BaseInitableBroker.getInitableInstance(java.lang.String className)
Retrieves an instance of an Initable from the repository. |
void |
BaseServiceBroker.initServices(java.lang.Object data,
boolean report)
Performs early initiailzation of all services. |
Service |
BaseServiceBroker.getService(java.lang.String name)
Returns an instance of requested Service. |
protected Service |
BaseServiceBroker.getServiceInstance(java.lang.String name)
Retrieves an instance of a Service without triggering late initialization. |
void |
TurbineServices.initPrimaryServices(javax.servlet.ServletConfig config)
Initialize the primary services (Logging and Resources). |
Service |
ServiceBroker.getService(java.lang.String name)
Returns an instance of requested Service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |