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