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 089D8200B35 for ; Tue, 5 Jul 2016 22:13:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0763F160A70; Tue, 5 Jul 2016 20:13:15 +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 BB3D1160A60 for ; Tue, 5 Jul 2016 22:13:12 +0200 (CEST) Received: (qmail 22376 invoked by uid 500); 5 Jul 2016 20:13:11 -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 22119 invoked by uid 99); 5 Jul 2016 20:13:11 -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, 05 Jul 2016 20:13:11 +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 D2208C111E for ; Tue, 5 Jul 2016 20:13:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.307 X-Spam-Level: X-Spam-Status: No, score=-3.307 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.287] 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 f8gVGxMDP3ZU 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 8790160D05 for ; Tue, 5 Jul 2016 20:13:00 +0000 (UTC) Received: (qmail 21163 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 AFCF3E01C1; 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:10 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/51] [partial] incubator-freemarker-site git commit: Removed 2.3.25 nightly builds archived-at: Tue, 05 Jul 2016 20:13:15 -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/TemplateDateFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormat.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormat.html deleted file mode 100644 index 22e2cff..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormat.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - - -TemplateDateFormat (FreeMarker 2.3.25-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class TemplateDateFormat

-
-
- -
-
    -
  • -
    -
    -
    public abstract class TemplateDateFormat
    -extends TemplateValueFormat
    -
    Represents a date/time/dateTime format; used in templates for formatting and parsing with that format. This is - similar to Java's DateFormat, but made to fit the requirements of FreeMarker. Also, it makes easier to define - formats that can't be represented with Java's existing DateFormat implementations. - -

    - Implementations need not be thread-safe if the TemplateNumberFormatFactory doesn't recycle them among - different Environment-s. As far as FreeMarker's concerned, instances are bound to a single - Environment, and Environment-s are thread-local objects.

    -
    -
    Since:
    -
    2.3.24
    -
    -
  • -
-
-
- -
-
- -
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e3551942/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormatFactory.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormatFactory.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormatFactory.html deleted file mode 100644 index 6705b56..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateDateFormatFactory.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -TemplateDateFormatFactory (FreeMarker 2.3.25-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class TemplateDateFormatFactory

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        TemplateDateFormatFactory

        -
        public TemplateDateFormatFactory()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        get

        -
        public abstract TemplateDateFormat get(String params,
        -                                       int dateType,
        -                                       Locale locale,
        -                                       TimeZone timeZone,
        -                                       boolean zonelessInput,
        -                                       Environment env)
        -                                throws TemplateValueFormatException
        -
        Returns a formatter for the given parameters. - -

        - The returned formatter can be a new instance or a reused (cached) instance. Note that Environment itself - caches the returned instances, though that cache is lost with the Environment (i.e., when the top-level - template execution ends), also it might flushes lot of entries if the locale or time zone is changed during - template execution. So caching on the factory level is still useful, unless creating the formatters is - sufficiently cheap.

        -
        -
        Parameters:
        -
        params - The string that further describes how the format should look. For example, when the - dateFormat is "@fooBar 1, 2", then it will be - "1, 2" (and "@fooBar" selects the factory). The format of this string is up to the - TemplateDateFormatFactory implementation. Not null, often an empty string.
        -
        dateType - TemplateDateModel.DATE, TemplateDateModel.TIME, TemplateDateModel.DATETIME or - TemplateDateModel.UNKNOWN. Supporting TemplateDateModel.UNKNOWN is not necessary, in - which case the method should throw an UnknownDateTypeFormattingUnsupportedException exception.
        -
        locale - The locale to format for. Not null. The resulting format should be bound to this locale - forever (i.e. locale changes in the Environment must not be followed).
        -
        timeZone - The time zone to format for. Not null. The resulting format must be bound to this time zone - forever (i.e. time zone changes in the Environment must not be followed).
        -
        zonelessInput - Indicates that the input Java Date is not from a time zone aware source. When this is - true, the formatters shouldn't override the time zone provided to its constructor (most - formatters don't do that anyway), and it shouldn't show the time zone, if it can hide it (like a - SimpleDateFormat pattern-based formatter may can't do that, as the pattern prescribes what to - show). -

        - As of FreeMarker 2.3.21, this is true exactly when the date is an SQL "date without time of - the day" (i.e., a java.sql.Date) or an SQL "time of the day" value (i.e., a - java.sql.Time, although this rule can change in future, depending on - configuration settings and such, so you shouldn't rely on this rule, just accept what this parameter - says.

        -
        env - The runtime environment from which the formatting was called. This is mostly meant to be used for - Environment.setCustomState(Object, Object)/Environment.getCustomState(Object).
        -
        Throws:
        -
        TemplateValueFormatException - If any problem occurs while parsing/getting the format. Notable subclasses: - InvalidFormatParametersException if params is malformed; - UnknownDateTypeFormattingUnsupportedException if dateType is - TemplateDateModel.UNKNOWN and that's unsupported by this factory.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e3551942/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateFormatUtil.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateFormatUtil.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateFormatUtil.html deleted file mode 100644 index bf93d39..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateFormatUtil.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -TemplateFormatUtil (FreeMarker 2.3.25-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class TemplateFormatUtil

-
-
- -
-
    -
  • -
    -
    -
    public final class TemplateFormatUtil
    -extends Object
    -
    Utility classes for implementing TemplateValueFormat-s.
    -
    -
    Since:
    -
    2.3.24
    -
    -
  • -
-
-
- -
-
- -
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/e3551942/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateHTMLOutputModel.html ---------------------------------------------------------------------- diff --git a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateHTMLOutputModel.html b/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateHTMLOutputModel.html deleted file mode 100644 index 82b101a..0000000 --- a/builds/2.3.25-incubating-voted/documentation/_html/api/freemarker/core/TemplateHTMLOutputModel.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -TemplateHTMLOutputModel (FreeMarker 2.3.25-incubating API) - - - - - - - - - - - - -
-
freemarker.core
-

Class TemplateHTMLOutputModel

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