Package com.storedobject.ui
Class TemplateText<T>
java.lang.Object
com.storedobject.core.TemplateString<T>
com.storedobject.ui.TemplateText<T>
- Type Parameters:
T
- Type of object to apply on the template.
Template string that can be evaluated. Values are defined using variable names: ${name}. If you want to use
$ symbol as a literal (escaping), use $$.
- Author:
- Syam
-
Constructor Details
-
TemplateText
-