| java.lang.Object com.rimfaxe.webserver.compiler.jsp.ParserController
ParserController | public class ParserController (Code) | | Controller for the parsing of a JSP page.
A translation unit (JSP source file and any files included via the
include directive) may involve the processing of JSP pages
written with different syntaxes (currently the original JSP syntax,
as well as the XML syntax (as of JSP 1.2)). This class encapsulates
the behavior related to the selection and invocation of
the proper parser.
author: Pierre Delisle author: Lars Andersen |
|
|