Uses of Class
org.apache.turbine.services.InstantiationException

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.
private  void BaseServiceBroker.doInitService(java.lang.Object data, java.lang.String name)
          Internal utility method for use in initServices() to prevent duplication of code.
 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.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.