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 Summary
Modifier and TypeMethodDescriptiongetView
(RequestContext context) Get the view to render for this request.
-
Method Details
-
getView
Get the view to render for this request.- Parameters:
context
- the flow execution request context.- Returns:
- the view to render
-