Uses of Interface
org.apache.turbine.services.Service

Packages that use Service
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.assemblerbroker   
org.apache.turbine.services.cache   
org.apache.turbine.services.castor The Castor service is deprecated, you should use om/peer classes (torque). 
org.apache.turbine.services.component   
org.apache.turbine.services.db   
org.apache.turbine.services.factory   
org.apache.turbine.services.freemarker The Freemarker service is deprecated, you should use Velocity. 
org.apache.turbine.services.intake   
org.apache.turbine.services.jsp   
org.apache.turbine.services.localization   
org.apache.turbine.services.logging   
org.apache.turbine.services.mimetype   
org.apache.turbine.services.naming   
org.apache.turbine.services.pool   
org.apache.turbine.services.pull   
org.apache.turbine.services.resources   
org.apache.turbine.services.rundata   
org.apache.turbine.services.schedule   
org.apache.turbine.services.security   
org.apache.turbine.services.security.db   
org.apache.turbine.services.security.ldap   
org.apache.turbine.services.servlet   
org.apache.turbine.services.template   
org.apache.turbine.services.uniqueid   
org.apache.turbine.services.upload   
org.apache.turbine.services.velocity   
org.apache.turbine.services.webmacro The WebMacro service is deprecated, you should use Velocity. 
org.apache.turbine.services.xmlrpc   
org.apache.turbine.services.xslt   
 

Uses of Service in org.apache.turbine.services
 

Classes in org.apache.turbine.services that implement Service
 class BaseService
          This class is a generic implementation of Service.
 class BaseUnicastRemoteService
          A base implementation of an UnicastRemoteObject as a Turbine Service.
 class TurbineBaseService
          This class provides a Service implementation that Services used in Turbine are required to extend.
 

Methods in org.apache.turbine.services that return Service
 Service BaseServiceBroker.getService(java.lang.String name)
          Returns an instance of requested Service.
protected  Service BaseServiceBroker.getServiceInstance(java.lang.String name)
          Retrieves an instance of a Service without triggering late initialization.
 Service ServiceBroker.getService(java.lang.String name)
          Returns an instance of requested Service.
 

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

Subinterfaces of Service in org.apache.turbine.services.assemblerbroker
 interface AssemblerBrokerService
          An interface the Turbine Assembler service.
 

Classes in org.apache.turbine.services.assemblerbroker that implement Service
 class TurbineAssemblerBrokerService
          TurbineAssemblerBrokerService allows assemblers (like screens, actions and layouts) to be loaded from one or more AssemblerFactory classes.
 

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

Subinterfaces of Service in org.apache.turbine.services.cache
 interface GlobalCacheService
          GlobalCacheService interface.
 

Classes in org.apache.turbine.services.cache that implement Service
 class TurbineGlobalCacheService
          This Service functions as a Global Cache.
 

Uses of Service in org.apache.turbine.services.castor
 

Subinterfaces of Service in org.apache.turbine.services.castor
 interface CastorService
          Deprecated.  
 

Classes in org.apache.turbine.services.castor that implement Service
 class TurbineCastorService
          Deprecated.  
 

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

Subinterfaces of Service in org.apache.turbine.services.component
 interface ComponentService
          This service loads components that can be loaded by the Stratum component loader, e.g.
 

Classes in org.apache.turbine.services.component that implement Service
 class TurbineComponentService
          An implementation of ComponentService which loads all the components given in the TurbineResources.properties File
 

Uses of Service in org.apache.turbine.services.db
 

Subinterfaces of Service in org.apache.turbine.services.db
 interface MapBrokerService
          Deprecated. use org.apache.torque.Torque
 interface PoolBrokerService
          Deprecated. use org.apache.torque.Torque
 

Classes in org.apache.turbine.services.db that implement Service
 class TurbineMapBrokerService
          Deprecated. use org.apache.torque.Torque instead
 class TurbinePoolBrokerService
          Deprecated. use org.apache.torque.Torque instead
 

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

