public class TemplateJstlView
extends org.springframework.web.servlet.view.JstlView
| Modifier and Type | Field and Description |
|---|---|
protected static int |
COMMA |
protected static int |
LEFT_BRACKET |
protected String |
originalViewName |
protected static int |
RIGHT_BRACKET |
| Constructor and Description |
|---|
TemplateJstlView() |
TemplateJstlView(String viewName) |
TemplateJstlView(String viewName,
org.springframework.context.MessageSource messageSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
exposeHelpers(javax.servlet.http.HttpServletRequest request) |
protected static Map<String,String> |
extractTemplateParameters(String viewName)
Parse the template descriptor to extract template parameters
|
protected static String |
extractTemplateUrl(String viewName)
Parse the template descriptor to extract template URL
|
void |
setUrl(String viewName) |
exposeForwardRequestAttributes, getRequestDispatcher, getRequestToExpose, isContextRequired, prepareForRendering, renderMergedOutputModel, setAlwaysInclude, setExposeContextBeansAsAttributes, setExposedContextBeanNames, setExposeForwardAttributes, setPreventDispatchLoop, useIncludeafterPropertiesSet, checkResource, getUrl, isUrlRequired, 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, setServletContextprotected static final int LEFT_BRACKET
protected static final int RIGHT_BRACKET
protected static final int COMMA
protected String originalViewName
public TemplateJstlView()
public TemplateJstlView(String viewName)
public TemplateJstlView(String viewName, org.springframework.context.MessageSource messageSource)
public void setUrl(String viewName)
setUrl in class org.springframework.web.servlet.view.AbstractUrlBasedViewprotected void exposeHelpers(javax.servlet.http.HttpServletRequest request)
throws Exception
exposeHelpers in class org.springframework.web.servlet.view.JstlViewExceptionprotected static String extractTemplateUrl(String viewName)
viewName - Copyright © 2014. All Rights Reserved.