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 5D5D6200AF7 for ; Tue, 14 Jun 2016 22:36:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A793160A5F; Tue, 14 Jun 2016 20:36:32 +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 C8B4C160A06 for ; Tue, 14 Jun 2016 22:36:29 +0200 (CEST) Received: (qmail 37649 invoked by uid 500); 14 Jun 2016 20:36:29 -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 37640 invoked by uid 99); 14 Jun 2016 20:36:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 20:36:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6C993C128B for ; Tue, 14 Jun 2016 20:36:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id k6JCdmrNCE6o for ; Tue, 14 Jun 2016 20:36:19 +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 7396D60E40 for ; Tue, 14 Jun 2016 20:36:02 +0000 (UTC) Received: (qmail 36093 invoked by uid 99); 14 Jun 2016 20:36:00 -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, 14 Jun 2016 20:36:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E0CC9E0BAC; Tue, 14 Jun 2016 20:36:00 +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, 14 Jun 2016 20:36:27 -0000 Message-Id: <6cca200327b5430d92f40422d6e33493@git.apache.org> In-Reply-To: <9a8f022e226e4b28a008aaffda6bbbbe@git.apache.org> References: <9a8f022e226e4b28a008aaffda6bbbbe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] incubator-freemarker-site git commit: Adding 2.3.25-incubating-voted archived-at: Tue, 14 Jun 2016 20:36:32 -0000 http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/843d83cc/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CSSOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CSSOutputFormat.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CSSOutputFormat.html new file mode 100644 index 0000000..0afa1f7 --- /dev/null +++ b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CSSOutputFormat.html @@ -0,0 +1,356 @@ + + + + + + +CSSOutputFormat (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class CSSOutputFormat

+
+
+ +
+
    +
  • +
    +
    +
    public class CSSOutputFormat
    +extends OutputFormat
    +
    Represents the CSS output format (MIME type "text/css", name "CSS"). 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/843d83cc/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CallPlaceCustomDataInitializationException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CallPlaceCustomDataInitializationException.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CallPlaceCustomDataInitializationException.html new file mode 100644 index 0000000..f6b2fa6 --- /dev/null +++ b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CallPlaceCustomDataInitializationException.html @@ -0,0 +1,268 @@ + + + + + + +CallPlaceCustomDataInitializationException (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class CallPlaceCustomDataInitializationException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CallPlaceCustomDataInitializationException

        +
        public CallPlaceCustomDataInitializationException(String message,
        +                                                  Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/843d83cc/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CombinedMarkupOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CombinedMarkupOutputFormat.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CombinedMarkupOutputFormat.html new file mode 100644 index 0000000..a3485d7 --- /dev/null +++ b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CombinedMarkupOutputFormat.html @@ -0,0 +1,552 @@ + + + + + + +CombinedMarkupOutputFormat (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class CombinedMarkupOutputFormat

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/843d83cc/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CommandLine.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CommandLine.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CommandLine.html new file mode 100644 index 0000000..28a86f7 --- /dev/null +++ b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/CommandLine.html @@ -0,0 +1,284 @@ + + + + + + +CommandLine (FreeMarker 2.3.25-incubating API) + + + + + + + + + + + + +
+
freemarker.core
+

Class CommandLine

+
+
+ +
+
    +
  • +
    +
    Deprecated.  +
    Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").
    +
    +
    +
    @Deprecated
    +public class CommandLine
    +extends Object
    +
    FreeMarker command-line utility, the Main-Class of freemarker.jar. + Currently it just prints the version number.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CommandLine

        +
        public CommandLine()
        +
        Deprecated. 
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +