|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
com.ibm.wsspi.rrd.extension.ExtensionRequestWrapper
com.ibm.wsspi.rrd.extension.handler.ExtensionHandlerRequestWrapper
public class ExtensionHandlerRequestWrapper
The ExtensionHandlerRequestWrapper class defines a wrapper for
ExtensionHandlerRequest
objects, which are in turn provided to
extension handlers for processing.
Field Summary |
---|
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
---|---|
ExtensionHandlerRequestWrapper(ExtensionHandlerRequest _request)
Creates an ExtensionHandlerRequestWrapper object. |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EObject |
getBodyObject()
Retrieves extension object data from the body of an RRD request. |
ExtensionHandlerRequest |
getExtensionHandlerRequest()
Retrieves the original, wrapped ExtensionHandlerRequest object associated with this extension handler request wrapper. |
org.eclipse.emf.ecore.EObject |
getHeaderObject()
Retrieves extension object data from the header of an RRD request. |
Methods inherited from class com.ibm.wsspi.rrd.extension.ExtensionRequestWrapper |
---|
getExtensionRequest |
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
---|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from class javax.servlet.ServletRequestWrapper |
---|
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.http.HttpServletRequest |
---|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from interface javax.servlet.ServletRequest |
---|
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
Constructor Detail |
---|
public ExtensionHandlerRequestWrapper(ExtensionHandlerRequest _request)
_request
- an ExtensionHandlerRequest object containing the
original extension handler request to wrap.Method Detail |
---|
public org.eclipse.emf.ecore.EObject getHeaderObject() throws RRDException
ExtensionHandlerRequest
getHeaderObject
in interface ExtensionHandlerRequest
RRDException
- if an error occurs while retrieving the extension
object data.public org.eclipse.emf.ecore.EObject getBodyObject() throws RRDException
ExtensionHandlerRequest
getBodyObject
in interface ExtensionHandlerRequest
RRDException
- if an error occurs while retrieving the extension
object data.public ExtensionHandlerRequest getExtensionHandlerRequest()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |