Verwendungen von Schnittstelle
org.apache.fulcrum.parser.ValueParser
Packages, die ValueParser verwenden
-
Verwendungen von ValueParser in org.apache.fulcrum.parser
Unterschnittstellen von ValueParser in org.apache.fulcrum.parserModifizierer und TypSchnittstelleBeschreibunginterface
CookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser.interface
ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.Klassen in org.apache.fulcrum.parser, die ValueParser implementierenModifizierer und TypKlasseBeschreibungclass
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
CookieParser is used to get and set values of Cookies on the Client Browser.class
DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.class
An extension that parses a String for name/value pairs.Methoden in org.apache.fulcrum.parser mit Typparametern vom Typ ValueParserModifizierer und TypMethodeBeschreibung<P extends ValueParser>
PGet aValueParser
instance from the service.<P extends ValueParser>
PGet aValueParser
instance from the service.Methoden in org.apache.fulcrum.parser, die ValueParser zurückgebenModifizierer und TypMethodeBeschreibungDataStreamParser.next()
Returns a ValueParser object containing the next row of values.DataStreamParser.nextRow()
Returns a ValueParser object containing the next row of values.Methoden in org.apache.fulcrum.parser mit Parametern vom Typ ValueParserModifizierer und TypMethodeBeschreibungvoid
DefaultParserService.putParser
(ValueParser parser) Clears the parse and puts it back into the pool service.void
ParserService.putParser
(ValueParser parser) Put the parser into service