Index

A C D F G H I M O R S V 
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
OncePerRequestFilter to add an X-Application-Context header that contains the ApplicationContext 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 MultipartConfigElement using the properties.
createMultipartConfig() - Method in class org.springframework.boot.servlet.MultipartConfigFactory
Create a new MultipartConfigElement instance.

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 RegistrationMappingDescription derived from a FilterRegistration.
FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.servlet.actuate.web.mappings.FilterRegistrationMappingDescription
Creates a new FilterRegistrationMappingDescription derived from the given filterRegistration.
FiltersMappingDescriptionProvider - Class in org.springframework.boot.servlet.actuate.web.mappings
A MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext.
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-configuration for 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 Filter for recording HTTP exchanges.
HttpExchangesFilter(HttpExchangeRepository, Set) - Constructor for class org.springframework.boot.servlet.actuate.web.exchanges.HttpExchangesFilter
Create a new HttpExchangesFilter instance.

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-configuration for 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
CharacterEncodingFilter that also implements Ordered.
OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedCharacterEncodingFilter
 
OrderedFilter - Interface in org.springframework.boot.servlet.filter
An Ordered Filter.
OrderedFormContentFilter - Class in org.springframework.boot.servlet.filter
FormContentFilter that also implements Ordered.
OrderedFormContentFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedFormContentFilter
 
OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.servlet.filter
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedHiddenHttpMethodFilter
 
OrderedRequestContextFilter - Class in org.springframework.boot.servlet.filter
RequestContextFilter that also implements Ordered.
OrderedRequestContextFilter() - Constructor for class org.springframework.boot.servlet.filter.OrderedRequestContextFilter
 
org.springframework.boot.servlet - package org.springframework.boot.servlet
Application support for the jakarta.servlet specification.
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.servlet specification.
org.springframework.boot.servlet.autoconfigure.actuate.web - package org.springframework.boot.servlet.autoconfigure.actuate.web
Auto-configuration for jakarta.servlet actuator 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 Filter implementations.

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 RegistrationMappingDescription derived from the given registration and with the given predicate.
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
@ConfigurationProperties for 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
@ManagementContextConfiguration for 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-configuration to record HTTP 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-configuration for 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-configuration to describe Servlet-related mappings.
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 ServletRegistrationMappingDescription derived from the given servletRegistration.
ServletsMappingDescriptionProvider - Class in org.springframework.boot.servlet.actuate.web.mappings
A MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext.
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 size threshold 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 size allowed 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 DataSize allowed 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.
A C D F G H I M O R S V 
All Classes and Interfaces|All Packages|Constant Field Values