Package nl.gx.webmanager.springmvc.view
Class WmMultiEditView
- java.lang.Object
-
- org.springframework.context.support.ApplicationObjectSupport
-
- org.springframework.web.context.support.WebApplicationObjectSupport
-
- org.springframework.web.servlet.view.AbstractView
-
- nl.gx.webmanager.springmvc.view.WmMultiEditView
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
,org.springframework.context.ApplicationContextAware
,org.springframework.web.context.ServletContextAware
,org.springframework.web.servlet.View
public class WmMultiEditView extends org.springframework.web.servlet.view.AbstractView implements org.springframework.web.servlet.View
This class is actually a container of multiple JSP views- Author:
- ivol
-
-
Field Summary
Fields Modifier and Type Field Description static String
WM_DYNAMIC_ATTRIBUTES_KEY
Static key used internally to store the include object on the modelstatic String
WM_INCLUDE_OBJECT_KEY
Static key used internally to store the include object on the modelstatic String
WM_ORIGINAL_VALUES_KEY
Static key used internally to store the original values on the modelstatic String
WM_PAGE_CONTEXT_KEY
Static key used internally to store the page context on the modelstatic String
WM_PRESENTATION_NAME_KEY
Static key used internally to store the presentation name on the model
-
Constructor Summary
Constructors Constructor Description WmMultiEditView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
WmEditView
getEditView(String value)
void
putEditView(WmEditView view)
void
putEditViews(WmEditView[] views)
void
renderMergedOutputModel(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class org.springframework.web.servlet.view.AbstractView
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, setResponseContentType, toString, 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
-
-
-
-
Field Detail
-
WM_PAGE_CONTEXT_KEY
public static final String WM_PAGE_CONTEXT_KEY
Static key used internally to store the page context on the model- See Also:
- Constant Field Values
-
WM_PRESENTATION_NAME_KEY
public static final String WM_PRESENTATION_NAME_KEY
Static key used internally to store the presentation name on the model- See Also:
- Constant Field Values
-
WM_INCLUDE_OBJECT_KEY
public static final String WM_INCLUDE_OBJECT_KEY
Static key used internally to store the include object on the model- See Also:
- Constant Field Values
-
WM_DYNAMIC_ATTRIBUTES_KEY
public static final String WM_DYNAMIC_ATTRIBUTES_KEY
Static key used internally to store the include object on the model- See Also:
- Constant Field Values
-
WM_ORIGINAL_VALUES_KEY
public static final String WM_ORIGINAL_VALUES_KEY
Static key used internally to store the original values on the model- See Also:
- Constant Field Values
-
-
Method Detail
-
putEditView
public void putEditView(WmEditView view)
-
putEditViews
public void putEditViews(WmEditView[] views)
-
getEditView
public WmEditView getEditView(String value)
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceorg.springframework.web.servlet.View
- Overrides:
getContentType
in classorg.springframework.web.servlet.view.AbstractView
-
-