Class ParserController

java.lang.Object
org.apache.jasper.compiler.ParserController
All Implemented Interfaces:
TagConstants

class ParserController extends Object implements TagConstants
Controller for the parsing of a JSP page.

The same ParserController instance is used for a JSP page and any JSP segments included by it (via an include directive), where each segment may be provided in standard or XML syntax. This class selects and invokes the appropriate parser for the JSP page and its included segments.