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