Class IterateMap.IterateMapFactory
java.lang.Object
org.apache.ofbiz.minilang.method.envops.IterateMap.IterateMapFactory
- All Implemented Interfaces:
MethodOperation.Factory<IterateMap>
- Enclosing class:
- IterateMap
public static final class IterateMap.IterateMapFactory
extends Object
implements MethodOperation.Factory<IterateMap>
A factory for the <iterate-map> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
IterateMapFactory
public IterateMapFactory()
-
-
Method Details
-
createMethodOperation
public IterateMap createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<IterateMap>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<IterateMap>
-