| Package | Description |
|---|---|
| org.jwall.web.audit.rules.operators |
| Modifier and Type | Class and Description |
|---|---|
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 © 2013 jwall.org. All Rights Reserved.