Package org.apache.taglibs.rdc.dm

A set of classes that define the pluggable dialog management strategies for the RDC group container.

See:
          Description

Interface Summary
RuleBasedDirectedDialog.Condition Condition interface Implementing classes must also define an accessible method of the following signature: static Map getAttrPropMap()
 

Class Summary
Conditions Container for all concrete implementations of the RuleBasedDirectedDialog.Condition interface
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.
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.
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.
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.
DialogManagerImpl Abstract base implementation of the RDC helper tag group.
DMUtils Utility methods for the dm package
RuleBasedDirectedDialog A dialog management strategy for the RDC group container which defines a rule based directed dialog.
RuleBasedDirectedDialog.ConditionImpl Java Object corresponding to an individual condition defined within a rule in the XML navigation rules structure.
RuleBasedDirectedDialog.Navigation Java Object encapsulating the XML navigation rules.
RuleBasedDirectedDialog.NavigationRule Java Object corresponding to an individual XML navigation rule defined in the XML navigation rules structure.
SCXMLDialog A dialog management strategy for the RDC group container which uses a SCXML configuration file to define the dialog for each <group> instance.
SimpleDirectedDialog A dialog management strategy for the RDC group container which implements a simple directed dialog (document order).
 

Package org.apache.taglibs.rdc.dm Description

A set of classes that define the pluggable dialog management strategies for the RDC group container.



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