Class | Description |
---|---|
AbstractHttpPropertyIO |
Abstract class for handling properties via HttpServletRequest.
|
HttpCookiesPropertyIO |
Handle Cookie objects from the HttpServletRequest.
Can read and write cookies. |
HttpRequestHeadersPropertyIO |
Load properties from the HttpServletRequest Headers.
|
HttpRequestParamsPropertyIO |
Load properties from
HttpServletRequest.getParameterMap() . |
HttpRequestPropertyIO |
Load properties from
HttpServletRequest.getParameterMap() and from HttpServletRequest.getHeaders(...) . |
HttpResponseHeadersPropertyIO |
Load and writes properties from the HttpServletResponse Headers.
|