org.ofbiz.minilang.method.eventops
Class FieldToSession.FieldToSessionFactory

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

public static final class FieldToSession.FieldToSessionFactory
extends java.lang.Object
implements MethodOperation.Factory<FieldToSession>


Constructor Summary
FieldToSession.FieldToSessionFactory()
           
 
Method Summary
 FieldToSession 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

FieldToSession.FieldToSessionFactory

public FieldToSession.FieldToSessionFactory()
Method Detail

createMethodOperation

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

getName

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