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