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 0250B200D41 for ; Tue, 7 Nov 2017 11:12:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 00E081609C8; Tue, 7 Nov 2017 10:12:33 +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 F3CA4160C32 for ; Tue, 7 Nov 2017 11:12:27 +0100 (CET) Received: (qmail 84443 invoked by uid 500); 7 Nov 2017 10:12:24 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 82455 invoked by uid 99); 7 Nov 2017 10:12:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 10:12:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6CA4987B85; Tue, 7 Nov 2017 10:12:23 +0000 (UTC) Date: Tue, 07 Nov 2017 10:14:07 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-scripting-thymeleaf] 05/39: add site (uml diagram) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151004953670.8532.10825343654871284332@gitbox.apache.org> References: <151004953670.8532.10825343654871284332@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-scripting-thymeleaf X-Git-Refname: refs/tags/org.apache.sling.scripting.thymeleaf-1.1.0 X-Git-Reftype: annotated tag X-Git-Rev: 2b0cb46b6c850e3a6f1dba10c7fa1863252984f7 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107101223.6CA4987B85@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 10:12:33 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git commit 2b0cb46b6c850e3a6f1dba10c7fa1863252984f7 Author: Oliver Lietz AuthorDate: Wed Jul 13 18:59:43 2016 +0000 add site (uml diagram) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1752520 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/diagram.png | Bin 0 -> 64028 bytes src/site/thymeleaf.uml | 149 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 149 insertions(+) diff --git a/src/site/diagram.png b/src/site/diagram.png new file mode 100644 index 0000000..033bc39 Binary files /dev/null and b/src/site/diagram.png differ diff --git a/src/site/thymeleaf.uml b/src/site/thymeleaf.uml new file mode 100644 index 0000000..4e01a39 --- /dev/null +++ b/src/site/thymeleaf.uml @@ -0,0 +1,149 @@ + + + + JAVA + org.apache.sling.scripting.thymeleaf + + org.thymeleaf.templateparser.markup.decoupled.IDecoupledTemplateLogicResolver + org.thymeleaf.dialect.IDialect + org.apache.sling.scripting.thymeleaf.internal.SlingResourceTemplateResolver + org.thymeleaf.ITemplateEngine + org.thymeleaf.templateresource.ITemplateResource + org.thymeleaf.dialect.IProcessorDialect + org.apache.sling.scripting.thymeleaf.TemplateModeProvider + org.thymeleaf.messageresolver.IMessageResolver + org.apache.sling.scripting.thymeleaf.AbsentMessageRepresentationProvider + org.thymeleaf.cache.ICacheManager + javax.script.ScriptEngineFactory + org.thymeleaf.linkbuilder.ILinkBuilder + org.apache.sling.scripting.thymeleaf.internal.ThymeleafScriptEngineFactory + org.apache.sling.scripting.thymeleaf.internal.SlingTemplateResource + org.apache.sling.scripting.thymeleaf.internal.ThymeleafScriptEngine + org.apache.sling.scripting.thymeleaf.internal.dialect.SlingDialect + org.thymeleaf.context.IEngineContextFactory + javax.script.ScriptEngine + org.apache.sling.scripting.thymeleaf.internal.PatternTemplateModeProvider + org.apache.sling.scripting.thymeleaf.internal.ResourceBundleMessageResolver + org.thymeleaf.templateresolver.ITemplateResolver + org.apache.sling.scripting.thymeleaf.internal.processor.SlingIncludeAttributeTagProcessor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All + private + + -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .