org.ofbiz.widget.screen
Class ModelScreenCondition.IfServicePermission

java.lang.Object
  extended by org.ofbiz.widget.screen.ModelScreenCondition.ScreenCondition
      extended by org.ofbiz.widget.screen.ModelScreenCondition.IfServicePermission
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ModelScreenCondition

public static class ModelScreenCondition.IfServicePermission
extends ModelScreenCondition.ScreenCondition

See Also:
Serialized Form

Field Summary
protected  FlexibleStringExpander actionExdr
           
protected  FlexibleStringExpander ctxMapExdr
           
protected  FlexibleStringExpander resExdr
           
protected  FlexibleStringExpander serviceExdr
           
 
Fields inherited from class org.ofbiz.widget.screen.ModelScreenCondition.ScreenCondition
modelScreen
 
Constructor Summary
ModelScreenCondition.IfServicePermission(ModelScreen modelScreen, 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

serviceExdr

protected FlexibleStringExpander serviceExdr

actionExdr

protected FlexibleStringExpander actionExdr

ctxMapExdr

protected FlexibleStringExpander ctxMapExdr

resExdr

protected FlexibleStringExpander resExdr
Constructor Detail

ModelScreenCondition.IfServicePermission

public ModelScreenCondition.IfServicePermission(ModelScreen modelScreen,
                                                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 ModelScreenCondition.ScreenCondition