Uses of Class
com.github.mjeanroy.springmvc.view.mustache.MustacheView
-
Packages that use MustacheView Package Description com.github.mjeanroy.springmvc.view.mustache com.github.mjeanroy.springmvc.view.mustache.core -
-
Uses of MustacheView in com.github.mjeanroy.springmvc.view.mustache
Methods in com.github.mjeanroy.springmvc.view.mustache that return MustacheView Modifier and Type Method Description protected MustacheView
MustacheViewResolver. buildView(String viewName)
-
Uses of MustacheView in com.github.mjeanroy.springmvc.view.mustache.core
Constructors in com.github.mjeanroy.springmvc.view.mustache.core with parameters of type MustacheView Constructor Description ModelAndMustacheView(MustacheView view)
Convenient constructor when there is no model data to expose.ModelAndMustacheView(MustacheView view, String modelName, Object modelObject)
Convenient constructor to take a single model object.ModelAndMustacheView(MustacheView view, Map<String,?> model)
Creates new ModelAndView given a View object and a model.
-