Package org.apache.fulcrum.parser
Interface ParserServiceSupport
- All Known Implementing Classes:
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 $
- Author:
- Thomas Vandahl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParserService
(ParserService parserService) Set a ParserService instance
-
Method Details
-
setParserService
Set a ParserService instance- Parameters:
parserService
- the service to be used
-