Package xyz.cofe.text
Class Template.TextItem<V>
java.lang.Object
xyz.cofe.text.Template.Item<V>
xyz.cofe.text.Template.TextItem<V>
- Type Parameters:
V- тип значения передаваемое в шаблон
public static class Template.TextItem<V> extends Template.Item<V>
Фрагмент шаблона - обычный текст
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TextItem(java.lang.String text) -
Method Summary
-
Constructor Details
-
TextItem
public TextItem(java.lang.String text)
-
-
Method Details
-
eval
- Specified by:
evalin classTemplate.Item<V>
-