org.ofbiz.minilang.method.ifops
Class IfRegexp.IfRegexpFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.ifops.IfRegexp.IfRegexpFactory
All Implemented Interfaces:
MethodOperation.Factory<IfRegexp>
Enclosing class:
IfRegexp

public static final class IfRegexp.IfRegexpFactory
extends java.lang.Object
implements MethodOperation.Factory<IfRegexp>


Constructor Summary
IfRegexp.IfRegexpFactory()
           
 
Method Summary
 IfRegexp createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfRegexp.IfRegexpFactory

public IfRegexp.IfRegexpFactory()
Method Detail

createMethodOperation

public IfRegexp createMethodOperation(org.w3c.dom.Element element,
                                      SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<IfRegexp>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<IfRegexp>