|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.view.AbstractView
org.springframework.web.servlet.view.AbstractUrlBasedView
org.springframework.extensions.surf.mvc.AbstractWebFrameworkView
org.springframework.extensions.surf.mvc.SystemPageView
public class SystemPageView
Default view implementation for Surf system pages
| Field Summary |
|---|
| Fields inherited from class org.springframework.web.servlet.view.AbstractView |
|---|
DEFAULT_CONTENT_TYPE |
| Fields inherited from interface org.springframework.web.servlet.View |
|---|
RESPONSE_STATUS_ATTRIBUTE |
| Constructor Summary | |
|---|---|
SystemPageView(WebFrameworkServiceRegistry serviceRegistry)
|
|
| Method Summary | |
|---|---|
void |
dispatchTemplate(RenderContext context)
|
protected void |
exposeForwardRequestAttributes(javax.servlet.http.HttpServletRequest request)
Expose forward request attributes. |
protected void |
renderMergedOutputModel(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
setupRequestContext(RequestContext context,
Map model)
Sets up the request context with page binding information |
| Methods inherited from class org.springframework.extensions.surf.mvc.AbstractWebFrameworkView |
|---|
getRenderService, getServiceRegistry, getWebFrameworkConfiguration, getWebFrameworkManager |
| Methods inherited from class org.springframework.web.servlet.view.AbstractUrlBasedView |
|---|
afterPropertiesSet, checkResource, getUrl, isUrlRequired, setUrl, toString |
| Methods inherited from class org.springframework.web.servlet.view.AbstractView |
|---|
addStaticAttribute, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setRequestContextAttribute, writeToResponse |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SystemPageView(WebFrameworkServiceRegistry serviceRegistry)
| Method Detail |
|---|
protected void renderMergedOutputModel(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
renderMergedOutputModel in class org.springframework.web.servlet.view.AbstractViewExceptionprotected void exposeForwardRequestAttributes(javax.servlet.http.HttpServletRequest request)
request - the request
public void dispatchTemplate(RenderContext context)
throws RequestDispatchException
RequestDispatchException
public void setupRequestContext(RequestContext context,
Map model)
throws PageMapperException
context - the contextmodel - the model
PageMapperException - the page mapper exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||