Interface TemplateSource


  • public interface TemplateSource
    • Method Detail

      • getReader

        java.io.Reader getReader​(java.lang.String encoding)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • lastModified

        long lastModified()
      • getResource

        java.io.InputStream getResource​(java.lang.String name)