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, setFlowgetEvaluatedRules, getFlow, getRewriteContextString getContextPath()
HttpServletRequest.getContextPath()Address getInboundAddress()
Address of the current request. This is the original URL of the request and has not been
encoded or decoded.Address getAddress()
HttpInboundServletRewrite events, return the request Address.
For HttpOutboundServletRewrite events, this method returns
OutboundServletRewrite.getOutboundAddress()
Copyright © 2016 OCPsoft. All rights reserved.