|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.mvc.view.AbstractMvcView
org.springframework.webflow.mvc.servlet.ServletMvcView
public class ServletMvcView
The Spring Web Servlet MVC view implementation.
| Field Summary |
|---|
| Fields inherited from interface org.springframework.webflow.execution.View |
|---|
RENDER_FRAGMENTS_ATTRIBUTE, USER_EVENT_STATE_ATTRIBUTE |
| Constructor Summary | |
|---|---|
ServletMvcView(org.springframework.web.servlet.View view,
RequestContext context)
Creates a new Servlet MVC view. |
|
| Method Summary | |
|---|---|
protected void |
doRender(java.util.Map<java.lang.String,?> model)
Template method subclasses should override to execute the view rendering logic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServletMvcView(org.springframework.web.servlet.View view,
RequestContext context)
view - the view to rendercontext - the current flow request context.| Method Detail |
|---|
protected void doRender(java.util.Map<java.lang.String,?> model)
throws java.lang.Exception
AbstractMvcView
doRender in class AbstractMvcViewmodel - the view model data
java.lang.Exception - an exception occurred rendering the view
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||