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
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
W
- waitForAll(Collection, long) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- 已过时。
- waitForAny(Collection, long) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- 已过时。
- WAR_URL_PREFIX - 类 中的静态变量org.springframework.util.ResourceUtils
- URL prefix for loading from a war file on Tomcat: "war:".
- WAR_URL_SEPARATOR - 类 中的静态变量org.springframework.util.ResourceUtils
- Special separator between WAR URL and jar part on Tomcat.
- warn(CharSequence) - 类 中的方法org.springframework.core.log.LogAccessor
- Log a message with warn log level.
- warn(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
- warn(Object) - 接口 中的方法org.apache.commons.logging.Log
- Logs a message with warn log level.
- warn(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
- warn(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
- Logs an error with warn log level.
- warn(Throwable, CharSequence) - 类 中的方法org.springframework.core.log.LogAccessor
- Log an error with warn log level.
- warn(Throwable, Supplier<? extends CharSequence>) - 类 中的方法org.springframework.core.log.LogAccessor
- Log an error with warn log level.
- warn(Supplier<? extends CharSequence>) - 类 中的方法org.springframework.core.log.LogAccessor
- Log a message with warn log level.
- warning(String, Object) - 类 中的方法org.springframework.beans.factory.parsing.ReaderContext
- Raise a non-critical warning.
- warning(String, Object, Throwable) - 类 中的方法org.springframework.beans.factory.parsing.ReaderContext
- Raise a non-critical warning.
- warning(String, Object, ParseState) - 类 中的方法org.springframework.beans.factory.parsing.ReaderContext
- Raise a non-critical warning.
- warning(String, Object, ParseState, Throwable) - 类 中的方法org.springframework.beans.factory.parsing.ReaderContext
- Raise a non-critical warning.
- warning(TransformerException) - 类 中的方法org.springframework.util.xml.SimpleTransformErrorListener
- warning(Problem) - 类 中的方法org.springframework.beans.factory.parsing.FailFastProblemReporter
- warning(Problem) - 接口 中的方法org.springframework.beans.factory.parsing.ProblemReporter
- Called when a warning is raised during the parsing process.
- warning(SAXParseException) - 类 中的方法org.springframework.util.xml.SimpleSaxErrorHandler
- WARNING - org.springframework.expression.spel.SpelMessage.Kind
- WARNING - 类 中的静态变量org.springframework.http.HttpHeaders
- The HTTP
Warning
header field name. - wasCleared() - 类 中的方法org.springframework.web.servlet.ModelAndView
- Return whether this ModelAndView object is empty as a result of a call to
ModelAndView.clear()
i.e. whether it does not hold any view and does not contain a model. - wasDataUpdated() - 异常错误 中的方法org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
- Return whether data was updated.
- wasDataUpdated() - 异常错误 中的方法org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
- wasFailure() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
- Return whether the request failed.
- wasNull() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- wasNull() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
- Report whether the last column read had a value of SQL
NULL
. - WEAK - org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
- Use
WeakReferences
. - WeavingTransformer - org.springframework.instrument.classloading中的类
- ClassFileTransformer-based weaver, allowing for a list of transformers to be applied on a class byte array.
- WeavingTransformer(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.WeavingTransformer
- Create a new WeavingTransformer for the given class loader.
- WEB_APP_ROOT_KEY_PARAM - 类 中的静态变量org.springframework.web.util.WebUtils
- Web app root key parameter at the servlet context level (i.e. a context-param in
web.xml
): "webAppRootKey". - WEB_APPLICATION_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
- Request attribute to hold the current web application context.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.support.RequestContext
- Request attribute to hold the current web application context for RequestContext usage.
- WEB_APPLICATION_CONTEXT_VARIABLE_NAME - 类 中的静态变量org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
- Name of the exposed WebApplicationContext variable: "webApplicationContext".
- WEB_ASYNC_MANAGER_ATTRIBUTE - 类 中的静态变量org.springframework.web.context.request.async.WebAsyncUtils
- The name attribute containing the
WebAsyncManager
. - WEB_HANDLER_BEAN_NAME - 类 中的静态变量org.springframework.web.server.adapter.WebHttpHandlerBuilder
- Well-known name for the target WebHandler in the bean factory.
- WEB_SESSION_MANAGER_BEAN_NAME - 类 中的静态变量org.springframework.web.server.adapter.WebHttpHandlerBuilder
- Well-known name for the WebSessionManager in the bean factory.
- WebAppConfiguration - org.springframework.test.context.web中的注释类型
@WebAppConfiguration
is a class-level annotation that is used to declare that theApplicationContext
loaded for an integration test should be aWebApplicationContext
.- webAppContextSetup(WebApplicationContext) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
- Create a new
MockMvcWebClientBuilder
based on the suppliedWebApplicationContext
. - webAppContextSetup(WebApplicationContext) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
- Create a new
MockMvcHtmlUnitDriverBuilder
based on the suppliedWebApplicationContext
. - webAppContextSetup(WebApplicationContext) - 类 中的静态方法org.springframework.test.web.servlet.setup.MockMvcBuilders
- Build a
MockMvc
instance using the given, fully initialized (i.e., refreshed)WebApplicationContext
. - webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
- Create a new
MockMvcWebClientBuilder
based on the suppliedWebApplicationContext
andMockMvcConfigurer
. - webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
- Create a new
MockMvcHtmlUnitDriverBuilder
based on the suppliedWebApplicationContext
andMockMvcConfigurer
. - WebApplicationContext - org.springframework.web.context中的接口
- Interface to provide configuration for a web application.
- WebApplicationContextFacesELResolver - org.springframework.web.jsf.el中的类
- Special JSF
ELResolver
that exposes the SpringWebApplicationContext
instance under a variable named "webApplicationContext". - WebApplicationContextFacesELResolver() - 类 的构造器org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
- WebApplicationContextUtils - org.springframework.web.context.support中的类
- Convenience methods for retrieving the root
WebApplicationContext
for a givenServletContext
. - WebApplicationContextUtils() - 类 的构造器org.springframework.web.context.support.WebApplicationContextUtils
- WebApplicationInitializer - org.springframework.web中的接口
- Interface to be implemented in Servlet 3.0+ environments in order to configure the
ServletContext
programmatically -- as opposed to (or possibly in conjunction with) the traditionalweb.xml
-based approach. - WebApplicationObjectSupport - org.springframework.web.context.support中的类
- Convenient superclass for application objects running in a
WebApplicationContext
. - WebApplicationObjectSupport() - 类 的构造器org.springframework.web.context.support.WebApplicationObjectSupport
- WebAppRootListener - org.springframework.web.util中的类
- Listener that sets a system property to the web application root directory.
- WebAppRootListener() - 类 的构造器org.springframework.web.util.WebAppRootListener
- WebArgumentResolver - org.springframework.web.bind.support中的接口
- SPI for resolving custom arguments for a specific handler method parameter.
- WebAsyncManager - 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> - org.springframework.web.context.request.async中的类
- Holder for a
Callable
, a timeout value, and a task executor. - WebAsyncTask(long, Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
- Create a
WebAsyncTask
with a timeout value and aCallable
. - WebAsyncTask(Long, String, Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
- Create a
WebAsyncTask
with a timeout value, an executor name, and aCallable
. - WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
- Create a
WebAsyncTask
with a timeout value, an executor instance, and a Callable. - WebAsyncTask(Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
- Create a
WebAsyncTask
wrapping the givenCallable
. - WebAsyncUtils - org.springframework.web.context.request.async中的类
- Utility methods related to processing asynchronous web requests.
- WebAsyncUtils() - 类 的构造器org.springframework.web.context.request.async.WebAsyncUtils
- WebBindingInitializer - org.springframework.web.bind.support中的接口
- Callback interface for initializing a
WebDataBinder
for performing data binding in the context of a specific web request. - WebClient - 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 - org.springframework.web.reactive.function.client中的接口
- A mutable builder for creating a
WebClient
. - WebClient.RequestBodySpec - org.springframework.web.reactive.function.client中的接口
- Contract for specifying request headers and body leading up to the exchange.
- WebClient.RequestBodyUriSpec - org.springframework.web.reactive.function.client中的接口
- Contract for specifying request headers, body and URI for a request.
- WebClient.RequestHeadersSpec<S extends WebClient.RequestHeadersSpec<S>> - org.springframework.web.reactive.function.client中的接口
- Contract for specifying request headers leading up to the exchange.
- WebClient.RequestHeadersUriSpec<S extends WebClient.RequestHeadersSpec<S>> - org.springframework.web.reactive.function.client中的接口
- Contract for specifying request headers and URI for a request.
- WebClient.ResponseSpec - org.springframework.web.reactive.function.client中的接口
- Contract for specifying response operations following the exchange.
- WebClient.UriSpec<S extends WebClient.RequestHeadersSpec<?>> - org.springframework.web.reactive.function.client中的接口
- Contract for specifying the URI for a request.
- WebClientException - org.springframework.web.reactive.function.client中的异常错误
- Abstract base class for exception published by
WebClient
in case of errors. - WebClientException(String) - 异常错误 的构造器org.springframework.web.reactive.function.client.WebClientException
- Construct a new instance of
WebClientException
with the given message. - WebClientException(String, Throwable) - 异常错误 的构造器org.springframework.web.reactive.function.client.WebClientException
- Construct a new instance of
WebClientException
with the given message and exception. - WebClientResponseException - org.springframework.web.reactive.function.client中的异常错误
- Exceptions that contain actual HTTP response data.
- WebClientResponseException(int, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.reactive.function.client.WebClientResponseException
- Constructor with response data only, and a default message.
- WebClientResponseException(int, String, HttpHeaders, byte[], Charset, HttpRequest) - 异常错误 的构造器org.springframework.web.reactive.function.client.WebClientResponseException
- Constructor with response data only, and a default message.
- WebClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.reactive.function.client.WebClientResponseException
- Constructor with a prepared message.
- WebClientResponseException(String, int, String, HttpHeaders, byte[], Charset, HttpRequest) - 异常错误 的构造器org.springframework.web.reactive.function.client.WebClientResponseException
- Constructor with a prepared message.
- WebClientResponseException.BadGateway - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP HTTP 502 Bad Gateway.- WebClientResponseException.BadRequest - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 400 Bad Request.- WebClientResponseException.Conflict - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 409 Conflict.- WebClientResponseException.Forbidden - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 403 Forbidden.- WebClientResponseException.GatewayTimeout - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 504 Gateway Timeout.- WebClientResponseException.Gone - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 410 Gone.- WebClientResponseException.InternalServerError - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 500 Internal Server Error.- WebClientResponseException.MethodNotAllowed - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 405 Method Not Allowed.- WebClientResponseException.NotAcceptable - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 406 Not Acceptable.- WebClientResponseException.NotFound - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 404 Not Found.- WebClientResponseException.NotImplemented - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 501 Not Implemented.- WebClientResponseException.ServiceUnavailable - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 503 Service Unavailable.- WebClientResponseException.TooManyRequests - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 429 Too Many Requests.- WebClientResponseException.Unauthorized - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 401 Unauthorized.- WebClientResponseException.UnprocessableEntity - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 422 Unprocessable Entity.- WebClientResponseException.UnsupportedMediaType - org.springframework.web.reactive.function.client中的异常错误
WebClientResponseException
for status HTTP 415 Unsupported Media Type.- WebConnectionHtmlUnitDriver - org.springframework.test.web.servlet.htmlunit.webdriver中的类
WebConnectionHtmlUnitDriver
enables configuration of theWebConnection
for anHtmlUnitDriver
instance.- WebConnectionHtmlUnitDriver() - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebConnectionHtmlUnitDriver(boolean) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebConnectionHtmlUnitDriver(BrowserVersion) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebConnectionHtmlUnitDriver(Capabilities) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
- WebContentGenerator - org.springframework.web.servlet.support中的类
- Convenient superclass for any kind of web content generator, like
AbstractController
andWebContentInterceptor
. - WebContentGenerator() - 类 的构造器org.springframework.web.servlet.support.WebContentGenerator
- Create a new WebContentGenerator which supports HTTP methods GET, HEAD and POST by default.
- WebContentGenerator(boolean) - 类 的构造器org.springframework.web.servlet.support.WebContentGenerator
- Create a new WebContentGenerator.
- WebContentGenerator(String...) - 类 的构造器org.springframework.web.servlet.support.WebContentGenerator
- Create a new WebContentGenerator.
- WebContentInterceptor - org.springframework.web.servlet.mvc中的类
- Handler interceptor that checks the request and prepares the response.
- WebContentInterceptor() - 类 的构造器org.springframework.web.servlet.mvc.WebContentInterceptor
- WebDataBinder - org.springframework.web.bind中的类
- Special
DataBinder
for data binding from web request parameters to JavaBean objects. - WebDataBinder(Object) - 类 的构造器org.springframework.web.bind.WebDataBinder
- Create a new WebDataBinder instance, with default object name.
- WebDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.WebDataBinder
- Create a new WebDataBinder instance.
- WebDataBinderFactory - org.springframework.web.bind.support中的接口
- A factory for creating a
WebDataBinder
instance for a named target object. - WebDelegatingSmartContextLoader - org.springframework.test.context.web中的类
WebDelegatingSmartContextLoader
is a concrete implementation ofAbstractDelegatingSmartContextLoader
that delegates to aGenericXmlWebContextLoader
(or aGenericGroovyXmlWebContextLoader
if Groovy is present on the classpath) and anAnnotationConfigWebContextLoader
.- WebDelegatingSmartContextLoader() - 类 的构造器org.springframework.test.context.web.WebDelegatingSmartContextLoader
- WebExceptionHandler - org.springframework.web.server中的接口
- Contract for handling exceptions during web server exchange processing.
- WebExchangeBindException - org.springframework.web.bind.support中的异常错误
- A specialization of
ServerWebInputException
thrown when after data binding and validation failure. - WebExchangeBindException(MethodParameter, BindingResult) - 异常错误 的构造器org.springframework.web.bind.support.WebExchangeBindException
- WebExchangeDataBinder - org.springframework.web.bind.support中的类
- Specialized
DataBinder
to perform data binding from URL query params or form data in the request data to Java objects. - WebExchangeDataBinder(Object) - 类 的构造器org.springframework.web.bind.support.WebExchangeDataBinder
- Create a new instance, with default object name.
- WebExchangeDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.support.WebExchangeDataBinder
- Create a new instance.
- webFilter(WebFilter) - 接口 中的方法org.springframework.web.reactive.function.server.HandlerStrategies.Builder
- Add the given web filter to this builder.
- webFilter(WebFilter...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
- Register
WebFilter
instances to add to the mock server. - WebFilter - 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 - org.springframework.web.server中的接口
- Contract to allow a
WebFilter
to delegate to the next in the chain. - webFilters() - 接口 中的方法org.springframework.web.reactive.function.server.HandlerStrategies
- Return the
WebFilters
to be used for filtering the request and response. - webFluxAdapterRegistry() - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
- Return a
ReactiveAdapterRegistry
to adapting reactive types. - WebFluxConfigurationSupport - org.springframework.web.reactive.config中的类
- The main class for Spring WebFlux configuration.
- WebFluxConfigurationSupport() - 类 的构造器org.springframework.web.reactive.config.WebFluxConfigurationSupport
- WebFluxConfigurer - org.springframework.web.reactive.config中的接口
- Defines callback methods to customize the configuration for WebFlux applications enabled via
@EnableWebFlux
. - WebFluxConfigurerComposite - org.springframework.web.reactive.config中的类
- A
WebFluxConfigurer
that delegates to one or more others. - WebFluxConfigurerComposite() - 类 的构造器org.springframework.web.reactive.config.WebFluxConfigurerComposite
- webFluxContentTypeResolver() - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
- webFluxConversionService() - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
- Return a
FormattingConversionService
for use with annotated controllers. - WebFluxResponseStatusExceptionHandler - 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() - 类 的构造器org.springframework.web.reactive.handler.WebFluxResponseStatusExceptionHandler
- webFluxValidator() - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
- Return a global
Validator
instance for example for validating@RequestBody
method arguments. - webHandler() - 类 中的方法org.springframework.web.reactive.config.WebFluxConfigurationSupport
- webHandler(WebHandler) - 类 中的静态方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
- Static factory method to create a new builder instance.
- WebHandler - org.springframework.web.server中的接口
- Contract to handle a web request.
- WebHandlerDecorator - org.springframework.web.server.handler中的类
WebHandler
that decorates and delegates to anotherWebHandler
.- WebHandlerDecorator(WebHandler) - 类 的构造器org.springframework.web.server.handler.WebHandlerDecorator
- Create a
WebHandlerDecorator
for the given delegate. - WebHttpHandlerBuilder - org.springframework.web.server.adapter中的类
- This builder has two purposes:
- WebJarsResourceResolver - 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 - 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() - 类 的构造器org.springframework.web.reactive.resource.WebJarsResourceResolver
- Create a
WebJarsResourceResolver
with a defaultWebJarAssetLocator
instance. - WebJarsResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.WebJarsResourceResolver
- Create a
WebJarsResourceResolver
with a defaultWebJarAssetLocator
instance. - WebJarsResourceResolver(WebJarAssetLocator) - 类 的构造器org.springframework.web.reactive.resource.WebJarsResourceResolver
- Create a
WebJarsResourceResolver
with a customWebJarAssetLocator
instance, e.g. with a custom index. - WebJarsResourceResolver(WebJarAssetLocator) - 类 的构造器org.springframework.web.servlet.resource.WebJarsResourceResolver
- Create a
WebJarsResourceResolver
with a customWebJarAssetLocator
instance, e.g. with a custom index. - WEBLOGIC - org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
- Weblogic.
- WebLogicJtaTransactionManager - org.springframework.transaction.jta中的类
- Special
JtaTransactionManager
variant for BEA WebLogic (9.0 and higher). - WebLogicJtaTransactionManager() - 类 的构造器org.springframework.transaction.jta.WebLogicJtaTransactionManager
- WebLogicLoadTimeWeaver - org.springframework.instrument.classloading.weblogic中的类
LoadTimeWeaver
implementation for WebLogic's instrumentable ClassLoader.- WebLogicLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
- Creates a new instance of the
WebLogicLoadTimeWeaver
class using the defaultclass loader
. - WebLogicLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
- Creates a new instance of the
WebLogicLoadTimeWeaver
class using the suppliedClassLoader
. - WebLogicRequestUpgradeStrategy - org.springframework.web.socket.server.standard中的类
- A WebSocket
RequestUpgradeStrategy
for Oracle's WebLogic. - WebLogicRequestUpgradeStrategy() - 类 的构造器org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
- WebMergedContextConfiguration - 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) - 类 的构造器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) - 类 的构造器org.springframework.test.context.web.WebMergedContextConfiguration
- Create a new
WebMergedContextConfiguration
instance for the supplied parameters. - WebMergedContextConfiguration(MergedContextConfiguration, String) - 类 的构造器org.springframework.test.context.web.WebMergedContextConfiguration
- Create a new
WebMergedContextConfiguration
instance by copying all properties from the suppliedMergedContextConfiguration
. - WebMvcConfigurationSupport - org.springframework.web.servlet.config.annotation中的类
- This is the main class providing the configuration behind the MVC Java config.
- WebMvcConfigurationSupport() - 类 的构造器org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- WebMvcConfigurer - org.springframework.web.servlet.config.annotation中的接口
- Defines callback methods to customize the Java-based configuration for Spring MVC enabled via
@EnableWebMvc
. - WebMvcConfigurerAdapter - org.springframework.web.servlet.config.annotation中的类
- 已过时。as of 5.0
WebMvcConfigurer
has default methods (made possible by a Java 8 baseline) and can be implemented directly without the need for this adapter - WebMvcConfigurerAdapter() - 类 的构造器org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
- 已过时。
- WebMvcStompEndpointRegistry - 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) - 类 的构造器org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
- WebMvcStompWebSocketEndpointRegistration - org.springframework.web.socket.config.annotation中的类
- An abstract base class for configuring STOMP over WebSocket/SockJS endpoints.
- WebMvcStompWebSocketEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - 类 的构造器org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- WebRequest - org.springframework.web.context.request中的接口
- Generic interface for a web request.
- WebRequestDataBinder - org.springframework.web.bind.support中的类
- Special
DataBinder
to perform data binding from web request parameters to JavaBeans, including support for multipart files. - WebRequestDataBinder(Object) - 类 的构造器org.springframework.web.bind.support.WebRequestDataBinder
- Create a new WebRequestDataBinder instance, with default object name.
- WebRequestDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.support.WebRequestDataBinder
- Create a new WebRequestDataBinder instance.
- WebRequestHandlerInterceptorAdapter - org.springframework.web.servlet.handler中的类
- Adapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - 类 的构造器org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
- Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
- WebRequestInterceptor - org.springframework.web.context.request中的接口
- Interface for general web request interception.
- WebRequestMatcher - org.springframework.test.web.servlet.htmlunit中的接口
- Strategy for matching on a
WebRequest
. - WebSession - org.springframework.web.server中的接口
- Main contract for using a server-side session that provides access to session attributes across HTTP requests.
- WebSessionIdResolver - org.springframework.web.server.session中的接口
- Contract for session id resolution strategies.
- webSessionManager(WebSessionManager) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
- Provide a session manager instance for the mock server.
- WebSessionManager - org.springframework.web.server.session中的接口
- Main class for access to the
WebSession
for an HTTP request. - WebSessionMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation中的类
- Resolves method argument value of type
WebSession
. - WebSessionMethodArgumentResolver(ReactiveAdapterRegistry) - 类 的构造器org.springframework.web.reactive.result.method.annotation.WebSessionMethodArgumentResolver
- WebSessionStore - org.springframework.web.server.session中的接口
- Strategy for
WebSession
persistence. - WEBSOCKET - org.springframework.web.socket.sockjs.transport.TransportType
- WebSocketAnnotationMethodMessageHandler - org.springframework.web.socket.messaging中的类
- A sub-class of
SimpAnnotationMethodMessageHandler
to provide support forControllerAdvice
with global@MessageExceptionHandler
methods. - WebSocketAnnotationMethodMessageHandler(SubscribableChannel, MessageChannel, SimpMessageSendingOperations) - 类 的构造器org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
- WebSocketClient - org.springframework.web.reactive.socket.client中的接口
- Contract for reactive-style handling of a WebSocket session.
- WebSocketClient - org.springframework.web.socket.client中的接口
- Contract for initiating a WebSocket request.
- WebSocketClientSockJsSession - org.springframework.web.socket.sockjs.client中的类
- An extension of
AbstractClientSockJsSession
wrapping and delegating to an actual WebSocket session. - WebSocketClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - 类 的构造器org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- WebSocketConfigurationSupport - org.springframework.web.socket.config.annotation中的类
- Configuration support for WebSocket request handling.
- WebSocketConfigurationSupport() - 类 的构造器org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- WebSocketConfigurer - org.springframework.web.socket.config.annotation中的接口
- Defines callback methods to configure the WebSocket request handling via
@EnableWebSocket
. - WebSocketConnection(WebsocketInbound, WebsocketOutbound) - 类 的构造器org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession.WebSocketConnection
- WebSocketConnectionManager - org.springframework.web.socket.client中的类
- A WebSocket connection manager that is given a URI, a
WebSocketClient
, and aWebSocketHandler
, connects to a WebSocket server throughConnectionManagerSupport.start()
andConnectionManagerSupport.stop()
methods. - WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...) - 类 的构造器org.springframework.web.socket.client.WebSocketConnectionManager
- WebSocketContainerFactoryBean - org.springframework.web.socket.client.standard中的类
- A FactoryBean for creating and configuring a
WebSocketContainer
through Spring XML configuration. - WebSocketContainerFactoryBean() - 类 的构造器org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- WebSocketExtension - org.springframework.web.socket中的类
- Represents a WebSocket extension as defined in the RFC 6455.
- WebSocketExtension(String) - 类 的构造器org.springframework.web.socket.WebSocketExtension
- Create a WebSocketExtension with the given name.
- WebSocketExtension(String, Map<String, String>) - 类 的构造器org.springframework.web.socket.WebSocketExtension
- Create a WebSocketExtension with the given name and parameters.
- WebSocketHandler - org.springframework.web.reactive.socket中的接口
- Handler for a WebSocket session.
- WebSocketHandler - org.springframework.web.socket中的接口
- A handler for WebSocket messages and lifecycle events.
- WebSocketHandlerAdapter - org.springframework.web.reactive.socket.server.support中的类
HandlerAdapter
that allows using aWebSocketHandler
with the genericDispatcherHandler
mapping URLs directly to such handlers.- WebSocketHandlerAdapter() - 类 的构造器org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
- Default constructor that creates and uses a
HandshakeWebSocketService
. - WebSocketHandlerAdapter(WebSocketService) - 类 的构造器org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
- Alternative constructor with the
WebSocketService
to use. - WebSocketHandlerDecorator - org.springframework.web.socket.handler中的类
- Wraps another
WebSocketHandler
instance and delegates to it. - WebSocketHandlerDecorator(WebSocketHandler) - 类 的构造器org.springframework.web.socket.handler.WebSocketHandlerDecorator
- WebSocketHandlerDecoratorFactory - org.springframework.web.socket.handler中的接口
- A factory for applying decorators to a WebSocketHandler.
- webSocketHandlerMapping() - 类 中的方法org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- WebSocketHandlerMapping - org.springframework.web.socket.server.support中的类
- An extension of
SimpleUrlHandlerMapping
that is also aSmartLifecycle
container and propagates start and stop calls to any handlers that implementLifecycle
. - WebSocketHandlerMapping() - 类 的构造器org.springframework.web.socket.server.support.WebSocketHandlerMapping
- WebSocketHandlerRegistration - org.springframework.web.socket.config.annotation中的接口
- Provides methods for configuring a WebSocket handler.
- WebSocketHandlerRegistry - org.springframework.web.socket.config.annotation中的接口
- Provides methods for configuring
WebSocketHandler
request mappings. - WebSocketHttpHeaders - org.springframework.web.socket中的类
- An
HttpHeaders
variant that adds support for the HTTP headers defined by the WebSocket specification RFC 6455. - WebSocketHttpHeaders() - 类 的构造器org.springframework.web.socket.WebSocketHttpHeaders
- Create a new instance.
- WebSocketHttpHeaders(HttpHeaders) - 类 的构造器org.springframework.web.socket.WebSocketHttpHeaders
- Create an instance that wraps the given pre-existing HttpHeaders and also propagate all changes to it.
- WebSocketHttpRequestHandler - org.springframework.web.socket.server.support中的类
- A
HttpRequestHandler
for processing WebSocket handshake requests. - WebSocketHttpRequestHandler(WebSocketHandler) - 类 的构造器org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- WebSocketHttpRequestHandler(WebSocketHandler, HandshakeHandler) - 类 的构造器org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- WebSocketMessage - org.springframework.web.reactive.socket中的类
- Representation of a WebSocket message.
- WebSocketMessage<T> - org.springframework.web.socket中的接口
- A message that can be handled or sent on a WebSocket connection.
- WebSocketMessage(WebSocketMessage.Type, DataBuffer) - 类 的构造器org.springframework.web.reactive.socket.WebSocketMessage
- Constructor for a WebSocketMessage.
- WebSocketMessage.Type - org.springframework.web.reactive.socket中的枚举
- WebSocket message types.
- WebSocketMessageBrokerConfigurationSupport - org.springframework.web.socket.config.annotation中的类
- Extends
AbstractMessageBrokerConfiguration
and adds configuration for receiving and responding to STOMP messages from WebSocket clients. - WebSocketMessageBrokerConfigurationSupport() - 类 的构造器org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- WebSocketMessageBrokerConfigurer - org.springframework.web.socket.config.annotation中的接口
- Defines methods for configuring message handling with simple messaging protocols (e.g.
- webSocketMessageBrokerStats() - 类 中的方法org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- WebSocketMessageBrokerStats - 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() - 类 的构造器org.springframework.web.socket.config.WebSocketMessageBrokerStats
- WebSocketNamespaceHandler - org.springframework.web.socket.config中的类
NamespaceHandler
for Spring WebSocket configuration namespace.- WebSocketNamespaceHandler() - 类 的构造器org.springframework.web.socket.config.WebSocketNamespaceHandler
- webSocketScopeConfigurer() - 类 中的静态方法org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- WebSocketServerSockJsSession - org.springframework.web.socket.sockjs.transport.session中的类
- A SockJS session for use with the WebSocket transport.
- WebSocketServerSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - 类 的构造器org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- WebSocketService - org.springframework.web.reactive.socket.server中的接口
- A service to delegate WebSocket-related HTTP requests to.
- WebSocketSession - org.springframework.web.reactive.socket中的接口
- Represents a WebSocket session.
- WebSocketSession - org.springframework.web.socket中的接口
- A WebSocket session abstraction.
- WebSocketSessionDecorator - org.springframework.web.socket.handler中的类
- Wraps another
WebSocketSession
instance and delegates to it. - WebSocketSessionDecorator(WebSocketSession) - 类 的构造器org.springframework.web.socket.handler.WebSocketSessionDecorator
- WebSocketStompClient - org.springframework.web.socket.messaging中的类
- A STOMP over WebSocket client that connects using an implementation of
WebSocketClient
includingSockJsClient
. - WebSocketStompClient(WebSocketClient) - 类 的构造器org.springframework.web.socket.messaging.WebSocketStompClient
- Class constructor.
- WebSocketToJettyExtensionConfigAdapter - org.springframework.web.socket.adapter.jetty中的类
- Adapter class to convert a
WebSocketExtension
to a JettyExtensionConfig
. - WebSocketToJettyExtensionConfigAdapter(WebSocketExtension) - 类 的构造器org.springframework.web.socket.adapter.jetty.WebSocketToJettyExtensionConfigAdapter
- WebSocketToStandardExtensionAdapter - org.springframework.web.socket.adapter.standard中的类
- Adapt an instance of
WebSocketExtension
to theExtension
interface. - WebSocketToStandardExtensionAdapter(WebSocketExtension) - 类 的构造器org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
- WebSocketTransport - org.springframework.web.socket.sockjs.client中的类
- A SockJS
Transport
that uses aWebSocketClient
. - WebSocketTransport(WebSocketClient) - 类 的构造器org.springframework.web.socket.sockjs.client.WebSocketTransport
- WebSocketTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
- WebSocket-based
TransportHandler
. - WebSocketTransportHandler(HandshakeHandler) - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- WebSocketTransportRegistration - org.springframework.web.socket.config.annotation中的类
- Configure the processing of messages received from and sent to WebSocket clients.
- WebSocketTransportRegistration() - 类 的构造器org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
- WEBSPHERE - org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
- Websphere.
- WebSphereDataSourceAdapter - org.springframework.jdbc.datasource中的类
DataSource
implementation that delegates all calls to a WebSphere targetDataSource
, typically obtained from JNDI, applying a current isolation level and/or current user credentials to every Connection obtained from it.- WebSphereDataSourceAdapter() - 类 的构造器org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
- This constructor retrieves the WebSphere JDBC connection spec API, so we can get obtain specific WebSphere Connections using reflection.
- WebSphereLoadTimeWeaver - org.springframework.instrument.classloading.websphere中的类
LoadTimeWeaver
implementation for WebSphere's instrumentable ClassLoader.- WebSphereLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
- Create a new instance of the
WebSphereLoadTimeWeaver
class using the defaultclass loader
. - WebSphereLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
- Create a new instance of the
WebSphereLoadTimeWeaver
class using the suppliedClassLoader
. - WebSphereMBeanServerFactoryBean - org.springframework.jmx.support中的类
FactoryBean
that obtains a WebSphereMBeanServer
reference through WebSphere's proprietaryAdminServiceFactory
API, available on WebSphere 5.1 and higher.- WebSphereMBeanServerFactoryBean() - 类 的构造器org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
- WebSphereRequestUpgradeStrategy - org.springframework.web.socket.server.standard中的类
- WebSphere support for upgrading an
HttpServletRequest
during a WebSocket handshake. - WebSphereRequestUpgradeStrategy() - 类 的构造器org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
- WebSphereUowTransactionManager - org.springframework.transaction.jta中的类
- WebSphere-specific PlatformTransactionManager implementation that delegates to a
UOWManager
instance, obtained from WebSphere's JNDI environment. - WebSphereUowTransactionManager() - 类 的构造器org.springframework.transaction.jta.WebSphereUowTransactionManager
- Create a new WebSphereUowTransactionManager.
- WebSphereUowTransactionManager(UOWManager) - 类 的构造器org.springframework.transaction.jta.WebSphereUowTransactionManager
- Create a new WebSphereUowTransactionManager for the given UOWManager.
- WebTestClient - 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 - 接口 中的静态变量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 - org.springframework.test.web.reactive.server中的接口
- Spec for expectations on the response body content.
- WebTestClient.BodySpec<B,S extends WebTestClient.BodySpec<B,S>> - org.springframework.test.web.reactive.server中的接口
- Spec for expectations on the response body decoded to a single Object.
- WebTestClient.Builder - org.springframework.test.web.reactive.server中的接口
- Steps for customizing the
WebClient
used to test with, internally delegating to aWebClient.Builder
. - WebTestClient.ControllerSpec - org.springframework.test.web.reactive.server中的接口
- Specification for customizing controller configuration equivalent to, and internally delegating to, a
WebFluxConfigurer
. - WebTestClient.ListBodySpec<E> - org.springframework.test.web.reactive.server中的接口
- Spec for expectations on the response body decoded to a List.
- WebTestClient.MockServerSpec<B extends WebTestClient.MockServerSpec<B>> - org.springframework.test.web.reactive.server中的接口
- Base specification for setting up tests without a server.
- WebTestClient.RequestBodySpec - org.springframework.test.web.reactive.server中的接口
- Specification for providing body of a request.
- WebTestClient.RequestBodyUriSpec - org.springframework.test.web.reactive.server中的接口
- Specification for providing the body and the URI of a request.
- WebTestClient.RequestHeadersSpec<S extends WebTestClient.RequestHeadersSpec<S>> - org.springframework.test.web.reactive.server中的接口
- Specification for adding request headers and performing an exchange.
- WebTestClient.RequestHeadersUriSpec<S extends WebTestClient.RequestHeadersSpec<S>> - org.springframework.test.web.reactive.server中的接口
- Specification for providing request headers and the URI of a request.
- WebTestClient.ResponseSpec - org.springframework.test.web.reactive.server中的接口
- Chained API for applying assertions to a response.
- WebTestClient.RouterFunctionSpec - org.springframework.test.web.reactive.server中的接口
- Specification for customizing router function configuration.
- WebTestClient.UriSpec<S extends WebTestClient.RequestHeadersSpec<?>> - org.springframework.test.web.reactive.server中的接口
- Specification for providing the URI of a request.
- WebTestClientConfigurer - 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 - org.springframework.test.context.web中的类
- Web-specific implementation of the
TestContextBootstrapper
SPI. - WebTestContextBootstrapper() - 类 的构造器org.springframework.test.context.web.WebTestContextBootstrapper
- WebUtils - org.springframework.web.util中的类
- Miscellaneous utilities for web applications.
- WebUtils() - 类 的构造器org.springframework.web.util.WebUtils
- WHEN_NECESSARY - org.springframework.util.ConcurrentReferenceHashMap.Restructure
- WILDCARD_BOUND - 类 中的静态变量org.springframework.asm.TypePath
- A type path step that steps into the bound of a wildcard type.
- WILDCARD_TYPE - 类 中的静态变量org.springframework.util.MimeType
- willDecode(M) - 类 中的方法org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
- Determine if a given message can be decoded.
- with(String, T) - 接口 中的方法org.springframework.web.reactive.function.BodyInserters.FormInserter
- Adds the specified key-value pair to the form.
- with(RequestPostProcessor) - 接口 中的方法org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder
- Add the given
RequestPostProcessor
. - with(RequestPostProcessor) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- An extension point for further initialization of
MockHttpServletRequest
in ways not built directly into theMockHttpServletRequestBuilder
. - with(MultiValueMap<String, T>) - 接口 中的方法org.springframework.web.reactive.function.BodyInserters.FormInserter
- Adds the specified values to the form.
- withAfterClasses(Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the
Statement
returned by the parent implementation with aRunAfterTestClassCallbacks
statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework. - withAfters(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the
Statement
returned by the parent implementation with aRunAfterTestMethodCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withAfterTestExecutionCallbacks(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the supplied
Statement
with aRunAfterTestExecutionCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withBadRequest() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 400 response (BAD_REQUEST).- withBeforeClasses(Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the
Statement
returned by the parent implementation with aRunBeforeTestClassCallbacks
statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework. - withBefores(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the
Statement
returned by the parent implementation with aRunBeforeTestMethodCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withBeforeTestExecutionCallbacks(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the supplied
Statement
with aRunBeforeTestExecutionCallbacks
statement, thus preserving the default functionality while adding support for the Spring TestContext Framework. - withCatalogName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withCatalogName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Optionally, specify the name of the catalog that contins the stored procedure.
- withCatalogName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withCatalogName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
- Specify the catalog name, if any, to be used for the insert.
- withContainingClass(Class<?>) - 类 中的方法org.springframework.core.MethodParameter
- Return a variant of this
MethodParameter
which refers to the given containing class. - withController(Class<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- An alternative to
MvcUriComponentsBuilder.fromController(Class)
for use with an instance of this class created via a call toMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withConversionService(ConversionService) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
- Register a custom
ConversionService
. - withCreatedEntity(URI) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 201 response (CREATED) with a 'Location' header.- withDefaultCodecConfig(Consumer<CodecConfigurer.DefaultCodecConfig>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.CustomCodecs
- 已过时。
- withDefaults() - 接口 中的静态方法org.springframework.transaction.TransactionDefinition
- Return an unmodifiable
TransactionDefinition
with defaults. - withDefaults() - 接口 中的静态方法org.springframework.web.reactive.function.client.ExchangeStrategies
- Return an
ExchangeStrategies
instance with default configuration provided byClientCodecConfigurer
. - withDefaults() - 接口 中的静态方法org.springframework.web.reactive.function.server.HandlerStrategies
- Return a new
HandlerStrategies
with default initialization. - withDelegate(WebClient) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
- withDelegate(WebConnectionHtmlUnitDriver) - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
- withException(IOException) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
with an internal applicationIOException
.- withFunctionName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withFunctionName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Specify the procedure name to be used - this implies that we will be calling a stored function.
- withInstanceMethods() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
- Register a
DataBindingMethodResolver
for instance method invocation purposes (i.e. not supporting static methods) in addition to the specified property accessors, typically in combination with aDataBindingPropertyAccessor
. - withMappingName(String) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- An alternative to
MvcUriComponentsBuilder.fromMappingName(String)
for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethod(Class<?>, Method, Object...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- An alternative to
MvcUriComponentsBuilder.fromMethod(Class, Method, Object...)
for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethodCall(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- An alternative to
MvcUriComponentsBuilder.fromMethodCall(Object)
for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethodName(Class<?>, String, Object...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- An alternative to
MvcUriComponentsBuilder.fromMethodName(Class, String, Object...)
} for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder)
. - withMethodResolvers(MethodResolver...) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
- Register the specified
MethodResolver
delegates for a combination of property access and method resolution. - withName(String) - 类 中的方法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() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withNamedBinding() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Indicates that parameters should be bound by name.
- withNoContent() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 204 response (NO_CONTENT).- withNonMergedAttributes() - 接口 中的方法org.springframework.core.annotation.MergedAnnotation
- Create a new view of the annotation that exposes non-merged attribute values.
- withoutProcedureColumnMetaDataAccess() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withoutProcedureColumnMetaDataAccess() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Turn off any processing of parameter meta-data information obtained via JDBC.
- withoutTableColumnMetaDataAccess() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withoutTableColumnMetaDataAccess() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
- Turn off any processing of column meta-data information obtained via JDBC.
- withoutTransaction() - 接口 中的静态方法org.springframework.transaction.support.TransactionOperations
- Return an implementation of the
TransactionOperations
interface which executes a givenTransactionCallback
without an actual transaction. - withPayload(T) - 类 中的静态方法org.springframework.messaging.support.MessageBuilder
- Create a new builder for a message with the given payload.
- withPotentialRepeat(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Wrap the supplied
Statement
with aSpringRepeat
statement. - withPotentialTimeout(FrameworkMethod, Object, Statement) - 类 中的方法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) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withProcedureName(String) - 接口 中的方法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) - 类 中的方法org.springframework.mock.env.MockPropertySource
- Convenient synonym for
MockPropertySource.setProperty(java.lang.String, java.lang.Object)
that returns the current instance. - withProperty(String, String) - 类 中的方法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>) - 接口 中的方法org.springframework.web.reactive.function.BodyInserters.MultipartInserter
- Add an asynchronous part with
Publisher
-based content. - withPublisher(String, P, ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.reactive.function.BodyInserters.MultipartInserter
- Variant of
BodyInserters.MultipartInserter.withPublisher(String, Publisher, Class)
that accepts aParameterizedTypeReference
for the element type, which allows specifying generic type information. - withReason(String) - 类 中的方法org.springframework.web.reactive.socket.CloseStatus
- Create a new
CloseStatus
from this one with the specified reason. - withReason(String) - 类 中的方法org.springframework.web.socket.CloseStatus
- Create a new
CloseStatus
from this one with the specified reason. - withResourceName() - 类 中的方法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). - withReturnValue() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withReturnValue() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Indicates the procedure's return value should be included in the results returned.
- withRootObject(Object) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
- Specify a default root object to resolve against.
- withSchemaName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
- withSchemaName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Optionally, specify the name of the schema that contins the stored procedure.
- withSchemaName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withSchemaName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
- Specify the schema name, if any, to be used for the insert.
- withServerError() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 500 response (SERVER_ERROR).- withSockJS() - 类 中的方法org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
- withSockJS() - 接口 中的方法org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
- Enable SockJS fallback options.
- withSockJS() - 类 中的方法org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- withSockJS() - 接口 中的方法org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
- Enable SockJS fallback options.
- withSourceProvider(OrderComparator.OrderSourceProvider) - 类 中的方法org.springframework.core.OrderComparator
- Build an adapted order comparator with the given source provider.
- withStatus(HttpStatus) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
with a specific HTTP status.- withSuccess() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 200 response (OK).- withSuccess(byte[], MediaType) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 200 response (OK) with byte[] body.- withSuccess(String, MediaType) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 200 response (OK) with String body.- withSuccess(Resource, MediaType) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 200 response (OK) content withResource
-based body.- withTableName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
- withTableName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
- Specify the table name to be used for the insert.
- withTypeConverter(TypeConverter) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
- Register a custom
TypeConverter
. - withTypedRootObject(Object, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
- Specify a typed root object to resolve against.
- withTypeIndex(int) - 类 中的方法org.springframework.core.MethodParameter
- Return a variant of this
MethodParameter
with the type for the current level set to the specified value. - withUnauthorizedRequest() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator
for a 401 response (UNAUTHORIZED).- WorkManagerTaskExecutor - org.springframework.jca.work中的类
TaskExecutor
implementation that delegates to a JCA 1.7 WorkManager, implementing theWorkManager
interface.- WorkManagerTaskExecutor - org.springframework.scheduling.commonj中的类
- 已过时。as of 5.1, in favor of the EE 7/8 based
DefaultManagedTaskExecutor
- WorkManagerTaskExecutor() - 类 的构造器org.springframework.jca.work.WorkManagerTaskExecutor
- Create a new WorkManagerTaskExecutor, expecting bean-style configuration.
- WorkManagerTaskExecutor() - 类 的构造器org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- 已过时。
- WorkManagerTaskExecutor(WorkManager) - 类 的构造器org.springframework.jca.work.WorkManagerTaskExecutor
- Create a new WorkManagerTaskExecutor for the given WorkManager.
- wrap(byte[]) - 接口 中的方法org.springframework.core.io.buffer.DataBufferFactory
- Wrap the given
byte
array in aDataBuffer
. - wrap(byte[]) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBufferFactory
- wrap(byte[]) - 类 中的方法org.springframework.core.io.buffer.NettyDataBufferFactory
- wrap(ByteBuf) - 类 中的方法org.springframework.core.io.buffer.NettyDataBufferFactory
- Wrap the given Netty
ByteBuf
in aNettyDataBuffer
. - wrap(RSocket, MimeType, MimeType, RSocketStrategies) - 接口 中的静态方法org.springframework.messaging.rsocket.RSocketRequester
- Wrap an existing
RSocket
. - wrap(Object) - 接口 中的方法org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
- Return an
Advisor
wrapping the given advice. - wrap(Object) - 类 中的方法org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
- wrap(Object) - 类 中的方法org.springframework.validation.ObjectError
- Preserve the source behind this error: possibly an
Exception
(typicallyPropertyAccessException
) or a Bean ValidationConstraintViolation
. - wrap(ByteBuffer) - 接口 中的方法org.springframework.core.io.buffer.DataBufferFactory
- Wrap the given
ByteBuffer
in aDataBuffer
. - wrap(ByteBuffer) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBufferFactory
- wrap(ByteBuffer) - 类 中的方法org.springframework.core.io.buffer.NettyDataBufferFactory
- wrap(Message<?>) - 类 中的静态方法org.springframework.jms.support.JmsMessageHeaderAccessor
- Create a
JmsMessageHeaderAccessor
from the headers of an existing message. - wrap(Message<?>) - 类 中的静态方法org.springframework.messaging.simp.SimpMessageHeaderAccessor
- Create an instance from the payload and headers of the given Message.
- wrap(Message<?>) - 类 中的静态方法org.springframework.messaging.simp.stomp.StompHeaderAccessor
- Create an instance from the payload and headers of the given Message.
- wrapCachedClass(Class) - 类 中的方法org.springframework.cglib.core.AbstractClassGenerator
- wrapCachedClass(Class) - 类 中的方法org.springframework.cglib.proxy.Enhancer
- wrapIfNecessary(Object, String, Object) - 类 中的方法org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Wrap the given bean if necessary, i.e. if it is eligible for being proxied.
- writableByteCount() - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Return the number of bytes that can be written to this data buffer.
- writableByteCount() - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- writableByteCount() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- writableByteCount() - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- writableChannel() - 类 中的方法org.springframework.core.io.FileSystemResource
- This implementation opens a FileChannel for the underlying file.
- writableChannel() - 类 中的方法org.springframework.core.io.FileUrlResource
- writableChannel() - 类 中的方法org.springframework.core.io.PathResource
- This implementation opens a Channel for the underlying file.
- writableChannel() - 接口 中的方法org.springframework.core.io.WritableResource
- Return a
WritableByteChannel
. - writableHttpHeaders(HttpHeaders) - 类 中的静态方法org.springframework.http.HttpHeaders
- Remove any read-only wrapper that may have been previously applied around the given headers via
HttpHeaders.readOnlyHttpHeaders(HttpHeaders)
. - WritableResource - org.springframework.core.io中的接口
- Extended interface for a resource that supports writing to it.
- write(byte) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Write a single byte into this buffer at the current writing position.
- write(byte) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- write(byte) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- write(byte) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- write(byte[]) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Write the given source into this buffer, starting at the current writing position of this buffer.
- write(byte[]) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- write(byte[]) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- write(byte[]) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- write(byte[], int, int) - 接口 中的方法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) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- write(byte[], int, int) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- write(byte[], int, int) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- write(byte[], int, int) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
- write(char) - 类 中的方法org.springframework.util.CommonsLogWriter
- write(char[], int, int) - 类 中的方法org.springframework.mock.web.MockBodyContent
- write(char[], int, int) - 类 中的方法org.springframework.mock.web.MockJspWriter
- write(char[], int, int) - 类 中的方法org.springframework.util.CommonsLogWriter
- write(int) - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
- write(int) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
- write(ByteBuf...) - 类 中的方法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) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
- write(OutputStream) - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
- write(CharSequence, Charset) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Write the given
CharSequence
using the givenCharset
, starting at the current writing position. - write(CharSequence, Charset) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- write(CharSequence, Charset) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- write(String) - 类 中的方法org.springframework.mock.web.MockPart
- write(ByteBuffer...) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Write one or more
ByteBuffer
to this buffer, starting at the current writing position. - write(ByteBuffer...) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- write(ByteBuffer...) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- write(ByteBuffer...) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- write(Publisher<?>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
- write(Publisher<?>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
- write(Publisher<? extends Message>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.protobuf.ProtobufHttpMessageWriter
- write(Publisher<? extends DataBuffer>, AsynchronousFileChannel, long) - 类 中的静态方法org.springframework.core.io.buffer.DataBufferUtils
- Write the given stream of
DataBuffers
to the givenAsynchronousFileChannel
. - write(Publisher<? extends Resource>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ResourceHttpMessageWriter
- write(Publisher<? extends Resource>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ResourceHttpMessageWriter
- write(Publisher<? extends MultiValueMap<String, ?>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
- write(Publisher<? extends MultiValueMap<String, String>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.FormHttpMessageWriter
- write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
- write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 接口 中的方法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>) - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
- write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageWriter
- Write an given stream of object to the output message.
- write(Publisher<DataBuffer>, OutputStream) - 类 中的静态方法org.springframework.core.io.buffer.DataBufferUtils
- Write the given stream of
DataBuffers
to the givenOutputStream
. - write(Publisher<DataBuffer>, AsynchronousFileChannel) - 类 中的静态方法org.springframework.core.io.buffer.DataBufferUtils
- Write the given stream of
DataBuffers
to the givenAsynchronousFileChannel
. - write(Publisher<DataBuffer>, WritableByteChannel) - 类 中的静态方法org.springframework.core.io.buffer.DataBufferUtils
- Write the given stream of
DataBuffers
to the givenWritableByteChannel
. - write(Publisher<DataBuffer>, Path, OpenOption...) - 类 中的静态方法org.springframework.core.io.buffer.DataBufferUtils
- Write the given stream of
DataBuffers
to the given filePath
. - write(ClassWriter, byte[], int, int, int) - 类 中的方法org.springframework.asm.Attribute
- Returns the byte array form of the content of this attribute.
- write(DataBuffer...) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Write one or more
DataBuffer
s to this buffer, starting at the current writing position. - write(DataBuffer...) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- write(DataBuffer...) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- write(DataBuffer...) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.context.expression.BeanExpressionContextAccessor
- write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.context.expression.BeanFactoryAccessor
- write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.context.expression.EnvironmentAccessor
- Read-only: no-op.
- write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.context.expression.MapAccessor
- write(EvaluationContext, Object, String, Object) - 接口 中的方法org.springframework.expression.PropertyAccessor
- Called to write to a property on a specified target object.
- write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
- write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
- write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
- write(WebSocketMessage) - 类 中的方法org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.WebSocketSendProcessor
- write(T) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
- Write the given item.
- write(T, Type, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
- This implementation sets the default headers by calling
AbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType)
, and then callsAbstractGenericHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage)
. - write(T, Type, MediaType, HttpOutputMessage) - 接口 中的方法org.springframework.http.converter.GenericHttpMessageConverter
- Write an given object to the given output message.
- write(T, Type, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- write(T, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
- This implementation sets the default headers by calling
AbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType)
, and then callsAbstractHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage)
. - write(T, MediaType, HttpOutputMessage) - 接口 中的方法org.springframework.http.converter.HttpMessageConverter
- Write an given object to the given output message.
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
- Use the given
Publisher
ofPublishers
to write the body of the HttpOutputMessage to the underlying HTTP layer, flushing after eachPublisher<DataBuffer>
. - writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.HttpHeadResponseDecorator
- Invoke
ServerHttpResponseDecorator.setComplete()
without writing. - writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
- Write to the underlying the response, and flush after each
Publisher<DataBuffer>
. - writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
- writeAttribute(String, String) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
- Write an HTML attribute with the specified name and value.
- writeBody(Object, MethodParameter, MethodParameter, ServerWebExchange) - 类 中的方法org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
- Write a given body to the response with
HttpMessageWriter
. - writeBody(Object, MethodParameter, ServerWebExchange) - 类 中的方法org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
- Write a given body to the response with
HttpMessageWriter
. - writeBodyContent(String) - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
- Write the escaped body content to the page.
- writeContent(OutputStream, Object) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
- Write the actual JSON content to the stream.
- writeContent(Resource, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
- writeDefaultAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Writes the default set of attributes to the supplied
TagWriter
. - writeDefaultAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Writes the default attributes configured via this base class to the supplied
TagWriter
. - writeFrame(SockJsFrame) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- For internal use within a TransportHandler and the (TransportHandler-specific) session class.
- writeFrame(SockJsFrame) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
- writeFrameInternal(SockJsFrame) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- writeFrameInternal(SockJsFrame) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- writeFrameInternal(SockJsFrame) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- writeInternal(byte[], HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ByteArrayHttpMessageConverter
- writeInternal(Message, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
- writeInternal(Object, Type, Writer) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
- Template method that writes the JSON-bound object to the given
Writer
. - writeInternal(Object, Type, Writer) - 类 中的方法org.springframework.http.converter.json.GsonHttpMessageConverter
- writeInternal(Object, Type, Writer) - 类 中的方法org.springframework.http.converter.json.JsonbHttpMessageConverter
- writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
- writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
- writeInternal(Object, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
- writeInternal(String, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
- writeInternal(Resource, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
- writeInternal(T, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
- Abstract template method that writes the actual body.
- writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
- Abstract template method that writes the actual body.
- writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
- writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
- writeMessage(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
- Write the message to the page.
- writeOptionalAttribute(TagWriter, String, String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
- Optionally writes the supplied value under the supplied attribute name into the supplied
TagWriter
. - writeOptionalAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Writes the optional attributes configured via this base class to the supplied
TagWriter
. - writeOptionalAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Adds input-specific optional attributes as defined by this base class.
- writeOptionalAttributeValue(String, String) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
- Write an HTML attribute if the supplied value is not
null
or zero length. - writeOut(Writer) - 类 中的方法org.springframework.mock.web.MockBodyContent
- writePosition() - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Return the position to which this buffer will write.
- writePosition() - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- writePosition() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- writePosition() - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- writePosition(int) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Set the position to which this buffer will write.
- writePosition(int) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- writePosition(int) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- writePosition(int) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- Write a prefix before the main content.
- writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
- writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
- Write a prefix before the main content.
- writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
- writer(HttpMessageWriter<?>) - 接口 中的方法org.springframework.http.codec.ClientCodecConfigurer.MultipartCodecs
- Add a Part
HttpMessageWriter
. - writer(HttpMessageWriter<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.CustomCodecs
- 已过时。as of 5.1.13, use
CodecConfigurer.CustomCodecs.register(Object)
orCodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object)
instead. - writeRemoteInvocation(RemoteInvocation, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Serialize the given RemoteInvocation to the given OutputStream.
- writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
- 已过时。Write the given RemoteInvocationResult to the given HTTP response.
- writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
- 已过时。Serialize the given RemoteInvocation to the given OutputStream.
- writeRemoteInvocationResult(Message, Session, RemoteInvocationResult) - 类 中的方法org.springframework.jms.remoting.JmsInvokerServiceExporter
- Send the given RemoteInvocationResult as a JMS message to the originator.
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Write the given RemoteInvocationResult to the given HTTP response.
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Serialize the given RemoteInvocation to the given OutputStream.
- writeReplace() - 类 中的方法org.springframework.aop.target.AbstractPrototypeBasedTargetSource
- Replaces this object with a SingletonTargetSource on serialization.
- writeReplace() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
- writeReplace() - 类 中的方法org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
- Set the given serialized remote invocation as request body.
- writeResourceRegion(ResourceRegion, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
- writeSuffix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- Write a suffix after the main content.
- writeSuffix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
- Write a suffix after the main content.
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
- Writes the '
input
' element to the suppliedTagWriter
, marking it as 'checked' if appropriate. - writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
- Subclasses should implement this method to perform tag content rendering.
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Renders the '
input type="radio"
' element with the configuredAbstractMultiCheckedElementTag.setItems(Object)
values. - writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
- Renders the '
input(radio)
' element with the configuredvalue
. - writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxesTag
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxTag
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
- Writes the opening part of the block '
form
' tag and exposes the form object name in thePageContext
. - writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.HiddenInputTag
- Writes the HTML '
input
' tag to the suppliedTagWriter
including the databound value. - writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
- Writes the '
input
' tag to the suppliedTagWriter
. - writeTagContent(TagWriter) - 类 中的方法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) - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
- writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
- Renders the HTML '
select
' tag to the suppliedTagWriter
. - writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
- writeTagDetails(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
- Write the details for the given primary tag: i.e. special attributes and the tag's value.
- writeTagDetails(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxTag
- writeTagDetails(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.RadioButtonTag
- writeTo(OutputStream) - 接口 中的方法org.springframework.http.StreamingHttpOutputMessage.Body
- Write this body to the given
OutputStream
. - writeTo(OutputStream) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
- Write the buffers content to the given OutputStream.
- writeTo(OutputStream) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody
- A callback for writing to the response body.
- writeTo(HttpServletRequest, HttpServletResponse, ServerResponse.Context) - 接口 中的方法org.springframework.web.servlet.function.ServerResponse
- Write this response to the given servlet response.
- writeTo(ClientHttpRequest, ExchangeStrategies) - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest
- Write this request to the given
ClientHttpRequest
. - writeTo(ServerWebExchange, ServerResponse.Context) - 接口 中的方法org.springframework.web.reactive.function.server.ServerResponse
- Write this response to the given web exchange.
- writeToLog(String) - 类 中的方法org.springframework.beans.factory.config.DeprecatedBeanWarner
- Actually write to the underlying log.
- writeToLog(Log, String) - 类 中的方法org.springframework.aop.interceptor.AbstractTraceInterceptor
- Write the supplied trace message to the supplied
Log
instance. - writeToLog(Log, String, Throwable) - 类 中的方法org.springframework.aop.interceptor.AbstractTraceInterceptor
- Write the supplied trace message and
Throwable
to the suppliedLog
instance. - writeToResponse(HttpServletResponse, ByteArrayOutputStream) - 类 中的方法org.springframework.web.servlet.view.AbstractView
- Write the given temporary OutputStream to the HTTP response.
- writeToResult(Object, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- writeToResult(Object, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- writeToResult(T, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
- Abstract template method called from
AbstractXmlHttpMessageConverter.writeInternal(Object, HttpOutputMessage)
. - writeToResult(T, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- writeValue(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
- Writes the '
value
' attribute to the suppliedTagWriter
. - writeValue(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
- Writes the '
value
' attribute to the suppliedTagWriter
. - writeValue(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.PasswordInputTag
- writeWith(File, long, long) - 接口 中的方法org.springframework.http.ZeroCopyHttpOutputMessage
- Use the given
File
to write the body of the message to the underlying HTTP layer. - writeWith(Path, long, long) - 接口 中的方法org.springframework.http.ZeroCopyHttpOutputMessage
- Use the given
Path
to write the body of the message to the underlying HTTP layer. - writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
- writeWith(Publisher<? extends DataBuffer>) - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
- Use the given
Publisher
to write the body of the message to the underlying HTTP layer. - writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
- writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.HttpHeadResponseDecorator
- Consume and release the body without writing.
- writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
- writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
- writeWithInternal(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
- writeWithInternal(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
- Write to the underlying the response.
- writeWithInternal(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
- writeWithMessageConverters(T, MethodParameter, ServletServerHttpRequest, ServletServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
- Writes the given return type to the given output message.
- writeWithMessageConverters(T, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
- Writes the given return value to the given web request.
- writingComplete() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
- Invoked after onComplete or onError notification.
- writingFailed(Throwable) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
- Invoked when an I/O error occurs during a write.
- writingPaused() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
- 已过时。originally introduced for Undertow to stop write notifications when no data is available, but deprecated as of as of 5.0.6 since constant switching on every requested item causes a significant slowdown.
- WWW_AUTHENTICATE - 类 中的静态变量org.springframework.http.HttpHeaders
- The HTTP
WWW-Authenticate
header field name.
所有类 所有程序包