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