Class Now.NowFactory
java.lang.Object
org.apache.ofbiz.minilang.method.envops.Now.NowFactory
- All Implemented Interfaces:
MethodOperation.Factory<Now>
- Enclosing class:
- Now
A factory for the <now> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
NowFactory
public NowFactory()
-
-
Method Details
-
createMethodOperation
public Now createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<Now>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<Now>
-