public interface ExtensionHandlerRequest extends ExtensionRequest
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EObject |
getBodyObject()
Retrieves extension object data from the body of an RRD request.
|
org.eclipse.emf.ecore.EObject |
getHeaderObject()
Retrieves extension object data from the header of an RRD request.
|
authenticate, changeSessionId, 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, upgrade
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, 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
org.eclipse.emf.ecore.EObject getHeaderObject() throws RRDException
RRDException
- if an error occurs while retrieving the extension
object data.org.eclipse.emf.ecore.EObject getBodyObject() throws RRDException
RRDException
- if an error occurs while retrieving the extension
object data.