|
rewrite-impl-servlet 1.0.4.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| org.ocpsoft.rewrite.servlet.config | |
| Uses of Response in org.ocpsoft.rewrite.servlet.config |
|---|
| Methods in org.ocpsoft.rewrite.servlet.config that return Response | |
|---|---|
static Response |
Response.addCookie(javax.servlet.http.Cookie cookie)
Create an Operation that adds a Cookie to the HttpServletResponse |
static Response |
Response.addDateHeader(String name,
long value)
Create an Operation that adds a date header to the HttpServletResponse |
static Response |
Response.addHeader(String name,
String value)
Create an Operation that adds a header to the HttpServletResponse |
static Response |
Response.addIntHeader(String name,
int value)
Create an Operation that adds an int header to the HttpServletResponse |
static Response |
Response.setCode(int code)
|
|
rewrite-impl-servlet 1.0.4.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||