JavaScript is disabled on your browser.
  • Summary:
  • Nested Field Constructor
  • Method
  • | Detail:
  • Field Constructor
  • Method
Package: groovy.text

[Java] Class TemplateEngine


  • public abstract class TemplateEngine
    extends Object 

    A template engine is a factory for creating a Template instance for a given text input.

    • Method Detail

      • public abstract Template createTemplate(Reader reader)

        Creates a template by reading content from the Reader.

      • public Template createTemplate(String templateText)

        Creates a template from the String contents.

      • public Template createTemplate(File file)

        Creates a template from the File contents. If the encoding for the file can be determined, that encoding will be used, otherwise the default encoding will be used. Consider using createTemplate(File, Charset) if you need to explicitly set the encoding.

      • public Template createTemplate(File file, Charset cs)

        Creates a template from the File contents using the given charset encoding.

      • @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(value = "DM_DEFAULT_ENCODING", justification = "left for legacy reasons but users expected to heed warning")
        public Template createTemplate(URL url)

        Creates a template from the content found at the URL using the default encoding. Please consider using createTemplate(URL, Charset).

      • public Template createTemplate(URL url, Charset cs)

        Creates a template from the content found at the URL using the given charset encoding.

  • Summary:
  • Nested Field Constructor
  • Method
  • | Detail:
  • Field Constructor
  • Method

Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /