Interface OutboundServletRewrite<IN extends ServletRequest,OUT extends ServletResponse,PAYLOADTYPE>
- All Superinterfaces:
OutboundRewrite,Rewrite,ServletRewrite<IN,OUT>
- All Known Subinterfaces:
HttpOutboundServletRewrite
public interface OutboundServletRewrite<IN extends ServletRequest,OUT extends ServletResponse,PAYLOADTYPE>
extends OutboundRewrite, ServletRewrite<IN,OUT>
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionReturns the outbound resource.Methods inherited from interface org.ocpsoft.rewrite.event.Rewrite
getEvaluatedRules, getFlow, getRewriteContextMethods inherited from interface org.ocpsoft.rewrite.servlet.event.ServletRewrite
abort, getRequest, getResponse, getServletContext, handled, proceed, setFlow
-
Method Details
-
getOutboundAddress
PAYLOADTYPE getOutboundAddress()Returns the outbound resource.
-