public abstract class Request extends HttpOperation
HttpServletRequest| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Request |
setAttribute(String name,
Object value)
Creates an
HttpOperation that calls ServletRequest.setAttribute(String, Object) on the current
request. |
Request |
setCharacterEncoding(Charset charset)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
Request |
setCharacterEncoding(String encoding)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
perform, performHttpandpublic Request setCharacterEncoding(String encoding)
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request.encoding - The encoding to applypublic Request setCharacterEncoding(Charset charset)
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request.encoding - The character set to applypublic Request setAttribute(String name, Object value)
HttpOperation that calls ServletRequest.setAttribute(String, Object) on the current
request.name - The name of the request attributevalue - The value to setCopyright © 2014 OCPsoft. All Rights Reserved.