|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.turbine.services | |
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.db | A security service implementation that used an SQL database for authentication. |
org.apache.turbine.services.security.ldap | An LDAP based security service implementation. |
org.apache.turbine.services.security.torque | A security service implementation based on Torque generated peer classes. |
org.apache.turbine.services.servlet | Provides access to various resources from the web container. |
org.apache.turbine.services.session | The session service allows you to access session information of the servlet container. |
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. |
Classes in org.apache.turbine.services used by org.apache.turbine.services | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
BaseServiceBroker
A generic implementation of a ServiceBroker which
provides:
Maintaining service name to class name mapping, allowing
plugable service implementations.
Providing Services with a configuration based on
system wide configuration mechanism.
|
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitableBroker
Classes that implement this interface can act as a broker for Initable classes. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
InstantiationException
Thrown by InitableBroker and
ServiceBroker classes to indicate problems with
instatiation of requested objects. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
ServiceBroker
Classes that implement this interface can act as a broker for Service classes. |
|
ServiceManager
Classes that implement this interface can act as a manager for Service classes. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.assemblerbroker | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.avaloncomponent | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.cache | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.component | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.crypto | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.factory | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.intake | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.jsp | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.localization | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.mimetype | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.naming | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.pool | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.pull | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.rundata | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.schedule | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.security | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.security.db | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.security.ldap | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.security.torque | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.servlet | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.session | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.template | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.uniqueid | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.upload | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.velocity | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.xmlrpc | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
Classes in org.apache.turbine.services used by org.apache.turbine.services.xslt | |
BaseInitable
This class provides a generic implementation of Initable . |
|
BaseService
This class is a generic implementation of Service . |
|
Initable
Classes that implement this interface need initialization before they can work. |
|
InitializationException
Thrown by Initable class in case of initialization
problems. |
|
Service
Services are Initables that have a name,
and a set of properties. |
|
TurbineBaseService
This class provides a Service implementation that
Services used in Turbine are required to extend. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |