Class PrototypeOnlyCommentTextReader
java.lang.Object
java.io.Reader
org.thymeleaf.templateparser.reader.BlockAwareReader
org.thymeleaf.templateparser.reader.PrototypeOnlyCommentTextReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
- Since:
- 3.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.thymeleaf.templateparser.reader.BlockAwareReader
BlockAwareReader.BlockAction -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final char[]private static final char[] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.thymeleaf.templateparser.reader.BlockAwareReader
close, read
-
Field Details
-
PREFIX
private static final char[] PREFIX -
SUFFIX
private static final char[] SUFFIX
-
-
Constructor Details
-
PrototypeOnlyCommentTextReader
-