This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-0.0.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit a8e2a1e8f99460f267a053849171d6ee7d926987 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jul 7 08:43:38 2015 +0000 add some javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1689601 13f79535-47bb-0310-9956-ffa450edef68 --- .../internal/processor/attr/SlingIncludeAttrProcessor.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/scripting/thymeleaf/internal/processor/attr/SlingIncludeAttrProcessor.java b/src/main/java/org/apache/sling/scripting/thymeleaf/internal/processor/attr/SlingIncludeAttrProcessor.java index e08aaec..1cbcee6 100644 --- a/src/main/java/org/apache/sling/scripting/thymeleaf/internal/processor/attr/SlingIncludeAttrProcessor.java +++ b/src/main/java/org/apache/sling/scripting/thymeleaf/internal/processor/attr/SlingIncludeAttrProcessor.java @@ -117,7 +117,14 @@ public class SlingIncludeAttrProcessor extends AbstractAttrProcessor { } /** - * @see org.apache.sling.scripting.jsp.taglib.IncludeTagHandler + * @see "org.apache.sling.scripting.jsp.taglib.IncludeTagHandler" + * + * @param resource the resource to include + * @param path the path to include + * @param slingHttpServletRequest the current request + * @param slingHttpServletResponse the current response + * @param requestDispatcherOptions the options for the request dispatcher + * @return the character response from the include call to request dispatcher */ protected String dispatch(Resource resource, String path, final SlingHttpServletRequest slingHttpServletRequest, final SlingHttpServletResponse slingHttpServletResponse, final RequestDispatcherOptions requestDispatcherOptions) { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
