public class TerminatingPatternRule extends PatternRule
Rule.ApplyURI_pattern_handling, _terminating| Constructor and Description |
|---|
TerminatingPatternRule() |
TerminatingPatternRule(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
apply(String target,
HttpServletRequest request,
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(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 String apply(String target, HttpServletRequest request, HttpServletResponse response) throws IOException
PatternRuleapply in class PatternRuletarget - field to attempt matchrequest - request objectresponse - response objectIOException - exceptions dealing with operating on request or response objectsCopyright © 1995-2016 Webtide. All Rights Reserved.