This implementation detects whether it is running in a Servlet or Portlet MVC environment, and returns instances of the default view factory implementation for that environment.
By default, this implementation creates view factories that resolve their views by loading flow-relative resources, such as .jsp templates located in a flow working directory. This class also supports rendering views resolved by pre-existing Spring MVC {@link ViewResolver view resolvers}. @see ServletMvcViewFactory @see PortletMvcViewFactory @see FlowResourceFlowViewResolver @see DelegatingFlowViewResolver @author Keith Donald @author Scott Andrews
|
|