Package org.springframework.springfaces.mvc.internal.MvcViewHandler

Examples of org.springframework.springfaces.mvc.internal.MvcViewHandler.NavigationResponseUIViewRoot.encodeAll()


    SpringFacesContextSetter.setCurrentInstance(this.springFacesContext);
    View view = mock(View.class);
    Map<String, Object> model = new HashMap<String, Object>();
    ModelAndView modelAndView = new ModelAndView(view, model);
    NavigationResponseUIViewRoot viewRoot = new NavigationResponseUIViewRoot(this.viewId, null, modelAndView);
    viewRoot.encodeAll(this.context);
    verify(this.springFacesContext).render(view, model);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.