|
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.builder.DelegatingFlowViewResolver
public class DelegatingFlowViewResolver
Delegates to a configured view resolver chain to resolve the Spring MVC view implementation to render.
ViewResolver| Constructor Summary | |
|---|---|
DelegatingFlowViewResolver(java.util.List<org.springframework.web.servlet.ViewResolver> viewResolvers)
Creates a new flow view resolver. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingFlowViewResolver(java.util.List<org.springframework.web.servlet.ViewResolver> viewResolvers)
viewResolvers - the Spring MVC view resolver chain to delegate to| Method Detail |
|---|
public org.springframework.web.servlet.View resolveView(java.lang.String viewId,
RequestContext context)
FlowViewResolver
resolveView in interface FlowViewResolverviewId - the view id, typically treated as a Spring MVC view namecontext - the current flow request
public java.lang.String getViewIdByConvention(java.lang.String viewStateId)
FlowViewResolver
getViewIdByConvention in interface FlowViewResolverviewStateId - the view state id
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||