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, useInclude
afterPropertiesSet, checkResource, getUrl, isUrlRequired, toString
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, setResponseContentType, writeToResponse
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, setServletContext
protected 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.AbstractUrlBasedView
protected void exposeHelpers(javax.servlet.http.HttpServletRequest request) throws Exception
exposeHelpers
in class org.springframework.web.servlet.view.JstlView
Exception
protected static String extractTemplateUrl(String viewName)
viewName
- Copyright © 2014. All Rights Reserved.