Uses of Interface
org.apache.taglibs.rdc.dm.RuleBasedDirectedDialog.Condition

Packages that use RuleBasedDirectedDialog.Condition
org.apache.taglibs.rdc.dm A set of classes that define the pluggable dialog management strategies for the RDC group container. 
 

Uses of RuleBasedDirectedDialog.Condition in org.apache.taglibs.rdc.dm
 

Classes in org.apache.taglibs.rdc.dm that implement RuleBasedDirectedDialog.Condition
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.
static class RuleBasedDirectedDialog.ConditionImpl
          Java Object corresponding to an individual condition defined within a rule in the XML navigation rules structure.
 

Methods in org.apache.taglibs.rdc.dm with parameters of type RuleBasedDirectedDialog.Condition
 void RuleBasedDirectedDialog.NavigationRule.addCondition(RuleBasedDirectedDialog.Condition condition)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.