Class PrototypeOnlyCommentMarkupReader

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

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

    • PREFIX

      private static final char[] PREFIX
    • SUFFIX

      private static final char[] SUFFIX
  • Constructor Details

    • PrototypeOnlyCommentMarkupReader

      public PrototypeOnlyCommentMarkupReader(Reader reader)