类 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.
从以下版本开始:
1.4.0
作者:
Phillip Webb, Madhura Bhave