Subinterfaces of Service in org.apache.turbine.services.factory
 interface FactoryService
          The Factory Service instantiates objects using either default class loaders or a specified one.
 

Classes in org.apache.turbine.services.factory that implement Service
 class TurbineFactoryService
          The Factory Service instantiates objects using specified class loaders.
 

Uses of Service in org.apache.turbine.services.freemarker
 

Subinterfaces of Service in org.apache.turbine.services.freemarker
 interface FreeMarkerService
          Deprecated.  
 

Classes in org.apache.turbine.services.freemarker that implement Service
 class TurbineFreeMarkerService
          Deprecated.  
 

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

Classes in org.apache.turbine.services.intake that implement Service
 class TurbineIntakeService
          This service provides access to input processing objects based on an XML specification.
 

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

Subinterfaces of Service in org.apache.turbine.services.jsp
 interface JspService
          Implementations of the JspService interface.
 

Classes in org.apache.turbine.services.jsp that implement Service
 class TurbineJspService
          This is a Service that can process JSP templates from within a Turbine screen.
 

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

Subinterfaces of Service in org.apache.turbine.services.localization
 interface LocalizationService
          Provides localization functionality using the interface provided by ResourceBundle.
 

Classes in org.apache.turbine.services.localization that implement Service
 class TurbineLocalizationService
          This class is the single point of access to all localization resources.
 

Uses of Service in org.apache.turbine.services.logging
 

Subinterfaces of Service in org.apache.turbine.services.logging
 interface LoggingService
          A service that provides logging capabilities to Turbine.
 

Classes in org.apache.turbine.services.logging that implement Service
 class ServletLoggingService
          This service functions as a simple logger provider (with only one logger).
 class TurbineLoggingService
          The default implementation of the logging service in Turbine.
 

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

Subinterfaces of Service in org.apache.turbine.services.mimetype
 interface MimeTypeService
          The MimeType Service maintains mappings between MIME types and the corresponding file name extensions, and between locales and character encodings.
 

Classes in org.apache.turbine.services.mimetype that implement Service
 class TurbineMimeTypeService
          The MimeType Service maintains mappings between MIME types and the corresponding file name extensions, and between locales and character encodings.
 

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

Subinterfaces of Service in org.apache.turbine.services.naming
 interface NamingService
          Implementations of the NamingService interface provide JNDI naming contexts.
 

Classes in org.apache.turbine.services.naming that implement Service
 class TurbineNamingService
          This class is the default implementation of NamingService, which provides JNDI naming contexts.
 

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

Subinterfaces of Service in org.apache.turbine.services.pool
 interface PoolService
          The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
 

Classes in org.apache.turbine.services.pool that implement Service
 class TurbinePoolService
          The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
 

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

Subinterfaces of Service in org.apache.turbine.services.pull
 interface PullService
          The Pull Service manages the creation of application tools that are available to all templates in a Turbine application.
 

Classes in org.apache.turbine.services.pull that implement Service
 class TurbinePullService
           This is the concrete implementation of the Turbine Pull Service.
 

Uses of Service in org.apache.turbine.services.resources
 

Subinterfaces of Service in org.apache.turbine.services.resources
 interface ResourceService
          This service define a resource interface for accessing the configuration information of the application.
 

Classes in org.apache.turbine.services.resources that implement Service
 class TurbineResourceService
          This implementation of the resourcesService relies on an external properties file for storing the configuration keys and values.
 

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

Subinterfaces of Service in org.apache.turbine.services.rundata
 interface RunDataService
          The RunData Service provides the implementations for RunData and related interfaces required by request processing.
 

Classes in org.apache.turbine.services.rundata that implement Service
 class TurbineRunDataService
          The RunData Service provides the implementations for RunData and related interfaces required by request processing.
 

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

Subinterfaces of Service in org.apache.turbine.services.schedule
 interface ScheduleService
          ScheduleService interface.
 

