Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.servlet.autoconfigure.actuate.web.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextHeaderFilter - Class in org.springframework.boot.servlet.filter
-
OncePerRequestFilterto add an X-Application-Context header that contains theApplicationContext ID. - ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.servlet.filter.ApplicationContextHeaderFilter
C
- createMultipartConfig() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
-
Create a new
MultipartConfigElementusing the properties. - createMultipartConfig() - Method in class org.springframework.boot.servlet.MultipartConfigFactory
-
Create a new
MultipartConfigElementinstance.
D
- DEFAULT_CHARSET - Static variable in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
-
Default HTTP encoding for Servlet applications.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.servlet.filter.OrderedFormContentFilter
-
Higher order to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter
-
The default order is high to ensure the filter is applied before Spring Security.
- describeMappings(ApplicationContext) - Method in class org.springframework.boot.servlet.actuate.web.mappings.FiltersMappingDescriptionProvider
- describeMappings(ApplicationContext) - Method in class org.springframework.boot.servlet.actuate.web.mappings.ServletsMappingDescriptionProvider
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.servlet.actuate.web.exchanges.HttpExchangesFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.servlet.filter.ApplicationContextHeaderFilter
F
- FilterRegistrationMappingDescription - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A
RegistrationMappingDescriptionderived from aFilterRegistration. - FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.FilterRegistrationMappingDescription
-
Creates a new
FilterRegistrationMappingDescriptionderived from the givenfilterRegistration. - FiltersMappingDescriptionProvider - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A
MappingDescriptionProviderthat describes that mappings of anyFiltersregistered with aServletContext. - FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.FiltersMappingDescriptionProvider
G
- getCharset() - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- getClassName() - Method in class org.springframework.boot.servlet.actuate.web.mappings.RegistrationMappingDescription
-
Returns the class name of the registered Filter or Servlet.
- getFileSizeThreshold() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- getLocation() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- getMappingName() - Method in class org.springframework.boot.servlet.actuate.web.mappings.FiltersMappingDescriptionProvider
- getMappingName() - Method in class org.springframework.boot.servlet.actuate.web.mappings.ServletsMappingDescriptionProvider
- getMappings() - Method in class org.springframework.boot.servlet.actuate.web.mappings.ServletRegistrationMappingDescription
-
Returns the mappings for the registered servlet.
- getMaxFileSize() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- getMaxRequestSize() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- getName() - Method in class org.springframework.boot.servlet.actuate.web.mappings.RegistrationMappingDescription
-
Returns the name of the registered Filter or Servlet.
- getOrder() - Method in class org.springframework.boot.servlet.actuate.web.exchanges.HttpExchangesFilter
- getOrder() - Method in class org.springframework.boot.servlet.filter.OrderedCharacterEncodingFilter
- getOrder() - Method in class org.springframework.boot.servlet.filter.OrderedFormContentFilter
- getOrder() - Method in class org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter
- getOrder() - Method in class org.springframework.boot.servlet.filter.OrderedRequestContextFilter
- getRegistration() - Method in class org.springframework.boot.servlet.actuate.web.mappings.RegistrationMappingDescription
-
Returns the registration that is being described.
- getServletNameMappings() - Method in class org.springframework.boot.servlet.actuate.web.mappings.FilterRegistrationMappingDescription
-
Returns the servlet name mappings for the registered filter.
- getServletPath() - Method in interface org.springframework.boot.servlet.autoconfigure.actuate.web.ManagementServletContext
-
Return the servlet path of the management server.
- getUrlPatternMappings() - Method in class org.springframework.boot.servlet.actuate.web.mappings.FilterRegistrationMappingDescription
-
Returns the URL pattern mappings for the registered filter.
H
- HEADER_NAME - Static variable in class org.springframework.boot.servlet.filter.ApplicationContextHeaderFilter
-
Public constant for X-Application-Context.
- HttpEncodingAutoConfiguration - Class in org.springframework.boot.servlet.autoconfigure
-
Auto-configurationfor configuring the encoding to use in Servlet web applications. - HttpEncodingAutoConfiguration() - Constructor for class org.springframework.boot.servlet.autoconfigure.HttpEncodingAutoConfiguration
- HttpExchangesFilter - Class in org.springframework.boot.servlet.actuate.web.exchanges
-
Servlet
Filterfor recordingHTTP exchanges. - HttpExchangesFilter(HttpExchangeRepository, Set) - Constructor for class org.springframework.boot.servlet.actuate.web.exchanges.HttpExchangesFilter
-
Create a new
HttpExchangesFilterinstance.
I
- isEnabled() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- isForce() - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- isForceRequest() - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- isForceResponse() - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- isResolveLazily() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- isStrictServletCompliance() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
M
- ManagementServletContext - Interface in org.springframework.boot.servlet.autoconfigure.actuate.web
-
Provides information about the management servlet context for MVC controllers to use.
- MultipartAutoConfiguration - Class in org.springframework.boot.servlet.autoconfigure
-
Auto-configurationfor multipart uploads. - MultipartConfigFactory - Class in org.springframework.boot.servlet
-
Factory that can be used to create a
MultipartConfigElement. - MultipartConfigFactory() - Constructor for class org.springframework.boot.servlet.MultipartConfigFactory
- MultipartProperties - Class in org.springframework.boot.servlet.autoconfigure
-
Properties to be used in configuring a
MultipartConfigElement. - MultipartProperties() - Constructor for class org.springframework.boot.servlet.autoconfigure.MultipartProperties
O
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.servlet.filter
-
CharacterEncodingFilterthat also implementsOrdered. - OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedCharacterEncodingFilter
- OrderedFilter - Interface in org.springframework.boot.servlet.filter
-
An
OrderedFilter. - OrderedFormContentFilter - Class in org.springframework.boot.servlet.filter
-
FormContentFilterthat also implementsOrdered. - OrderedFormContentFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedFormContentFilter
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.servlet.filter
-
HiddenHttpMethodFilterthat also implementsOrdered. - OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter
- OrderedRequestContextFilter - Class in org.springframework.boot.servlet.filter
-
RequestContextFilterthat also implementsOrdered. - OrderedRequestContextFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedRequestContextFilter
- org.springframework.boot.servlet - package org.springframework.boot.servlet
-
Application support for the
jakarta.servletspecification. - org.springframework.boot.servlet.actuate.web.exchanges - package org.springframework.boot.servlet.actuate.web.exchanges
-
Actuator HTTP exchanges support for Servlet servers.
- org.springframework.boot.servlet.actuate.web.mappings - package org.springframework.boot.servlet.actuate.web.mappings
-
Actuator servlet request mappings support.
- org.springframework.boot.servlet.autoconfigure - package org.springframework.boot.servlet.autoconfigure
-
Auto-configuration for application support of the
jakarta.servletspecification. - org.springframework.boot.servlet.autoconfigure.actuate.web - package org.springframework.boot.servlet.autoconfigure.actuate.web
-
Auto-configuration for
jakarta.servletactuator web concerns. - org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges - package org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges
-
Actuator HTTP exchanges auto-configuration for Servlet servers.
- org.springframework.boot.servlet.autoconfigure.actuate.web.mappings - package org.springframework.boot.servlet.autoconfigure.actuate.web.mappings
-
Actuator servlet request mappings auto-configuration.
- org.springframework.boot.servlet.filter - package org.springframework.boot.servlet.filter
-
Spring Boot specific
Filterimplementations.
R
- RegistrationMappingDescription<T> - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A mapping description derived from a
Registration. - RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.RegistrationMappingDescription
-
Creates a new
RegistrationMappingDescriptionderived from the givenregistrationand with the givenpredicate. - REQUEST - Enum constant in enum class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties.HttpMessageType
-
HTTP request message.
- REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.servlet.filter.OrderedFilter
-
Filters that wrap the servlet request should be ordered less than or equal to this.
- RESPONSE - Enum constant in enum class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties.HttpMessageType
-
HTTP response message.
S
- ServletEncodingProperties - Class in org.springframework.boot.servlet.autoconfigure
-
@ConfigurationPropertiesfor Servlet encoding. - ServletEncodingProperties() - Constructor for class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- ServletEncodingProperties.HttpMessageType - Enum Class in org.springframework.boot.servlet.autoconfigure
-
Type of HTTP message to consider for encoding configuration.
- ServletEndpointManagementContextConfiguration - Class in org.springframework.boot.servlet.autoconfigure.actuate.web
-
@ManagementContextConfigurationfor servlet endpoints. - ServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.servlet.autoconfigure.actuate.web.ServletEndpointManagementContextConfiguration
- servletExposeExcludePropertyEndpointFilter(WebEndpointProperties) - Method in class org.springframework.boot.servlet.autoconfigure.actuate.web.ServletEndpointManagementContextConfiguration
- ServletHttpExchangesAutoConfiguration - Class in org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges
-
Auto-configurationto recordHTTP exchanges. - ServletHttpExchangesAutoConfiguration() - Constructor for class org.springframework.boot.servlet.autoconfigure.actuate.web.exchanges.ServletHttpExchangesAutoConfiguration
- ServletManagementContextAutoConfiguration - Class in org.springframework.boot.servlet.autoconfigure.actuate.web
-
Auto-configurationfor Servlet-specific management context concerns. - ServletManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.servlet.autoconfigure.actuate.web.ServletManagementContextAutoConfiguration
- ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.servlet.autoconfigure.actuate.web
- ServletMappingsAutoConfiguration - Class in org.springframework.boot.servlet.autoconfigure.actuate.web.mappings
-
Auto-configurationto describe Servlet-relatedmappings. - ServletMappingsAutoConfiguration() - Constructor for class org.springframework.boot.servlet.autoconfigure.actuate.web.mappings.ServletMappingsAutoConfiguration
- ServletRegistrationMappingDescription - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A mapping description derived from a
ServletRegistration. - ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.ServletRegistrationMappingDescription
-
Creates a new
ServletRegistrationMappingDescriptionderived from the givenservletRegistration. - ServletsMappingDescriptionProvider - Class in org.springframework.boot.servlet.actuate.web.mappings
-
A
MappingDescriptionProviderthat describes that mappings of anyServletsregistered with aServletContext. - ServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.ServletsMappingDescriptionProvider
- setCharset(Charset) - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- setEnabled(boolean) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.servlet.MultipartConfigFactory
-
Sets the
sizethreshold after which files will be written to disk. - setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- setForce(boolean) - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- setForceRequest(boolean) - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- setForceResponse(boolean) - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
- setLocation(String) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- setLocation(String) - Method in class org.springframework.boot.servlet.MultipartConfigFactory
-
Sets the directory location where files will be stored.
- setMaxFileSize(DataSize) - Method in class org.springframework.boot.servlet.MultipartConfigFactory
-
Sets the maximum
sizeallowed for uploaded files. - setMaxFileSize(DataSize) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- setMaxRequestSize(DataSize) - Method in class org.springframework.boot.servlet.MultipartConfigFactory
-
Sets the maximum
DataSizeallowed for multipart/form-data requests. - setMaxRequestSize(DataSize) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- setOrder(int) - Method in class org.springframework.boot.servlet.actuate.web.exchanges.HttpExchangesFilter
- setOrder(int) - Method in class org.springframework.boot.servlet.filter.OrderedCharacterEncodingFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.servlet.filter.OrderedFormContentFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.servlet.filter.OrderedRequestContextFilter
-
Set the order for this filter.
- setResolveLazily(boolean) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- setStrictServletCompliance(boolean) - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- shouldForce(ServletEncodingProperties.HttpMessageType) - Method in class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties
V
- valueOf(String) - Static method in enum class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties.HttpMessageType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.servlet.autoconfigure.ServletEncodingProperties.HttpMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values