|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sssw.re.core.EboStringTemplate
The EboStringTemplate abstract class provides support for efficient tag replacement within strings. 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.
EboStringTemplateSingle,
EbiAction,
EbiCondition, Serialized Form| Constructor Summary | |
EboStringTemplate()
|
|
| Method Summary | |
String |
getEncodedValue(com.sssw.re.core.EbiContext context)
Get the template with any tags replaced with information from the context. |
String |
getTemplate()
Gets the template without tag replacement. |
String |
getValue(com.sssw.re.core.EbiContext context)
Get the template with any tags replaced with information from the context. |
boolean |
hasTemplate()
Checks to see if the string template has a value. |
boolean |
isAnalyzed()
Has the template been analyzed for tags |
boolean |
isNULL()
Checks to see if the string template is null. |
boolean |
isTagged()
Does the template contain any tags that might need to be merged with a supplied context |
void |
setTemplate(String template)
Set the template to use as a basis for potential context information substitution |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EboStringTemplate()
| Method Detail |
public boolean isNULL()
public boolean hasTemplate()
public String getTemplate()
public void setTemplate(String template)
String - A string value to be used for template valuepublic boolean isTagged()
public String getEncodedValue(com.sssw.re.core.EbiContext context)
com.sssw.re.api.EbiContext - public String getValue(com.sssw.re.core.EbiContext context)
public boolean isAnalyzed()
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||