org.ofbiz.minilang.method.eventops
Class SessionToField.SessionToFieldFactory

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

public static final class SessionToField.SessionToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<SessionToField>


Constructor Summary
SessionToField.SessionToFieldFactory()
           
 
Method Summary
 SessionToField 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

SessionToField.SessionToFieldFactory

public SessionToField.SessionToFieldFactory()
Method Detail

createMethodOperation

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

getName

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