Return-Path: X-Original-To: apmail-freemarker-notifications-archive@minotaur.apache.org Delivered-To: apmail-freemarker-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE7E41850C for ; Tue, 3 Nov 2015 23:04:06 +0000 (UTC) Received: (qmail 13515 invoked by uid 500); 3 Nov 2015 23:04:03 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 13499 invoked by uid 500); 3 Nov 2015 23:04:03 -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 13490 invoked by uid 99); 3 Nov 2015 23:04:03 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 23:04:03 +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 40CD31A2CF8 for ; Tue, 3 Nov 2015 23:04:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.991 X-Spam-Level: ** X-Spam-Status: No, score=2.991 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OICNjghPQ2GB for ; Tue, 3 Nov 2015 23:03:32 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 4980F23871 for ; Tue, 3 Nov 2015 23:03:32 +0000 (UTC) Received: (qmail 12403 invoked by uid 99); 3 Nov 2015 23:03:32 -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, 03 Nov 2015 23:03:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E4556E0BCB; Tue, 3 Nov 2015 23:03:31 +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, 03 Nov 2015 23:03:48 -0000 Message-Id: In-Reply-To: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> References: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/51] [partial] incubator-freemarker-site git commit: Uploaded freemarker.org/builds content from the previous (non-ASF) server http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/ParserConfiguration.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/ParserConfiguration.html b/builds/2.3.24-pre01/_html/api/freemarker/core/ParserConfiguration.html new file mode 100644 index 0000000..86aaa4d --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/ParserConfiguration.html @@ -0,0 +1,364 @@ + + + + + + +ParserConfiguration (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Interface ParserConfiguration

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    Configuration, TemplateConfigurer
    +
    +
    +
    +
    public interface ParserConfiguration
    +
    Don't implement this interface yourself; use the existing implementation(s). This interface is implemented by + classes that hold settings that affect parsing. New parser settings can be added in new FreeMarker versions, which + will break your implementation.
    +
    +
    Since:
    +
    2.3.24
    +
    +
  • +
+
+ +
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/PlainTextOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/PlainTextOutputFormat.html b/builds/2.3.24-pre01/_html/api/freemarker/core/PlainTextOutputFormat.html new file mode 100644 index 0000000..3fae37f --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/PlainTextOutputFormat.html @@ -0,0 +1,362 @@ + + + + + + +PlainTextOutputFormat (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class PlainTextOutputFormat

+
+
+ +
+
    +
  • +
    +
    +
    public final class PlainTextOutputFormat
    +extends OutputFormat
    +
    Represents the plain text output format. Plain text is text without any characters with special meaning. As such, it + doesn't support escaping. + +

    + String literals in FTL expressions use this output format, which has importance when ${...} is used + inside them. + +

    + The main difference from UndefinedOutputFormat is that this format doesn't allow inserting values of another + output format into itself (unless they can be converted to plain text), while UndefinedOutputFormat would + just insert the foreign "markup" as is. Also, this format has {"text/plain"} MIME type, while + UndefinedOutputFormat has null.

    +
    +
    Since:
    +
    2.3.24
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        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, as such an even 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 not escaping, in which case format conversion is + trivially possible. (It's not impossible to extending conversions beyond this, if there will be real world demand + for it.) + +

        true value is used by UndefinedOutputFormat.

        +
        +
        Specified by:
        +
        isOutputFormatMixingAllowed in class OutputFormat
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Description copied from class: OutputFormat
        +
        The short name we 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 generating a HTTP response. + null if the output format doesn't clearly corresponds to a specific MIME type.
        +
        +
        Specified by:
        +
        getMimeType in class OutputFormat
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/RTFOutputFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/RTFOutputFormat.html b/builds/2.3.24-pre01/_html/api/freemarker/core/RTFOutputFormat.html new file mode 100644 index 0000000..ef9fcbb --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/RTFOutputFormat.html @@ -0,0 +1,441 @@ + + + + + + +RTFOutputFormat (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class RTFOutputFormat

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/StopException.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/StopException.html b/builds/2.3.24-pre01/_html/api/freemarker/core/StopException.html new file mode 100644 index 0000000..05f86bd --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/StopException.html @@ -0,0 +1,305 @@ + + + + + + +StopException (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class StopException

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