|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is a proxy for the WebSphere request object. It has features added to enable caching.
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String key)
This overrides the method in the WebSphere request. |
java.util.Hashtable |
getAttributeTable()
This returns a Hashtable containing the request attributes as they were just prior to exectuion of the entry. |
FragmentInfo |
getFragmentInfo()
This returns the FragmentInfo for this entry, which contains the caching metadata for the entry. |
boolean |
getInclude()
This gets the include variable. |
void |
setAttribute(java.lang.String key,
java.lang.Object value)
This overrides the method in the WebSphere request. |
Methods inherited from interface javax.servlet.http.HttpServletRequest |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from interface javax.servlet.ServletRequest |
getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute |
Method Detail |
public FragmentInfo getFragmentInfo()
public boolean getInclude()
public java.util.Hashtable getAttributeTable()
public java.lang.Object getAttribute(java.lang.String key)
getAttribute
in interface javax.servlet.ServletRequest
key
- The attribute key.public void setAttribute(java.lang.String key, java.lang.Object value)
setAttribute
in interface javax.servlet.ServletRequest
key
- The attribute key.value
- The attribute value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |