public class HttpInboundRewriteImpl extends BaseHttpRewrite implements HttpInboundServletRewrite
BaseRewrite.ServletRewriteFlowdispatchResource, flow| Constructor and Description |
|---|
HttpInboundRewriteImpl(HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
void |
redirectPermanent(String location) |
void |
redirectTemporary(String location) |
void |
sendErrorCode(int code) |
void |
sendErrorCode(int code,
String message) |
void |
sendStatusCode(int code) |
void |
sendStatusCode(int code,
String message) |
String |
toString() |
getContextPath, getInboundAddress, setFlowabort, forward, getDispatchResource, getFlow, getRequest, getResponse, getRewriteContext, getServletContext, handled, include, proceed, setFlow, setRequest, setResponsegetEvaluatedRules, logEvaluatedRulesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforward, getDispatchResource, include, setRequest, setResponsegetContextPath, getInboundAddressabort, getRequest, getResponse, getServletContext, handled, proceed, setFlowgetEvaluatedRules, getFlow, getRewriteContextpublic HttpInboundRewriteImpl(HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)
public void redirectTemporary(String location)
redirectTemporary in interface HttpInboundServletRewritepublic void redirectPermanent(String location)
redirectPermanent in interface HttpInboundServletRewritepublic void sendStatusCode(int code)
sendStatusCode in interface HttpInboundServletRewritepublic void sendStatusCode(int code,
String message)
sendStatusCode in interface HttpInboundServletRewritepublic void sendErrorCode(int code)
sendErrorCode in interface HttpInboundServletRewritepublic void sendErrorCode(int code,
String message)
sendErrorCode in interface HttpInboundServletRewritepublic Address getAddress()
getAddress in interface HttpServletRewritegetAddress in class BaseHttpRewritepublic String toString()
toString in class BaseRewrite<HttpServletRequest,HttpServletResponse>Copyright © 2016 OCPsoft. All rights reserved.