Package org.analogweb.core
Class DefaultMutableRequestContext
- java.lang.Object
-
- org.analogweb.core.RequestContextWrapper
-
- org.analogweb.core.DefaultMutableRequestContext
-
- All Implemented Interfaces:
MutableRequestContext
,RequestContext
public class DefaultMutableRequestContext extends RequestContextWrapper implements MutableRequestContext
- Author:
- snowgooseyk
-
-
Constructor Summary
Constructors Constructor Description DefaultMutableRequestContext(RequestContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setRequestMethod(String method)
void
setRequestPath(RequestPath path)
RequestContext
unwrap()
-
Methods inherited from class org.analogweb.core.RequestContextWrapper
getAttribute, getCharacterEncoding, getContentLength, getContentType, getCookies, getFormParameters, getLocale, getLocales, getMatrixParameters, getOriginalRequestContext, getQueryParameters, getRequestBody, getRequestHeaders, getRequestMethod, getRequestPath, setAttribute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.analogweb.RequestContext
getAttribute, getCharacterEncoding, getContentLength, getContentType, getCookies, getFormParameters, getLocale, getLocales, getMatrixParameters, getQueryParameters, getRequestBody, getRequestHeaders, getRequestMethod, getRequestPath, setAttribute
-
-
-
-
Constructor Detail
-
DefaultMutableRequestContext
public DefaultMutableRequestContext(RequestContext context)
-
-
Method Detail
-
setRequestMethod
public void setRequestMethod(String method)
- Specified by:
setRequestMethod
in interfaceMutableRequestContext
-
setRequestPath
public void setRequestPath(RequestPath path)
- Specified by:
setRequestPath
in interfaceMutableRequestContext
-
unwrap
public RequestContext unwrap()
- Specified by:
unwrap
in interfaceMutableRequestContext
-
-