Spring Web Flow

org.springframework.webflow.execution
Interface ViewFactory

All Known Implementing Classes:
AbstractMvcViewFactory, ActionExecutingViewFactory, JsfViewFactory, PortletMvcViewFactory, 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
 View getView(RequestContext context)
          Get the view to render for this request.
 

Method Detail

getView

View getView(RequestContext context)
Get the view to render for this request.

Parameters:
context - the flow execution request context.
Returns:
the view to render

Spring Web Flow