Classes in org.apache.turbine.services.schedule that implement Service
 class TurbineNonPersistentSchedulerService
          Service for a cron like scheduler that uses the TurbineResources.properties file instead of the database.
 class TurbineSchedulerService
          Service for a cron like scheduler.
 

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

Subinterfaces of Service in org.apache.turbine.services.security
 interface SecurityService
          The Security Service manages Users, Groups Roles and Permissions in the system.
 

Classes in org.apache.turbine.services.security that implement Service
 class BaseSecurityService
          This is a common subset of SecurityService implementation.
 

Uses of Service in org.apache.turbine.services.security.db
 

Classes in org.apache.turbine.services.security.db that implement Service
 class DBSecurityService
          An implementation of SecurityService that uses a database as backend.
 

Uses of Service in org.apache.turbine.services.security.ldap
 

Classes in org.apache.turbine.services.security.ldap that implement Service
 class LDAPSecurityService
          An implementation of SecurityService that uses LDAP as a backend.
 

Uses of Service in org.apache.turbine.services.servlet
 

Subinterfaces of Service in org.apache.turbine.services.servlet
 interface ServletService
          This interface exposes methods of the runner context in order resolve or get access to external resources
 

Classes in org.apache.turbine.services.servlet that implement Service
 class TurbineServletService
          This class provides a context service when the application is run in a ServletContainer.
 

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

Subinterfaces of Service in org.apache.turbine.services.template
 interface TemplateService
          This service provides a method for mapping templates to their appropriate Screens or Navigations.
 

Classes in org.apache.turbine.services.template that implement Service
 class BaseTemplateEngineService
          The base implementation of Turbine TemplateEngineService.
 class TurbineTemplateService
          This service provides a method for mapping templates to their appropriate Screens or Navigations.
 

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

Subinterfaces of Service in org.apache.turbine.services.uniqueid
 interface UniqueIdService
           This service provides unique identifiers for the instance of Turbine, and for objects it creates.
 

Classes in org.apache.turbine.services.uniqueid that implement Service
 class TurbineUniqueIdService
           This is an implementation of UniqueIdService.
 

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

Subinterfaces of Service in org.apache.turbine.services.upload
 interface UploadService
           This service handles parsing multipart/form-data POST requests and turing them into form fields and uploaded files.
 

Classes in org.apache.turbine.services.upload that implement Service
 class BaseUploadService
           This class is a base implementation of UploadService.
 class FileHandlerUploadService
          Deprecated. Use TurbineUploadService instead.
 class OReillyUploadService
          Deprecated. use TurbineUploadService
 class TurbineUploadService
           This class is an implementation of UploadService.
 

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

Subinterfaces of Service in org.apache.turbine.services.velocity
 interface VelocityService
          Implementations of the VelocityService interface.
 

Classes in org.apache.turbine.services.velocity that implement Service
 class TurbineVelocityService
          This is a Service that can process Velocity templates from within a Turbine Screen.
 

Uses of Service in org.apache.turbine.services.webmacro
 

Subinterfaces of Service in org.apache.turbine.services.webmacro
 interface WebMacroService
          Deprecated.  
 

Classes in org.apache.turbine.services.webmacro that implement Service
 class TurbineWebMacroService
          Deprecated.  
 

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

Subinterfaces of Service in org.apache.turbine.services.xmlrpc
 interface XmlRpcService
          The interface an XmlRpcService implements.
 

Classes in org.apache.turbine.services.xmlrpc that implement Service
 class TurbineXmlRpcService
          This is a service which will make an xml-rpc call to a remote server.
 

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

Subinterfaces of Service in org.apache.turbine.services.xslt
 interface XSLTService
          The Turbine XSLT Service is used to transform xml with a xsl stylesheet.
 

Classes in org.apache.turbine.services.xslt that implement Service
 class TurbineXSLTService
          Implementation of the Turbine XSLT Service.
 



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