Uses of Class
org.jwall.web.audit.rules.operators.AbstractCondition

Packages that use AbstractCondition
org.jwall.web.audit.rules.operators   
 

Uses of AbstractCondition in org.jwall.web.audit.rules.operators
 

Subclasses of AbstractCondition in org.jwall.web.audit.rules.operators
 class BeginsWith
           Instances of this class check all values for the given variable if they start with a pre-defined substring.
 class ConditionEQ
           This condition checks for equality.
 class ConditionGE
           
 class ConditionGT
           
 class ConditionIN
           This class implements a condition called @in, which basically matches, if one of a set of SX operators matches.
 class ConditionLE
           
 class ConditionLT
           
 class ConditionPM
           
 class ConditionRX
           Instances of this class match all values for the given variable against the specified regular expression.
 class ConditionSX
           Instances of this class match all values for the given variable against the specified simple expression.
 class Contains
           This condition checks for equality.
 class EndsWith
           This condition checks for equality.
 



Copyright © 2012 jwall.org. All Rights Reserved.