org.apache.taglibs.rdc.dm
Class Conditions.Match

java.lang.Object
  extended by org.apache.taglibs.rdc.dm.RuleBasedDirectedDialog.ConditionImpl
      extended by org.apache.taglibs.rdc.dm.Conditions.Match
All Implemented Interfaces:
RuleBasedDirectedDialog.Condition
Enclosing class:
Conditions

public static class Conditions.Match
extends RuleBasedDirectedDialog.ConditionImpl

Java Object corresponding to an individual match condition defined within a rule in the XML navigation rules structure for the rule based directed dialog. Target will be chosen if the lvalue matches rvalue. Corresponds to <match> element in XML navigation rules.

Author:
Rahul Akolkar

Field Summary
 
Fields inherited from class org.apache.taglibs.rdc.dm.RuleBasedDirectedDialog.ConditionImpl
groupModel, groupTag, isExecCtxSet, lruCache, lvalue, operation, rvalue, target, tempVars
 
Constructor Summary
Conditions.Match()
           
 
Method Summary
static java.util.Map getAttrPropMap()
           
 
Methods inherited from class org.apache.taglibs.rdc.dm.RuleBasedDirectedDialog.ConditionImpl
getLvalue, getLvalueType, getOpCode, getOperation, getRvalue, getRvalueType, getTarget, isSatisfied, post, pre, setExecutionContext, setLvalue, setOperation, setRvalue, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conditions.Match

public Conditions.Match()
Method Detail

getAttrPropMap

public static java.util.Map getAttrPropMap()


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