Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2BEC0200B12 for ; Sun, 12 Jun 2016 22:27:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2AC42160A04; Sun, 12 Jun 2016 20:27:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0D668160A2C for ; Sun, 12 Jun 2016 22:27:32 +0200 (CEST) Received: (qmail 5094 invoked by uid 500); 12 Jun 2016 20:27:32 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 5085 invoked by uid 99); 12 Jun 2016 20:27:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2016 20:27:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8CBEA1A07E0 for ; Sun, 12 Jun 2016 20:27:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.446 X-Spam-Level: X-Spam-Status: No, score=-3.446 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RdFsxAZZfopq for ; Sun, 12 Jun 2016 20:27:02 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 469D960D21 for ; Sun, 12 Jun 2016 20:26:50 +0000 (UTC) Received: (qmail 2930 invoked by uid 99); 12 Jun 2016 20:26:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2016 20:26:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6C7E4ED31A; Sun, 12 Jun 2016 20:26:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Date: Sun, 12 Jun 2016 20:27:09 -0000 Message-Id: In-Reply-To: <273cd02520a3446b8b729e6ad1067335@git.apache.org> References: <273cd02520a3446b8b729e6ad1067335@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/51] [partial] incubator-freemarker-site git commit: 2.3.25-nightly archived-at: Sun, 12 Jun 2016 20:27:35 -0000 http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e5a388cc/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JSONOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JSONOutputFormat.html b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JSONOutputFormat.html new file mode 100644 index 0000000..1002bee --- /dev/null +++ b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JSONOutputFormat.html @@ -0,0 +1,356 @@ + + + + + + +JSONOutputFormat (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class JSONOutputFormat

+
+
+ +
+
    +
  • +
    +
    +
    public class JSONOutputFormat
    +extends OutputFormat
    +
    Represents the JSON output format (MIME type "application/json", name "JSON"). This format doesn't support escaping.
    +
    +
    Since:
    +
    2.3.24
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Description copied from class: OutputFormat
        +
        The short name used to refer to this format (like in the #ftl header).
        +
        +
        Specified by:
        +
        getName in class OutputFormat
        +
        +
      • +
      + + + +
        +
      • +

        getMimeType

        +
        public String getMimeType()
        +
        Description copied from class: OutputFormat
        +
        Returns the MIME type of the output format. This might comes handy when generating a HTTP response. null + if this output format doesn't clearly corresponds to a specific MIME type.
        +
        +
        Specified by:
        +
        getMimeType in class OutputFormat
        +
        +
      • +
      + + + +
        +
      • +

        isOutputFormatMixingAllowed

        +
        public boolean isOutputFormatMixingAllowed()
        +
        Description copied from class: OutputFormat
        +
        Tells if this output format allows inserting TemplateMarkupOutputModel-s of another output formats into + it. If true, the foreign TemplateMarkupOutputModel will be inserted into the output as is (like + if the surrounding output format was the same). This is usually a bad idea allow, as such an event could indicate + application bugs. If this method returns false (recommended), then FreeMarker will try to assimilate the + inserted value by converting its format to this format, which will currently (2.3.24) cause exception, unless the + inserted value is made by escaping plain text and the target format is non-escaping, in which case format + conversion is trivially possible. (It's not impossible that conversions will be extended beyond this, if there + will be demand for that.) + +

        + true value is used by UndefinedOutputFormat.

        +
        +
        Specified by:
        +
        isOutputFormatMixingAllowed in class OutputFormat
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e5a388cc/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html new file mode 100644 index 0000000..e7572ac --- /dev/null +++ b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html @@ -0,0 +1,357 @@ + + + + + + +JavaScriptOutputFormat (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class JavaScriptOutputFormat

+
+
+ +
+
    +
  • +
    +
    +
    public class JavaScriptOutputFormat
    +extends OutputFormat
    +
    Represents the JavaScript output format (MIME type "application/javascript", name "JavaScript"). This format doesn't + support escaping.
    +
    +
    Since:
    +
    2.3.24
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Description copied from class: OutputFormat
        +
        The short name used to refer to this format (like in the #ftl header).
        +
        +
        Specified by:
        +
        getName in class OutputFormat
        +
        +
      • +
      + + + +
        +
      • +

        getMimeType

        +
        public String getMimeType()
        +
        Description copied from class: OutputFormat
        +
        Returns the MIME type of the output format. This might comes handy when generating a HTTP response. null + if this output format doesn't clearly corresponds to a specific MIME type.
        +
        +
        Specified by:
        +
        getMimeType in class OutputFormat
        +
        +
      • +
      + + + +
        +
      • +

        isOutputFormatMixingAllowed

        +
        public boolean isOutputFormatMixingAllowed()
        +
        Description copied from class: OutputFormat
        +
        Tells if this output format allows inserting TemplateMarkupOutputModel-s of another output formats into + it. If true, the foreign TemplateMarkupOutputModel will be inserted into the output as is (like + if the surrounding output format was the same). This is usually a bad idea allow, as such an event could indicate + application bugs. If this method returns false (recommended), then FreeMarker will try to assimilate the + inserted value by converting its format to this format, which will currently (2.3.24) cause exception, unless the + inserted value is made by escaping plain text and the target format is non-escaping, in which case format + conversion is trivially possible. (It's not impossible that conversions will be extended beyond this, if there + will be demand for that.) + +

        + true value is used by UndefinedOutputFormat.

        +
        +
        Specified by:
        +
        isOutputFormatMixingAllowed in class OutputFormat
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e5a388cc/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/MarkupOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/MarkupOutputFormat.html b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/MarkupOutputFormat.html new file mode 100644 index 0000000..1fabb35 --- /dev/null +++ b/builds/2.3.25-nightly/documentation/_html/api/freemarker/core/MarkupOutputFormat.html @@ -0,0 +1,577 @@ + + + + + + +MarkupOutputFormat (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class MarkupOutputFormat<MO extends TemplateMarkupOutputModel>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + +