|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
com.caucho.jsp |
Uses of Page in com.caucho.jsp |
---|
Subclasses of Page in com.caucho.jsp | |
---|---|
class |
JavaPage
|
class |
StaticPage
A static page is a page that's just a static file. |
Methods in com.caucho.jsp that return Page | |
---|---|
Page |
JspCompilerInstance.compile()
|
Page |
JspCompiler.compile(Path jspPath,
java.lang.String uri)
Compiles the JSP file specified with jspFile. |
Page |
QServlet.getPage(HttpServletRequest request,
HttpServletResponse response)
Creates and returns a new page. |
Page |
PageManager.getPage(java.lang.String uri,
Path path)
Compiles and returns the page at the given path and uri. |
Page |
PageManager.getPage(java.lang.String uri,
java.lang.String pageURI,
Path path,
ServletConfig config)
Compiles and returns the page at the given path and uri. |
Page |
PageManager.getPage(java.lang.String uri,
java.lang.String pageURI,
Path path,
ServletConfig config,
java.util.ArrayList<PersistentDependency> dependList)
Compiles and returns the page at the given path and uri. |
Page |
QServlet.getPage(java.lang.String uri,
java.lang.String pageURI,
ServletConfig config)
|
Page |
JspCompiler.loadPage(java.lang.String className,
boolean isAutoCompile)
Loads an already-compiled JSP class. |
Page |
JspCompiler.loadStatic(java.lang.String className,
boolean isSession)
Loads an already-compiled JSP class. |
Methods in com.caucho.jsp with parameters of type Page | |
---|---|
void |
QServlet.killPage(HttpServletRequest request,
HttpServletResponse response,
Page page)
Remove the page from any cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |