public interface Processor
RewriteRule
configuration object from which the processor was invoked.| Modifier and Type | Method and Description |
|---|---|
String |
processInbound(HttpServletRequest request,
HttpServletResponse response,
RewriteRule rule,
String url)
Process an inbound URL Rewrite request.
|
String |
processOutbound(HttpServletRequest request,
HttpServletResponse response,
RewriteRule rule,
String url)
Process an outbound URL Rewrite request.
|
String processInbound(HttpServletRequest request, HttpServletResponse response, RewriteRule rule, String url)
String processOutbound(HttpServletRequest request, HttpServletResponse response, RewriteRule rule, String url)
HttpServletResponse.encodeRedirectURL(String), and since most frameworks ensure the call to
'encodeRedirectUrl()' occurs automatically, can be assumed to occur whenever a URL would be rendered to HTML
output.Copyright © 2014 OCPsoft. All Rights Reserved.