com.salmonllc.jsp.engine |
This package contains classes used to simulate a JSP engine. They are used by the framework to get around some problems with the J2EE implementations on various servers and to translate JSPs into a form that can be rendered by Dreamweaver.
|
Java Source File Name | Type | Comment |
BodyContentImpl.java | Class | |
JspConverter.java | Class | This class can be used to process a simple JSP page and transform it into
the HTML that will be displayed when the page will be run by a JSP Engine.
It only implements the Custom Tag portion of the JSP spec. |
JspDocument.java | Class | |
JspElement.java | Class | |
JspFactoryImpl.java | Class | This class is an implementation of the J2EE JSP factory. |
JspWriterImpl.java | Class | |
PageContextImpl.java | Class | This class implements a J2EE Page Context Object. |
TagLibraryParser.java | Class | This class can be used to parse a tld file and return the attributes. |