|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.Page
com.caucho.jsp.StaticPage
public class StaticPage
A static page is a page that's just a static file.
Field Summary |
---|
Fields inherited from class com.caucho.jsp.Page |
---|
_caucho_log, _contentType |
Method Summary | |
---|---|
boolean |
_caucho_isModified()
Returns true if the source has modified for this page. |
void |
destroy()
Called when the servlet shuts down. |
boolean |
disableLog()
|
long |
getLastModified(HttpServletRequest request)
Returns the Last-Modified time for use in caching. |
void |
init(Path path)
|
void |
service(ServletRequest request,
ServletResponse response)
Executes the JSP Page |
java.lang.String |
toString()
Returns a printable version of the static page object. |
static void |
writeDepend(Path dependPath,
java.util.ArrayList<PersistentDependency> dependList)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void init(Path path) throws ServletException
init
in interface CauchoPage
init
in class Page
ServletException
public boolean _caucho_isModified()
_caucho_isModified
in interface CauchoPage
_caucho_isModified
in class Page
public long getLastModified(HttpServletRequest request)
Page
getLastModified
in class Page
public void service(ServletRequest request, ServletResponse response) throws java.io.IOException, ServletException
request
- request information. Normally servlets will cast this
to HttpServletRequest
response
- response information. Normally servlets will cast this
to HttpServletRequest
java.io.IOException
ServletException
public boolean disableLog()
public static void writeDepend(Path dependPath, java.util.ArrayList<PersistentDependency> dependList) throws java.io.IOException
java.io.IOException
public void destroy()
Servlet
destroy
in interface Servlet
destroy
in class Page
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |