Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
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
Writes the supplied Problem to the Log at WARN level.
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 - Enum constant in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
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 a class-level annotation that is used to declare that the ApplicationContext loaded for an integration test should be a WebApplicationContext.
webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Create a new MockMvcWebClientBuilder based on the supplied WebApplicationContext.
webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Create a new MockMvcHtmlUnitDriverBuilder based on the supplied WebApplicationContext.
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 supplied WebApplicationContext and MockMvcConfigurer.
webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - Static method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Create a new MockMvcHtmlUnitDriverBuilder based on the supplied WebApplicationContext and MockMvcConfigurer.
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 Spring WebApplicationContext 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 given ServletContext.
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 traditional web.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 a Callable.
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 a Callable.
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 given Callable.
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.
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.BadGateway - Exception in org.springframework.web.reactive.function.client
WebClientResponseException for status HTTP HTTP 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 the WebConnection for an HtmlUnitDriver 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 and WebContentInterceptor.
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 of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlWebContextLoader (or a GenericGroovyXmlWebContextLoader if Groovy is present on the classpath) and an AnnotationConfigWebContextLoader.
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
A specialization of ServerWebInputException thrown when after data binding and 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 another WebHandler.
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
A ResourceResolver that delegates to the chain to locate a resource and then attempts to find a matching versioned resource contained in a WebJar JAR file.
WebJarsResourceResolver - Class in org.springframework.web.servlet.resource
A ResourceResolver that delegates to the chain to locate a resource and then attempts to find a matching versioned resource contained in a WebJar JAR file.
WebJarsResourceResolver() - Constructor for class org.springframework.web.reactive.resource.WebJarsResourceResolver
Create a WebJarsResourceResolver with a default WebJarAssetLocator instance.
WebJarsResourceResolver() - Constructor for class org.springframework.web.servlet.resource.WebJarsResourceResolver
Create a WebJarsResourceResolver with a default WebJarAssetLocator instance.
WebJarsResourceResolver(WebJarAssetLocator) - Constructor for class org.springframework.web.reactive.resource.WebJarsResourceResolver
Create a WebJarsResourceResolver with a custom WebJarAssetLocator instance, e.g.
WebJarsResourceResolver(WebJarAssetLocator) - Constructor for class org.springframework.web.servlet.resource.WebJarsResourceResolver
Create a WebJarsResourceResolver with a custom WebJarAssetLocator instance, e.g.
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 via @ContextConfiguration, @WebAppConfiguration, and @ActiveProfiles.
WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
Create a new WebMergedContextConfiguration instance for the supplied parameters.
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
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 supplied MergedContextConfiguration.
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 an RSocketClient 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 sub-class of SimpAnnotationMethodMessageHandler to provide support for ControllerAdvice 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, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
 
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
 
WebSocketConnectionManager - Class in org.springframework.web.socket.client
A WebSocket connection manager that is given a URI, a WebSocketClient, and a WebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods.
WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...) - Constructor for class org.springframework.web.socket.client.WebSocketConnectionManager
 
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 allows DispatcherHandler to support handlers of type WebSocketHandler with such handlers mapped to URL patterns via SimpleUrlHandlerMapping.
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 type WebSocketHttpRequestHandler.
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 (e.g.
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 including SockJsClient.
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 Jetty ExtensionConfig.
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 the Extension 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 a WebSocketClient.
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
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 a WebClient.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 that frameworks or applications can use to pre-package a set of customizations to a WebTestClient.Builder and expose that as a shortcut.
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
 
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, T) - Method in interface org.springframework.web.reactive.function.BodyInserters.FormInserter
Adds the specified key-value pair to the form.
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
An extension point for further initialization of MockHttpServletRequest in ways not built directly into the MockHttpServletRequestBuilder.
with(MultiValueMap<String, T>) - Method in interface org.springframework.web.reactive.function.BodyInserters.FormInserter
Adds the specified values to the form.
withAfterClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunAfterTestClassCallbacks 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 a RunAfterTestMethodCallbacks 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 a RunAfterTestExecutionCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
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.
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 a RunBeforeTestClassCallbacks 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 a RunBeforeTestMethodCallbacks 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 a RunBeforeTestExecutionCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withBody(String) - Method in class org.springframework.aot.test.generator.file.MethodAssert
 
withBodyContaining(CharSequence...) - Method in class org.springframework.aot.test.generator.file.MethodAssert
 
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.
withConstructor(Class<?>...) - Method in class org.springframework.beans.factory.generator.config.BeanDefinitionRegistrar
Specify the constructor to use to instantiate the bean.
withConstructor(List<TypeReference>, Consumer<ExecutableHint.Builder>) - Method in class org.springframework.aot.hint.TypeHint.Builder
Register the need for reflection on the constructor with the specified parameter types.
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
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.
withDefaultCodecConfig(Consumer<CodecConfigurer.DefaultCodecConfig>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
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 by ClientCodecConfigurer.
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
Supply the WebClient that the client built by this builder should delegate to when processing non-matching requests.
withDelegate(WebConnectionHtmlUnitDriver) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Supply the WebConnectionHtmlUnitDriver that the driver built by this builder should delegate to when processing non-matching requests.
withDetail(String) - Method in class org.springframework.http.ProblemDetail
Variant of ProblemDetail.setDetail(String) for chained initialization.
withException(IOException) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator with an internal application IOException.
withFactoryMethod(Class<?>, String, Class<?>...) - Method in class org.springframework.beans.factory.generator.config.BeanDefinitionRegistrar
Specify the factory method to use to instantiate the bean.
withField(String, Consumer<FieldHint.Builder>) - Method in class org.springframework.aot.hint.TypeHint.Builder
Register the need for reflection on the field with the specified name.
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.
withInstance(URI) - Method in class org.springframework.http.ProblemDetail
Variant of ProblemDetail.setInstance(URI) for chained initialization.
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
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
withMethod(String, List<TypeReference>, Consumer<ExecutableHint.Builder>) - Method in class org.springframework.aot.hint.TypeHint.Builder
Register the need for reflection on the method with the specified name and parameter types.
withMethodCall(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
withMethodName(Class<?>, String, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
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
Add the specified mode if necessary.
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 given TransactionCallback 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 a SpringRepeat 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.
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.
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 a ParameterizedTypeReference for the element type, which allows specifying generic type information.
withRawStatus(int) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
Variant of MockRestResponseCreators.withStatus(HttpStatus) for a custom HTTP status code.
withRawStatusCode(int) - Method in class org.springframework.http.ProblemDetail
Variant of ProblemDetail.setStatus(int) for chained initialization.
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.
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).
withResources(ResourceFile...) - Method in class org.springframework.aot.test.generator.compile.TestCompiler
Return a new TestCompiler instance with addition resource files.
withResources(ResourceFiles) - Method in class org.springframework.aot.test.generator.compile.TestCompiler
Return a new TestCompiler instance with addition 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).
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(SourceFile...) - Method in class org.springframework.aot.test.generator.compile.TestCompiler
Return a new TestCompiler instance with addition source files.
withSources(SourceFiles) - Method in class org.springframework.aot.test.generator.compile.TestCompiler
Return a new TestCompiler instance with addition source files.
withStatus(HttpStatus) - Method in class org.springframework.http.ProblemDetail
Variant of ProblemDetail.setStatus(int) for chained initialization.
withStatus(HttpStatus) - 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 with Resource-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.
withTitle(String) - Method in class org.springframework.http.ProblemDetail
Variant of ProblemDetail.setTitle(String) for chained initialization.
withType(URI) - Method in class org.springframework.http.ProblemDetail
Variant of ProblemDetail.setType(URI) for chained initialization.
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 a DataBuffer.
wrap(byte[]) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
 
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 a NettyDataBuffer.
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 (typically PropertyAccessException) or a Bean Validation ConstraintViolation.
wrap(ByteBuffer) - Method in interface org.springframework.core.io.buffer.DataBufferFactory
Wrap the given ByteBuffer in a DataBuffer.
wrap(ByteBuffer) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
 
wrap(ByteBuffer) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
 
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 from the payload and headers of the given 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.
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.
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.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 Channel for the underlying file.
writableChannel() - Method in interface org.springframework.core.io.WritableResource
WritableContent - Interface in org.springframework.aot.test.generator.file
Callback interface used to write file content.
writableHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
Remove any read-only wrapper that may have been previously applied around the given headers via HttpHeaders.readOnlyHttpHeaders(HttpHeaders).
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.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.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.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(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 given Charset, 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.NettyDataBuffer
 
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.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 given AsynchronousFileChannel.
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 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 an 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 given OutputStream.
write(Publisher<DataBuffer>, AsynchronousFileChannel) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
Write the given stream of DataBuffers to the given AsynchronousFileChannel.
write(Publisher<DataBuffer>, WritableByteChannel) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
Write the given stream of DataBuffers to the given WritableByteChannel.
write(Publisher<DataBuffer>, Path, OpenOption...) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
Write the given stream of DataBuffers to the given file Path.
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 DataBuffers 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.NettyDataBuffer
 
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
Read-only: no-op.
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.OptimalPropertyAccessor
 
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
write(T, Type, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
Write an given object to the given output message.
write(T, Type, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
Write an given object to the given output message.
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 of Publishers to write the body of the HttpOutputMessage to the underlying HTTP layer, flushing after each Publisher<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
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 as required.
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.
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.
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
 
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.json.KotlinSerializationJsonHttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
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, 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.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
 
writeMessage(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Write the message to the page.
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.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.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.ClientCodecConfigurer.MultipartCodecs
Add a Part HttpMessageWriter.
writer(HttpMessageWriter<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
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
 
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 supplied TagWriter, 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 configured AbstractMultiCheckedElementTag.setItems(Object) values.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Renders the 'input(radio)' element with the configured value.
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 the PageContext.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
Writes the HTML 'input' tag to the supplied TagWriter including the databound value.
writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
Writes the 'input' tag to the supplied TagWriter.
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 supplied TagWriter.
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 buffers content to the given OutputStream.
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.aot.test.generator.file.WritableContent
Callback method that should write the content to the given Appendable.
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 supplied Log 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
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 supplied TagWriter.
writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
Writes the 'value' attribute to the supplied TagWriter.
writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
The PasswordInputTag only writes it's value if the 'showPassword' property value is true.
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form