org.ofbiz.minilang.operation
Class InFieldOper

java.lang.Object
  extended by org.ofbiz.minilang.operation.MakeInStringOperation
      extended by org.ofbiz.minilang.operation.InFieldOper

public class InFieldOper
extends MakeInStringOperation

A MakeInStringOperation that inserts the value of an in-field


Field Summary
static java.lang.String module
           
 
Constructor Summary
InFieldOper(org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String exec(java.util.Map<java.lang.String,java.lang.Object> inMap, java.util.List<java.lang.Object> messages, java.util.Locale locale, java.lang.ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

InFieldOper

public InFieldOper(org.w3c.dom.Element element)
Method Detail

exec

public java.lang.String exec(java.util.Map<java.lang.String,java.lang.Object> inMap,
                             java.util.List<java.lang.Object> messages,
                             java.util.Locale locale,
                             java.lang.ClassLoader loader)
Specified by:
exec in class MakeInStringOperation