|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.view.AbstractView
cn.gtmap.estateplat.core.support.fastjson.FastjsonView
public class FastjsonView
| 字段摘要 | |
|---|---|
static String |
DEFAULT_CONTENT_TYPE
|
| 从类 org.springframework.context.support.ApplicationObjectSupport 继承的字段 |
|---|
logger |
| 从接口 org.springframework.web.servlet.View 继承的字段 |
|---|
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE |
| 构造方法摘要 | |
|---|---|
FastjsonView()
|
|
FastjsonView(String rootKey)
|
|
| 方法摘要 | |
|---|---|
protected void |
prepareResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
renderMergedOutputModel(Map<String,Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
setDisableCaching(boolean disableCaching)
|
void |
setJsonpParameterName(String jsonpParameterName)
|
void |
setRootKey(String rootKey)
|
| 从类 org.springframework.web.servlet.view.AbstractView 继承的方法 |
|---|
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, setResponseContentType, toString, writeToResponse |
| 从类 org.springframework.web.context.support.WebApplicationObjectSupport 继承的方法 |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| 从类 org.springframework.context.support.ApplicationObjectSupport 继承的方法 |
|---|
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public static final String DEFAULT_CONTENT_TYPE
| 构造方法详细信息 |
|---|
public FastjsonView(String rootKey)
public FastjsonView()
| 方法详细信息 |
|---|
public void setRootKey(String rootKey)
public void setJsonpParameterName(String jsonpParameterName)
public void setDisableCaching(boolean disableCaching)
protected void prepareResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
org.springframework.web.servlet.view.AbstractView 中的 prepareResponse
protected void renderMergedOutputModel(Map<String,Object> model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
org.springframework.web.servlet.view.AbstractView 中的 renderMergedOutputModelException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||