Package org.springframework.boot.autoconfigure.template
Base classes for template Auto-configuration.
Interface Summary Interface Description TemplateAvailabilityProvider Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.Class Summary Class Description AbstractTemplateViewResolverProperties Base class forConfigurationPropertiesof aAbstractTemplateViewResolver.AbstractViewResolverProperties Base class forConfigurationPropertiesof aViewResolver.PathBasedTemplateAvailabilityProvider Abstract base class forTemplateAvailabilityProviderimplementations that find templates from paths.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties TemplateAvailabilityProviders Collection ofTemplateAvailabilityProviderbeans that can be used to check which (if any) templating engine supports a given view.TemplateLocation Contains a location that templates can be loaded from.