public class RewriteRegexRule extends RegexRule implements Rule.ApplyURI
Rule.ApplyURI
_handling, _terminating
Constructor and Description |
---|
RewriteRegexRule() |
RewriteRegexRule(java.lang.String regex,
java.lang.String replacement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
apply(java.lang.String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.util.regex.Matcher matcher)
Apply this rule to the request/response pair.
|
void |
applyURI(Request request,
java.lang.String oldURI,
java.lang.String newURI) |
void |
setReplacement(java.lang.String replacement)
Whenever a match is found, it replaces with this value.
|
java.lang.String |
toString()
Returns the replacement string.
|
getRegex, matchAndApply, setRegex
isHandling, isTerminating, setHandling, setTerminating
public void setReplacement(java.lang.String replacement)
replacement
- the replacement string.public java.lang.String apply(java.lang.String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.regex.Matcher matcher) throws java.io.IOException
RegexRule
RegexRule.matchAndApply(String, HttpServletRequest, HttpServletResponse)
if the regex matches.apply
in class RegexRule
target
- field to attempt matchrequest
- request objectresponse
- response objectmatcher
- The Regex matcher that matched the request (with capture groups available for replacement).java.io.IOException
- exceptions dealing with operating on request or response objectspublic void applyURI(Request request, java.lang.String oldURI, java.lang.String newURI) throws java.io.IOException
applyURI
in interface Rule.ApplyURI
java.io.IOException
Copyright © 1995–2023 Webtide. All rights reserved.