Class TemplateAvailabilityProviders

java.lang.Object
org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders

public class TemplateAvailabilityProviders extends Object
Collection of TemplateAvailabilityProvider beans that can be used to check which (if any) templating engine supports a given view. Caches responses unless the spring.template.provider.cache property is set to false.
Since:
1.4.0
Author:
Phillip Webb, Madhura Bhave