|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecyclableSupport | |
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. |
Uses of RecyclableSupport in org.apache.turbine.services.rundata |
Subclasses of RecyclableSupport in org.apache.turbine.services.rundata | |
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 RecyclableSupport in org.apache.turbine.util.parser |
Subclasses of RecyclableSupport in org.apache.turbine.util.parser | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |