Class MakeInStringOperation
- java.lang.Object
-
- org.apache.ofbiz.minilang.operation.MakeInStringOperation
-
- Direct Known Subclasses:
ConstantOper
,InFieldOper
,PropertyOper
public abstract class MakeInStringOperation extends java.lang.Object
Abstract class defining the interface to a MakeInString operation
-
-
Constructor Summary
Constructors Constructor Description MakeInStringOperation(org.w3c.dom.Element element)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract 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)
-