public class TerminatingPatternRule extends PatternRule
Rule.ApplyURI_pattern_handling, _terminating| Constructor and Description |
|---|
TerminatingPatternRule() |
TerminatingPatternRule(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
apply(java.lang.String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Apply the rule to the request
|
void |
setTerminating(boolean terminating)
Sets terminating to true or false.
|
getPattern, matchAndApply, setPattern, toStringisHandling, isTerminating, setHandlingpublic TerminatingPatternRule()
public TerminatingPatternRule(java.lang.String pattern)
public void setTerminating(boolean terminating)
RulesetTerminating in class Ruleterminating - If true, this rule will terminate the loop if this rule has been applied.protected java.lang.String apply(java.lang.String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
PatternRuleapply in class PatternRuletarget - field to attempt matchrequest - request objectresponse - response objectjava.io.IOException - exceptions dealing with operating on request or response objectsCopyright © 1995–2018 Webtide. All rights reserved.