public interface ExtensionGeneratorRequest extends ExtensionRequest
| Modifier and Type | Method and Description |
|---|---|
void |
setBodyObject(org.eclipse.emf.ecore.EObject obj,
ExtensionGeneratorConfig config)
Sets extension object data in the body of an RRD request.
|
void |
setHeaderObject(org.eclipse.emf.ecore.EObject obj,
ExtensionGeneratorConfig config)
Sets extension object data in the header of an RRD request.
|
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, 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, startAsyncvoid setHeaderObject(org.eclipse.emf.ecore.EObject obj,
ExtensionGeneratorConfig config)
throws RRDException
config - an ExtensionGeneratorConfig object containing
configuration information for the extension generator that is
setting the extension object data.obj - an EObject object containing the extension object data to
set.RRDException - if an error occurs while setting the extension
object data.void setBodyObject(org.eclipse.emf.ecore.EObject obj,
ExtensionGeneratorConfig config)
throws RRDException
config - an ExtensionGeneratorConfig object containing
configuration information for the extension generator that is
setting the extension object data.obj - an EObject object containing the extension object data to
set.RRDException - if an error occurs while setting the extension
object data.