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