public class NotConditions extends AbstractConditions
| Constructor and Description | 
|---|
NotConditions()  | 
NotConditions(RewriteDispatch rewriteDispatch)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getTagName()
Returns a descriptive name for the tag, for logging and for
 error messages. 
 | 
boolean | 
isMatch(HttpServletRequest request,
       HttpServletResponse response)
Returns true if the condition passes. 
 | 
add, addAnd, addNot, addOr, addUnless, addWhen, createAnd, createNot, createOr, getConditions, initaddHeaderValue, destroy, requiredpublic NotConditions()
public NotConditions(RewriteDispatch rewriteDispatch)
public java.lang.String getTagName()
ConditiongetTagName in interface ConditiongetTagName in class AbstractConditionpublic boolean isMatch(HttpServletRequest request, HttpServletResponse response)
Condition