|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueParser | |
org.apache.turbine.services.intake | The intake service can validate user input from HTML forms. |
org.apache.turbine.services.intake.model | |
org.apache.turbine.util | Various utilities used in Turbine and for Turbine based applications. |
org.apache.turbine.util.parser | Parser for CGI parameters and path info data. |
Uses of ValueParser in org.apache.turbine.services.intake |
Methods in org.apache.turbine.services.intake with parameters of type ValueParser | |
void |
IntakeTool.addGroupsToParameters(ValueParser vp)
|
Uses of ValueParser in org.apache.turbine.services.intake.model |
Fields in org.apache.turbine.services.intake.model declared as ValueParser | |
protected ValueParser |
Field.parser
The object containing the field data. |
protected ValueParser |
Group.pp
The object containing the request data |
Methods in org.apache.turbine.services.intake.model with parameters of type ValueParser | |
Field |
FileItemField.init(ValueParser vp)
Method called when this field (the group it belongs to) is pulled from the pool. |
Field |
Field.init(ValueParser pp)
Method called when this field (the group it belongs to) is pulled from the pool. |
protected boolean |
Field.validate(ValueParser pp)
Deprecated. Call validate() instead (with no parameters). |
protected void |
Field.doSetValue(ValueParser pp)
Deprecated. Use doSetValue() instead (with no parameters). |
Group |
Group.init(ValueParser pp)
Initializes the default Group using parameters. |
Group |
Group.init(java.lang.String key,
ValueParser pp)
Initializes the Group with parameters from RunData corresponding to key. |
java.util.ArrayList |
Group.getObjects(ValueParser pp)
Describe getObjects method here. |
Uses of ValueParser in org.apache.turbine.util |
Subinterfaces of ValueParser in org.apache.turbine.util | |
interface |
ValueParser
Deprecated. Use org.apache.turbine.util.parser.ValueParser instead. |
Uses of ValueParser in org.apache.turbine.util.parser |
Subinterfaces of ValueParser in org.apache.turbine.util.parser | |
interface |
CookieParser
CookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser. |
interface |
ParameterParser
ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments. |
Classes in org.apache.turbine.util.parser that implement ValueParser | |
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. |
Methods in org.apache.turbine.util.parser that return ValueParser | |
ValueParser |
DataStreamParser.nextRow()
Returns a ValueParser object containing the next row of values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |