public abstract class CacheableJspPage extends com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase implements CacheableServlet
Constructor and Description |
---|
CacheableJspPage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId(javax.servlet.http.HttpServletRequest request)
This executes the algorithm to compute the cache id.
|
int |
getSharingPolicy(javax.servlet.http.HttpServletRequest request)
This returns the sharing policy for this cache entry.
|
_jspService, destroy, getServletInfo, getTagHandler, init, jspDestroy, jspInit, putTagHandler, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
public java.lang.String getId(javax.servlet.http.HttpServletRequest request)
getId
in interface CacheableServlet
getId
in class com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase
request
- The HTTP request object.public int getSharingPolicy(javax.servlet.http.HttpServletRequest request)
getSharingPolicy
in interface CacheableServlet
getSharingPolicy
in class com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase
request
- The HTTP request object.