public interface RequestContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttribute(String name) |
String |
getCharacterEncoding() |
long |
getContentLength() |
MediaType |
getContentType() |
Cookies |
getCookies() |
Parameters |
getFormParameters() |
Locale |
getLocale() |
List<Locale> |
getLocales() |
Parameters |
getMatrixParameters() |
Parameters |
getQueryParameters() |
ReadableBuffer |
getRequestBody() |
Headers |
getRequestHeaders() |
String |
getRequestMethod() |
RequestPath |
getRequestPath() |
<T> void |
setAttribute(String name,
T value) |
Cookies getCookies()
Headers getRequestHeaders()
Parameters getFormParameters()
Parameters getQueryParameters()
Parameters getMatrixParameters()
ReadableBuffer getRequestBody() throws IOException
IOExceptionMediaType getContentType()
RequestPath getRequestPath()
Locale getLocale()
long getContentLength()
String getCharacterEncoding()
String getRequestMethod()
<T> T getAttribute(String name)
<T> void setAttribute(String name, T value)
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.