Novell exteNd
Director 5.2 API

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

Constructor Summary
EboStringTemplateSingle()
          Default constructor
EboStringTemplateSingle(String template)
          Constructor that initializes template with a String value.
 
Methods inherited from class com.sssw.re.core.EboStringTemplate
getEncodedValue, getTemplate, getValue, hasTemplate, isAnalyzed, isNULL, isTagged, setTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Novell exteNd
Director 5.2 API