Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.rdc.dm
Class Conditions  view Conditions download Conditions.java

java.lang.Object
  extended byorg.apache.taglibs.rdc.dm.Conditions

public class Conditions
extends java.lang.Object

Container for all concrete implementations of the RuleBasedDirectedDialog.Condition interface


Nested Class Summary
static class Conditions.Match
          Java Object corresponding to an individual match condition defined within a rule in the XML navigation rules structure for the rule based directed dialog.
static class Conditions.MatchAttribute
          Java Object corresponding to an individual match-attribute condition defined within a rule in the XML navigation rules structure for the rule based directed dialog.
static class Conditions.Unless
          Java Object corresponding to an individual unless condition defined within a rule in the XML navigation rules structure for the rule based directed dialog.
static class Conditions.When
          Java Object corresponding to an individual when condition defined within a rule in the XML navigation rules structure for the rule based directed dialog.
 
Field Summary
private static java.lang.String ERR_BAD_EXPR
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
Conditions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERR_BAD_EXPR

private static final java.lang.String ERR_BAD_EXPR
See Also:
Constant Field Values

log

private static org.apache.commons.logging.Log log
Constructor Detail

Conditions

public Conditions()