- waitForAll(Collection, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-  
- waitForAny(Collection, long) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-  
- 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(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
- 
Reports 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_APPLICATION_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.web.jsf.WebApplicationContextVariableResolver
- 
Deprecated. 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 1.2 ELResolverthat exposes the SpringWebApplicationContextinstance 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
-  
- WebApplicationContextVariableResolver - Class in org.springframework.web.jsf
- 
- WebApplicationContextVariableResolver(VariableResolver) - Constructor for class org.springframework.web.jsf.WebApplicationContextVariableResolver
- 
Deprecated. Create a new WebApplicationContextVariableResolver, using the given
 original VariableResolver. 
- 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
- 
Convenient superclass for application objects running in a WebApplicationContext. 
- WebApplicationObjectSupport() - Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
-  
- WebAppRootListener - Class in org.springframework.web.util
- 
Listener that sets a system property to the web application root directory. 
- WebAppRootListener() - Constructor for class org.springframework.web.util.WebAppRootListener
-  
- WebArgumentResolver - Interface in org.springframework.web.bind.support
- 
SPI for resolving custom arguments for a specific handler method parameter. 
- WebAsyncManager - Class in org.springframework.web.context.request.async
- 
The central class for managing asynchronous request processing, mainly intended
 as an SPI and not typically used directly by application classes. 
- WebAsyncTask<V> - Class in org.springframework.web.context.request.async
- 
Holder for a  Callable, a timeout value, and a task executor. 
- WebAsyncTask(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 WebAsyncTaskwith 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. 
- 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
- 
Create a new WebMergedContextConfigurationinstance for the
 supplied test class, resource locations, annotated classes, context
 initializers, active profiles, resource base path, andContextLoader.
 
- 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
-  
- 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. 
- 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 UOWManagerinstance, 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. 
- WebUtils - Class in org.springframework.web.util
- 
Miscellaneous utilities for web applications. 
- WebUtils() - Constructor for class org.springframework.web.util.WebUtils
-  
- 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
- 
Wraps the  Statement returned by the parent implementation with a
  RunAfterTestClassCallbacks statement, thus preserving the default
 functionality but adding support for the Spring TestContext Framework. 
- withAfters(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- 
Wraps the  Statement returned by the parent implementation with a
  RunAfterTestMethodCallbacks statement, thus preserving the
 default functionality but adding support for the Spring TestContext
 Framework. 
- withBadRequest() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorfor a 400 response (BAD_REQUEST).
 
- withBeforeClasses(Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- 
Wraps the  Statement returned by the parent implementation with a
  RunBeforeTestClassCallbacks statement, thus preserving the
 default functionality but adding support for the Spring TestContext
 Framework. 
- withBefores(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- 
Wraps the  Statement returned by the parent implementation with a
  RunBeforeTestMethodCallbacks statement, thus preserving the
 default functionality but 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
- 
ResponseCreatorfor 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. 
- withNoContent() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorfor 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. 
- withPotentialRepeat(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- 
Supports Spring's  @Repeat annotation by returning a
  SpringRepeat statement initialized with the configured repeat
 count or  1 if no repeat count is configured. 
- withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- 
Supports both Spring's  @Timed and JUnit's
  @Test(timeout=...) annotations, but not both
 simultaneously. 
- 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
- 
- 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 shema name, if any, to be used for the insert. 
- withServerError() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorfor a 500 response (SERVER_ERROR).
 
- withStatus(HttpStatus) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorwith a specific HTTP status.
 
- withSuccess() - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorfor a 200 response (OK).
 
- withSuccess(String, MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorfor a 200 response (OK) with String body.
 
- withSuccess(byte[], MediaType) - Static method in class org.springframework.test.web.client.response.MockRestResponseCreators
- 
ResponseCreatorfor 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
- 
ResponseCreatorfor 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
-  
- 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(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. 
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.context.expression.MapAccessor
-  
- write(EvaluationContext, Object, String, Object) - Method in interface org.springframework.expression.PropertyAccessor
- 
Called to write to a property on a specified target object. 
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-  
- write(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, String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- 
Write the actual JSON content to the stream. 
- writeContent(OutputStream, Object, String) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- 
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. 
- 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.MappingJackson2HttpMessageConverter
-  
- writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-  
- writeInternal(Object, HttpOutputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-  
- 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 nullor zero length.
 
- writeOut(Writer) - Method in class org.springframework.mock.web.MockBodyContent
-  
- 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. 
- 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
-  
- writeToLog(Log, String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- 
Writes the supplied message to the supplied Loginstance.
 
- 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.