Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.rdc.dm
Class Conditions.MatchAttribute  view Conditions.MatchAttribute download Conditions.MatchAttribute.java

java.lang.Object
  extended byorg.apache.taglibs.rdc.dm.RuleBasedDirectedDialog.ConditionImpl
      extended byorg.apache.taglibs.rdc.dm.Conditions.MatchAttribute
All Implemented Interfaces:
RuleBasedDirectedDialog.Condition
Enclosing class:
Conditions

public static class Conditions.MatchAttribute
extends RuleBasedDirectedDialog.ConditionImpl

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. Target will be chosen if the value of the specified attribute of the specified matches rvalue. Corresponds to <match-attribute> element in XML navigation rules.


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

Field Detail

element

private java.lang.String element

name

private java.lang.String name
Constructor Detail

Conditions.MatchAttribute

public Conditions.MatchAttribute()
Method Detail

getAttrPropMap

public static java.util.Map getAttrPropMap()

getElement

public java.lang.String getElement()

setElement

public void setElement(java.lang.String element)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

pre

public void pre()
Overrides:
pre in class RuleBasedDirectedDialog.ConditionImpl