public class TerminatingPatternRule extends PatternRule
Rule.ApplyURI_pattern_handling, _terminating| Constructor | Description |
|---|---|
TerminatingPatternRule() |
|
TerminatingPatternRule(java.lang.String pattern) |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPattern, 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.