java.lang.Object
org.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Conditions
public Conditions()