org.ofbiz.minilang.operation
Class PropertyOper

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

public class PropertyOper
extends MakeInStringOperation

A MakeInStringOperation that insert the value of a property from a properties file


Field Summary
static java.lang.String module
           
 
Constructor Summary
PropertyOper(org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String exec(java.util.Map inMap, java.util.List 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

PropertyOper

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

exec

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