Class ServletMvcView

java.lang.Object
org.springframework.webflow.mvc.view.AbstractMvcView
org.springframework.webflow.mvc.servlet.ServletMvcView
All Implemented Interfaces:
View

public class ServletMvcView extends AbstractMvcView
The Spring Web Servlet MVC view implementation.
Author:
Keith Donald
  • Constructor Details

    • ServletMvcView

      public ServletMvcView(org.springframework.web.servlet.View view, RequestContext context)
      Creates a new Servlet MVC view.
      Parameters:
      view - the view to render
      context - the current flow request context.
  • Method Details

    • doRender

      protected void doRender(Map<String,?> model) throws Exception
      Description copied from class: AbstractMvcView
      Template method subclasses should override to execute the view rendering logic.
      Specified by:
      doRender in class AbstractMvcView
      Parameters:
      model - the view model data
      Throws:
      Exception - an exception occurred rendering the view