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.velocity |
Velocity Service is used to provide Turbine with a Velocity based view.
|
Modifier and Type | Method and Description |
---|---|
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 initialization.
|
void |
TurbineBaseService.init(Object data)
Performs early initialization.
|
void |
Initable.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.
|
void |
BaseUnicastRemoteService.init(Object data) |
void |
BaseInitable.init(Object data)
Performs early initialization.
|
void |
TurbineBaseService.init(PipelineData pipelineData)
Performs early initialization.
|
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.
|
protected void |
BaseServiceBroker.initMapping()
Creates a mapping between Service names and class names.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineAssemblerBrokerService.init()
Initializes the AssemblerBroker and loads the AssemblerFactory
classes registered in TurbineResources.Properties.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineYaafiComponentService.init()
Load all configured components and initialize them.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineJspService.init()
Load all configured components and initialize them.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineNamingService.init()
Called the first time the Service is used.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbinePullService.init()
Called the first time the Service is used.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineRunDataService.init()
Initializes the service by setting the pool capacity.
|
Modifier and Type | Method and Description |
---|---|
void |
QuartzSchedulerService.init()
Initializes the SchedulerService.
|
void |
AbstractSchedulerService.init()
Initializes the SchedulerService.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultSecurityService.init()
Initializes the SecurityService, locating the appropriate 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
|
void |
DefaultUserManager.init(org.apache.commons.configuration.Configuration conf)
Initializes the UserManager
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineTemplateService.init()
Called the first time the Service is used.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineUIService.init()
Initializes the service.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineUniqueIdService.init()
Initializes the service upon first Turbine.doGet()
invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
TurbineVelocityService.init()
Load all configured components and initialize them.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.