public interface IText extends ITemplateEvent, CharSequence
Event interface defining a Text, i.e. a part of a template that does not contain any kind of relevant structure.
Note that any implementations of this interface should be immutable.
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns the Text as a String.
|
accept, getCol, getLine, getTemplateName, hasLocation, writecharAt, chars, codePoints, length, subSequence, toStringString getText()
Returns the Text as a String.
Copyright © 2017 The THYMELEAF team. All rights reserved.