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 23392184F9 for ; Tue, 3 Nov 2015 23:03:57 +0000 (UTC) Received: (qmail 13220 invoked by uid 500); 3 Nov 2015 23:03:57 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 13203 invoked by uid 500); 3 Nov 2015 23:03:57 -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 13194 invoked by uid 99); 3 Nov 2015 23:03:56 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 23:03:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 718B8180233 for ; Tue, 3 Nov 2015 23:03:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.991 X-Spam-Level: * X-Spam-Status: No, score=1.991 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, 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 (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id mWxYL3tz_koC 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 22BF623268 for ; Tue, 3 Nov 2015 23:03:32 +0000 (UTC) Received: (qmail 12395 invoked by uid 99); 3 Nov 2015 23:03:31 -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:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4AAAE03E8; 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:45 -0000 Message-Id: <5c3749220efa452a87e7845a58b2136d@git.apache.org> In-Reply-To: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> References: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/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/TemplateDateFormat.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormat.html b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormat.html new file mode 100644 index 0000000..e686386 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormat.html @@ -0,0 +1,442 @@ + + + + + + +TemplateDateFormat (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class TemplateDateFormat

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class TemplateDateFormat
    +extends Object
    +
    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/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormatFactory.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormatFactory.html b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormatFactory.html new file mode 100644 index 0000000..c633887 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateDateFormatFactory.html @@ -0,0 +1,334 @@ + + + + + + +TemplateDateFormatFactory (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class TemplateDateFormatFactory

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class TemplateDateFormatFactory
    +extends Object
    +
    Factory for a certain type of date/time/dateTime formatting (TemplateDateFormat). Usually a singleton + (one-per-VM or one-per-Configuration), and so must be thread-safe.
    +
    +
    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/TemplateFormatUtil.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateFormatUtil.html b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateFormatUtil.html new file mode 100644 index 0000000..6e666f6 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateFormatUtil.html @@ -0,0 +1,295 @@ + + + + + + +TemplateFormatUtil (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class TemplateFormatUtil

+
+
+ +
+
    +
  • +
    +
    +
    public final class TemplateFormatUtil
    +extends Object
    +
    +
    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/TemplateHTMLOutputModel.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateHTMLOutputModel.html b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateHTMLOutputModel.html new file mode 100644 index 0000000..df6065a --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/core/TemplateHTMLOutputModel.html @@ -0,0 +1,273 @@ + + + + + + +TemplateHTMLOutputModel (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.core
+

Class TemplateHTMLOutputModel

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