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 6443D200B35 for ; Tue, 5 Jul 2016 22:13:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 62B92160A79; Tue, 5 Jul 2016 20:13:20 +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 180E3160A70 for ; Tue, 5 Jul 2016 22:13:17 +0200 (CEST) Received: (qmail 23571 invoked by uid 500); 5 Jul 2016 20:13:17 -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 23562 invoked by uid 99); 5 Jul 2016 20:13:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2016 20:13:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9B70CC00EA for ; Tue, 5 Jul 2016 20:13:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-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 mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id udxd6O7GzxQY for ; Tue, 5 Jul 2016 20:13:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 0003360DFD for ; Tue, 5 Jul 2016 20:13:00 +0000 (UTC) Received: (qmail 21184 invoked by uid 99); 5 Jul 2016 20:12:59 -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; Tue, 05 Jul 2016 20:12:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DC02DE01C1; Tue, 5 Jul 2016 20:12:59 +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: Tue, 05 Jul 2016 20:13:19 -0000 Message-Id: <83223fca667c4b639f45fd8012d58384@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/51] [partial] incubator-freemarker-site git commit: Removed 2.3.25 nightly builds archived-at: Tue, 05 Jul 2016 20:13:20 -0000 http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e3551942/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JSONOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JSONOutputFormat.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JSONOutputFormat.html deleted file mode 100644 index 2dadc45..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JSONOutputFormat.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -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/e3551942/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html deleted file mode 100644 index 36211a7..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/JavaScriptOutputFormat.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - -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/e3551942/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/MarkupOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/MarkupOutputFormat.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/MarkupOutputFormat.html deleted file mode 100644 index 28307e2..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/MarkupOutputFormat.html +++ /dev/null @@ -1,577 +0,0 @@ - - - - - - -MarkupOutputFormat (FreeMarker 2.3.25-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class MarkupOutputFormat<MO extends TemplateMarkupOutputModel>

-
-
- -
- -
-
- -
-
- -
-
- - - - - - -