com.rimfaxe.webserver.compiler.jsp |
|
Java Source File Name | Type | Comment |
BeanRepository.java | Class | |
Collector.java | Class | Collect info about the page and nodes, and make them availabe through
the PageInfo object. |
Constants.java | Class | Some constants and other global data that are used by the compiler and the runtime.
author: Anil K. |
Dumper.java | Class | |
Generator.java | Class | Generate Java source from Nodes
author: Anil K. |
JasperException.java | Class | Base class for all exceptions generated by the JSP engine. |
JspC.java | Class | Main JSP compiler class. |
JspDocumentParser.java | Class | Class implementing a parser for a JSP document, that is, a JSP page in XML
syntax. |
JspReader.java | Class | JspReader is an input buffer for the JSP parser. |
JspUtil.java | Class | This class has all the utility method(s). |
Mark.java | Class | Mark represents a point in the JSP input. |
Node.java | Class | An internal data representation of a JSP page or a JSP docuement (XML). |
PageDataImpl.java | Class | An implementation of javax.servlet.jsp.tagext.PageData which
builds the XML view of a given page. |
PageInfo.java | Class | |
ParamVisitor.java | Class | |
Parser.java | Class | This class implements a parser for a JSP page (non-xml view).
JSP page grammar is included here for reference. |
ParserController.java | Class | 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)). |
ServletWriter.java | Class | This is what is used to generate servlets. |
TagConstants.java | Interface | |
Validator.java | Class | Performs validation on the page elements. |