- waitForAll(Collection, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- waitForAny(Collection, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- WAR_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
-
URL prefix for loading from a war file on Tomcat: "war:"
- WAR_URL_SEPARATOR - Static variable in class org.springframework.util.ResourceUtils
-
Special separator between WAR URL and jar part on Tomcat
- warning(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
Writes the supplied
Problem
to the
Log
at
WARN
level.
- warning(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
-
Called when a warning is raised during the parsing process.
- warning(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- WARNING - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Warning
header field name.
- warning(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
-
- warning(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
-
- wasCleared() - Method in class org.springframework.web.portlet.ModelAndView
-
- wasCleared() - Method in class org.springframework.web.servlet.ModelAndView
-
- wasDataUpdated() - Method in exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
-
Return whether data was updated.
- wasDataUpdated() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
-
- wasFailure() - Method in class org.springframework.web.context.support.RequestHandledEvent
-
Return whether the request failed.
- wasNull() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- wasNull() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Report whether the last column read had a value of SQL NULL
.
- WeakReferenceMonitor - Class in org.springframework.util
-
Track references to arbitrary objects using proxy and weak references.
- WeakReferenceMonitor() - Constructor for class org.springframework.util.WeakReferenceMonitor
-
- WeakReferenceMonitor.ReleaseListener - Interface in org.springframework.util
-
Listener that is notified when the handle is being released.
- WeavingTransformer - Class in org.springframework.instrument.classloading
-
ClassFileTransformer-based weaver, allowing for a list of transformers to be
applied on a class byte array.
- WeavingTransformer - Class in org.springframework.instrument.classloading
-
ClassFileTransformer-based weaver, allowing for a list of transformers to be
applied on a class byte array.
- WeavingTransformer(ClassLoader) - Constructor for class org.springframework.instrument.classloading.WeavingTransformer
-
Create a new WeavingTransformer for the given class loader.
- WEB_APP_ROOT_KEY_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
Web app root key parameter at the servlet context level
(i.e.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Request attribute to hold the current web application context.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.support.RequestContext
-
Request attribute to hold the current web application context for RequestContext usage.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
-
Request attribute to hold current web application context.
- WEB_APPLICATION_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
Name of the exposed WebApplicationContext variable: "webApplicationContext".
- WEB_ASYNC_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.context.request.async.WebAsyncUtils
-
- WebAppConfiguration - Annotation Type in org.springframework.test.context.web
-
@WebAppConfiguration
is a class-level annotation that is used to
declare that the
ApplicationContext
loaded for an integration test
should be a
WebApplicationContext
.
- webAppContextSetup(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.setup.MockMvcBuilders
-
Build a
MockMvc
using the given, fully initialized, i.e.
- WebApplicationContext - Interface in org.springframework.web.context
-
Interface to provide configuration for a web application.
- WebApplicationContextFacesELResolver - Class in org.springframework.web.jsf.el
-
Special JSF ELResolver
that exposes the Spring WebApplicationContext
instance under a variable named "webApplicationContext".
- WebApplicationContextFacesELResolver() - Constructor for class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- WebApplicationContextUtils - Class in org.springframework.web.context.support
-
- WebApplicationContextUtils() - Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
-
- WebApplicationInitializer - Interface in 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 traditional
web.xml
-based approach.
- WebApplicationObjectSupport - Class in org.springframework.web.context.support
-
- WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
-
- WebAppRootListener - Class in org.springframework.web.util
-
Listener that sets a system property to the web application root directory.
- WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
-
- WebArgumentResolver - Interface in org.springframework.web.bind.support
-
SPI for resolving custom arguments for a specific handler method parameter.
- WebAsyncManager - Class in org.springframework.web.context.request.async
-
The central class for managing asynchronous request processing, mainly intended
as an SPI and not typically used directly by application classes.
- WebAsyncTask<V> - Class in org.springframework.web.context.request.async
-
Holder for a
Callable
, a timeout value, and a task executor.
- WebAsyncTask(Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
wrapping the given
Callable
.
- WebAsyncTask(long, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
with a timeout value and a
Callable
.
- WebAsyncTask(Long, String, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a
WebAsyncTask
with a timeout value, an executor name, and a
Callable
.
- WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - Constructor for class org.springframework.web.context.request.async.WebAsyncTask
-
Create a WebAsyncTask
with a timeout value, an executor instance, and a Callable.
- WebAsyncUtils - Class in org.springframework.web.context.request.async
-
Utility methods related to processing asynchronous web requests.
- WebAsyncUtils() - Constructor for class org.springframework.web.context.request.async.WebAsyncUtils
-
- WebBindingInitializer - Interface in org.springframework.web.bind.support
-
Callback interface for initializing a
WebDataBinder
for performing data binding in the context of a specific web request.
- WebContentGenerator - Class in org.springframework.web.servlet.support
-
- WebContentGenerator() - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
Create a new WebContentGenerator which supports
HTTP methods GET, HEAD and POST by default.
- WebContentGenerator(boolean) - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
Create a new WebContentGenerator.
- WebContentGenerator(String...) - Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
Create a new WebContentGenerator.
- WebContentInterceptor - Class in org.springframework.web.servlet.mvc
-
Interceptor that checks and prepares request and response.
- WebContentInterceptor() - Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
-
- WebDataBinder - Class in org.springframework.web.bind
-
Special
DataBinder
for data binding from web request parameters
to JavaBean objects.
- WebDataBinder(Object) - Constructor for class org.springframework.web.bind.WebDataBinder
-
Create a new WebDataBinder instance, with default object name.
- WebDataBinder(Object, String) - Constructor for class org.springframework.web.bind.WebDataBinder
-
Create a new WebDataBinder instance.
- WebDataBinderFactory - Interface in org.springframework.web.bind.support
-
A factory for creating a
WebDataBinder
instance for a named target object.
- WebDelegatingSmartContextLoader - Class in org.springframework.test.context.web
-
- WebDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- WebLogicJtaTransactionManager - Class in org.springframework.transaction.jta
-
- WebLogicJtaTransactionManager() - Constructor for class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- WebLogicLoadTimeWeaver - Class in org.springframework.instrument.classloading.weblogic
-
LoadTimeWeaver
implementation for WebLogic's instrumentable
ClassLoader.
- WebLogicLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- WebLogicLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
-
- WebLogicNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
-
Implementation of the
NativeJdbcExtractor
interface for WebLogic,
supporting WebLogic Server 9.0 and higher.
- WebLogicNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
-
This constructor retrieves the WebLogic JDBC extension interface,
so we can get the underlying vendor connection using reflection.
- WebLogicRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
A WebSocket RequestUpgradeStrategy
for Oracle's WebLogic 12.1.3 and higher.
- WebLogicRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
-
- WebMergedContextConfiguration - Class in org.springframework.test.context.web
-
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String, ContextLoader) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
-
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
-
- WebMergedContextConfiguration(MergedContextConfiguration, String) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
-
Create a new WebMergedContextConfiguration
instance by copying
all properties from the supplied MergedContextConfiguration
.
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.web.WebMergedContextConfiguration
-
Create a new WebMergedContextConfiguration
instance for the
supplied parameters.
- WebMvcConfigurationSupport - Class in org.springframework.web.servlet.config.annotation
-
This is the main class providing the configuration behind the MVC Java config.
- WebMvcConfigurationSupport() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- WebMvcConfigurer - Interface in org.springframework.web.servlet.config.annotation
-
Defines callback methods to customize the Java-based configuration for
Spring MVC enabled via @EnableWebMvc
.
- WebMvcConfigurerAdapter - Class in org.springframework.web.servlet.config.annotation
-
An implementation of
WebMvcConfigurer
with empty methods allowing
sub-classes to override only the methods they're interested in.
- WebMvcConfigurerAdapter() - Constructor for class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-
- WebMvcStompEndpointRegistry - Class in org.springframework.web.socket.config.annotation
-
A registry for STOMP over WebSocket endpoints that maps the endpoints with a
SimpleUrlHandlerMapping
for use in Spring MVC.
- WebMvcStompEndpointRegistry(WebSocketHandler, WebSocketTransportRegistration, UserSessionRegistry, TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- WebMvcStompWebSocketEndpointRegistration - Class in org.springframework.web.socket.config.annotation
-
An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.
- WebMvcStompWebSocketEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- WebRequest - Interface in org.springframework.web.context.request
-
Generic interface for a web request.
- WebRequestDataBinder - Class in org.springframework.web.bind.support
-
Special
DataBinder
to perform data binding
from web request parameters to JavaBeans, including support for multipart files.
- WebRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
-
Create a new WebRequestDataBinder instance, with default object name.
- WebRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.support.WebRequestDataBinder
-
Create a new WebRequestDataBinder instance.
- WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
-
Adapter that implements the Portlet HandlerInterceptor interface
and wraps an underlying WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
-
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor,
applying to the render phase only.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor, boolean) - Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
-
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
-
Adapter that implements the Servlet HandlerInterceptor interface
and wraps an underlying WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
-
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
- WebRequestInterceptor - Interface in org.springframework.web.context.request
-
Interface for general web request interception.
- WebSocketClient - Interface in org.springframework.web.socket.client
-
Contract for initiating a WebSocket request.
- WebSocketClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
-
- WebSocketClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
-
- WebSocketConfigurationSupport - Class in org.springframework.web.socket.config.annotation
-
Configuration support for WebSocket request handling.
- WebSocketConfigurationSupport() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
-
- WebSocketConfigurer - Interface in org.springframework.web.socket.config.annotation
-
Defines callback methods to configure the WebSocket request handling
via
@EnableWebSocket
.
- WebSocketConnectionManager - Class in org.springframework.web.socket.client
-
- WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...) - Constructor for class org.springframework.web.socket.client.WebSocketConnectionManager
-
- WebSocketContainerFactoryBean - Class in org.springframework.web.socket.client.standard
-
A FactoryBean for creating and configuring a
WebSocketContainer
through Spring XML configuration.
- WebSocketContainerFactoryBean() - Constructor for class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- WebSocketExtension - Class in org.springframework.web.socket
-
Represents a WebSocket extension as defined in the RFC 6455.
- WebSocketExtension(String) - Constructor for class org.springframework.web.socket.WebSocketExtension
-
Create a WebSocketExtension with the given name.
- WebSocketExtension(String, Map<String, String>) - Constructor for class org.springframework.web.socket.WebSocketExtension
-
Create a WebSocketExtension with the given name and parameters.
- WebSocketHandler - Interface in org.springframework.web.socket
-
A handler for WebSocket messages and lifecycle events.
- WebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
-
- WebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- WebSocketHandlerDecoratorFactory - Interface in org.springframework.web.socket.handler
-
A factory for applying decorators to a WebSocketHandler.
- webSocketHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
-
- WebSocketHandlerRegistration - Interface in org.springframework.web.socket.config.annotation
-
Provides methods for configuring a WebSocket handler.
- WebSocketHandlerRegistry - Interface in org.springframework.web.socket.config.annotation
-
- WebSocketHttpHeaders - Class in org.springframework.web.socket
-
An
HttpHeaders
variant that adds support for
the HTTP headers defined by the WebSocket specification RFC 6455.
- WebSocketHttpHeaders() - Constructor for class org.springframework.web.socket.WebSocketHttpHeaders
-
Create a new instance.
- WebSocketHttpHeaders(HttpHeaders) - Constructor for class org.springframework.web.socket.WebSocketHttpHeaders
-
Create an instance that wraps the given pre-existing HttpHeaders and also
propagate all changes to it.
- WebSocketHttpRequestHandler - Class in org.springframework.web.socket.server.support
-
- WebSocketHttpRequestHandler(WebSocketHandler) - Constructor for class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- WebSocketHttpRequestHandler(WebSocketHandler, HandshakeHandler) - Constructor for class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- WebSocketMessage<T> - Interface in org.springframework.web.socket
-
A message that can be handled or sent on a WebSocket connection.
- WebSocketMessageBrokerConfigurationSupport - Class in org.springframework.web.socket.config.annotation
-
- WebSocketMessageBrokerConfigurationSupport() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- WebSocketMessageBrokerConfigurer - Interface in org.springframework.web.socket.config.annotation
-
Defines methods for configuring message handling with simple messaging
protocols (e.g.
- webSocketMessageBrokerStats() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- WebSocketMessageBrokerStats - Class in org.springframework.web.socket.config
-
A central class for aggregating information about internal state and counters
from key infrastructure components of the setup that comes with
@EnableWebSocketMessageBroker
for Java config and
<websocket:message-broker>
for XML.
- WebSocketMessageBrokerStats() - Constructor for class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
- WebSocketNamespaceHandler - Class in org.springframework.web.socket.config
-
- WebSocketNamespaceHandler() - Constructor for class org.springframework.web.socket.config.WebSocketNamespaceHandler
-
- webSocketScopeConfigurer() - Static method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- WebSocketServerSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with the WebSocket transport.
- WebSocketServerSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- WebSocketSession - Interface in org.springframework.web.socket
-
A WebSocket session abstraction.
- WebSocketSessionDecorator - Class in org.springframework.web.socket.handler
-
- WebSocketSessionDecorator(WebSocketSession) - Constructor for class org.springframework.web.socket.handler.WebSocketSessionDecorator
-
- WebSocketToJettyExtensionConfigAdapter - Class in org.springframework.web.socket.adapter.jetty
-
- WebSocketToJettyExtensionConfigAdapter(WebSocketExtension) - Constructor for class org.springframework.web.socket.adapter.jetty.WebSocketToJettyExtensionConfigAdapter
-
- WebSocketToStandardExtensionAdapter - Class in org.springframework.web.socket.adapter.standard
-
- WebSocketToStandardExtensionAdapter(WebSocketExtension) - Constructor for class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
-
- WebSocketTransport - Class in org.springframework.web.socket.sockjs.client
-
- WebSocketTransport(WebSocketClient) - Constructor for class org.springframework.web.socket.sockjs.client.WebSocketTransport
-
- WebSocketTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
- WebSocketTransportHandler(HandshakeHandler) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- WebSocketTransportRegistration - Class in org.springframework.web.socket.config.annotation
-
Configure the processing of messages received from and sent to WebSocket clients.
- WebSocketTransportRegistration() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
- WebSphereDataSourceAdapter - Class in org.springframework.jdbc.datasource
-
DataSource
implementation that delegates all calls to a WebSphere
target
DataSource
, typically obtained from JNDI, applying a current
isolation level and/or current user credentials to every Connection obtained
from it.
- WebSphereDataSourceAdapter() - Constructor for class 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 - Class in org.springframework.instrument.classloading.websphere
-
LoadTimeWeaver
implementation for WebSphere's instrumentable ClassLoader.
- WebSphereLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- WebSphereLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
-
- WebSphereMBeanServerFactoryBean - Class in org.springframework.jmx.support
-
FactoryBean
that obtains a WebSphere
MBeanServer
reference through WebSphere's proprietary
AdminServiceFactory
API,
available on WebSphere 5.1 and higher.
- WebSphereMBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- WebSphereNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
-
Implementation of the
NativeJdbcExtractor
interface for WebSphere,
supporting WebSphere Application Server 6.1 and higher.
- WebSphereNativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
-
This constructor retrieves WebSphere JDBC adapter classes,
so we can get the underlying vendor connection using reflection.
- WebSphereUowTransactionManager - Class in org.springframework.transaction.jta
-
WebSphere-specific PlatformTransactionManager implementation that delegates
to a UOWManager
instance, obtained from WebSphere's
JNDI environment.
- WebSphereUowTransactionManager() - Constructor for class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Create a new WebSphereUowTransactionManager.
- WebSphereUowTransactionManager(UOWManager) - Constructor for class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Create a new WebSphereUowTransactionManager for the given UOWManager.
- WebTestContextBootstrapper - Class in org.springframework.test.context.web
-
- WebTestContextBootstrapper() - Constructor for class org.springframework.test.context.web.WebTestContextBootstrapper
-
- WebUtils - Class in org.springframework.web.util
-
Miscellaneous utilities for web applications.
- WebUtils() - Constructor for class org.springframework.web.util.WebUtils
-
- WILDCARD_BOUND - Static variable in class org.springframework.asm.TypePath
-
A type path step that steps into the bound of a wildcard type.
- WILDCARD_TYPE - Static variable in class org.springframework.util.MimeType
-
- willDecode(M) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- with(RequestPostProcessor) - Method in interface org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder
-
Add the given RequestPostProcessor
.
- with(RequestPostProcessor) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
An extension point for further initialization of
MockHttpServletRequest
in ways not built directly into the
MockHttpServletRequestBuilder
.
- withAfterClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the Statement
returned by the parent implementation with a
RunAfterTestClassCallbacks
statement, thus preserving the default
JUnit functionality while adding support for the Spring TestContext Framework.
- withAfters(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the Statement
returned by the parent implementation with a
RunAfterTestMethodCallbacks
statement, thus preserving the
default functionality while adding support for the Spring TestContext
Framework.
- withBadRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 400 response (BAD_REQUEST).
- withBeforeClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the Statement
returned by the parent implementation with a
RunBeforeTestClassCallbacks
statement, thus preserving the
default JUnit functionality while adding support for the Spring TestContext
Framework.
- withBefores(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the Statement
returned by the parent implementation with a
RunBeforeTestMethodCallbacks
statement, thus preserving the
default functionality while adding support for the Spring TestContext
Framework.
- withCatalogName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- withCatalogName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Optionally, specify the name of the catalog that contins the stored procedure.
- withCatalogName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- withCatalogName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the catalog name, if any, to be used for the insert.
- withCreatedEntity(URI) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 201 response (CREATED) with a 'Location' header.
- withFunctionName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- withFunctionName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Specify the procedure name to be used - this implies that we will be calling a stored function.
- withName(String) - Method in class org.springframework.core.io.support.ResourcePropertySource
-
Return a potentially adapted variant of this
ResourcePropertySource
,
overriding the previously given (or derived) name with the specified name.
- withNoContent() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 204 response (NO_CONTENT).
- withoutProcedureColumnMetaDataAccess() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- withoutProcedureColumnMetaDataAccess() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Turn off any processing of parameter meta data information obtained via JDBC.
- withoutTableColumnMetaDataAccess() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- withoutTableColumnMetaDataAccess() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Turn off any processing of column meta data information obtained via JDBC.
- withPayload(T) - Static method in class org.springframework.messaging.support.MessageBuilder
-
Create a new builder for a message with the given payload.
- withPotentialRepeat(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Wrap the supplied Statement
with a SpringRepeat
statement.
- withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Perform the same logic as
BlockJUnit4ClassRunner.withPotentialTimeout(FrameworkMethod, Object, Statement)
but with additional support for Spring's @Timed
annotation.
- withProcedureName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- withProcedureName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Specify the procedure name to be used - this implies that we will be calling a stored procedure.
- withProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
-
- withProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
-
- withReason(String) - Method in class org.springframework.web.socket.CloseStatus
-
Create a new
CloseStatus
from this one with the specified reason.
- withResourceName() - Method in class org.springframework.core.io.support.ResourcePropertySource
-
Return a potentially adapted variant of this
ResourcePropertySource
,
overriding the previously given name (if any) with the original resource name
(equivalent to the name generated by the name-less constructor variants).
- withReturnValue() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- withReturnValue() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Indicates the procedure's return value should be included in the results returned.
- withSchemaName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- withSchemaName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Optionally, specify the name of the schema that contins the stored procedure.
- withSchemaName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- withSchemaName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the schema name, if any, to be used for the insert.
- withServerError() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 500 response (SERVER_ERROR).
- withSockJS() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- withSockJS() - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Enable SockJS fallback options.
- withSockJS() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- withSockJS() - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Enable SockJS fallback options.
- withSourceProvider(OrderComparator.OrderSourceProvider) - Method in class org.springframework.core.OrderComparator
-
Build an adapted order comparator with the given soruce provider.
- withStatus(HttpStatus) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
with a specific HTTP status.
- withSuccess() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK).
- withSuccess(String, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK) with String body.
- withSuccess(byte[], MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK) with byte[] body.
- withSuccess(Resource, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 200 response (OK) content with
Resource
-based body.
- withTableName(String) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
- withTableName(String) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Specify the table name to be used for the insert.
- withUnauthorizedRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
-
ResponseCreator
for a 401 response (UNAUTHORIZED).
- WorkManagerTaskExecutor - Class in org.springframework.jca.work
-
- WorkManagerTaskExecutor() - Constructor for class org.springframework.jca.work.WorkManagerTaskExecutor
-
Create a new WorkManagerTaskExecutor, expecting bean-style configuration.
- WorkManagerTaskExecutor(WorkManager) - Constructor for class org.springframework.jca.work.WorkManagerTaskExecutor
-
Create a new WorkManagerTaskExecutor for the given WorkManager.
- WorkManagerTaskExecutor - Class in org.springframework.scheduling.commonj
-
TaskExecutor implementation that delegates to a CommonJ WorkManager,
implementing the
WorkManager
interface,
which either needs to be specified as reference or through the JNDI name.
- WorkManagerTaskExecutor() - Constructor for class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- wrap(Object) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
-
Return an Advisor wrapping the given advice.
- wrap(Object) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
-
- wrap(Message<?>) - Static method in class org.springframework.jms.support.JmsMessageHeaderAccessor
-
- wrap(Message<?>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
Create an instance from the payload and headers of the given Message.
- wrap(Message<?>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
-
Create an instance from the payload and headers of the given Message.
- wrapIfNecessary(Object, String, Object) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Wrap the given bean if necessary, i.e.
- wrapSessionFactoryIfNecessary(SessionFactory) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Wrap the given SessionFactory with a proxy, if demanded.
- WritableResource - Interface in org.springframework.core.io
-
Extended interface for a resource that supports writing to it.
- write(ClassWriter, byte[], int, int, int) - Method in class org.springframework.asm.Attribute
-
Returns the byte array form of this attribute.
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
-
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.BeanFactoryAccessor
-
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.EnvironmentAccessor
-
Read-only: no-op.
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.MapAccessor
-
- write(EvaluationContext, Object, String, Object) - Method in interface org.springframework.expression.PropertyAccessor
-
Called to write to a property on a specified target object.
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
- write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
- write(BufferedImage, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
- write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
- write(T, MediaType, HttpOutputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Write an given object to the given output message.
- write(OutputStream) - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- write(int) - Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- write(char[], int, int) - Method in class org.springframework.mock.web.MockBodyContent
-
- write(char[], int, int) - Method in class org.springframework.mock.web.MockJspWriter
-
- write(Writer) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- write(Writer, boolean) - Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- write(char) - Method in class org.springframework.util.CommonsLogWriter
-
- write(char[], int, int) - Method in class org.springframework.util.CommonsLogWriter
-
- writeAttribute(String, String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Write an HTML attribute with the specified name and value.
- writeBodyContent(String) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Write the escaped body content to the page.
- writeContent(HttpServletResponse, Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Write the actual content out to the given servlet response,
streaming the resource's content.
- writeContent(OutputStream, Object) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Write the actual JSON content to the stream.
- writeDefaultAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Writes the default set of attributes to the supplied
TagWriter
.
- writeDefaultAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Writes the default attributes configured via this base class to the supplied
TagWriter
.
- writeFrame(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
For internal use within a TransportHandler and the (TransportHandler-specific)
session class.
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that writes the actual body.
- writeInternal(byte[], HttpOutputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
-
- writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
- writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
- writeInternal(Message, HttpOutputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
- writeInternal(Resource, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- writeInternal(String, HttpOutputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- writeInternal(T, HttpOutputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- writeMessage(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Write the message to the page.
- writeOptionalAttribute(TagWriter, String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Optionally writes the supplied value under the supplied attribute name into the supplied
TagWriter
.
- writeOptionalAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Writes the optional attributes configured via this base class to the supplied
TagWriter
.
- writeOptionalAttributes(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Adds input-specific optional attributes as defined by this base class.
- writeOptionalAttributeValue(String, String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Write an HTML attribute if the supplied value is not null
or zero length.
- writeOut(Writer) - Method in class org.springframework.mock.web.MockBodyContent
-
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Write a prefix before the main content.
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Write a prefix before the main content.
- writePrefix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- writePrelude(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- writeRemoteInvocation(RemoteInvocation, OutputStream) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
Serialize the given RemoteInvocation to the given OutputStream.
- writeRemoteInvocationResult(Message, Session, RemoteInvocationResult) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
Send the given RemoteInvocationResult as a JMS message to the originator.
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Write the given RemoteInvocationResult to the given HTTP response.
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
-
Serialize the given RemoteInvocation to the given OutputStream.
- writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Write the given RemoteInvocationResult to the given HTTP response.
- writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult, OutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
Serialize the given RemoteInvocation to the given OutputStream.
- writeReplace() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
Replaces this object with a SingletonTargetSource on serialization.
- writeReplace() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- writeReplace() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Set the given serialized remote invocation as request body.
- writeSuffix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Write a suffix after the main content.
- writeSuffix(JsonGenerator, Object) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- writeSuffix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Write a suffix after the main content.
- writeSuffix(JsonGenerator, Object) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Writes the '
input
' element to the supplied
TagWriter
,
marking it as 'checked' if appropriate.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Subclasses should implement this method to perform tag content rendering.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Renders the '
input(radio)
' element with the configured
value
.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Writes the opening part of the block '
form
' tag and exposes
the form object name in the
PageContext
.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Writes the HTML '
input
' tag to the supplied
TagWriter
including the
databound value.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Writes the '
input
' tag to the supplied
TagWriter
.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Writes the opening 'label
' tag and forces a block tag so
that body content is written correctly.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Renders the HTML '
select
' tag to the supplied
TagWriter
.
- writeTagContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
- writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Write the details for the given primary tag:
i.e.
- writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.CheckboxTag
-
- writeTagDetails(TagWriter) - Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
-
- writeTo(OutputStream) - Method in interface org.springframework.http.StreamingHttpOutputMessage.Body
-
- writeToLog(Log, String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Writes the supplied message to the supplied Log
instance.
- writeToLog(Log, String, Throwable) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Writes the supplied message and
Throwable
to the
supplied
Log
instance.
- writeToLog(String) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
-
Actually write to the underlying log.
- writeToResponse(HttpServletResponse, ByteArrayOutputStream) - Method in class org.springframework.web.servlet.view.AbstractView
-
Write the given temporary OutputStream to the HTTP response.
- writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
- writeToResult(T, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
-
- writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- writeToResult(Object, HttpHeaders, Result) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Writes the '
value
' attribute to the supplied
TagWriter
.
- writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Writes the '
value
' attribute to the supplied
TagWriter
.
- writeValue(TagWriter) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
- writeWithMessageConverters(T, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Writes the given return value to the given web request.
- writeWithMessageConverters(T, MethodParameter, ServletServerHttpRequest, ServletServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Writes the given return type to the given output message.
- WWW_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP WWW-Authenticate
header field name.