See: Description
| Class | Description |
|---|---|
| ErrorProperties |
Configuration properties for web error handling.
|
| ResourceProperties |
Properties used to configure resource handling.
|
| ResourceProperties.Cache |
Cache configuration.
|
| ResourceProperties.Cache.Cachecontrol |
Cache Control HTTP header configuration.
|
| ResourceProperties.Chain |
Configuration for the Spring Resource Handling chain.
|
| ResourceProperties.Content |
Version Strategy based on content hashing.
|
| ResourceProperties.Fixed |
Version Strategy based on a fixed version string.
|
| ResourceProperties.Strategy |
Strategies for extracting and embedding a resource version in its URL path.
|
| ServerProperties |
ConfigurationProperties for a web server (e.g. |
| ServerProperties.Jetty |
Jetty properties.
|
| ServerProperties.Jetty.Accesslog |
Jetty access log properties.
|
| ServerProperties.Session |
Session properties.
|
| ServerProperties.Session.Cookie |
Cookie properties.
|
| ServerProperties.Tomcat |
Tomcat properties.
|
| ServerProperties.Tomcat.Accesslog |
Tomcat access log properties.
|
| ServerProperties.Tomcat.Resource |
Tomcat static resource properties.
|
| ServerProperties.Undertow |
Undertow properties.
|
| ServerProperties.Undertow.Accesslog |
Undertow access log properties.
|
| Enum | Description |
|---|---|
| ErrorProperties.IncludeStacktrace |
Include Stacktrace attribute options.
|
| ServerProperties.Session.SessionTrackingMode |
Available session tracking modes (mirrors
SessionTrackingMode. |
| Annotation Type | Description |
|---|---|
| ConditionalOnEnabledResourceChain |
Conditional that checks whether or not the Spring resource handling chain is
enabled. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.