|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateTextSubstitution
This interface is used substitue named "text tags" in the template markup with variable Strings.
A single TemplateTextSubstitution can be used by more than
one TemplatePanel. This helps reduce the memory footprint
of the template text subsitution. An implementation of this interface
must keep the requirement in mind.
| Method Summary | |
|---|---|
String |
getSubstitutionText(String substitutionName)
This method is called to return a String that has been associated with the given substitution name. |
| Method Detail |
|---|
String getSubstitutionText(String substitutionName)
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||