Method Summary |
|
protected void | _caucho_addCacheDepend(Path path, long lastModified, long length) Adds a single cache dependency. |
protected void | _caucho_addDepend(Path path) Adds a dependency to the page. |
protected void | _caucho_addDepend(PersistentDependency depend) Adds a dependency to the page. |
protected void | _caucho_addDepend(ArrayList<PersistentDependency> dependList) Adds an array of dependencies to the page. |
protected void | _caucho_addDepend(Path path, long lastModified, long length) Adds a JSP source dependency. |
public void | _caucho_free() Marks the page as free. |
public WebApp | _caucho_getApplication() Returns the Resin webApp. |
protected HashMap<String, Method> | _caucho_getFunctionMap() |
public void | _caucho_init(HttpServletRequest req, HttpServletResponse res) Initialize the response headers. |
public boolean | _caucho_isModified() Returns true if the underlying source has been modified. |
public long | _caucho_lastModified() The default Last-Modified time is just the most recently modified file. |
protected void | _caucho_setAlwaysModified() When called treats the JSP page as always modified, i.e. |
protected void | _caucho_setCacheable() Marks the page as cacheable. |
void | _caucho_setCacheable(ArrayList<Path> depends) Adds an array of dependencies which will change the results of
running the page. |
void | _caucho_setContentType(String contentType) |
protected void | _caucho_setContentType(String contentType, String encoding) |
void | _caucho_setEntry(PageManager.Entry entry) |
void | _caucho_setJspManager(JspManager manager) |
protected void | _caucho_setModified() When called treats the JSP page as always modified, i.e. |
protected void | _caucho_setNeverModified(boolean modified) Set if the page is never modified. |
void | _caucho_setUncacheable() Marks the page as uncacheable. |
void | _caucho_setUpdateInterval(long updateInterval) |
void | _caucho_unload() |
public void | _caucho_use() Marks the page as used. |
public static long | calculateLastModified(ArrayList<PersistentDependency> depends, ArrayList<Depend> cacheDepends) Calculate the last modified time for all the dependencies. |
public boolean | cauchoIsModified() Returns true if the underlying source has been modified. |
public void | destroy() |
boolean | disableLog() |
String | getErrorPage() |
public String | getInitParameter(String name) |
public Enumeration | getInitParameterNames() |
public long | getLastModified(HttpServletRequest request) Returns the Last-Modified time for use in caching. |
public ServletConfig | getServletConfig() Returns this servlet's configuration. |
public ServletContext | getServletContext() |
public String | getServletInfo() |
public String | getServletName() |
public void | init(Path path) |
public void | init(ServletConfig config) Initialize the servlet. |
public boolean | isDead() |
public boolean | isInit() Returns true if initializes. |
public void | log(String msg) |
public void | log(String msg, Throwable cause) |
public void | pageservice(HttpServletRequest req, HttpServletResponse res) The extended service method creates JavaScript global variables
from a property map.
This method only makes sense for JavaScript templates. |
protected void | setDead() |
public boolean | startRecompiling() Starts recompiling. |