|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
A Pull tool to make intake objects available to a template |
Uses of Recyclable in org.apache.turbine.services.intake.model |
Classes in org.apache.turbine.services.intake.model that implement Recyclable | |
class |
Group
Holds a group of Fields |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |