org.ofbiz.minilang.method.otherops
Class Log.LogFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.otherops.Log.LogFactory
All Implemented Interfaces:
MethodOperation.Factory<Log>
Enclosing class:
Log

public static final class Log.LogFactory
extends java.lang.Object
implements MethodOperation.Factory<Log>


Constructor Summary
Log.LogFactory()
           
 
Method Summary
 Log 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

Log.LogFactory

public Log.LogFactory()
Method Detail

createMethodOperation

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

getName

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