public class ServletMvcView extends AbstractMvcView
RENDER_FRAGMENTS_ATTRIBUTE, USER_EVENT_STATE_ATTRIBUTE
Constructor and Description |
---|
ServletMvcView(org.springframework.web.servlet.View view,
RequestContext context)
Creates a new Servlet MVC view.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doRender(java.util.Map model)
Template method subclasses should override to execute the view rendering logic.
|
addDefaultMapping, addDefaultMappings, addEmptyValueMapping, addMapping, addModelBindings, bind, determineEventId, getBinderConfiguration, getConversionService, getEventId, getExpressionParser, getFieldMarkerPrefix, getFlowEvent, getMappingResults, getRequestContext, getUserEventState, getView, hasFlowEvent, processUserEvent, render, saveState, setBinderConfiguration, setConversionService, setEventIdParameterName, setExpressionParser, setFieldMarkerPrefix, setMessageCodesResolver, setValidator, shouldBind, shouldValidate, toString, userEventQueued
public ServletMvcView(org.springframework.web.servlet.View view, RequestContext context)
view
- the view to rendercontext
- the current flow request context.protected void doRender(java.util.Map model) throws java.lang.Exception
AbstractMvcView
doRender
in class AbstractMvcView
model
- the view model datajava.lang.Exception
- an exception occurred rendering the view