org.apache.taglibs.rdc.dm
Class Conditions

java.lang.Object
  extended by org.apache.taglibs.rdc.dm.Conditions

public class Conditions
extends java.lang.Object

Container for all concrete implementations of the RuleBasedDirectedDialog.Condition interface

Author:
Rahul Akolkar

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

Constructor Detail

Conditions

public Conditions()


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