Uses of Interface
org.apache.turbine.util.ValueParser

Packages that use ValueParser
org.apache.turbine.util   
org.apache.turbine.util.parser   
 

Uses of ValueParser in org.apache.turbine.util
 

Subinterfaces of ValueParser in org.apache.turbine.util
 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.
 

Fields in org.apache.turbine.util declared as ValueParser
private  ValueParser DataStreamParser.lineValues
          The parameter parser holding the values of columns for the current line.
 

Methods in org.apache.turbine.util that return ValueParser
 ValueParser DataStreamParser.nextRow()
          Returns a ValueParser object containing the next row of values.
 

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

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.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.