 |
- java.lang.Object
-
- org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isTemplateAvailable
public boolean isTemplateAvailable(String view,
Environment environment,
ClassLoader classLoader,
ResourceLoader resourceLoader)
Returns true if a template is available for the given view .
- Specified by:
isTemplateAvailable in interface TemplateAvailabilityProvider
- Parameters:
view - the view name
environment - the environment
classLoader - the class loader
resourceLoader - the resource loader
- Returns:
- if the template is available
|
|