public class ExtensionHandlerRequestWrapper extends ExtensionRequestWrapper implements ExtensionHandlerRequest
ExtensionHandlerRequest
objects, which are in turn provided to
extension handlers for processing.Constructor and Description |
---|
ExtensionHandlerRequestWrapper(ExtensionHandlerRequest _request)
Creates an ExtensionHandlerRequestWrapper object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getExtensionRequest
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
public ExtensionHandlerRequestWrapper(ExtensionHandlerRequest _request)
_request
- an ExtensionHandlerRequest object containing the
original extension handler request to wrap.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()