Uses of Class
com.github.jknack.handlebars.springmvc.HandlebarsView
-
Uses of HandlebarsView in com.github.jknack.handlebars.springmvc
Methods in com.github.jknack.handlebars.springmvc with parameters of type HandlebarsViewModifier and TypeMethodDescriptionprotected org.springframework.web.servlet.view.AbstractUrlBasedView
HandlebarsViewResolver.configure
(HandlebarsView view) Configure the handlebars view.Constructor parameters in com.github.jknack.handlebars.springmvc with type arguments of type HandlebarsViewModifierConstructorDescriptionHandlebarsViewResolver
(com.github.jknack.handlebars.Handlebars handlebars, Class<? extends HandlebarsView> viewClass) Creates a newHandlebarsViewResolver
that utilizes the parameter handlebars for the underlying template lifecycle management.HandlebarsViewResolver
(Class<? extends HandlebarsView> viewClass) Creates a newHandlebarsViewResolver
.