| java.lang.Object org.apache.jasper.compiler.ParserController
ParserController | class ParserController implements TagConstants(Code) | | 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.
author: Pierre Delisle author: Jan Luehe |
parse | public Node.Nodes parse(String inFileName, Node parent, URL jarFileUrl) throws FileNotFoundException, JasperException, IOException(Code) | | Processes an include directive with the given path.
Parameters: inFileName - The path to the resource to be included. Parameters: parent - The parent node of the include directive. Parameters: jarFile - The JAR file from which to read the included resource,or null of the included resource is to be read from the filesystem |
|
|