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