public abstract class Request extends HttpOperation
HttpServletRequest| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Request |
setAttribute(java.lang.String name,
java.lang.Object value)
Creates an
HttpOperation that calls ServletRequest.setAttribute(String, Object) on the current
request. |
Request |
setCharacterEncoding(java.nio.charset.Charset charset)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
Request |
setCharacterEncoding(java.lang.String encoding)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
perform, performHttpandpublic Request setCharacterEncoding(java.lang.String encoding)
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request.encoding - The encoding to applypublic Request setCharacterEncoding(java.nio.charset.Charset charset)
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request.encoding - The character set to applypublic Request setAttribute(java.lang.String name, java.lang.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.