| java.lang.Object com.caucho.jsp.PageManager com.caucho.jsp.JspManager
Method Summary | |
Page | compile(Path path, String uri, String className, ServletConfig config, ArrayList<PersistentDependency> dependList, boolean isGenerated) | Page | createGeneratedPage(Path path, String uri, String className, ServletConfig config, ArrayList<PersistentDependency> dependList) Creates a JSP page. | Page | createPage(Path path, String uri, String className, ServletConfig config, ArrayList<PersistentDependency> dependList) Creates a JSP page. | public boolean | getPrecompile() Returns true if JSP pages are precompiled. | public void | init() Initialize the manager. | protected void | initPageManager() | void | killPage(CauchoRequest request, CauchoResponse response, Page page) | Page | preload(String className, ClassLoader parentLoader, Path appDir, ServletConfig config) True if the pre-load would load a valid class. | public void | setLoadTldOnInit(boolean isLoadOnInit) Set true if tld should be loaded on init. | public void | setXml(boolean isXml) Set true if xml is default. | void | unload(Page page) |
JspManager | public JspManager()(Code) | | |
createGeneratedPage | Page createGeneratedPage(Path path, String uri, String className, ServletConfig config, ArrayList<PersistentDependency> dependList) throws Exception(Code) | | Creates a JSP page. The calling servlet will execute the page by
calling the service method.
Parameters: path - path to the JSP file Parameters: uri - the JSP's uri Parameters: uriPwd - the parent of the JSP's uri the compiled JSP page |
createPage | Page createPage(Path path, String uri, String className, ServletConfig config, ArrayList<PersistentDependency> dependList) throws Exception(Code) | | Creates a JSP page. The calling servlet will execute the page by
calling the service method.
Parameters: path - path to the JSP file Parameters: uri - the JSP's uri Parameters: uriPwd - the parent of the JSP's uri the compiled JSP page |
getPrecompile | public boolean getPrecompile()(Code) | | Returns true if JSP pages are precompiled.
|
init | public void init()(Code) | | Initialize the manager.
|
initPageManager | protected void initPageManager()(Code) | | |
setLoadTldOnInit | public void setLoadTldOnInit(boolean isLoadOnInit)(Code) | | Set true if tld should be loaded on init.
|
setXml | public void setXml(boolean isXml)(Code) | | Set true if xml is default.
|
Methods inherited from com.caucho.jsp.PageManager | abstract Page createPage(Path path, String uri, String className, ServletConfig config, ArrayList<PersistentDependency> dependList) throws Exception(Code)(Java Doc) void destroy()(Code)(Java Doc) public Path getAppDir()(Code)(Java Doc) public Path getClassDir()(Code)(Java Doc) public Page getPage(String uri, Path path) throws Exception(Code)(Java Doc) public Page getPage(String uri, String pageURI, Path path, ServletConfig config) throws Exception(Code)(Java Doc) public Page getPage(String uri, String pageURI, Path path, ServletConfig config, ArrayList<PersistentDependency> dependList) throws Exception(Code)(Java Doc) WebApp getWebApp()(Code)(Java Doc) protected void initPageManager()(Code)(Java Doc) void initWebApp(WebApp webApp)(Code)(Java Doc) void killPage(HttpServletRequest request, HttpServletResponse response, Page page)(Code)(Java Doc) void setPageCacheMax(int max)(Code)(Java Doc)
|
|
|