Class RequestParametersToList.RequestParametersToListFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.eventops.RequestParametersToList.RequestParametersToListFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<RequestParametersToList>
- Enclosing class:
- RequestParametersToList
public static final class RequestParametersToList.RequestParametersToListFactory extends java.lang.Object implements MethodOperation.Factory<RequestParametersToList>
A factory for the <request-parameters-to-list> element.
-
-
Constructor Summary
Constructors Constructor Description RequestParametersToListFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestParametersToList
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public RequestParametersToList createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<RequestParametersToList>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<RequestParametersToList>
-
-