Uses of Package
org.springframework.boot.autoconfigure.template
Packages that use org.springframework.boot.autoconfigure.template
Package
Description
Base classes for template Auto-configuration.
Auto-configuration for FreeMarker.
Auto-configuration for Groovy templates.
Auto-configuration for Mustache.
Auto-configuration for Thymeleaf.
Auto-configuration for Spring MVC.
-
Classes in org.springframework.boot.autoconfigure.template used by org.springframework.boot.autoconfigure.templateClassDescriptionIndicates 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.freemarker.autoconfigureClassDescriptionAbstract base class for
TemplateAvailabilityProvider
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.groovy.template.autoconfigureClassDescriptionAbstract base class for
TemplateAvailabilityProvider
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.mustache.autoconfigureClassDescriptionIndicates 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.thymeleaf.autoconfigureClassDescriptionIndicates 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.webmvc.autoconfigureClassDescriptionIndicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.