public interface HttpServletRewrite extends ServletRewrite<HttpServletRequest,HttpServletResponse>
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
For
HttpInboundServletRewrite events, return the request Address. |
String |
getContextPath()
Return the application context root
HttpServletRequest.getContextPath() |
Address |
getInboundAddress()
Get the full
Address of the current request. |
abort, getRequest, getResponse, getServletContext, handled, proceed, setFlowgetFlow, getRewriteContextString getContextPath()
HttpServletRequest.getContextPath()Address getAddress()
HttpInboundServletRewrite events, return the request Address.
For HttpOutboundServletRewrite events, this method returns
OutboundServletRewrite.getOutboundAddress()
Copyright © 2013 OCPsoft. All Rights Reserved.