Package | Description |
---|---|
com.caucho.jsp |
Modifier and Type | Class and Description |
---|---|
class |
JavaPage |
class |
StaticPage
A static page is a page that's just a static file.
|
Modifier and Type | Method and Description |
---|---|
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 |
JspCompilerInstance.load() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
QServlet.killPage(HttpServletRequest request,
HttpServletResponse response,
Page page)
Remove the page from any cache.
|