Uses of Package
org.springframework.boot.autoconfigure.template
Packages that use org.springframework.boot.autoconfigure.template
Package
Description
Auto-configuration for FreeMarker.
Auto-configuration for Groovy templates.
Auto-configuration for Mustache.
Base classes for template Auto-configuration.
Auto-configuration for Thymeleaf.
Auto-configuration for servlet web servers and Spring MVC.
-
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.freemarkerClassDescriptionBase class for
@ConfigurationProperties
of aAbstractTemplateViewResolver
.Base class for@ConfigurationProperties
of aViewResolver
.Abstract base class forTemplateAvailabilityProvider
implementations that find templates from paths.Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. -
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.groovy.templateClassDescriptionBase class for
@ConfigurationProperties
of aAbstractTemplateViewResolver
.Base class for@ConfigurationProperties
of aViewResolver
.Abstract base class forTemplateAvailabilityProvider
implementations that find templates from paths.Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. -
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.mustacheClassDescriptionIndicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
-
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.templateClassDescriptionBase class for
@ConfigurationProperties
of aViewResolver
.Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf. -
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.thymeleafClassDescriptionIndicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
-
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.web.servletClassDescriptionIndicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.