Uses of Interface
org.apache.turbine.util.pool.Recyclable

Packages that use Recyclable
org.apache.turbine.om   
org.apache.turbine.services.intake The intake service can validate user input from HTML forms. 
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
org.apache.turbine.util.parser Parser for CGI parameters and path info data. 
org.apache.turbine.util.pool Some helper classes and interfaces for the Pool Service. 
 

Uses of Recyclable in org.apache.turbine.om
 

Classes in org.apache.turbine.om that implement Recyclable
 class OMTool
          A Pull tool to make om objects available to a template
 

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

Classes in org.apache.turbine.services.intake that implement Recyclable
 class IntakeTool
          The main class through which Intake is accessed.
 

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

Subinterfaces of Recyclable in org.apache.turbine.services.rundata
 interface TurbineRunData
          TurbineRunData is an extension to the RunData interface to be implemented by RunData implementations to be distributed by the Turbine RunData Service.
 

Classes in org.apache.turbine.services.rundata that implement Recyclable
 class DefaultTurbineRunData
          DefaultTurbineRunData is the default implementation of the TurbineRunData interface, which is distributed by the Turbine RunData service, if another implementation is not defined in the default or specified RunData configuration.
 

Uses of Recyclable in org.apache.turbine.util.parser
 

Classes in org.apache.turbine.util.parser that implement Recyclable
 class BaseValueParser
          BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser).
 class DefaultCookieParser
          CookieParser is used to get and set values of Cookies on the Client Browser.
 class DefaultParameterParser
          DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
 

Uses of Recyclable in org.apache.turbine.util.pool
 

Subinterfaces of Recyclable in org.apache.turbine.util.pool
 interface ArrayCtorRecyclable
          An interface for objects that can be pooled and recycled several times by different clients.
 interface InitableRecyclable
          An interface for objects that can be pooled and recycled several times by different clients.
 

Classes in org.apache.turbine.util.pool that implement Recyclable
 class RecyclableSupport
          A support class for recyclable objects implementing default methods.
 



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