Uses of Class
org.jwall.web.audit.SyntaxException

Packages that use SyntaxException
org.jwall.web.audit.filter The filter package provides two simple classes/interfaces to construct filters: the AuditEventMatch interface and the AuditEventFilter class. 
org.jwall.web.audit.rules.operators   
 

Uses of SyntaxException in org.jwall.web.audit.filter
 

Subclasses of SyntaxException in org.jwall.web.audit.filter
 class FilterException
           
 

Methods in org.jwall.web.audit.filter that throw SyntaxException
 Condition FilterCompiler.createCondition(FilterExpression e)
           
static Operator Operator.read(String str)
           
 void AuditEventDateMatch.setComparator(String compare)
           
 

Constructors in org.jwall.web.audit.filter that throw SyntaxException
AuditEventDateMatch(Operator op, Date date)
           
AuditEventDateMatch(String var, Operator op, Date date)
           
 

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

Methods in org.jwall.web.audit.rules.operators that throw SyntaxException
static Condition AbstractCondition.createCondition(Operator oper, String variable, String value)
           
 

Constructors in org.jwall.web.audit.rules.operators that throw SyntaxException
AbstractCondition(String variable, String value)
           
BeginsWith(String var, String exp)
           
ConditionEQ(String variable, String value)
           
ConditionGE(String variable, String value)
           
ConditionGT(String variable, String value)
           
ConditionIN(String var, String exp)
           
ConditionLE(String variable, String value)
           
ConditionLT(String variable, String value)
           
ConditionPM(String variable, String value)
           
ConditionRX(String var, String exp)
           
ConditionSX(String var, String exp)
           
Contains(String variable, String value)
           
EndsWith(String variable, String value)
           
 



Copyright © 2012 jwall.org. All Rights Reserved.