org.ofbiz.widget.menu
Class ModelMenuCondition.IfValidateMethod

java.lang.Object
  extended by org.ofbiz.widget.menu.ModelMenuCondition.MenuCondition
      extended by org.ofbiz.widget.menu.ModelMenuCondition.IfValidateMethod
Enclosing class:
ModelMenuCondition

public static class ModelMenuCondition.IfValidateMethod
extends ModelMenuCondition.MenuCondition


Field Summary
protected  FlexibleStringExpander classExdr
           
protected  FlexibleMapAccessor<java.lang.Object> fieldAcsr
           
protected  FlexibleStringExpander methodExdr
           
 
Fields inherited from class org.ofbiz.widget.menu.ModelMenuCondition.MenuCondition
modelMenuItem
 
Constructor Summary
ModelMenuCondition.IfValidateMethod(ModelMenuItem modelMenuItem, org.w3c.dom.Element condElement)
           
 
Method Summary
 boolean eval(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldAcsr

protected FlexibleMapAccessor<java.lang.Object> fieldAcsr

methodExdr

protected FlexibleStringExpander methodExdr

classExdr

protected FlexibleStringExpander classExdr
Constructor Detail

ModelMenuCondition.IfValidateMethod

public ModelMenuCondition.IfValidateMethod(ModelMenuItem modelMenuItem,
                                           org.w3c.dom.Element condElement)
Method Detail

eval

public boolean eval(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
eval in class ModelMenuCondition.MenuCondition