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
 void setParserService(ParserService parserService)
          Set a ParserService instance
 

Method Detail

setParserService

void setParserService(ParserService parserService)
Set a ParserService instance



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