|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowViewResolver
A Web Flow flavor of the familiar Spring MVC View Resolver interface. Allows resolving a Spring MVC view
from the state of an executing flow.
ViewResolver| Method Summary | |
|---|---|
java.lang.String |
getViewIdByConvention(java.lang.String viewStateId)
Get the default id of the view to render in the provided view state by convention. |
org.springframework.web.servlet.View |
resolveView(java.lang.String viewId,
RequestContext context)
Resolve the Spring MVC view with the provided id. |
| Method Detail |
|---|
org.springframework.web.servlet.View resolveView(java.lang.String viewId,
RequestContext context)
viewId - the view id, typically treated as a Spring MVC view namecontext - the current flow request
java.lang.String getViewIdByConvention(java.lang.String viewStateId)
viewStateId - the view state id
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||