Interface ViewFactory
- All Known Implementing Classes:
- AbstractMvcViewFactory,- ActionExecutingViewFactory,- JsfViewFactory,- ServletMvcViewFactory
public interface ViewFactory
A factory for a view that allows the client to participate in flow execution. Encapsulates creation and restoration
 of the view implementation, including any application of request values to determine what user event was signaled.
- Author:
- Keith Donald
- 
Method SummaryModifier and TypeMethodDescriptiongetView(RequestContext context) Get the view to render for this request.
- 
Method Details- 
getViewGet the view to render for this request.- Parameters:
- context- the flow execution request context.
- Returns:
- the view to render
 
 
-