com.sssw.re.core
Class EboStringTemplateSingle
java.lang.Object
|
+--com.sssw.re.core.EboStringTemplate
|
+--com.sssw.re.core.EboStringTemplateSingle
- All Implemented Interfaces:
- Serializable
- public class EboStringTemplateSingle
- extends EboStringTemplate
Provides support for efficient
tag replacement within a string. This support should be used in classes
implementing EbiAction or EbiCondition and that wish to have the tags
replaced with information from com.sssw.re.api.EbiContext.
For implementation details, see
Defining runtime properties for Conditons and Actions
in Director online help.
- See Also:
EboStringTemplate,
EbiAction,
EbiCondition, Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EboStringTemplateSingle
public EboStringTemplateSingle()
- Default constructor
EboStringTemplateSingle
public EboStringTemplateSingle(String template)
- Constructor that initializes template with a String value.
- Parameters:
String - A string value to be used for template value.