|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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.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.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 | |
---|---|
void |
TurbineBaseService.init()
Performs late initialization. |
void |
ServiceManager.init()
Initialize this service manager. |
void |
Initable.init()
Performs late initialization of an Initable. |
void |
BaseUnicastRemoteService.init()
|
void |
BaseServiceBroker.init()
Initialize this service manager. |
void |
BaseInitable.init()
Performs late initializtion. |
void |
TurbineBaseService.init(Object data)
Performs early initialization. |
void |
Initable.init(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 |
BaseUnicastRemoteService.init(Object data)
|
void |
BaseInitable.init(Object data)
Performs early initialization. |
void |
TurbineBaseService.init(PipelineData data)
Performs early initialization. |
void |
TurbineBaseService.init(RunData data)
Deprecated. Use the PipelineData version instead. |
void |
BaseUnicastRemoteService.init(javax.servlet.ServletConfig config)
|
void |
InitableBroker.initClass(String className,
Object data)
Performs early initialization of an Initable class. |
void |
BaseInitableBroker.initClass(String className,
Object data)
Performs early initialization of an Initable class. |
void |
ServiceBroker.initService(String name)
Performs early initialization of the specified service. |
void |
BaseServiceBroker.initService(String name)
Performs early initialization of specified service. |
void |
BaseServiceBroker.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 | |
---|---|
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 |
TurbineYaafiComponentService.init()
Load all configured components and initialize them. |
void |
TurbineAvalonComponentService.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 | |
---|---|
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.naming |
---|
Methods in org.apache.turbine.services.naming that throw InitializationException | |
---|---|
void |
TurbineNamingService.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 | |
---|---|
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 |
TurbineSchedulerService.init()
Initializes the SchedulerService. |
void |
TurbineNonPersistentSchedulerService.init()
Called the first time the Service is used. |
void |
TurbineSchedulerService.init(javax.servlet.ServletConfig config)
Deprecated. use init() instead. |
void |
TurbineNonPersistentSchedulerService.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 |
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 | |
---|---|
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 |
RolePeerManager.init(org.apache.commons.configuration.Configuration conf)
Initializes the RolePeerManager, loading the class object for the Peer used to retrieve Role objects |
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 |
GroupPeerManager.init(org.apache.commons.configuration.Configuration conf)
Initializes the GroupPeerManager, loading the class object for the Peer used to retrieve Group 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.ui |
---|
Methods in org.apache.turbine.services.ui that throw InitializationException | |
---|---|
void |
TurbineUIService.init()
Initializes the service. |
Uses of InitializationException in org.apache.turbine.services.uniqueid |
---|
Methods in org.apache.turbine.services.uniqueid that throw InitializationException | |
---|---|
void |
TurbineUniqueIdService.init()
Initializes the service upon first Turbine.doGet() invocation. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |