org.ofbiz.widget.tree
Class ModelTreeAction.Service
java.lang.Object
org.ofbiz.widget.tree.ModelTreeAction
org.ofbiz.widget.tree.ModelTreeAction.Service
- Enclosing class:
- ModelTreeAction
public static class ModelTreeAction.Service
- extends ModelTreeAction
Method Summary |
void |
initService(org.w3c.dom.Element serviceElement)
|
void |
runAction(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 |
serviceNameExdr
protected FlexibleStringExpander serviceNameExdr
resultMapNameAcsr
protected FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> resultMapNameAcsr
autoFieldMapExdr
protected FlexibleStringExpander autoFieldMapExdr
resultMapListNameExdr
protected FlexibleStringExpander resultMapListNameExdr
resultMapValueNameExdr
protected FlexibleStringExpander resultMapValueNameExdr
valueNameExdr
protected FlexibleStringExpander valueNameExdr
fieldMap
protected java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
ModelTreeAction.Service
public ModelTreeAction.Service(ModelTree.ModelNode modelNode,
org.w3c.dom.Element serviceElement)
ModelTreeAction.Service
public ModelTreeAction.Service(ModelTree.ModelNode.ModelSubNode modelSubNode,
org.w3c.dom.Element serviceElement)
initService
public void initService(org.w3c.dom.Element serviceElement)
runAction
public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
- Specified by:
runAction
in class ModelTreeAction