Class MapToMap.MapToMapFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.envops.MapToMap.MapToMapFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<MapToMap>
- Enclosing class:
- MapToMap
public static final class MapToMap.MapToMapFactory extends java.lang.Object implements MethodOperation.Factory<MapToMap>
A factory for the <map-to-map> element.
-
-
Constructor Summary
Constructors Constructor Description MapToMapFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapToMap
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public MapToMap createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<MapToMap>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<MapToMap>
-
-