public class ThymeleafTemplateAvailabilityProvider extends Object implements TemplateAvailabilityProvider
TemplateAvailabilityProvider
that provides availability information for
Thymeleaf view templates.Constructor and Description |
---|
ThymeleafTemplateAvailabilityProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
isTemplateAvailable(String view,
Environment environment,
ClassLoader classLoader,
ResourceLoader resourceLoader)
Returns
true if a template is available for the given view . |
public ThymeleafTemplateAvailabilityProvider()
public boolean isTemplateAvailable(String view, Environment environment, ClassLoader classLoader, ResourceLoader resourceLoader)
TemplateAvailabilityProvider
true
if a template is available for the given view
.isTemplateAvailable
in interface TemplateAvailabilityProvider
view
- the view nameenvironment
- the environmentclassLoader
- the class loaderresourceLoader
- the resource loaderCopyright © 2019 Pivotal Software, Inc.. All rights reserved.