Package | Description |
---|---|
org.apache.fulcrum.parser | |
org.apache.fulcrum.parser.pool |
Class and Description |
---|
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.
|
CookieParser
CookieParser is an interface to a utility to to get and set values
of Cookies on the Client Browser.
|
DataStreamParser
DataStreamParser is used to parse a stream with a fixed format and
generate ValueParser objects which can be used to extract the values
in the desired type.
|
ParameterParser
ParameterParser is an interface to a utility to handle parsing and
retrieving the data passed via the GET/POST/PATH_INFO arguments.
|
ParserService
ParserService defines the methods which are needed by the parser objects
to get their necessities.
|
ParserServiceSupport
ParserServiceSupport defines the methods which are needed by the parser objects
to get access to the ParserService.
|
ValueParser
ValueParser is a base interface for classes that need to parse
name/value Parameters, for example GET/POST data or Cookies
(ParameterParser and CookieParser)
NOTE: The name= portion of a name=value pair may be converted
to lowercase or uppercase when the object is initialized and when
new data is added.
|
ValueParser.URLCaseFolding
Possible values for the URL folding setting
|
Class and Description |
---|
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.
|
DefaultCookieParser
CookieParser is used to get and set values of Cookies on the Client
Browser.
|
DefaultParameterParser
DefaultParameterParser is a utility object to handle parsing and
retrieving the data passed via the GET/POST/PATH_INFO arguments.
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.