Package org.analogweb
Interface MutableRequestContext
-
- All Superinterfaces:
RequestContext
- All Known Implementing Classes:
DefaultMutableRequestContext
public interface MutableRequestContext extends RequestContext
- Author:
- snowgooseyk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRequestMethod(String method)
void
setRequestPath(RequestPath path)
RequestContext
unwrap()
-
Methods inherited from interface org.analogweb.RequestContext
getAttribute, getCharacterEncoding, getContentLength, getContentType, getCookies, getFormParameters, getLocale, getLocales, getMatrixParameters, getQueryParameters, getRequestBody, getRequestHeaders, getRequestMethod, getRequestPath, setAttribute
-
-
-
-
Method Detail
-
setRequestMethod
void setRequestMethod(String method)
-
setRequestPath
void setRequestPath(RequestPath path)
-
unwrap
RequestContext unwrap()
-
-