Module io.jstach.opt.spring.webmvc
Package io.jstach.opt.spring.webmvc
@NonNullByDefault
package io.jstach.opt.spring.webmvc
Spring Web MVC integration
JStachioModelView is a a
 View implementation that can be returned
 directly from Controller methods (for instance).
 This integration is tied to the servlet API and thus will need it as a dependency.- 
ClassDescriptionAnother way to use JStachio with Spring MVC is to have models implement Springs
Viewinterface.User can provide instances in the application context and they will be applied to eachJStachioModelViewinstance before rendering.AHandlerInterceptorthat automatically applies allJStachioModelViewConfigurerinstances to views before rendering.