| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.view.AbstractUrlBasedView |
HandlebarsViewResolver.configure(HandlebarsView view)
Configure the handlebars view.
|
| Constructor and Description |
|---|
HandlebarsViewResolver(Class<? extends HandlebarsView> viewClass)
Creates a new
HandlebarsViewResolver. |
HandlebarsViewResolver(Handlebars handlebars,
Class<? extends HandlebarsView> viewClass)
Creates a new
HandlebarsViewResolver that utilizes the parameter handlebars for the
underlying template lifecycle management. |
Copyright © 2018. All rights reserved.