| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setAttribute(java.lang.String name,
java.lang.Object value)
Creates an
HttpOperation that calls ServletRequest.setAttribute(String, Object) on the current
request. |
Request |
Request.setCharacterEncoding(java.nio.charset.Charset charset)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
Request |
Request.setCharacterEncoding(java.lang.String encoding)
Creates an
HttpOperation that calls ServletRequest.setCharacterEncoding(String) on the current
request. |
Copyright © 2014 OCPsoft. All Rights Reserved.