Package org.apache.ofbiz.widget.model
Class AbstractModelAction.PropertyMap
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.AbstractModelAction.PropertyMap
-
- All Implemented Interfaces:
java.io.Serializable
,ModelAction
- Enclosing class:
- AbstractModelAction
public static class AbstractModelAction.PropertyMap extends AbstractModelAction
Models the <property-map> element.- See Also:
widget-common.xsd
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
AbstractModelAction.EntityAnd, AbstractModelAction.EntityCondition, AbstractModelAction.EntityOne, AbstractModelAction.GetRelated, AbstractModelAction.GetRelatedOne, AbstractModelAction.PropertyMap, AbstractModelAction.PropertyToField, AbstractModelAction.Script, AbstractModelAction.Service, AbstractModelAction.SetField
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
module
-
-
Constructor Summary
Constructors Constructor Description PropertyMap(ModelWidget modelWidget, org.w3c.dom.Element setElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ModelActionVisitor visitor)
FlexibleStringExpander
getGlobalExdr()
FlexibleMapAccessor<ResourceBundleMapWrapper>
getMapNameAcsr()
FlexibleStringExpander
getResourceExdr()
void
runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Executes this action.-
Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
-
-
-
Constructor Detail
-
PropertyMap
public PropertyMap(ModelWidget modelWidget, org.w3c.dom.Element setElement)
-
-
Method Detail
-
accept
public void accept(ModelActionVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
runAction
public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Description copied from interface:ModelAction
Executes this action.
-
getGlobalExdr
public FlexibleStringExpander getGlobalExdr()
-
getMapNameAcsr
public FlexibleMapAccessor<ResourceBundleMapWrapper> getMapNameAcsr()
-
getResourceExdr
public FlexibleStringExpander getResourceExdr()
-
-