Uses of Interface
org.apache.fulcrum.parser.ValueParser

Uses of ValueParser in org.apache.fulcrum.parser
 

Subinterfaces of ValueParser in org.apache.fulcrum.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.fulcrum.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) It can also be used standalone, for an example see DataStreamParser.
 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.
 class StringValueParser
          An extension that parses a String for name/value pairs.
 

Methods in org.apache.fulcrum.parser that return ValueParser
 ValueParser ParserService.getParser(Class ppClass)
          Get a ValueParser instance from the service.
 ValueParser DefaultParserService.getParser(Class ppClass)
          Get a ValueParser instance from the service.
 ValueParser DataStreamParser.nextRow()
          Returns a ValueParser object containing the next row of values.
 

Methods in org.apache.fulcrum.parser with parameters of type ValueParser
 void ParserService.putParser(ValueParser parser)
          Return a used Parser to the service.
 void DefaultParserService.putParser(ValueParser parser)
          Return a used Parser to the service.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.