|
|||||||||
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(List viewResolvers)
Creates a new flow view resolver. |
Method Summary | |
---|---|
String |
getViewIdByConvention(String viewStateId)
Get the default id of the view to render in the provided view state by convention. |
org.springframework.web.servlet.View |
resolveView(String viewId,
RequestContext context)
Resolve the Spring MVC view with the provided id. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingFlowViewResolver(List viewResolvers)
viewResolvers
- the Spring MVC view resolver chain to delegate toMethod Detail |
---|
public org.springframework.web.servlet.View resolveView(String viewId, RequestContext context)
FlowViewResolver
resolveView
in interface FlowViewResolver
viewId
- the view id, typically treated as a Spring MVC view namecontext
- the current flow request
public String getViewIdByConvention(String viewStateId)
FlowViewResolver
getViewIdByConvention
in interface FlowViewResolver
viewStateId
- the view state id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |