org.thymeleaf.extras.tiles2.spring4.web.view
public class ThymeleafTilesView extends org.thymeleaf.spring4.view.AbstractThymeleafView
| Constructor and Description |
|---|
ThymeleafTilesView() |
| Modifier and Type | Method and Description |
|---|---|
protected org.thymeleaf.context.IProcessingContext |
buildContextAndPrepareResponse(org.thymeleaf.TemplateEngine templateEngine,
Map<String,?> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
exposeModelAsRequestAttributes(Map<String,?> model,
javax.servlet.http.HttpServletRequest request) |
protected Locale |
getLocale() |
protected org.thymeleaf.spring4.SpringTemplateEngine |
getTemplateEngine() |
protected boolean |
isContentTypeSet() |
void |
render(Map<String,?> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
setLocale(Locale locale) |
protected void |
setTemplateEngine(org.thymeleaf.spring4.SpringTemplateEngine templateEngine) |
addRequestContextAsVariable, addStaticVariable, getBeanName, getCharacterEncoding, getContentType, getStaticVariables, getTemplateName, setBeanName, setCharacterEncoding, setContentType, setStaticVariables, setTemplateNamegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic void render(Map<String,?> model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionprotected org.thymeleaf.context.IProcessingContext buildContextAndPrepareResponse(org.thymeleaf.TemplateEngine templateEngine,
Map<String,?> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionprotected Locale getLocale()
getLocale in class org.thymeleaf.spring4.view.AbstractThymeleafViewprotected void setLocale(Locale locale)
setLocale in class org.thymeleaf.spring4.view.AbstractThymeleafViewprotected org.thymeleaf.spring4.SpringTemplateEngine getTemplateEngine()
getTemplateEngine in class org.thymeleaf.spring4.view.AbstractThymeleafViewprotected void setTemplateEngine(org.thymeleaf.spring4.SpringTemplateEngine templateEngine)
setTemplateEngine in class org.thymeleaf.spring4.view.AbstractThymeleafViewprotected boolean isContentTypeSet()
isContentTypeSet in class org.thymeleaf.spring4.view.AbstractThymeleafViewCopyright © 2014 The THYMELEAF team. All rights reserved.