public class DefaultMutableRequestContext extends RequestContextWrapper implements MutableRequestContext
| Constructor and Description |
|---|
DefaultMutableRequestContext(RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
setRequestMethod(String method) |
void |
setRequestPath(RequestPath path) |
RequestContext |
unwrap() |
getAttribute, getCharacterEncoding, getContentLength, getContentType, getCookies, getFormParameters, getLocale, getLocales, getMatrixParameters, getOriginalRequestContext, getQueryParameters, getRequestBody, getRequestHeaders, getRequestMethod, getRequestPath, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getCharacterEncoding, getContentLength, getContentType, getCookies, getFormParameters, getLocale, getLocales, getMatrixParameters, getQueryParameters, getRequestBody, getRequestHeaders, getRequestMethod, getRequestPath, setAttributepublic DefaultMutableRequestContext(RequestContext context)
public void setRequestMethod(String method)
setRequestMethod in interface MutableRequestContextpublic void setRequestPath(RequestPath path)
setRequestPath in interface MutableRequestContextpublic RequestContext unwrap()
unwrap in interface MutableRequestContextCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.