| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config | |
| org.ocpsoft.rewrite.servlet.config.response | |
| org.ocpsoft.rewrite.servlet.http | |
| org.ocpsoft.rewrite.servlet.http.event |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
HttpCondition.evaluateHttp(HttpServletRewrite event,
EvaluationContext context)
Evaluate this
Condition against the given
HttpServletRewrite event. |
abstract void |
HttpOperation.performHttp(HttpServletRewrite event,
EvaluationContext context)
Perform this operation for the given
HttpServletRewrite event. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseStreamWrapper.finish(HttpServletRewrite rewrite)
Perform necessary final operations on the
OutputStream for the current HttpServletRewrite. |
void |
ResponseContentInterceptor.intercept(HttpServletRewrite event,
ResponseContent buffer,
ResponseContentInterceptorChain chain)
Perform modifications on the fully buffered
ServletResponse.getOutputStream() contents. |
OutputStream |
ResponseStreamWrapper.wrap(HttpServletRewrite rewrite,
OutputStream outputStream)
Wrap the
OutputStream for the current HttpServletRewrite. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HttpRewriteProvider.rewriteHttp(HttpServletRewrite event)
Handle the current
HttpServletRewrite event. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpInboundServletRewrite
Rewrite event for an
HttpServletRequest, HttpServletResponse lifecycle. |
interface |
HttpOutboundServletRewrite |
Copyright © 2013 OCPsoft. All Rights Reserved.