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

Packages that use InitializationException
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.assemblerbroker Assemblerbroker Service looks for action, screen, page, layout classes based on class fragments. 
org.apache.turbine.services.avaloncomponent Avalon based component service to provide access to avalon components for Turbine applications. 
org.apache.turbine.services.cache Global caching service for java objects. 
org.apache.turbine.services.component   
org.apache.turbine.services.crypto Contains the Crypto Service providing you with a variety of Crypto algorithms. 
org.apache.turbine.services.factory Contains a generic factory for generating new objects. 
org.apache.turbine.services.intake The intake service can validate user input from HTML forms. 
org.apache.turbine.services.jsp JSP Service is used to provide Turbine with a Java Server page (JSP) based view. 
org.apache.turbine.services.localization This service provides access and tools for multilingual applications in Turbine. 
org.apache.turbine.services.mimetype Provides mapping between MIME types and their corresponding file extensions. 
org.apache.turbine.services.naming Naming Service provides access to JNDI naming contexts. 
org.apache.turbine.services.pool The pool service can keep a stock of objects and recycle them. 
org.apache.turbine.services.pull Provides application tools that are put into the context of a template view. 
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
org.apache.turbine.services.schedule The scheduler service can run tasks in the background. 
org.apache.turbine.services.security The security service can be used to authenticate users based on database information. 
org.apache.turbine.services.security.torque A security service implementation based on Torque generated peer classes. 
org.apache.turbine.services.template Template Service maps template references to a view service and a template name. 
org.apache.turbine.services.uniqueid Returns unique identifiers for session tracking, cookies etc. 
org.apache.turbine.services.upload The upload service processes data uploaded by the user from the browser. 
org.apache.turbine.services.velocity Velocity Service is used to provide Turbine with a Velocity based view. 
org.apache.turbine.services.xmlrpc The XML-RPC Service can be used to communicate with a remote application. 
org.apache.turbine.services.xslt The XSLT Service can be used to translate XML documents into various output formats. 
 

Uses of InitializationException in org.apache.turbine.services
 

Methods in org.apache.turbine.services that throw InitializationException
 void ServiceManager.init()
          Initialize this service manager.
 void BaseServiceBroker.init()
          Initialize this service manager.
 void BaseServiceBroker.initService(java.lang.String name)
          Performs early initialization of specified service.
 void BaseServiceBroker.initServices(boolean report)
          Performs early initialization of all services.
 void BaseUnicastRemoteService.init(javax.servlet.ServletConfig config)
           
 void BaseUnicastRemoteService.init(java.lang.Object data)
           
 void BaseUnicastRemoteService.init()
           
 void BaseInitableBroker.initClass(java.lang.String className, java.lang.Object data)
          Performs early initialization of an Initable class.
 void InitableBroker.initClass(java.lang.String className, java.lang.Object data)
          Performs early initialization of an Initable class.
 void ServiceBroker.initService(java.lang.String name)
          Performs early initialization of the specified service.
 void Initable.init(java.lang.Object data)
          Performs early initailization of an Initable During the startup of the system, different objects may be passed to your class using this method.
 void Initable.init()
          Performs late initialization of an Initable.
 void BaseInitable.init(java.lang.Object data)
          Performs early initialization.
 void BaseInitable.init()
          Performs late initializtion.
 void TurbineBaseService.init(java.lang.Object data)
          Performs early initialization.
 void TurbineBaseService.init(javax.servlet.ServletConfig config)
          Deprecated. Use init() instead
 void TurbineBaseService.init(RunData data)
          Performs early initialization.
 void TurbineBaseService.init()
          Performs late initialization.
 

Uses of InitializationException in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker that throw InitializationException
 void TurbineAssemblerBrokerService.init()
          Initializes the AssemblerBroker and loads the AssemblerFactory classes registered in TurbineResources.Properties.
 

Uses of InitializationException in org.apache.turbine.services.avaloncomponent
 

Methods in org.apache.turbine.services.avaloncomponent that throw InitializationException
 void TurbineAvalonComponentService.init()
          Load all configured components and initialize them.
 

Uses of InitializationException in org.apache.turbine.services.cache
 

Methods in org.apache.turbine.services.cache that throw InitializationException
 void TurbineGlobalCacheService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.component
 

Methods in org.apache.turbine.services.component that throw InitializationException
 void TurbineComponentService.init()
          Deprecated. Load all configured components and initialize them.
 void TurbineComponentService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 

Uses of InitializationException in org.apache.turbine.services.crypto
 

Methods in org.apache.turbine.services.crypto that throw InitializationException
 void TurbineCryptoService.init()
          There is not much to initialize here.
 

Uses of InitializationException in org.apache.turbine.services.factory
 

Methods in org.apache.turbine.services.factory that throw InitializationException
 void TurbineFactoryService.init()
          Initializes the service by loading default class loaders and customized object factories.
 

Uses of InitializationException in org.apache.turbine.services.intake
 

