Package org.apache.fulcrum.parser
Schnittstelle ParserServiceSupport
- Alle bekannten Implementierungsklassen:
BaseValueParser
,DefaultCookieParser
,DefaultParameterParser
,StringValueParser
public interface ParserServiceSupport
ParserServiceSupport defines the methods which are needed by the parser objects
to get access to the ParserService.
- Version:
- $Id: ValueParser.java 535465 2007-05-05 06:58:06Z tv $
- Autor:
- Thomas Vandahl
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setParserService
(ParserService parserService) Set a ParserService instance
-
Methodendetails
-
setParserService
Set a ParserService instance- Parameter:
parserService
- the service to be used
-