org.ofbiz.minilang.method.eventops
Class WebappPropertyToField.WebappPropertyToFieldFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.eventops.WebappPropertyToField.WebappPropertyToFieldFactory
All Implemented Interfaces:
MethodOperation.Factory<WebappPropertyToField>
Enclosing class:
WebappPropertyToField

public static final class WebappPropertyToField.WebappPropertyToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<WebappPropertyToField>


Constructor Summary
WebappPropertyToField.WebappPropertyToFieldFactory()
           
 
Method Summary
 WebappPropertyToField 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

WebappPropertyToField.WebappPropertyToFieldFactory

public WebappPropertyToField.WebappPropertyToFieldFactory()
Method Detail

createMethodOperation

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

getName

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