Uses of Class
org.apache.turbine.services.InitializationException
-
Packages that use InitializationException Package Description 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.jsp JSP Service is used to provide Turbine with a Java Server page (JSP) based view.org.apache.turbine.services.naming Naming Service provides access to JNDI naming contexts.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.template Template Service maps template references to a view service and a template name.org.apache.turbine.services.ui Provides skinning facilities for a Turbine web application.org.apache.turbine.services.uniqueid Returns unique identifiers for session tracking, cookies etc.org.apache.turbine.services.urlmapper Provide back-and-forth-mapping facilities for simplified URLs
$Id$org.apache.turbine.services.velocity Velocity Service is used to provide Turbine with a Velocity based view. -
-
Uses of InitializationException in org.apache.turbine.services
Methods in org.apache.turbine.services that throw InitializationException Modifier and Type Method Description voidBaseInitable. init()Performs late initialization.voidBaseInitable. init(Object data)Performs early initialization.voidBaseServiceBroker. init()Initialize this service manager.voidBaseUnicastRemoteService. init()voidBaseUnicastRemoteService. init(Object data)voidInitable. init()Performs late initialization of an Initable.voidInitable. init(Object data)Performs early initialization of an Initable During the startup of the system, different objects may be passed to your class using this method.voidServiceManager. init()Initialize this service manager.voidTurbineBaseService. init()Performs late initialization.voidTurbineBaseService. init(Object data)Performs early initialization.voidTurbineBaseService. init(PipelineData pipelineData)Performs early initialization.voidBaseInitableBroker. initClass(String className, Object data)Performs early initialization of an Initable class.voidInitableBroker. initClass(String className, Object data)Performs early initialization of an Initable class.protected voidBaseServiceBroker. initMapping()Creates a mapping between Service names and class names.voidBaseServiceBroker. initService(String name)Performs early initialization of specified service.voidServiceBroker. initService(String name)Performs early initialization of the specified service.voidBaseServiceBroker. initServices(boolean report)Performs early initialization of all services. -
Uses of InitializationException in org.apache.turbine.services.assemblerbroker
Methods in org.apache.turbine.services.assemblerbroker that throw InitializationException Modifier and Type Method Description voidTurbineAssemblerBrokerService. 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 Modifier and Type Method Description voidTurbineYaafiComponentService. init()Load all configured components and initialize them. -
Uses of InitializationException in org.apache.turbine.services.jsp
Methods in org.apache.turbine.services.jsp that throw InitializationException Modifier and Type Method Description voidTurbineJspService. init()Load all configured components and initialize them. -
Uses of InitializationException in org.apache.turbine.services.naming
Methods in org.apache.turbine.services.naming that throw InitializationException Modifier and Type Method Description voidTurbineNamingService. init()Called the first time the Service is used. -
Uses of InitializationException in org.apache.turbine.services.pull
Methods in org.apache.turbine.services.pull that throw InitializationException Modifier and Type Method Description voidTurbinePullService. 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 Modifier and Type Method Description voidTurbineRunDataService. 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 Modifier and Type Method Description voidAbstractSchedulerService. init()Initializes the SchedulerService.voidQuartzSchedulerService. init()Initializes the SchedulerService. -
Uses of InitializationException in org.apache.turbine.services.security
Methods in org.apache.turbine.services.security that throw InitializationException Modifier and Type Method Description voidDefaultSecurityService. init()Initializes the SecurityService, locating the appropriate UserManager This is a zero parameter variant which queries the Turbine Servlet for its config.voidDefaultUserManager. init(org.apache.commons.configuration2.Configuration conf)Initializes the UserManagervoidUserManager. init(org.apache.commons.configuration2.Configuration conf)Initializes the UserManager -
Uses of InitializationException in org.apache.turbine.services.template
Methods in org.apache.turbine.services.template that throw InitializationException Modifier and Type Method Description voidTurbineTemplateService. init()Called the first time the Service is used. -
Uses of InitializationException in org.apache.turbine.services.ui
Methods in org.apache.turbine.services.ui that throw InitializationException Modifier and Type Method Description voidTurbineUIService. init()Initializes the service. -
Uses of InitializationException in org.apache.turbine.services.uniqueid
Methods in org.apache.turbine.services.uniqueid that throw InitializationException Modifier and Type Method Description voidTurbineUniqueIdService. init()Initializes the service upon first Turbine.doGet() invocation. -
Uses of InitializationException in org.apache.turbine.services.urlmapper
Methods in org.apache.turbine.services.urlmapper that throw InitializationException Modifier and Type Method Description voidTurbineURLMapperService. init()Initializes the service. -
Uses of InitializationException in org.apache.turbine.services.velocity
Methods in org.apache.turbine.services.velocity that throw InitializationException Modifier and Type Method Description voidTurbineVelocityService. init()Load all configured components and initialize them.
-