Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- WAR_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
-
URL prefix for loading from a war file on Tomcat: "war:".
- WAR_URL_SEPARATOR - Static variable in class org.springframework.util.ResourceUtils
-
Special separator between WAR URL and jar part on Tomcat.
- warn(CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with warn log level.
- warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
- warn(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with warn log level.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
- warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with warn log level.
- warn(Throwable, CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with warn log level.
- warn(Throwable, Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with warn log level.
- warn(Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with warn log level.
- warning(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a non-critical warning.
- warning(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a non-critical warning.
- warning(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a non-critical warning.
- warning(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a non-critical warning.
- warning(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
- warning(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
- warning(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
-
Called when a warning is raised during the parsing process.
- warning(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
- WARNING - Enum constant in enum class org.springframework.expression.spel.SpelMessage.Kind
- WARNING - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Warning
header field name. - wasCleared() - Method in class org.springframework.web.servlet.ModelAndView
-
Return whether this ModelAndView object is empty as a result of a call to
ModelAndView.clear()
i.e. - wasDataUpdated() - Method in exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
-
Return whether data was updated.
- wasDataUpdated() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
- wasFailure() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return whether the request failed.
- wasNull() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- wasNull() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Report whether the last column read had a value of SQL
NULL
. - weak() - Method in record class org.springframework.http.ETag
-
Returns the value of the
weak
record component. - WEAK - Enum constant in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
-
Use
WeakReferences
. - WeakCacheKey<T> - Class in org.springframework.cglib.core
-
Allows to check for object equality, yet the class does not keep strong reference to the target.
- WeakCacheKey(T) - Constructor for class org.springframework.cglib.core.WeakCacheKey
- WeavingTransformer - Class in org.springframework.instrument.classloading
-
ClassFileTransformer-based weaver, allowing for a list of transformers to be applied on a class byte array.
- WeavingTransformer(ClassLoader) - Constructor for class org.springframework.instrument.classloading.WeavingTransformer
-
Create a new WeavingTransformer for the given class loader.
- WEB_APP_ROOT_KEY_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
Web app root key parameter at the servlet context level (i.e.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Request attribute to hold the current web application context.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.support.RequestContext
-
Request attribute to hold the current web application context for RequestContext usage.
- WEB_APPLICATION_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
Name of the exposed WebApplicationContext variable: "webApplicationContext".
- WEB_ASYNC_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.context.request.async.WebAsyncUtils
-
The name attribute containing the
WebAsyncManager
. - WEB_HANDLER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Well-known name for the target WebHandler in the bean factory.
- WEB_SESSION_MANAGER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Well-known name for the WebSessionManager in the bean factory.
- WebAppConfiguration - Annotation Interface in org.springframework.test.context.web
-
@WebAppConfiguration
is an annotation that can be applied to a test class to declare that theApplicationContext
loaded for an integration test should be aWebApplicationContext
. - webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
Create a new
MockMvcWebClientBuilder
based on the suppliedWebApplicationContext
. - webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
Create a new
MockMvcHtmlUnitDriverBuilder
based on the suppliedWebApplicationContext
. - webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.setup.MockMvcBuilders
-
Build a
MockMvc
instance using the given, fully initialized (i.e., refreshed)WebApplicationContext
. - webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - Static method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
Create a new
MockMvcWebClientBuilder
based on the suppliedWebApplicationContext
andMockMvcConfigurer
. - webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - Static method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
Create a new
MockMvcHtmlUnitDriverBuilder
based on the suppliedWebApplicationContext
andMockMvcConfigurer
. - WebApplicationContext - Interface in org.springframework.web.context
-
Interface to provide configuration for a web application.
- WebApplicationContextFacesELResolver - Class in org.springframework.web.jsf.el
-
Special JSF
ELResolver
that exposes the SpringWebApplicationContext
instance under a variable named "webApplicationContext". - WebApplicationContextFacesELResolver() - Constructor for class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
- WebApplicationContextUtils - Class in org.springframework.web.context.support
-
Convenience methods for retrieving the root
WebApplicationContext
for a givenServletContext
. - WebApplicationContextUtils() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
- WebApplicationInitializer - Interface in org.springframework.web
-
Interface to be implemented in Servlet environments in order to configure the
ServletContext
programmatically -- as opposed to (or possibly in conjunction with) the traditionalweb.xml
-based approach. - WebApplicationObjectSupport - Class in org.springframework.web.context.support
-
Convenient superclass for application objects running in a
WebApplicationContext
. - WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
- WebAppRootListener - Class in org.springframework.web.util
-
Listener that sets a system property to the web application root directory.
- WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
- WebArgumentResolver - Interface in org.springframework.web.bind.support
-
SPI for resolving custom arguments for a specific handler method parameter.
- WebAsyncManager - Class in org.springframework.web.context.request.async
-
The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes.
- WebAsyncTask<V> - Class in org.springframework.web.context.request.async
-
Holder for a
Callable
, a timeout value, and a task executor. - WebAsyncTask(long, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
with a timeout value and aCallable
. - WebAsyncTask(Long, String, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
with a timeout value, an executor name, and aCallable
. - WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
with a timeout value, an executor instance, and a Callable. - WebAsyncTask(Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
wrapping the givenCallable
. - WebAsyncUtils - Class in org.springframework.web.context.request.async
-
Utility methods related to processing asynchronous web requests.
- WebAsyncUtils() - Constructor for class org.springframework.web.context.request.async.WebAsyncUtils
- WebBindingInitializer - Interface in org.springframework.web.bind.support
-
Callback interface for initializing a
WebDataBinder
for performing data binding in the context of a specific web request. - WebClient - Interface in org.springframework.web.reactive.function.client
-
Non-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API over underlying HTTP client libraries such as Reactor Netty.
- WebClient.Builder - Interface in org.springframework.web.reactive.function.client
-
A mutable builder for creating a
WebClient
. - WebClient.RequestBodySpec - Interface in org.springframework.web.reactive.function.client
-
Contract for specifying request headers and body leading up to the exchange.
- WebClient.RequestBodyUriSpec - Interface in org.springframework.web.reactive.function.client
-
Contract for specifying request headers, body and URI for a request.
- WebClient.RequestHeadersSpec<S extends WebClient.RequestHeadersSpec<S>> - Interface in org.springframework.web.reactive.function.client
-
Contract for specifying request headers leading up to the exchange.
- WebClient.RequestHeadersUriSpec<S extends WebClient.RequestHeadersSpec<S>> - Interface in org.springframework.web.reactive.function.client
-
Contract for specifying request headers and URI for a request.
- WebClient.ResponseSpec - Interface in org.springframework.web.reactive.function.client
-
Contract for specifying response operations following the exchange.
- WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>> - Interface in org.springframework.web.reactive.function.client
-
Contract for specifying the URI for a request.
- WebClientAdapter - Class in org.springframework.web.reactive.function.client.support
-
ReactorHttpExchangeAdapter
that enables anHttpServiceProxyFactory
to useWebClient
for request execution. - WebClientException - Exception in org.springframework.web.reactive.function.client
-
Abstract base class for exception published by
WebClient
in case of errors. - WebClientException(String) - Constructor for exception org.springframework.web.reactive.function.client.WebClientException
-
Construct a new instance of
WebClientException
with the given message. - WebClientException(String, Throwable) - Constructor for exception org.springframework.web.reactive.function.client.WebClientException
-
Construct a new instance of
WebClientException
with the given message and exception. - WebClientRequestException - Exception in org.springframework.web.reactive.function.client
-
Exceptions that contain actual HTTP request data.
- WebClientRequestException(Throwable, HttpMethod, URI, HttpHeaders) - Constructor for exception org.springframework.web.reactive.function.client.WebClientRequestException
-
Constructor for throwable.
- WebClientResponseException - Exception in org.springframework.web.reactive.function.client
-
Exceptions that contain actual HTTP response data.
- WebClientResponseException(int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Constructor with response data only, and a default message.
- WebClientResponseException(int, String, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Constructor with response data only, and a default message.
- WebClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Constructor with a prepared message.
- WebClientResponseException(String, int, String, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Constructor with a prepared message.
- WebClientResponseException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Constructor with a prepared message.
- WebClientResponseException(HttpStatusCode, String, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Constructor with response data only, and a default message.
- WebClientResponseException.BadGateway - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for HTTP status 502 Bad Gateway. - WebClientResponseException.BadRequest - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 400 Bad Request. - WebClientResponseException.Conflict - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 409 Conflict. - WebClientResponseException.Forbidden - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 403 Forbidden. - WebClientResponseException.GatewayTimeout - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 504 Gateway Timeout. - WebClientResponseException.Gone - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 410 Gone. - WebClientResponseException.InternalServerError - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 500 Internal Server Error. - WebClientResponseException.MethodNotAllowed - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 405 Method Not Allowed. - WebClientResponseException.NotAcceptable - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 406 Not Acceptable. - WebClientResponseException.NotFound - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 404 Not Found. - WebClientResponseException.NotImplemented - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 501 Not Implemented. - WebClientResponseException.ServiceUnavailable - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 503 Service Unavailable. - WebClientResponseException.TooManyRequests - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 429 Too Many Requests. - WebClientResponseException.Unauthorized - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 401 Unauthorized. - WebClientResponseException.UnprocessableEntity - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 422 Unprocessable Entity. - WebClientResponseException.UnsupportedMediaType - Exception in org.springframework.web.reactive.function.client
-
WebClientResponseException
for status HTTP 415 Unsupported Media Type. - WebConnectionHtmlUnitDriver - Class in org.springframework.test.web.servlet.htmlunit.webdriver
-
WebConnectionHtmlUnitDriver
enables configuration of theWebConnection
for anHtmlUnitDriver
instance. - WebConnectionHtmlUnitDriver() - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebConnectionHtmlUnitDriver(boolean) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebConnectionHtmlUnitDriver(BrowserVersion) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebConnectionHtmlUnitDriver(Capabilities) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebContentGenerator - Class in org.springframework.web.servlet.support
-
Convenient superclass for any kind of web content generator, like
AbstractController
andWebContentInterceptor
. - WebContentGenerator() - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
Create a new WebContentGenerator which supports HTTP methods GET, HEAD and POST by default.
- WebContentGenerator(boolean) - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
Create a new WebContentGenerator.
- WebContentGenerator(String...) - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
Create a new WebContentGenerator.
- WebContentInterceptor - Class in org.springframework.web.servlet.mvc
-
Handler interceptor that checks the request for supported methods and a required session and prepares the response by applying the configured cache settings.
- WebContentInterceptor() - Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Default constructor with
PathPatternParser.defaultInstance
. - WebContentInterceptor(PathPatternParser) - Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Constructor with a
PathPatternParser
to parse patterns with. - WebDataBinder - Class in org.springframework.web.bind
-
Special
DataBinder
for data binding from web request parameters to JavaBean objects. - WebDataBinder(Object) - Constructor for class org.springframework.web.bind.WebDataBinder
-
Create a new WebDataBinder instance, with default object name.
- WebDataBinder(Object, String) - Constructor for class org.springframework.web.bind.WebDataBinder
-
Create a new WebDataBinder instance.
- WebDataBinderFactory - Interface in org.springframework.web.bind.support
-
A factory for creating a
WebDataBinder
instance for a named target object. - WebDelegatingSmartContextLoader - Class in org.springframework.test.context.web
-
WebDelegatingSmartContextLoader
is a concrete implementation ofAbstractDelegatingSmartContextLoader
that delegates to aGenericXmlWebContextLoader
(or aGenericGroovyXmlWebContextLoader
if Groovy is present on the classpath) and anAnnotationConfigWebContextLoader
. - WebDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.web.WebDelegatingSmartContextLoader
- WebExceptionHandler - Interface in org.springframework.web.server
-
Contract for handling exceptions during web server exchange processing.
- WebExchangeBindException - Exception in org.springframework.web.bind.support
-
ServerWebInputException
subclass that indicates a data binding or validation failure. - WebExchangeBindException(MethodParameter, BindingResult) - Constructor for exception org.springframework.web.bind.support.WebExchangeBindException
- WebExchangeDataBinder - Class in org.springframework.web.bind.support
-
Specialized
DataBinder
to perform data binding from URL query parameters or form data in the request data to Java objects. - WebExchangeDataBinder(Object) - Constructor for class org.springframework.web.bind.support.WebExchangeDataBinder
-
Create a new instance, with default object name.
- WebExchangeDataBinder(Object, String) - Constructor for class org.springframework.web.bind.support.WebExchangeDataBinder
-
Create a new instance.
- webFilter(WebFilter) - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
-
Add the given web filter to this builder.
- webFilter(WebFilter...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
-
Register
WebFilter
instances to add to the mock server. - WebFilter - Interface in org.springframework.web.server
-
Contract for interception-style, chained processing of Web requests that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.
- WebFilterChain - Interface in org.springframework.web.server
-
Contract to allow a
WebFilter
to delegate to the next in the chain. - webFilters() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies
-
Return the
WebFilters
to be used for filtering the request and response. - webFluxAdapterRegistry() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
Return a
ReactiveAdapterRegistry
to adapting reactive types. - WebFluxConfigurationSupport - Class in org.springframework.web.reactive.config
-
The main class for Spring WebFlux configuration.
- WebFluxConfigurationSupport() - Constructor for class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- WebFluxConfigurer - Interface in org.springframework.web.reactive.config
-
Defines callback methods to customize the configuration for WebFlux applications enabled via
@EnableWebFlux
. - WebFluxConfigurerComposite - Class in org.springframework.web.reactive.config
-
A
WebFluxConfigurer
that delegates to one or more others. - WebFluxConfigurerComposite() - Constructor for class org.springframework.web.reactive.config.WebFluxConfigurerComposite
- webFluxContentTypeResolver() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- webFluxConversionService() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
Return a
FormattingConversionService
for use with annotated controllers. - WebFluxResponseStatusExceptionHandler - Class in org.springframework.web.reactive.handler
-
Common WebFlux exception handler that detects instances of
ResponseStatusException
(inherited from the base class) as well as exceptions annotated with@ResponseStatus
by determining the HTTP status for them and updating the status of the response accordingly. - WebFluxResponseStatusExceptionHandler() - Constructor for class org.springframework.web.reactive.handler.WebFluxResponseStatusExceptionHandler
- webFluxValidator() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
Return a global
Validator
instance for example for validating@RequestBody
method arguments. - webFluxWebSocketHandlerAdapter() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- webHandler() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- webHandler(WebHandler) - Static method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Static factory method to create a new builder instance.
- WebHandler - Interface in org.springframework.web.server
-
Contract to handle a web request.
- WebHandlerDecorator - Class in org.springframework.web.server.handler
-
WebHandler
that decorates and delegates to anotherWebHandler
. - WebHandlerDecorator(WebHandler) - Constructor for class org.springframework.web.server.handler.WebHandlerDecorator
-
Create a
WebHandlerDecorator
for the given delegate. - WebHttpHandlerBuilder - Class in org.springframework.web.server.adapter
-
This builder has two purposes:
- WebHttpHandlerBuilder.SpringWebBlockHoundIntegration - Class in org.springframework.web.server.adapter
-
BlockHoundIntegration
for spring-web classes. - WebJarsResourceResolver - Class in org.springframework.web.reactive.resource
-
Deprecated, for removal: This API element is subject to removal in a future version.
- WebJarsResourceResolver - Class in org.springframework.web.servlet.resource
-
Deprecated, for removal: This API element is subject to removal in a future version.as of Spring Framework 6.2 in favor of
LiteWebJarsResourceResolver
- WebJarsResourceResolver() - Constructor for class org.springframework.web.reactive.resource.WebJarsResourceResolver
-
Deprecated.Create a
WebJarsResourceResolver
with a defaultWebJarAssetLocator
instance. - WebJarsResourceResolver() - Constructor for class org.springframework.web.servlet.resource.WebJarsResourceResolver
-
Deprecated.Create a
WebJarsResourceResolver
with a defaultWebJarAssetLocator
instance. - WebJarsResourceResolver(WebJarAssetLocator) - Constructor for class org.springframework.web.reactive.resource.WebJarsResourceResolver
-
Deprecated.Create a
WebJarsResourceResolver
with a customWebJarAssetLocator
instance, for example, with a custom index. - WebJarsResourceResolver(WebJarAssetLocator) - Constructor for class org.springframework.web.servlet.resource.WebJarsResourceResolver
-
Deprecated.Create a
WebJarsResourceResolver
with a customWebJarAssetLocator
instance, for example, with a custom index. - WebLogicRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
A WebSocket
RequestUpgradeStrategy
for Oracle's WebLogic. - WebLogicRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
- WebMergedContextConfiguration - Class in org.springframework.test.context.web
-
WebMergedContextConfiguration
encapsulates the merged context configuration declared on a test class and all of its superclasses and enclosing classes via@ContextConfiguration
,@WebAppConfiguration
,@ActiveProfiles
, and@TestPropertySource
. - WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], Set<ContextCustomizer>, String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], List<PropertySourceDescriptor>, String[], Set<ContextCustomizer>, String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
-
Create a new
WebMergedContextConfiguration
instance for the supplied parameters. - WebMergedContextConfiguration(MergedContextConfiguration, String) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
-
Create a new
WebMergedContextConfiguration
instance by copying all properties from the suppliedMergedContextConfiguration
. - WebMvcConfigurationSupport - Class in org.springframework.web.servlet.config.annotation
-
This is the main class providing the configuration behind the MVC Java config.
- WebMvcConfigurationSupport() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- WebMvcConfigurer - Interface in org.springframework.web.servlet.config.annotation
-
Defines callback methods to customize the Java-based configuration for Spring MVC enabled via
@EnableWebMvc
. - WebMvcStompEndpointRegistry - Class in org.springframework.web.socket.config.annotation
-
A registry for STOMP over WebSocket endpoints that maps the endpoints with a
HandlerMapping
for use in Spring MVC. - WebMvcStompEndpointRegistry(WebSocketHandler, WebSocketTransportRegistration, TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
- WebMvcStompWebSocketEndpointRegistration - Class in org.springframework.web.socket.config.annotation
-
An abstract base class for configuring STOMP over WebSocket/SockJS endpoints.
- WebMvcStompWebSocketEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- WebRequest - Interface in org.springframework.web.context.request
-
Generic interface for a web request.
- WebRequestDataBinder - Class in org.springframework.web.bind.support
-
Special
DataBinder
to perform data binding from web request parameters to JavaBeans, including support for multipart files. - WebRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
-
Create a new WebRequestDataBinder instance, with default object name.
- WebRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
-
Create a new WebRequestDataBinder instance.
- WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
-
Adapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
-
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
- WebRequestInterceptor - Interface in org.springframework.web.context.request
-
Interface for general web request interception.
- WebRequestMatcher - Interface in org.springframework.test.web.servlet.htmlunit
-
Strategy for matching on a
WebRequest
. - WebSession - Interface in org.springframework.web.server
-
Main contract for using a server-side session that provides access to session attributes across HTTP requests.
- WebSessionIdResolver - Interface in org.springframework.web.server.session
-
Contract for session ID resolution strategies.
- webSessionManager(WebSessionManager) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
-
Provide a session manager instance for the mock server.
- WebSessionManager - Interface in org.springframework.web.server.session
-
Main class for access to the
WebSession
for an HTTP request. - WebSessionMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method argument value of type
WebSession
. - WebSessionMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.WebSessionMethodArgumentResolver
- WebSessionStore - Interface in org.springframework.web.server.session
-
Strategy for
WebSession
persistence. - websocket(URI) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Build an
RSocketRequester
with anRSocketClient
that connects over WebSocket to the given URL. - WEBSOCKET - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
- WebSocketAnnotationMethodMessageHandler - Class in org.springframework.web.socket.messaging
-
A subclass of
SimpAnnotationMethodMessageHandler
to provide support forControllerAdvice
with global@MessageExceptionHandler
methods. - WebSocketAnnotationMethodMessageHandler(SubscribableChannel, MessageChannel, SimpMessageSendingOperations) - Constructor for class org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
- WebSocketClient - Interface in org.springframework.web.reactive.socket.client
-
Contract for reactive-style handling of a WebSocket session.
- WebSocketClient - Interface in org.springframework.web.socket.client
-
Contract for initiating a WebSocket request.
- WebSocketClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
-
An extension of
AbstractClientSockJsSession
wrapping and delegating to an actual WebSocket session. - WebSocketClientSockJsSession(TransportRequest, WebSocketHandler, CompletableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- WebSocketClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
Deprecated.as of 6.0, in favor of
WebSocketClientSockJsSession(TransportRequest, WebSocketHandler, CompletableFuture)
- WebSocketConfigurationSupport - Class in org.springframework.web.socket.config.annotation
-
Configuration support for WebSocket request handling.
- WebSocketConfigurationSupport() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- WebSocketConfigurer - Interface in org.springframework.web.socket.config.annotation
-
Defines callback methods to configure the WebSocket request handling via
@EnableWebSocket
. - WebSocketConnection(WebsocketInbound, WebsocketOutbound) - Constructor for class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession.WebSocketConnection
- WebSocketConnection(WebsocketInbound, WebsocketOutbound) - Constructor for class org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession.WebSocketConnection
- WebSocketConnectionManager - Class in org.springframework.web.socket.client
-
WebSocket
connection manager
that connects to the server viaWebSocketClient
and handles the session with aWebSocketHandler
. - WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...) - Constructor for class org.springframework.web.socket.client.WebSocketConnectionManager
-
Constructor with the client to use and a handler to handle messages with.
- WebSocketConnectionManager(WebSocketClient, WebSocketHandler, URI) - Constructor for class org.springframework.web.socket.client.WebSocketConnectionManager
-
Variant of
WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...)
with a preparedURI
. - WebSocketContainerFactoryBean - Class in org.springframework.web.socket.client.standard
-
A FactoryBean for creating and configuring a
WebSocketContainer
through Spring XML configuration. - WebSocketContainerFactoryBean() - Constructor for class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- WebSocketExtension - Class in org.springframework.web.socket
-
Represents a WebSocket extension as defined in the RFC 6455.
- WebSocketExtension(String) - Constructor for class org.springframework.web.socket.WebSocketExtension
-
Create a WebSocketExtension with the given name.
- WebSocketExtension(String, Map<String, String>) - Constructor for class org.springframework.web.socket.WebSocketExtension
-
Create a WebSocketExtension with the given name and parameters.
- WebSocketHandler - Interface in org.springframework.web.reactive.socket
-
Handler for a WebSocket session.
- WebSocketHandler - Interface in org.springframework.web.socket
-
A handler for WebSocket messages and lifecycle events.
- WebSocketHandlerAdapter - Class in org.springframework.web.reactive.socket.server.support
-
HandlerAdapter
that allowsDispatcherHandler
to support handlers of typeWebSocketHandler
with such handlers mapped to URL patterns viaSimpleUrlHandlerMapping
. - WebSocketHandlerAdapter() - Constructor for class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
-
Default constructor that creates and uses a
HandshakeWebSocketService
. - WebSocketHandlerAdapter(WebSocketService) - Constructor for class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
-
Alternative constructor with the
WebSocketService
to use. - WebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
-
Wraps another
WebSocketHandler
instance and delegates to it. - WebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.WebSocketHandlerDecorator
- WebSocketHandlerDecoratorFactory - Interface in org.springframework.web.socket.handler
-
A factory for applying decorators to a WebSocketHandler.
- webSocketHandlerMapping(WebSocketConfigurationSupport.DefaultSockJsSchedulerContainer) - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- WebSocketHandlerMapping - Class in org.springframework.web.socket.server.support
-
Extension of
SimpleUrlHandlerMapping
with support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler
. - WebSocketHandlerMapping() - Constructor for class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- WebSocketHandlerRegistration - Interface in org.springframework.web.socket.config.annotation
-
Provides methods for configuring a WebSocket handler.
- WebSocketHandlerRegistry - Interface in org.springframework.web.socket.config.annotation
-
Provides methods for configuring
WebSocketHandler
request mappings. - WebSocketHttpHeaders - Class in org.springframework.web.socket
-
An
HttpHeaders
variant that adds support for the HTTP headers defined by the WebSocket specification RFC 6455. - WebSocketHttpHeaders() - Constructor for class org.springframework.web.socket.WebSocketHttpHeaders
-
Create a new instance.
- WebSocketHttpHeaders(HttpHeaders) - Constructor for class org.springframework.web.socket.WebSocketHttpHeaders
-
Create an instance that wraps the given pre-existing HttpHeaders and also propagate all changes to it.
- WebSocketHttpRequestHandler - Class in org.springframework.web.socket.server.support
-
A
HttpRequestHandler
for processing WebSocket handshake requests. - WebSocketHttpRequestHandler(WebSocketHandler) - Constructor for class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- WebSocketHttpRequestHandler(WebSocketHandler, HandshakeHandler) - Constructor for class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- WebSocketMessage - Class in org.springframework.web.reactive.socket
-
Representation of a WebSocket message.
- WebSocketMessage<T> - Interface in org.springframework.web.socket
-
A message that can be handled or sent on a WebSocket connection.
- WebSocketMessage(WebSocketMessage.Type, DataBuffer) - Constructor for class org.springframework.web.reactive.socket.WebSocketMessage
-
Constructor for a WebSocketMessage.
- WebSocketMessage(WebSocketMessage.Type, DataBuffer, Object) - Constructor for class org.springframework.web.reactive.socket.WebSocketMessage
-
Constructor for an inbound message with access to the underlying message.
- WebSocketMessage.Type - Enum Class in org.springframework.web.reactive.socket
-
WebSocket message types.
- WebSocketMessageBrokerConfigurationSupport - Class in org.springframework.web.socket.config.annotation
-
Extends
AbstractMessageBrokerConfiguration
and adds configuration for receiving and responding to STOMP messages from WebSocket clients. - WebSocketMessageBrokerConfigurationSupport() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- WebSocketMessageBrokerConfigurer - Interface in org.springframework.web.socket.config.annotation
-
Defines methods for configuring message handling with simple messaging protocols (for example, STOMP) from WebSocket clients.
- webSocketMessageBrokerStats(AbstractBrokerMessageHandler, WebSocketHandler, TaskExecutor, TaskExecutor, TaskScheduler) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- WebSocketMessageBrokerStats - Class in org.springframework.web.socket.config
-
A central class for aggregating information about internal state and counters from key infrastructure components of the setup that comes with
@EnableWebSocketMessageBroker
for Java config and<websocket:message-broker>
for XML. - WebSocketMessageBrokerStats() - Constructor for class org.springframework.web.socket.config.WebSocketMessageBrokerStats
- WebSocketNamespaceHandler - Class in org.springframework.web.socket.config
-
NamespaceHandler
for Spring WebSocket configuration namespace. - WebSocketNamespaceHandler() - Constructor for class org.springframework.web.socket.config.WebSocketNamespaceHandler
- webSocketScopeConfigurer() - Static method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- WebSocketServerSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with the WebSocket transport.
- WebSocketServerSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- WebSocketService - Interface in org.springframework.web.reactive.socket.server
-
A service to delegate WebSocket-related HTTP requests to.
- WebSocketSession - Interface in org.springframework.web.reactive.socket
-
Represents a WebSocket session.
- WebSocketSession - Interface in org.springframework.web.socket
-
A WebSocket session abstraction.
- WebSocketSessionDecorator - Class in org.springframework.web.socket.handler
-
Wraps another
WebSocketSession
instance and delegates to it. - WebSocketSessionDecorator(WebSocketSession) - Constructor for class org.springframework.web.socket.handler.WebSocketSessionDecorator
- WebSocketStompClient - Class in org.springframework.web.socket.messaging
-
A STOMP over WebSocket client that connects using an implementation of
WebSocketClient
includingSockJsClient
. - WebSocketStompClient(WebSocketClient) - Constructor for class org.springframework.web.socket.messaging.WebSocketStompClient
-
Class constructor.
- WebSocketToJettyExtensionConfigAdapter - Class in org.springframework.web.socket.adapter.jetty
-
Adapter class to convert a
WebSocketExtension
to a JettyExtensionConfig
. - WebSocketToJettyExtensionConfigAdapter(WebSocketExtension) - Constructor for class org.springframework.web.socket.adapter.jetty.WebSocketToJettyExtensionConfigAdapter
- WebSocketToStandardExtensionAdapter - Class in org.springframework.web.socket.adapter.standard
-
Adapt an instance of
WebSocketExtension
to theExtension
interface. - WebSocketToStandardExtensionAdapter(WebSocketExtension) - Constructor for class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
- WebSocketTransport - Class in org.springframework.web.socket.sockjs.client
-
A SockJS
Transport
that uses aWebSocketClient
. - WebSocketTransport(WebSocketClient) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketTransport
- WebSocketTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
WebSocket-based
TransportHandler
. - WebSocketTransportHandler(HandshakeHandler) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- WebSocketTransportRegistration - Class in org.springframework.web.socket.config.annotation
-
Configure the processing of messages received from and sent to WebSocket clients.
- WebSocketTransportRegistration() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
- WebSocketUpgradeHandlerPredicate - Class in org.springframework.web.reactive.socket.server.support
-
A predicate for use with
AbstractUrlHandlerMapping.setHandlerPredicate(java.util.function.BiPredicate<java.lang.Object, org.springframework.web.server.ServerWebExchange>)
to ensure only WebSocket handshake requests are matched to handlers of typeWebSocketHandler
. - WebSocketUpgradeHandlerPredicate() - Constructor for class org.springframework.web.reactive.socket.server.support.WebSocketUpgradeHandlerPredicate
- WebSphereRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
WebSphere support for upgrading an
HttpServletRequest
during a WebSocket handshake. - WebSphereRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
- WebTestClient - Interface in org.springframework.test.web.reactive.server
-
Client for testing web servers that uses
WebClient
internally to perform requests while also providing a fluent API to verify responses. - WEBTESTCLIENT_REQUEST_ID - Static variable in interface org.springframework.test.web.reactive.server.WebTestClient
-
The name of a request header used to assign a unique id to every request performed through the
WebTestClient
. - WebTestClient.BodyContentSpec - Interface in org.springframework.test.web.reactive.server
-
Spec for expectations on the response body content.
- WebTestClient.BodySpec<B,
S extends WebTestClient.BodySpec<B, S>> - Interface in org.springframework.test.web.reactive.server -
Spec for expectations on the response body decoded to a single Object.
- WebTestClient.Builder - Interface in org.springframework.test.web.reactive.server
-
Steps for customizing the
WebClient
used to test with, internally delegating to aWebClient.Builder
. - WebTestClient.ControllerSpec - Interface in org.springframework.test.web.reactive.server
-
Specification for customizing controller configuration equivalent to, and internally delegating to, a
WebFluxConfigurer
. - WebTestClient.ListBodySpec<E> - Interface in org.springframework.test.web.reactive.server
-
Spec for expectations on the response body decoded to a List.
- WebTestClient.MockServerSpec<B extends WebTestClient.MockServerSpec<B>> - Interface in org.springframework.test.web.reactive.server
-
Base specification for setting up tests without a server.
- WebTestClient.RequestBodySpec - Interface in org.springframework.test.web.reactive.server
-
Specification for providing body of a request.
- WebTestClient.RequestBodyUriSpec - Interface in org.springframework.test.web.reactive.server
-
Specification for providing the body and the URI of a request.
- WebTestClient.RequestHeadersSpec<S extends WebTestClient.RequestHeadersSpec<S>> - Interface in org.springframework.test.web.reactive.server
-
Specification for adding request headers and performing an exchange.
- WebTestClient.RequestHeadersUriSpec<S extends WebTestClient.RequestHeadersSpec<S>> - Interface in org.springframework.test.web.reactive.server
-
Specification for providing request headers and the URI of a request.
- WebTestClient.ResponseSpec - Interface in org.springframework.test.web.reactive.server
-
Chained API for applying assertions to a response.
- WebTestClient.ResponseSpec.ResponseSpecConsumer - Interface in org.springframework.test.web.reactive.server
- WebTestClient.RouterFunctionSpec - Interface in org.springframework.test.web.reactive.server
-
Specification for customizing router function configuration.
- WebTestClient.UriSpec<S extends WebTestClient.RequestHeadersSpec<?>> - Interface in org.springframework.test.web.reactive.server
-
Specification for providing the URI of a request.
- WebTestClientConfigurer - Interface in org.springframework.test.web.reactive.server
-
Contract to encapsulate customizations to a
WebTestClient.Builder
. - WebTestContextBootstrapper - Class in org.springframework.test.context.web
-
Web-specific implementation of the
TestContextBootstrapper
SPI. - WebTestContextBootstrapper() - Constructor for class org.springframework.test.context.web.WebTestContextBootstrapper
- WebUtils - Class in org.springframework.web.util
-
Miscellaneous utilities for web applications.
- WebUtils() - Constructor for class org.springframework.web.util.WebUtils
- WHAT_WG - Enum constant in enum class org.springframework.web.util.UriComponentsBuilder.ParserType
-
This parser follows the URL parsing algorithm in the WhatWG URL Living standard that browsers implement to align on lenient handling of user typed URL's that may not conform to RFC syntax.
- WHEN_NECESSARY - Enum constant in enum class org.springframework.util.ConcurrentReferenceHashMap.Restructure
- WILDCARD_BOUND - Static variable in class org.springframework.asm.TypePath
-
A type path step that steps into the bound of a wildcard type.
- WILDCARD_TYPE - Static variable in class org.springframework.util.MimeType
- willDecode(M) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Determine if a given message can be decoded.
- with(String) - Static method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Variant of
FragmentsRendering.with(String, Map)
with a view name only, but also inheriting model attributes from the shared model for the request. - with(String) - Static method in interface org.springframework.web.servlet.view.FragmentsRendering
-
Variant of
FragmentsRendering.with(String, Map)
with a view name only, but also inheriting model attributes from the shared model for the request. - with(String, Map<String, Object>) - Static method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Create a builder and add a fragment with a view name and a model.
- with(String, Map<String, Object>) - Static method in interface org.springframework.web.servlet.view.FragmentsRendering
-
Create a builder and add a fragment with a view name and a model.
- with(String, T) - Method in interface org.springframework.web.reactive.function.BodyInserters.FormInserter
-
Adds the specified key-value pair to the form.
- with(Collection<ModelAndView>) - Static method in interface org.springframework.web.servlet.view.FragmentsRendering
-
Variant of
FragmentsRendering.with(String, Map)
with a collection of fragments. - with(UnaryOperator<TestCompiler>) - Method in class org.springframework.core.test.tools.TestCompiler
-
Apply customization to this compiler.
- with(List<ValueCodeGenerator.Delegate>) - Static method in class org.springframework.aot.generate.ValueCodeGenerator
-
Create an instance with the specified
ValueCodeGenerator.Delegate
implementations. - with(List<RequestPostProcessor>) - Method in class org.springframework.test.web.servlet.client.MockMvcHttpConnector
-
Create a new instance that applies the given
RequestPostProcessor
s to performed requests. - with(ValueCodeGenerator.Delegate...) - Static method in class org.springframework.aot.generate.ValueCodeGenerator
-
Create an instance with the specified
ValueCodeGenerator.Delegate
implementations. - with(RequestPostProcessor) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
An extension point for further initialization of
MockHttpServletRequest
in ways not built directly into theMockHttpServletRequestBuilder
. - with(RequestPostProcessor) - Method in interface org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder
-
Add the given
RequestPostProcessor
. - with(RequestPostProcessor) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- with(MultiValueMap<String, T>) - Method in interface org.springframework.web.reactive.function.BodyInserters.FormInserter
-
Adds the specified values to the form.
- withAccepted() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 202 response (ACCEPTED). - withAfterClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the
Statement
returned by the parent implementation with aRunAfterTestClassCallbacks
statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework. - withAfters(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the
Statement
returned by the parent implementation with aRunAfterTestMethodCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withAfterTestExecutionCallbacks(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the supplied
Statement
with aRunAfterTestExecutionCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withAnnotationFilter(AnnotationFilter) - Method in class org.springframework.core.annotation.MergedAnnotations.Search
-
Configure the
AnnotationFilter
to use. - withAnyMemberCategory(MemberCategory...) - Method in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.TypeHintPredicate
-
Refine the current predicate to match if any of the given
categories
is present. - withArgument(Object) - Method in class org.springframework.aot.agent.RecordedInvocation.Builder
-
Use the given object as the unique argument.
- withArguments(Object...) - Method in class org.springframework.aot.agent.RecordedInvocation.Builder
-
Use the given objects as the invocation arguments.
- withAssignmentDisabled() - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Disable assignment within expressions evaluated by this evaluation context.
- withAttribute(String, Object) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
-
Return a new routing function with the given attribute.
- withAttribute(String, Object) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Add an attribute with the given name and value to the last route built with this builder.
- withAttribute(String, Object) - Method in interface org.springframework.web.servlet.function.RouterFunction
-
Return a new routing function with the given attribute.
- withAttribute(String, Object) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Add an attribute with the given name and value to the last route built with this builder.
- withAttributes(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
-
Return a new routing function with attributes manipulated with the given consumer.
- withAttributes(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Manipulate the attributes of the last route built with the given consumer.
- withAttributes(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.servlet.function.RouterFunction
-
Return a new routing function with attributes manipulated with the given consumer.
- withAttributes(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Manipulate the attributes of the last route built with the given consumer.
- withBadGateway() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 502 response (BAD_GATEWAY). - withBadRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 400 response (BAD_REQUEST). - withBeforeClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the
Statement
returned by the parent implementation with aRunBeforeTestClassCallbacks
statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework. - withBefores(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the
Statement
returned by the parent implementation with aRunBeforeTestMethodCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withBeforeTestExecutionCallbacks(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the supplied
Statement
with aRunBeforeTestExecutionCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withCatalogName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withCatalogName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Optionally, specify the name of the catalog that contins the stored procedure.
- withCatalogName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withCatalogName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the catalog name, if any, to be used for the insert.
- withCharset(Charset) - Method in class org.springframework.test.json.AbstractJsonContentAssert
-
Override the
Charset
to use to load resources. - withClasses(Class<?>[]) - Method in class org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder
-
Process the given classes by checking the ones that use
Reflective
. - withClasses(Iterable<Class<?>>) - Method in class org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder
-
Process the given classes by checking the ones that use
Reflective
. - withClasses(Iterable<ClassFile>) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional classes. - withClasspathLocations(String...) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Consider the specified classpath locations.
- withClasspathLocations(List<String>) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Consider the specified classpath locations.
- withCollection(Collection<Fragment>) - Static method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Variant of
FragmentsRendering.with(String, Map)
with a collection of fragments. - withCompilerOptions(String...) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with the additional compiler options. - withConstructor(List<TypeReference>, ExecutableMode) - Method in class org.springframework.aot.hint.TypeHint.Builder
-
Register the need for reflection on the constructor with the specified parameter types, using the specified
ExecutableMode
. - withContainingClass(Class<?>) - Method in class org.springframework.core.MethodParameter
-
Return a variant of this
MethodParameter
which refers to the given containing class. - withController(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromController(Class)
for use with an instance of this class created via a call toMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withConversionService(ConversionService) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Register a custom
ConversionService
. - withCreatedEntity(URI) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 201 response (CREATED) with a 'Location' header. - withCustomCodeFragments(UnaryOperator<BeanRegistrationCodeFragments>) - Static method in interface org.springframework.beans.factory.aot.BeanRegistrationAotContribution
-
Create a
BeanRegistrationAotContribution
that customizes theBeanRegistrationCodeFragments
. - withDefaultCodecConfig(Consumer<CodecConfigurer.DefaultCodecConfig>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
Deprecated.
- withDefaults() - Static method in class org.springframework.aot.generate.ValueCodeGenerator
-
Return an instance that provides support for common value types.
- withDefaults() - Static method in interface org.springframework.transaction.TransactionDefinition
-
Return an unmodifiable
TransactionDefinition
with defaults. - withDefaults() - Static method in interface org.springframework.web.reactive.function.client.ExchangeStrategies
-
Return an
ExchangeStrategies
instance with default configuration provided byClientCodecConfigurer
. - withDefaults() - Static method in interface org.springframework.web.reactive.function.server.HandlerStrategies
-
Return a new
HandlerStrategies
with default initialization. - withDelegate(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
- withDelegate(WebConnectionHtmlUnitDriver) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
- withEnclosingClasses(Predicate<Class<?>>) - Method in class org.springframework.core.annotation.MergedAnnotations.Search
-
Configure whether the search algorithm should search on enclosing classes.
- withException(IOException) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
with an internal applicationIOException
. - withField(String) - Method in class org.springframework.aot.hint.TypeHint.Builder
-
Register the need for reflection on the field with the specified name.
- withFileExtensions(String...) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Consider the specified file extensions.
- withFileExtensions(List<String>) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Consider the specified file extensions.
- withFilePrefixes(String...) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Consider the specified file prefixes.
- withFilePrefixes(List<String>) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Consider the specified file prefixes.
- withForbiddenRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 403 response (FORBIDDEN). - withFunctionName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withFunctionName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Specify the procedure name to be used - this implies that we will be calling a stored function.
- withGatewayTimeout() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 504 response (GATEWAY_TIMEOUT). - withGenerator(ThrowingBiFunction<RegisteredBean, AutowiredArguments, T>) - Method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Return a new
BeanInstanceSupplier
instance that uses the specifiedgenerator
bi-function to instantiate the underlying bean. - withGenerator(ThrowingFunction<RegisteredBean, T>) - Method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Return a new
BeanInstanceSupplier
instance that uses the specifiedgenerator
function to instantiate the underlying bean. - withGenerator(ThrowingSupplier<T>) - Method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withHttpMessageConverters(Iterable<HttpMessageConverter<?>>) - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Return a new instance using the specified message converters.
- withIndexAccessors(IndexAccessor...) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Register the specified
IndexAccessor
delegates. - withInitial(String, Supplier<? extends S>) - Static method in class org.springframework.core.NamedThreadLocal
-
Create a named thread local variable.
- withInstanceMethods() - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Register a
DataBindingMethodResolver
for instance method invocation purposes (i.e. - withMappingName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMappingName(String)
for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMemberCategories(MemberCategory...) - Method in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.TypeHintPredicate
-
Refine the current predicate to only match if the given
categories
are present. - withMemberCategory(MemberCategory) - Method in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.TypeHintPredicate
-
Refine the current predicate to only match if the given
MemberCategory
is present. - withMembers(MemberCategory...) - Method in class org.springframework.aot.hint.TypeHint.Builder
-
Adds the specified member categories.
- withMethod(Class<?>, Method, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMethod(Class, Method, Object...)
for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethod(String, List<TypeReference>, ExecutableMode) - Method in class org.springframework.aot.hint.TypeHint.Builder
-
Register the need for reflection on the method with the specified name and parameter types, using the specified
ExecutableMode
. - withMethodCall(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMethodCall(Object)
for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethodName(Class<?>, String, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMethodName(Class, String, Object...)
} for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethodResolvers(MethodResolver...) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Register the specified
MethodResolver
delegates for a combination of property access and method resolution. - withMode(ExecutableMode) - Method in class org.springframework.aot.hint.ExecutableHint.Builder
-
Specify that the mode is required.
- withName(String) - Method in class org.springframework.aot.generate.DefaultGenerationContext
- withName(String) - Method in interface org.springframework.aot.generate.GenerationContext
-
Create a new
GenerationContext
instance using the specified name to qualify generated assets for a dedicated round of code generation. - withName(String) - Method in class org.springframework.core.io.support.ResourcePropertySource
-
Return a potentially adapted variant of this
ResourcePropertySource
, overriding the previously given (or derived) name with the specified name. - withNamedBinding() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withNamedBinding() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Indicates that parameters should be bound by name.
- withNoContent() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 204 response (NO_CONTENT). - withNonMergedAttributes() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Create a new view of the annotation that exposes non-merged attribute values.
- withoutProcedureColumnMetaDataAccess() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withoutProcedureColumnMetaDataAccess() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Turn off any processing of parameter meta-data information obtained via JDBC.
- withoutTableColumnMetaDataAccess() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withoutTableColumnMetaDataAccess() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Turn off any processing of column meta-data information obtained via JDBC.
- withoutTransaction() - Static method in interface org.springframework.transaction.support.TransactionOperations
-
Return an implementation of the
TransactionOperations
interface which executes a givenTransactionCallback
without an actual transaction. - withPayload(T) - Static method in class org.springframework.messaging.support.MessageBuilder
-
Create a new builder for a message with the given payload.
- withPotentialRepeat(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the supplied
Statement
with aSpringRepeat
statement. - withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Perform the same logic as
BlockJUnit4ClassRunner.withPotentialTimeout(FrameworkMethod, Object, Statement)
but with additional support for Spring's@Timed
annotation. - withPrefix(String) - Method in class org.springframework.aot.generate.GeneratedMethods
-
Specify the prefix to use for method names.
- withProcedureName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withProcedureName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Specify the procedure name to be used - this implies that we will be calling a stored procedure.
- withProcessors(Iterable<Processor>) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional annotation processors. - withProcessors(Processor...) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional annotation processors. - withProducer(Object) - Static method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Variant of
FragmentsRendering.withPublisher(Publisher)
that allows using any producer that can be resolved toPublisher
viaReactiveAdapterRegistry
. - withProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
-
Convenient synonym for
MockPropertySource.setProperty(java.lang.String, java.lang.Object)
that returns the current instance. - withProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
-
Convenient synonym for
MockEnvironment.setProperty(java.lang.String, java.lang.String)
that returns the current instance. - withPublisher(String, P, Class<T>) - Method in interface org.springframework.web.reactive.function.BodyInserters.MultipartInserter
-
Add an asynchronous part with
Publisher
-based content. - withPublisher(String, P, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.BodyInserters.MultipartInserter
-
Variant of
BodyInserters.MultipartInserter.withPublisher(String, Publisher, Class)
that accepts aParameterizedTypeReference
for the element type, which allows specifying generic type information. - withPublisher(P) - Static method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Variant of
FragmentsRendering.with(String, Map)
with aPublisher
of fragments. - withRawStatus(int) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
Variant of
MockRestResponseCreators.withStatus(HttpStatusCode)
with an integer. - withReason(String) - Method in class org.springframework.web.reactive.socket.CloseStatus
-
Create a new
CloseStatus
from this one with the specified reason. - withReason(String) - Method in class org.springframework.web.socket.CloseStatus
-
Create a new
CloseStatus
from this one with the specified reason. - withRegistrar(RuntimeHintsRegistrar) - Method in class org.springframework.aot.test.agent.RuntimeHintsInvocationsAssert
- withRepeatableContainers(RepeatableContainers) - Method in class org.springframework.core.annotation.MergedAnnotations.Search
-
Configure the
RepeatableContainers
to use. - withRequestConflict() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 409 response (CONFLICT). - withResourceLoadClass(Class<?>) - Method in class org.springframework.test.json.AbstractJsonContentAssert
-
Override the class used to load resources.
- withResourceName() - Method in class org.springframework.core.io.support.ResourcePropertySource
-
Return a potentially adapted variant of this
ResourcePropertySource
, overriding the previously given name (if any) with the original resource name (equivalent to the name generated by the name-less constructor variants). - withResourceNotFound() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 404 response (NOT_FOUND). - withResources(Iterable<ResourceFile>) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional source files. - withResources(ResourceFile...) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional resource files. - withResources(ResourceFiles) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional resource files. - withReturnValue() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withReturnValue() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Indicates the procedure's return value should be included in the results returned.
- withRootObject(Object) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Specify a default root object to resolve against.
- withSchemaName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- withSchemaName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Optionally, specify the name of the schema that contins the stored procedure.
- withSchemaName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withSchemaName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the schema name, if any, to be used for the insert.
- withServerError() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 500 response (SERVER_ERROR). - withServiceUnavailable() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 503 response (SERVICE_UNAVAILABLE). - withSettings(MockReset) - Static method in enum class org.springframework.test.context.bean.override.mockito.MockReset
-
Create
settings
to be used with mocks where a specific reset should occur. - withShortcut(String) - Method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Return a new
AutowiredFieldValueResolver
instance that uses a direct bean name injection shortcut. - withShortcut(String...) - Method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
-
Return a new
AutowiredMethodArgumentsResolver
instance that uses direct bean name injection shortcuts for specific parameters. - withShortcut(String...) - Method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Return a new
BeanInstanceSupplier
instance that uses direct bean name injection shortcuts for specific parameters. - withShortcuts(String...) - Method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
BeanInstanceSupplier.withShortcut(String...)
- withSockJS() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
- withSockJS() - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Enable SockJS fallback options.
- withSockJS() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- withSockJS() - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Enable SockJS fallback options.
- withSourceProvider(OrderComparator.OrderSourceProvider) - Method in class org.springframework.core.OrderComparator
-
Build an adapted order comparator with the given source provider.
- withSources(Iterable<SourceFile>) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional source files. - withSources(SourceFile...) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional source files. - withSources(SourceFiles) - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance with additional source files. - withSpringFactoriesRegistrars(String) - Method in class org.springframework.aot.test.agent.RuntimeHintsInvocationsAssert
- withStatus(HttpStatusCode) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
with a specific HTTP status. - withSuccess() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK). - withSuccess(byte[], MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK) with byte[] body. - withSuccess(String, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK) with String body. - withSuccess(Resource, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK) content withResource
-based body. - withTableName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withTableName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the table name to be used for the insert.
- withTooManyRequests() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 429 ratelimited response (TOO_MANY_REQUESTS). - withTooManyRequests(int) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 429 rate-limited response (TOO_MANY_REQUESTS) with aRetry-After
header in seconds. - withTypeConverter(TypeConverter) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Register a custom
TypeConverter
. - withTypedRootObject(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
-
Specify a typed root object to resolve against.
- withTypeIndex(int) - Method in class org.springframework.core.MethodParameter
-
Return a variant of this
MethodParameter
with the type for the current level set to the specified value. - withUnauthorizedRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 401 response (UNAUTHORIZED). - wrap(byte[]) - Method in interface org.springframework.core.io.buffer.DataBufferFactory
-
Wrap the given
byte
array in aDataBuffer
. - wrap(byte[]) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
- wrap(byte[]) - Method in class org.springframework.core.io.buffer.JettyDataBufferFactory
- wrap(byte[]) - Method in class org.springframework.core.io.buffer.Netty5DataBufferFactory
- wrap(byte[]) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
- wrap(ByteBuf) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
-
Wrap the given Netty
ByteBuf
in aNettyDataBuffer
. - wrap(Buffer) - Method in class org.springframework.core.io.buffer.Netty5DataBufferFactory
-
Wrap the given Netty
Buffer
in aNetty5DataBuffer
. - wrap(RSocket, MimeType, MimeType, RSocketStrategies) - Static method in interface org.springframework.messaging.rsocket.RSocketRequester
-
Wrap an existing
RSocket
. - wrap(Object) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
-
Return an
Advisor
wrapping the given advice. - wrap(Object) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
- wrap(Object) - Method in class org.springframework.validation.ObjectError
-
Preserve the source behind this error: possibly an
Exception
(typicallyPropertyAccessException
) or a Bean ValidationConstraintViolation
. - wrap(ByteBuffer) - Method in interface org.springframework.core.io.buffer.DataBufferFactory
-
Wrap the given
ByteBuffer
in aDataBuffer
. - wrap(ByteBuffer) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
- wrap(ByteBuffer) - Method in class org.springframework.core.io.buffer.JettyDataBufferFactory
- wrap(ByteBuffer) - Method in class org.springframework.core.io.buffer.Netty5DataBufferFactory
- wrap(ByteBuffer) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
- wrap(Content.Chunk) - Method in class org.springframework.core.io.buffer.JettyDataBufferFactory
- wrap(Message<?>) - Static method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
Create a
JmsMessageHeaderAccessor
from the headers of an existing message. - wrap(Message<?>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
Create an instance by copying the headers of a Message.
- wrap(Message<?>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Create an instance from the payload and headers of the given Message.
- WRAP - Enum constant in enum class org.springframework.test.context.bean.override.BeanOverrideStrategy
-
Intercept and process an early bean reference, allowing variants of bean overriding to wrap the original bean instance — for example, to delegate to actual methods in the context of a mocking "spy".
- wrap_throwable(Block, Type) - Static method in class org.springframework.cglib.core.EmitUtils
- wrap_undeclared_throwable(CodeEmitter, Block, Type[], Type) - Static method in class org.springframework.cglib.core.EmitUtils
- wrapCachedClass(Class) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- wrapCachedClass(Class) - Method in class org.springframework.cglib.proxy.Enhancer
- wrapIfNecessary(Object, String, Object) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Wrap the given bean if necessary, i.e.
- wrapRequest() - Method in interface org.springframework.web.filter.UrlHandlerFilter.Builder.TrailingSlashSpec
-
Handle the request by wrapping it in order to trim the trailing slash, and delegating to the rest of the filter chain.
- writableByteBuffers() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Returns a closeable iterator over each
ByteBuffer
in this data buffer that can be written to. - writableByteBuffers() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- writableByteBuffers() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- writableByteBuffers() - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- writableByteBuffers() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- writableByteBuffers() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- writableByteCount() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Return the number of bytes that can be written to this data buffer.
- writableByteCount() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- writableByteCount() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- writableByteCount() - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- writableByteCount() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- writableByteCount() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- writableChannel() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation opens a FileChannel for the underlying file.
- writableChannel() - Method in class org.springframework.core.io.FileUrlResource
- writableChannel() - Method in class org.springframework.core.io.PathResource
-
This implementation opens a
WritableByteChannel
for the underlying file. - writableChannel() - Method in interface org.springframework.core.io.WritableResource
-
Return a
WritableByteChannel
. - WritableContent - Interface in org.springframework.core.test.tools
-
Callback interface used to write file content.
- writableHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2 in favor of
HttpHeaders(MultiValueMap)
. - WritableResource - Interface in org.springframework.core.io
-
Extended interface for a resource that supports writing to it.
- write(byte) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Write a single byte into this buffer at the current writing position.
- write(byte) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- write(byte) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- write(byte) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- write(byte) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- write(byte) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- write(byte[]) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Write the given source into this buffer, starting at the current writing position of this buffer.
- write(byte[]) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- write(byte[]) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- write(byte[]) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- write(byte[]) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- write(byte[]) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- write(byte[], int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Write at most
length
bytes of the given source into this buffer, starting at the current writing position of this buffer. - write(byte[], int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- write(byte[], int, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- write(byte[], int, int) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- write(byte[], int, int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- write(byte[], int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- write(byte[], int, int) - Method in class org.springframework.util.FastByteArrayOutputStream
- write(char) - Method in class org.springframework.util.CommonsLogWriter
- write(char[], int, int) - Method in class org.springframework.mock.web.MockBodyContent
- write(char[], int, int) - Method in class org.springframework.mock.web.MockJspWriter
- write(char[], int, int) - Method in class org.springframework.util.CommonsLogWriter
- write(int) - Method in class org.springframework.mock.web.DelegatingServletOutputStream
- write(int) - Method in class org.springframework.util.FastByteArrayOutputStream
- write(ByteBuf...) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-
Writes one or more Netty
ByteBufs
to this buffer, starting at the current writing position. - write(Buffer...) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
-
Writes one or more Netty 5
Buffers
to this buffer, starting at the current writing position. - write(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder.WriteFunction
-
Write to the given
servletResponse
, or return aModelAndView
to be rendered. - write(BufferedImage, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
- write(CharSequence, Charset) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Write the given
CharSequence
using the givenCharset
, starting at the current writing position. - write(CharSequence, Charset) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- write(CharSequence, Charset) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- write(CharSequence, Charset) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- write(Object) - Method in interface org.springframework.web.servlet.function.ServerResponse.StreamBuilder
-
Write the given object to the response stream, without flushing.
- write(Object, MediaType) - Method in interface org.springframework.web.servlet.function.ServerResponse.StreamBuilder
-
Write the given object to the response stream, without flushing.
- write(String) - Method in class org.springframework.mock.web.MockPart
- write(ByteBuffer...) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Write one or more
ByteBuffer
to this buffer, starting at the current writing position. - write(ByteBuffer...) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- write(ByteBuffer...) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- write(ByteBuffer...) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- write(ByteBuffer...) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- write(ByteBuffer...) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- write(Publisher<?>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
- write(Publisher<?>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageWriter
- write(Publisher<? extends Message>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.protobuf.ProtobufHttpMessageWriter
- write(Publisher<? extends DataBuffer>, AsynchronousFileChannel, long) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Write the given stream of
DataBuffers
to the givenAsynchronousFileChannel
. - write(Publisher<? extends Resource>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.ResourceHttpMessageWriter
- write(Publisher<? extends Resource>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.ResourceHttpMessageWriter
- write(Publisher<? extends Part>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.PartHttpMessageWriter
- write(Publisher<? extends PartEvent>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageWriter
- write(Publisher<? extends MultiValueMap<String, ?>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageWriter
- write(Publisher<? extends MultiValueMap<String, String>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.FormHttpMessageWriter
- write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
- write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageWriter
-
Server-side only alternative to
HttpMessageWriter.write(Publisher, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map)
with additional context available. - write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.EncoderHttpMessageWriter
- write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageWriter
-
Write a given stream of object to the output message.
- write(Publisher<DataBuffer>, OutputStream) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Write the given stream of
DataBuffers
to the givenOutputStream
. - write(Publisher<DataBuffer>, AsynchronousFileChannel) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Write the given stream of
DataBuffers
to the givenAsynchronousFileChannel
. - write(Publisher<DataBuffer>, WritableByteChannel) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Write the given stream of
DataBuffers
to the givenWritableByteChannel
. - write(Publisher<DataBuffer>, Path, OpenOption...) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Write the given stream of
DataBuffers
to the given filePath
. - write(RuntimeHints) - Method in class org.springframework.aot.nativex.NativeConfigurationWriter
-
Write the GraalVM native configuration from the provided hints.
- write(ClassWriter, byte[], int, int, int) - Method in class org.springframework.asm.Attribute
-
Returns the byte array form of the content of this attribute.
- write(DataBuffer...) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Write one or more
DataBuffer
s to this buffer, starting at the current writing position. - write(DataBuffer...) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- write(DataBuffer...) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- write(DataBuffer...) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- write(DataBuffer...) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- write(DataBuffer...) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- write(EvaluationContext, Object, Object, Object) - Method in interface org.springframework.expression.IndexAccessor
-
Write to an index on a specified target object.
- write(EvaluationContext, Object, Object, Object) - Method in class org.springframework.expression.spel.support.ReflectiveIndexAccessor
-
Invoke the configured write-method via reflection.
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanFactoryAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.EnvironmentAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.MapAccessor
- write(EvaluationContext, Object, String, Object) - Method in interface org.springframework.expression.PropertyAccessor
-
Called to write to a property on a specified target object.
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
- write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
- write(WebSocketMessage) - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.WebSocketSendProcessor
- write(T) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Write the given item.
- write(T, Type, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
-
This implementation sets the default headers by calling
AbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType)
, and then callsAbstractGenericHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage)
. - write(T, Type, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Write a given object to the given output message.
- write(T, Type, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- write(T, ResolvableType, MediaType, HttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.converter.AbstractSmartHttpMessageConverter
-
This implementation sets the default headers by calling
AbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType)
, and then callsAbstractSmartHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage)
. - write(T, ResolvableType, MediaType, HttpOutputMessage, Map<String, Object>) - Method in interface org.springframework.http.converter.SmartHttpMessageConverter
-
Write a given object to the given output message.
- write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
This implementation sets the default headers by calling
AbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType)
, and then callsAbstractHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage)
. - write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Write a given object to the given output message.
- write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.SmartHttpMessageConverter
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in interface org.springframework.http.ReactiveHttpOutputMessage
-
Use the given
Publisher
ofPublishers
to write the body of the HttpOutputMessage to the underlying HTTP layer, flushing after eachPublisher<DataBuffer>
. - writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.http.server.reactive.HttpHeadResponseDecorator
-
Invoke
ServerHttpResponseDecorator.setComplete()
without writing. - writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
Write to the underlying the response, and flush after each
Publisher<DataBuffer>
. - writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
- writeAttribute(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Variant of
TagWriter.writeAttribute(String, String)
for writing empty HTML attributes without a value such asrequired
. - writeAttribute(String, String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Write an HTML attribute with the specified name and value.
- writeBody(Object, MethodParameter, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
-
Write a given body to the response with
HttpMessageWriter
. - writeBody(Object, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
-
Write a given body to the response with
HttpMessageWriter
. - writeBodyContent(String) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Write the escaped body content to the page.
- writeBoolean(Object, String, boolean, boolean) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeBoolean(Object, String, boolean, boolean) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeByte(Object, String, byte, byte) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeByte(Object, String, byte, byte) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeChar(Object, String, char, char) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeChar(Object, String, char, char) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeContent(OutputStream, Object) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Write the actual JSON content to the stream.
- writeContent(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
- writeDefaultAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Writes the default set of attributes to the supplied
TagWriter
. - writeDefaultAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Writes the default attributes configured via this base class to the supplied
TagWriter
. - writeDouble(Object, String, double, double) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeDouble(Object, String, double, double) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeFloat(Object, String, float, float) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeFloat(Object, String, float, float) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeFrame(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
For internal use within a TransportHandler and the (TransportHandler-specific) session class.
- writeFrame(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- writeGeneratedContent() - Method in class org.springframework.aot.generate.DefaultGenerationContext
-
Write any generated content out to the generated files.
- writeHints(RuntimeHints) - Method in class org.springframework.context.aot.AbstractAotProcessor
- writeInt(Object, String, int, int) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeInt(Object, String, int, int) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeInternal(byte[], HttpOutputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
- writeInternal(Message, HttpOutputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
- writeInternal(Object, Type, Writer) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
-
Template method that writes the JSON-bound object to the given
Writer
. - writeInternal(Object, Type, Writer) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
- writeInternal(Object, Type, Writer) - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
- writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
- writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
- writeInternal(Object, KSerializer<Object>, T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
-
Write the given object to the output message with the given serializer and format.
- writeInternal(Object, KSerializer<Object>, T, HttpOutputMessage) - Method in class org.springframework.http.converter.KotlinSerializationBinaryHttpMessageConverter
- writeInternal(Object, KSerializer<Object>, T, HttpOutputMessage) - Method in class org.springframework.http.converter.KotlinSerializationStringHttpMessageConverter
- writeInternal(Object, ResolvableType, HttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
- writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
- writeInternal(String, HttpOutputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
- writeInternal(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
- writeInternal(T, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
-
Abstract template method that writes the actual body.
- writeInternal(T, ResolvableType, HttpOutputMessage, Map<String, Object>) - Method in class org.springframework.http.converter.AbstractSmartHttpMessageConverter
-
Abstract template method that writes the actual body.
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that writes the actual body.
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractSmartHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
- writeLong(Object, String, long, long) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeLong(Object, String, long, long) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeMessage(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Write the message to the page.
- writeObject(Object, String, Object, Object) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeObject(Object, String, Object, Object) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeOptionalAttribute(TagWriter, String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Optionally writes the supplied value under the supplied attribute name into the supplied
TagWriter
. - writeOptionalAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Writes the optional attributes configured via this base class to the supplied
TagWriter
. - writeOptionalAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Adds input-specific optional attributes as defined by this base class.
- writeOptionalAttributeValue(String, String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Write an HTML attribute if the supplied value is not
null
or zero length. - writeOut(Writer) - Method in class org.springframework.mock.web.MockBodyContent
- writePosition() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Return the position to which this buffer will write.
- writePosition() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- writePosition() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- writePosition() - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- writePosition() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- writePosition() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- writePosition(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Set the position to which this buffer will write.
- writePosition(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- writePosition(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- writePosition(int) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- writePosition(int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- writePosition(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Write a prefix before the main content.
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Write a prefix before the main content.
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- writer(HttpMessageWriter<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
Deprecated.as of 5.1.13, use
CodecConfigurer.CustomCodecs.register(Object)
orCodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object)
instead. - writer(HttpMessageWriter<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.MultipartCodecs
-
Add a Part
HttpMessageWriter
. - writeReplace() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
Replaces this object with a SingletonTargetSource on serialization.
- writeReplace() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- writeReplace() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- writeResourceRegion(ResourceRegion, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
- writeShort(Object, String, short, short) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- writeShort(Object, String, short, short) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- writeSuffix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Write a suffix after the main content.
- writeSuffix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Write a suffix after the main content.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Writes the '
input
' element to the suppliedTagWriter
, marking it as 'checked' if appropriate. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Subclasses should implement this method to perform tag content rendering.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Renders the '
input type="radio"
' element with the configuredAbstractMultiCheckedElementTag.setItems(Object)
values. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Renders the '
input(radio)
' element with the configuredvalue
. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Writes the opening part of the block '
form
' tag and exposes the form object name in thePageContext
. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Writes the HTML '
input
' tag to the suppliedTagWriter
including the databound value. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Writes the '
input
' tag to the suppliedTagWriter
. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Writes the opening '
label
' tag and forces a block tag so that body content is written correctly. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Renders the HTML '
select
' tag to the suppliedTagWriter
. - writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
- writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Write the details for the given primary tag: i.e.
- writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
- writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
- writeTo(HttpServletRequest, HttpServletResponse, ServerResponse.Context) - Method in interface org.springframework.web.servlet.function.ServerResponse
-
Write this response to the given servlet response.
- writeTo(OutputStream) - Method in interface org.springframework.http.StreamingHttpOutputMessage.Body
-
Write this body to the given
OutputStream
. - writeTo(OutputStream) - Method in class org.springframework.util.FastByteArrayOutputStream
-
Write the contents of this
FastByteArrayOutputStream
to the givenOutputStream
. - writeTo(OutputStream) - Method in interface org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody
-
A callback for writing to the response body.
- writeTo(Appendable) - Method in interface org.springframework.core.test.tools.WritableContent
-
Callback method that should write the content to the given
Appendable
. - writeTo(String, Consumer<BasicJsonWriter>) - Method in class org.springframework.aot.nativex.FileNativeConfigurationWriter
- writeTo(String, Consumer<BasicJsonWriter>) - Method in class org.springframework.aot.nativex.NativeConfigurationWriter
-
Write the specified GraalVM native configuration file, using the provided
BasicJsonWriter
. - writeTo(ClientHttpRequest, ExchangeStrategies) - Method in interface org.springframework.web.reactive.function.client.ClientRequest
-
Write this request to the given
ClientHttpRequest
. - writeTo(ServerWebExchange, ServerResponse.Context) - Method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Write this response to the given web exchange.
- writeToLog(String) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
-
Actually write to the underlying log.
- writeToLog(Log, String) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Write the supplied trace message to the supplied
Log
instance. - writeToLog(Log, String, Throwable) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Write the supplied trace message and
Throwable
to the suppliedLog
instance. - writeToResponse(HttpServletResponse, ByteArrayOutputStream) - Method in class org.springframework.web.servlet.view.AbstractView
-
Write the given temporary OutputStream to the HTTP response.
- writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
Abstract template method called from
AbstractXmlHttpMessageConverter.writeInternal(Object, HttpOutputMessage)
. - writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Writes the '
value
' attribute to the suppliedTagWriter
. - writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Writes the '
value
' attribute to the suppliedTagWriter
. - writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
- writeWith(File, long, long) - Method in interface org.springframework.http.ZeroCopyHttpOutputMessage
-
Use the given
File
to write the body of the message to the underlying HTTP layer. - writeWith(Path, long, long) - Method in interface org.springframework.http.ZeroCopyHttpOutputMessage
-
Use the given
Path
to write the body of the message to the underlying HTTP layer. - writeWith(Publisher<? extends DataBuffer>) - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
- writeWith(Publisher<? extends DataBuffer>) - Method in interface org.springframework.http.ReactiveHttpOutputMessage
-
Use the given
Publisher
to write the body of the message to the underlying HTTP layer. - writeWith(Publisher<? extends DataBuffer>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
- writeWith(Publisher<? extends DataBuffer>) - Method in class org.springframework.http.server.reactive.HttpHeadResponseDecorator
-
Consume and release the body without writing.
- writeWith(Publisher<? extends DataBuffer>) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- writeWith(Publisher<? extends DataBuffer>) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
- writeWithInternal(Publisher<? extends DataBuffer>) - Method in class org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
- writeWithInternal(Publisher<? extends DataBuffer>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
Write to the underlying the response.
- writeWithInternal(Publisher<? extends DataBuffer>) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
- writeWithMessageConverters(T, MethodParameter, ServletServerHttpRequest, ServletServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Writes the given return type to the given output message.
- writeWithMessageConverters(T, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Writes the given return value to the given web request.
- writingComplete() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Invoked after onComplete or onError notification.
- writingFailed(Throwable) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Invoked when an I/O error occurs during a write.
- writingPaused() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Deprecated.originally introduced for Undertow to stop write notifications when no data is available, but deprecated as of 5.0.6 since constant switching on every requested item causes a significant slowdown.
- WWW_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
WWW-Authenticate
header field name.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LiteWebJarsResourceResolver