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.
|
getExtensionRequestauthenticate, 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, logoutgetAsyncContext, 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, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, 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, logoutgetAsyncContext, 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, startAsyncpublic ExtensionHandlerRequestWrapper(ExtensionHandlerRequest _request)
_request - an ExtensionHandlerRequest object containing the
original extension handler request to wrap.public org.eclipse.emf.ecore.EObject getHeaderObject()
throws RRDException
ExtensionHandlerRequestgetHeaderObject in interface ExtensionHandlerRequestRRDException - if an error occurs while retrieving the extension
object data.public org.eclipse.emf.ecore.EObject getBodyObject()
throws RRDException
ExtensionHandlerRequestgetBodyObject in interface ExtensionHandlerRequestRRDException - if an error occurs while retrieving the extension
object data.public ExtensionHandlerRequest getExtensionHandlerRequest()