public class SlingIncludeAttrProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
| Constructor and Description |
|---|
SlingIncludeAttrProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
dispatch(org.apache.sling.api.resource.Resource resource,
String path,
org.apache.sling.api.SlingHttpServletRequest slingHttpServletRequest,
org.apache.sling.api.SlingHttpServletResponse slingHttpServletResponse,
org.apache.sling.api.request.RequestDispatcherOptions requestDispatcherOptions) |
int |
getPrecedence() |
protected org.apache.sling.api.request.RequestDispatcherOptions |
prepareRequestDispatcherOptions(org.thymeleaf.dom.Element element) |
protected org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
doProcess, getMatcherpublic static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected org.thymeleaf.processor.ProcessorResult processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
processAttribute in class org.thymeleaf.processor.attr.AbstractAttrProcessorprotected org.apache.sling.api.request.RequestDispatcherOptions prepareRequestDispatcherOptions(org.thymeleaf.dom.Element element)
protected String dispatch(org.apache.sling.api.resource.Resource resource, String path, org.apache.sling.api.SlingHttpServletRequest slingHttpServletRequest, org.apache.sling.api.SlingHttpServletResponse slingHttpServletResponse, org.apache.sling.api.request.RequestDispatcherOptions requestDispatcherOptions)
resource - the resource to includepath - the path to includeslingHttpServletRequest - the current requestslingHttpServletResponse - the current responserequestDispatcherOptions - the options for the request dispatcherCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.