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 Type
    Method
    Description
    void
    Set a ParserService instance
  • Method Details

    • setParserService

      void setParserService(ParserService parserService)
      Set a ParserService instance
      Parameters:
      parserService - the service to be used