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 B77C7200AF5 for ; Thu, 2 Jun 2016 21:10:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B60FA160A52; Thu, 2 Jun 2016 19:10:56 +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 8AF41160A51 for ; Thu, 2 Jun 2016 21:10:54 +0200 (CEST) Received: (qmail 99974 invoked by uid 500); 2 Jun 2016 19:10:53 -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 99965 invoked by uid 99); 2 Jun 2016 19:10:53 -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; Thu, 02 Jun 2016 19:10:53 +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 E6D9BC06CD for ; Thu, 2 Jun 2016 19:10:52 +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 mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id JCNfwO8gEmoe for ; Thu, 2 Jun 2016 19:10:35 +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 DB2CA60CD9 for ; Thu, 2 Jun 2016 19:10:33 +0000 (UTC) Received: (qmail 97294 invoked by uid 99); 2 Jun 2016 19:10: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; Thu, 02 Jun 2016 19:10:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 50E91E0105; Thu, 2 Jun 2016 19:10:32 +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: Thu, 02 Jun 2016 19:11:02 -0000 Message-Id: <18be6d8edeff4bd0a52fc3b0aecdccb0@git.apache.org> In-Reply-To: <0d73d3a6c81041868d3e9938f56263d1@git.apache.org> References: <0d73d3a6c81041868d3e9938f56263d1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [partial] incubator-freemarker-site git commit: Removed 2.3.24 preview manuals archived-at: Thu, 02 Jun 2016 19:10:56 -0000 http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/47e30e53/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateDateFormatFactory.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateDateFormatFactory.html b/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateDateFormatFactory.html deleted file mode 100644 index 76437a8..0000000 --- a/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateDateFormatFactory.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -AliasTemplateDateFormatFactory (FreeMarker 2.3.24-rc01-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class AliasTemplateDateFormatFactory

-
-
- -
-
    -
  • -
    -
    -
    public final class AliasTemplateDateFormatFactory
    -extends TemplateDateFormatFactory
    -
    Creates an alias to another format, so that the format can be referred to with a simple name in the template, rather - than as a concrete pattern or other kind of format string.
    -
    -
    Since:
    -
    2.3.24
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AliasTemplateDateFormatFactory

        -
        public AliasTemplateDateFormatFactory(String targetFormatString)
        -
        -
        Parameters:
        -
        targetFormatString - The format string this format will be an alias to.
        -
        -
      • -
      - - - -
        -
      • -

        AliasTemplateDateFormatFactory

        -
        public AliasTemplateDateFormatFactory(String defaultTargetFormatString,
        -                                      Map<Locale,String> localizedTargetFormatStrings)
        -
        -
        Parameters:
        -
        defaultTargetFormatString - The format string this format will be an alias to if there's no locale-specific format string for the - requested locale in localizedTargetFormatStrings
        -
        localizedTargetFormatStrings - Maps Locale-s to format strings. If the desired locale doesn't occur in the map, a less - specific locale is tried, repeatedly until only the language part remains. For example, if locale is - new Locale("en", "US", "Linux"), then these keys will be attempted untol a match is found, in - this order: new Locale("en", "US", "Linux"), new Locale("en", "US"), - new Locale("en"). If there's still no matching key, the value of the - targetFormatString will be used.
        -
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/47e30e53/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateNumberFormatFactory.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateNumberFormatFactory.html b/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateNumberFormatFactory.html deleted file mode 100644 index c92c9f9..0000000 --- a/builds/2.3.24-rc01/_html/api/freemarker/core/AliasTemplateNumberFormatFactory.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - -AliasTemplateNumberFormatFactory (FreeMarker 2.3.24-rc01-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class AliasTemplateNumberFormatFactory

-
-
- -
-
    -
  • -
    -
    -
    public final class AliasTemplateNumberFormatFactory
    -extends TemplateNumberFormatFactory
    -
    Creates an alias to another format, so that the format can be referred to with a simple name in the template, rather - than as a concrete pattern or other kind of format string.
    -
    -
    Since:
    -
    2.3.24
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AliasTemplateNumberFormatFactory

        -
        public AliasTemplateNumberFormatFactory(String targetFormatString)
        -
        -
        Parameters:
        -
        targetFormatString - The format string this format will be an alias to
        -
        -
      • -
      - - - -
        -
      • -

        AliasTemplateNumberFormatFactory

        -
        public AliasTemplateNumberFormatFactory(String defaultTargetFormatString,
        -                                        Map<Locale,String> localizedTargetFormatStrings)
        -
        -
        Parameters:
        -
        defaultTargetFormatString - The format string this format will be an alias to if there's no locale-specific format string for the - requested locale in localizedTargetFormatStrings
        -
        localizedTargetFormatStrings - Maps Locale-s to format strings. If the desired locale doesn't occur in the map, a less - specific locale is tried, repeatedly until only the language part remains. For example, if locale is - new Locale("en", "US", "Linux"), then these keys will be attempted untol a match is found, in - this order: new Locale("en", "US", "Linux"), new Locale("en", "US"), - new Locale("en"). If there's still no matching key, the value of the - targetFormatString will be used.
        -
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/47e30e53/builds/2.3.24-rc01/_html/api/freemarker/core/ArithmeticEngine.BigDecimalEngine.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-rc01/_html/api/freemarker/core/ArithmeticEngine.BigDecimalEngine.html b/builds/2.3.24-rc01/_html/api/freemarker/core/ArithmeticEngine.BigDecimalEngine.html deleted file mode 100644 index f46ec96..0000000 --- a/builds/2.3.24-rc01/_html/api/freemarker/core/ArithmeticEngine.BigDecimalEngine.html +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - -ArithmeticEngine.BigDecimalEngine (FreeMarker 2.3.24-rc01-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class ArithmeticEngine.BigDecimalEngine

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    ArithmeticEngine
    -
    -
    -
    -
    public static class ArithmeticEngine.BigDecimalEngine
    -extends ArithmeticEngine
    -
    This is the default arithmetic engine in FreeMarker. It converts every - number it receives into BigDecimal, then operates on these - converted BigDecimals.
    -
  • -
-
-
- -
-
- -
-
- - - - - - -