パッケージの使用
org.springframework.boot.autoconfigure.template
パッケージ
説明
テンプレート自動構成の基本クラス。
FreeMarker の自動構成。
Groovy テンプレートの自動構成。
Mustache の自動構成。
Thymeleaf の自動構成。
Spring MVC の自動構成。
- org.springframework.boot.autoconfigure.template で使用されている org.springframework.boot.autoconfigure.template のクラスクラス説明FreeMarker や Thymeleaf などの特定のテンプレートエンジンのビューテンプレートの可用性を示します。
- org.springframework.boot.freemarker.autoconfigure で使用されている org.springframework.boot.autoconfigure.template のクラスクラス説明パスからテンプレートを検索する
TemplateAvailabilityProvider実装の抽象基本クラス。FreeMarker や Thymeleaf などの特定のテンプレートエンジンのビューテンプレートの可用性を示します。 - org.springframework.boot.groovy.template.autoconfigure で使用されている org.springframework.boot.autoconfigure.template のクラスクラス説明パスからテンプレートを検索する
TemplateAvailabilityProvider実装の抽象基本クラス。FreeMarker や Thymeleaf などの特定のテンプレートエンジンのビューテンプレートの可用性を示します。