Class PrototypeOnlyCommentTextReader

java.lang.Object
java.io.Reader
org.thymeleaf.templateparser.reader.BlockAwareReader
org.thymeleaf.templateparser.reader.PrototypeOnlyCommentTextReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public final class PrototypeOnlyCommentTextReader extends BlockAwareReader
Since:
3.0.0
  • Field Details

    • PREFIX

      private static final char[] PREFIX
    • SUFFIX

      private static final char[] SUFFIX
  • Constructor Details

    • PrototypeOnlyCommentTextReader

      public PrototypeOnlyCommentTextReader(Reader reader)