public abstract class CacheableJspPage extends com.ibm.ws.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.
|
_jspInit, _jspService, destroy, getServletInfo, init, jspDestroy, jspInit, 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.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.jsp.runtime.HttpJspBase
request
- The HTTP request object.