Package | Description |
---|---|
org.springframework.boot.autoconfigure.freemarker |
Auto-configuration for FreeMarker.
|
org.springframework.boot.autoconfigure.groovy.template |
Auto-configuration for Groovy templates.
|
org.springframework.boot.autoconfigure.mustache |
Auto-configuration for Mustache.
|
org.springframework.boot.autoconfigure.template |
Base classes for template Auto-configuration.
|
org.springframework.boot.autoconfigure.thymeleaf |
Auto-configuration for Thymeleaf.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerTemplateAvailabilityProvider
TemplateAvailabilityProvider that provides availability information for
FreeMarker view templates. |
Modifier and Type | Class and Description |
---|---|
class |
GroovyTemplateAvailabilityProvider
TemplateAvailabilityProvider that provides availability information for Groovy
view templates. |
Modifier and Type | Class and Description |
---|---|
class |
MustacheTemplateAvailabilityProvider
TemplateAvailabilityProvider that provides availability information for
Mustache view templates. |
Modifier and Type | Class and Description |
---|---|
class |
PathBasedTemplateAvailabilityProvider
Abstract base class for
TemplateAvailabilityProvider implementations that find
templates from paths. |
Modifier and Type | Method and Description |
---|---|
TemplateAvailabilityProvider |
TemplateAvailabilityProviders.getProvider(String view,
ApplicationContext applicationContext)
Get the provider that can be used to render the given view.
|
TemplateAvailabilityProvider |
TemplateAvailabilityProviders.getProvider(String view,
Environment environment,
ClassLoader classLoader,
ResourceLoader resourceLoader)
Get the provider that can be used to render the given view.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateAvailabilityProvider> |
TemplateAvailabilityProviders.getProviders()
Return the underlying providers being used.
|
Constructor and Description |
---|
TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider> providers)
Create a new
TemplateAvailabilityProviders instance. |
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafTemplateAvailabilityProvider
TemplateAvailabilityProvider that provides availability information for
Thymeleaf view templates. |
Modifier and Type | Class and Description |
---|---|
class |
JspTemplateAvailabilityProvider
TemplateAvailabilityProvider that provides availability information for JSP
view templates. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.