EchoPoint
1.0

echopoint.template
Interface TextSubstitution

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SimpleTextSubstitution

public interface TextSubstitution
extends java.io.Serializable

This interface is used by the HTML template functionality to substitue named "text tags" in the markup with other variable Strings.


Method Summary
 java.lang.String getSubstitutionText(java.lang.String substitutionName)
          This method is called to return a String that has been associated with the given substitution name.
 

Method Detail

getSubstitutionText

public java.lang.String getSubstitutionText(java.lang.String substitutionName)
This method is called to return a String that has been associated with the given substitution name.


EchoPoint
1.0