org.ofbiz.minilang.method.envops
Class StringAppend.StringAppendFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.envops.StringAppend.StringAppendFactory
All Implemented Interfaces:
MethodOperation.Factory<StringAppend>
Enclosing class:
StringAppend

public static final class StringAppend.StringAppendFactory
extends java.lang.Object
implements MethodOperation.Factory<StringAppend>


Constructor Summary
StringAppend.StringAppendFactory()
           
 
Method Summary
 StringAppend createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAppend.StringAppendFactory

public StringAppend.StringAppendFactory()
Method Detail

createMethodOperation

public StringAppend createMethodOperation(org.w3c.dom.Element element,
                                          SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<StringAppend>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<StringAppend>