public class PebbleView
extends org.springframework.web.servlet.view.AbstractTemplateView
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_VARIABLE_NAME |
static String |
RESPONSE_VARIABLE_NAME |
static String |
SESSION_VARIABLE_NAME |
| Constructor and Description |
|---|
PebbleView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
renderMergedTemplateModel(Map<String,Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setCharacterEncoding(String characterEncoding) |
void |
setPebbleEngine(com.mitchellbosecke.pebble.PebbleEngine pebbleEngine) |
void |
setTemplateName(String name) |
applyContentType, renderMergedOutputModel, setAllowRequestOverride, setAllowSessionOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpersafterPropertiesSet, checkResource, getUrl, isUrlRequired, setUrl, toStringaddStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, setResponseContentType, writeToResponsegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic static final String REQUEST_VARIABLE_NAME
public static final String RESPONSE_VARIABLE_NAME
public static final String SESSION_VARIABLE_NAME
protected void renderMergedTemplateModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
renderMergedTemplateModel in class org.springframework.web.servlet.view.AbstractTemplateViewExceptionpublic void setCharacterEncoding(String characterEncoding)
public void setPebbleEngine(com.mitchellbosecke.pebble.PebbleEngine pebbleEngine)
public void setTemplateName(String name)
Copyright © 2018. All rights reserved.