Package jrun.jsp

Class Summary
JSPC Standalone JSP precompiling tool: Options: -d (defaults to WEB-INF/jsp relative to application directory) -r web root directory (defaults to current working directory) [jsp pages] If you don't specific any JSP pages JSPC will recursively desend the web app and compile any JSP page it finds.
JSPClassLoader A JSPClassLoader loads servlet classes that can be reloaded without reloading the application.
JSPEngine There is one JSPEngine per web application.
JSPServlet This servlet handles requests to a JSP page.
JSPServletConfig  
JSPTranslator A translator is something that parse's a JSP page into a servlet.
JSTServlet This servlet allows JST's to be called as toplevel pages and as custom tags.
JSTTranslator A translator is something that parse's a JSP page into XML, translates the XML with a stylesheet and compiles the output.
PageDependencyInfo For every page we translate an instance of this class is serialized to disk.
PageState This object serves as a page level singleton for page level locking and storage of page level transients, the dependency information of a page and the Class of a page.
TranslationContext  
Translator A translator is parses a resource containing JSP syntax into XML, translates the XML with a stylesheet and compiles the output.
Utils  
 



Copyright � 2002 Macromedia Corporation. All Rights Reserved.