|
rewrite-config-servlet 2.0.0.Alpha2 | |||||||||
| 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)
|
static Response |
Response.withOutputInterceptedBy(ResponseContentInterceptor... buffers)
Add the given ResponseContentInterceptor instances to the current ServletResponse. |
static Response |
Response.withOutputStreamWrappedBy(ResponseStreamWrapper... wrappers)
|
|
rewrite-config-servlet 2.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||