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 979E318522 for ; Tue, 3 Nov 2015 19:30:02 +0000 (UTC) Received: (qmail 13827 invoked by uid 500); 3 Nov 2015 19:30:02 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 13810 invoked by uid 500); 3 Nov 2015 19:30:02 -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 13800 invoked by uid 99); 3 Nov 2015 19:30:02 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 19:30:02 +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 DC412C3ACE for ; Tue, 3 Nov 2015 19:30:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, 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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 5mglBiuu2ttE for ; Tue, 3 Nov 2015 19:29:46 +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 7BDC7238A9 for ; Tue, 3 Nov 2015 19:29:09 +0000 (UTC) Received: (qmail 11199 invoked by uid 99); 3 Nov 2015 19:29:09 -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 19:29:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0F841E055E; Tue, 3 Nov 2015 19:29:09 +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 19:29:44 -0000 Message-Id: <3aa7240905ae426082874e6b004e344f@git.apache.org> In-Reply-To: <71c64bdb649343a1876f44934cb4dd8b@git.apache.org> References: <71c64bdb649343a1876f44934cb4dd8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/51] [partial] incubator-freemarker-site git commit: Uploaded freemarker.org content from the previous (non-ASF) server (except Ivy repo entries with legal issues) http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/cache/TemplateCache.MaybeMissingTemplate.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/cache/TemplateCache.MaybeMissingTemplate.html b/docs/api/freemarker/cache/TemplateCache.MaybeMissingTemplate.html new file mode 100644 index 0000000..74d17b6 --- /dev/null +++ b/docs/api/freemarker/cache/TemplateCache.MaybeMissingTemplate.html @@ -0,0 +1,286 @@ + + + + + + +TemplateCache.MaybeMissingTemplate (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.cache
+

Class TemplateCache.MaybeMissingTemplate

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • freemarker.cache.TemplateCache.MaybeMissingTemplate
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTemplate

        +
        public Template getTemplate()
        +
        The Template if it wasn't missing, otherwise null.
        +
      • +
      + + + +
        +
      • +

        getMissingTemplateReason

        +
        public String getMissingTemplateReason()
        +
        When the template was missing, this possibly contains the explanation, or null. If the + template wasn't missing (i.e., when getTemplate() return non-null) this is always + null.
        +
      • +
      + + + +
        +
      • +

        getMissingTemplateNormalizedName

        +
        public String getMissingTemplateNormalizedName()
        +
        When the template was missing, this possibly contains its normalized name. If the template wasn't + missing (i.e., when getTemplate() return non-null) this is always null. When the + template is missing, it will be null for example if the normalization itself was unsuccessful.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/07ff2090/docs/api/freemarker/cache/TemplateCache.html ---------------------------------------------------------------------- diff --git a/docs/api/freemarker/cache/TemplateCache.html b/docs/api/freemarker/cache/TemplateCache.html new file mode 100644 index 0000000..6eab95e --- /dev/null +++ b/docs/api/freemarker/cache/TemplateCache.html @@ -0,0 +1,833 @@ + + + + + + +TemplateCache (FreeMarker 2.3.23 API) + + + + + + + + + + + + +
+
freemarker.cache
+

Class TemplateCache

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