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