Methods in org.apache.turbine.services.intake that throw InitializationException
 void TurbineIntakeService.init()
          Called the first time the Service is used.
 void TurbineIntakeService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 

Uses of InitializationException in org.apache.turbine.services.jsp
 

Methods in org.apache.turbine.services.jsp that throw InitializationException
 void TurbineJspService.init()
          Load all configured components and initialize them.
 void TurbineJspService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 

Uses of InitializationException in org.apache.turbine.services.localization
 

Methods in org.apache.turbine.services.localization that throw InitializationException
 void TurbineLocalizationService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.mimetype
 

Methods in org.apache.turbine.services.mimetype that throw InitializationException
 void TurbineMimeTypeService.init()
          Initializes the service.
 

Uses of InitializationException in org.apache.turbine.services.naming
 

Methods in org.apache.turbine.services.naming that throw InitializationException
 void TurbineNamingService.init()
          Called the first time the Service is used.
 void TurbineNamingService.init(RunData data)
          Deprecated. This should never have been here. No replacement.
 

Uses of InitializationException in org.apache.turbine.services.pool
 

Methods in org.apache.turbine.services.pool that throw InitializationException
 void TurbinePoolService.init()
          Initializes the service by setting the pool capacity.
 

Uses of InitializationException in org.apache.turbine.services.pull
 

Methods in org.apache.turbine.services.pull that throw InitializationException
 void TurbinePullService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.rundata
 

Methods in org.apache.turbine.services.rundata that throw InitializationException
 void TurbineRunDataService.init()
          Initializes the service by setting the pool capacity.
 

Uses of InitializationException in org.apache.turbine.services.schedule
 

Methods in org.apache.turbine.services.schedule that throw InitializationException
 void TurbineNonPersistentSchedulerService.init()
          Called the first time the Service is used.
Load all the jobs from cold storage.
 void TurbineNonPersistentSchedulerService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 void TurbineSchedulerService.init()
          Initializes the SchedulerService.
 void TurbineSchedulerService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 

Uses of InitializationException in org.apache.turbine.services.security
 

Methods in org.apache.turbine.services.security that throw InitializationException
 void BaseSecurityService.init()
          Initializes the SecurityService, locating the apropriate UserManager This is a zero parameter variant which queries the Turbine Servlet for its config.
 void BaseSecurityService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 void UserManager.init(org.apache.commons.configuration.Configuration conf)
          Initializes the UserManager
 

Uses of InitializationException in org.apache.turbine.services.security.torque
 

Methods in org.apache.turbine.services.security.torque that throw InitializationException
static void GroupPeerManager.init(org.apache.commons.configuration.Configuration conf)
          Initializes the GroupPeerManager, loading the class object for the Peer used to retrieve Group objects
 void TorqueSecurityService.init()
          Initializes the TorqueSecurityService, loading the various class objects representing the security entity peer classes
static void UserPeerManager.init(org.apache.commons.configuration.Configuration conf)
          Initializes the UserPeerManager, loading the class object for the Peer used to retrieve User objects
 void TorqueUserManager.init(org.apache.commons.configuration.Configuration conf)
          Initializes the UserManager
static void PermissionPeerManager.init(org.apache.commons.configuration.Configuration conf)
          Initializes the PermissionPeerManager, loading the class object for the Peer used to retrieve Permission objects
static void RolePeerManager.init(org.apache.commons.configuration.Configuration conf)
          Initializes the RolePeerManager, loading the class object for the Peer used to retrieve Role objects
 

Uses of InitializationException in org.apache.turbine.services.template
 

Methods in org.apache.turbine.services.template that throw InitializationException
 void TurbineTemplateService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.uniqueid
 

Methods in org.apache.turbine.services.uniqueid that throw InitializationException
 void TurbineUniqueIdService.init(RunData data)
          Deprecated. Use init() instead
 void TurbineUniqueIdService.init()
           Initializes the service upon first Turbine.doGet() invocation.
 

Uses of InitializationException in org.apache.turbine.services.upload
 

Methods in org.apache.turbine.services.upload that throw InitializationException
 void TurbineUploadService.init()
          Initializes the service.
 

Uses of InitializationException in org.apache.turbine.services.velocity
 

Methods in org.apache.turbine.services.velocity that throw InitializationException
 void TurbineVelocityService.init()
          Load all configured components and initialize them.
 void TurbineVelocityService.init(javax.servlet.ServletConfig config)
          Deprecated. use init() instead.
 

Uses of InitializationException in org.apache.turbine.services.xmlrpc
 

Methods in org.apache.turbine.services.xmlrpc that throw InitializationException
 void TurbineXmlRpcService.init()
          This function initializes the XmlRpcService.This is a zero parameter variant which queries the Turbine Servlet for its config.
 void TurbineXmlRpcService.init(javax.servlet.ServletConfig config)
          Deprecated. Use init() instead.
 

Uses of InitializationException in org.apache.turbine.services.xslt
 

Methods in org.apache.turbine.services.xslt that throw InitializationException
 void TurbineXSLTService.init()
          Initialize the TurbineXSLT Service.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.