|
Spring Framework | ||||||||
PREV NEXT | FRAMES NO FRAMES |
owner.(abstract)=true
Default is "false".
AbstractTransactionalJUnit4SpringContextTests
)AbstractAnnotationAwareTransactionalTests.AbstractAnnotationAwareTransactionalTests(String)
.
name
and retrieves the configured (or
default) ProfileValueSource
.
WebApplicationInitializer
implementations that register a DispatcherServlet
configured with annotated classes, e.g.ApplicationContext
interface.ApplicationEventMulticaster
interface,
providing the basic listener registration facility.Advice
classes
wrapping an AspectJ aspect or an AspectJ-annotated advice method.AbstractJUnit38SpringContextTests
)Configuration
class providing common structure for enabling
Spring's asynchronous method execution capability.BeanPostProcessor
implementation
that wraps each eligible bean with an AOP proxy, delegating to specified interceptors
before invoking the bean itself.RootBeanDefinition
class.BeanDefinition
classes,
factoring out common properties of RootBeanDefinition
and
ChildBeanDefinition
.AbstractBeanDefinition.AbstractBeanDefinition(BeanDefinition)
BeanDefinitionParser
implementation providing
a number of convenience methods and a
template method
that subclasses must override to provide the actual parsing logic.BeanDefinitionReader
interface.BeanFactory
implementations, providing the full capabilities of the
ConfigurableBeanFactory
SPI.TargetSource
implementations
that are based on a Spring BeanFactory
,
delegating to Spring-managed bean instances.TargetSourceCreator
implementations that require creating multiple instances of a prototype bean.BindingResult
interface and
its super-interface Errors
.CacheManager
methods.@Configuration
class providing common structure for enabling
Spring's annotation-driven cache management capability.ViewResolver
implementations.input
'
element with a 'type
' of 'checkbox
' or 'radio
'.ClassMetadata
object
to subclasses, for class testing purposes.ClientHttpRequest
that makes sure that headers and body are not written multiple times.ClientHttpRequestFactory
implementations that decorate another request factory.AbstractClientHttpRequestFactoryWrapper
wrapping the given request factory.
ClientHttpResponse
.DataFieldMaxValueIncrementer
implementations that use
a column in a custom sequence table.ComponentDefinition
that provides a basic implementation of
AbstractComponentDefinition.getDescription()
which delegates to ComponentDefinition.getName()
.ContextLoader
SPI.WebApplicationInitializer
implementations that
register a ContextLoaderListener
in the servlet context.HandlerMapping
implementations
that derive URL paths according to conventions for specific controller types.@CookieValue
.DataFieldMaxValueIncrementer
that delegates
to a single AbstractDataFieldMaxValueIncrementer.getNextKey()
template method that returns a long
.DataSource
implementations, taking care of the padding.AbstractJUnit4SpringContextTests
)HandlerMapping
interface, detecting URL mappings for handler beans through introspection of all
defined beans in the application context.WebApplicationInitializer
implementations that register a DispatcherServlet
in
the servlet context.DataSource
implementations
that operate on a JDBC Driver
.FactoryBean
that
creates a local JPA EntityManagerFactory
instance within a Spring application context.Environment
implementations.Environment
instance, calling back to
AbstractEnvironment.customizePropertySources(MutablePropertySources)
during construction to
allow subclasses to contribute or manipulate PropertySource
instances as
appropriate.
Errors
interface.FactoryBean
implementations that
creates a singleton or a prototype object, depending on a flag.CacheOperation
that caches
attributes for methods and implements a fallback policy: 1.SQLExceptionTranslator
implementations that allow for
fallback to some other SQLExceptionTranslator
.TransactionAttributeSource
that caches
attributes for methods and implements a fallback policy: 1.UrlResource
or ClassPathResource
.FlashMapManager
implementations.AbstractContextLoader
that loads a
GenericApplicationContext
.HandlerExceptionResolver
implementations.HandlerExceptionResolver
implementations.HandlerMapping
implementations.HandlerMapping
implementations.HandlerAdapter
implementations that support
handlers of type HandlerMethod
.HandlerExceptionResolver
implementations that support handling exceptions from handlers of type HandlerMethod
.HandlerMapping
implementations that define a
mapping between a request and a HandlerMethod
.AbstractHtmlElementTag
.HttpMessageConverter
implementations.AbstractHttpMessageConverter
with no supported media types.
AbstractHttpMessageConverter
with one supported media type.
AbstractHttpMessageConverter
with multiple supported media type.
BeanDefinitionDecorators
wishing to add an interceptor
to the resulting bean.InterruptibleBatchPreparedStatementSetter
interface, combining the check for available values and setting of those
into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
.AbstractJasperReportsView
to provide basic rendering logic
for views that use a fixed format, e.g.HttpMessageConverters
that
use JAXB2.WebService
annotation).DataSource
.
JdbcTemplate
.
AbstractJUnit38SpringContextTests
)JpaVendorAdapter
implementation that defines common properties,
to be translated into vendor-specific JPA properties by concrete subclasses.AbstractJUnit4SpringContextTests
TestContextManager
for the current test; and
retrieves the configured (or default) ProfileValueSource
.
name
; initializes the internal
TestContextManager
for the current test; and retrieves the
configured (or default) ProfileValueSource
.
ApplicationContext
testing support in a
JUnit 4.5+ environment.TargetSource
implementation that will
lazily create a user-managed object.null
).
LocaleResolver
implementations.HandlerMapping
implementations that rely on a map which caches handler objects per lookup key.Marshaller
and Unmarshaller
interface.MBeanInfoAssembler
interface
that encapsulates the creation of a ModelMBeanInfo
instance
but delegates the creation of metadata to subclasses.HttpMessageConverter
s.AbstractMessageConverterMethodArgumentResolver
with the ability to handle method return
values by writing to the response with HttpMessageConverter
s.MessageEndpointFactory
interface,
providing transaction management capabilities as well as ClassLoader
exposure for endpoint invocations.HierarchicalMessageSource
interface,
implementing common handling of message variants, making it easy
to implement a specific strategy for a concrete MessageSource.AbstractJUnit38SpringContextTests
)
or ModelAndViewAssert
with JUnit 4 and TestNG.input
' elements with a 'type
'
of 'checkbox
' or 'radio
'.AbstractNumberFormatter.getNumberFormat(java.util.Locale)
template method.JtaTransactionManager
.PointcutAdvisor
implementations.TargetSource
implementations which maintain a pool of target instances, acquiring and
releasing a target object from the pool for each method invocation.PropertyAccessor
interface.BindingResult
implementations that work with
Spring's PropertyAccessor
mechanism.TargetSource
implementations
that create new prototype bean instances to support a pooling or
new-instance-per-invocation strategy.AbstractMBeanInfoAssembler
superclass to
add a basic algorithm for building metadata based on the
reflective metadata of the MBean class.ApplicationContext
implementations which are supposed to support multiple calls to AbstractApplicationContext.refresh()
,
creating a new internal bean factory instance every time.AbstractRefreshableApplicationContext
subclass that adds common handling
of specified config locations.AbstractRefreshableApplicationContext
subclass which implements the ConfigurablePortletApplicationContext
interface for portlet environments.TargetSource
implementation that
wraps a refreshable target object.AbstractRefreshableApplicationContext
subclass which implements the
ConfigurableWebApplicationContext
interface for web environments.Scope
implementation that reads from a particular scope
in the current thread-bound RequestAttributes
object.RequestCondition
types providing implementations of
AbstractRequestCondition.equals(Object)
, AbstractRequestCondition.hashCode()
, and AbstractRequestCondition.toString()
.Filter
s that perform logging operations before and after a request is processed.Resource
implementations,
pre-implementing typical behavior.DataSource
implementation that routes AbstractRoutingDataSource.getConnection()
calls to one of various target DataSources based on a lookup key.DataFieldMaxValueIncrementer
implementations that use
a database sequence.ServiceLoader
facility.FactoryBean
that creates
a Hibernate SessionFactory
within a Spring application
context, providing general infrastructure not related to Hibernate's
specific configuration API.Class
being configured.BeanDefinitionParser
implementations that
need to parse and define just a single BeanDefinition
.input
' element with a 'type
'
of 'checkbox
' or 'radio
'.AbstractJUnit4SpringContextTests
)FactoryBean
types that produce singleton-scoped
proxy objects.AbstractJUnit4SpringContextTests
)PreparerFactory
interface, obtaining the current Spring WebApplicationContext and delegating to
AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext)
.SqlParameterSource
implementations.PreparedStatement.setObject
method.TestExecutionListener
interface which
provides empty method stubs.ApplicationContext
testing support in a TestNG
environment.TestContextManager
for the current test.
ThemeResolver
implementations.MethodInterceptor
implementation for tracing.AbstractTransactionalJUnit4SpringContextTests
)AbstractTransactionalJUnit4SpringContextTests
name
.
transactional
extension of
AbstractJUnit4SpringContextTests
which adds convenience functionality
for JDBC access.AbstractTransactionalJUnit4SpringContextTests
)transactional
extension of
AbstractTestNGSpringContextTests
which adds convenience functionality
for JDBC access.@Configuration
class providing common structure for enabling
Spring's annotation-driven transaction management capability.TransactionStatus
interface.HandlerMapping
implementations.MethodNameResolver
implementations.Controllers
that return a view name
based on the request URL.View
implementations.WebArgumentResolver
to the
HandlerMethodArgumentResolver
contract.ApplicationContext
implementations, drawing configuration from XML documents containing bean definitions
understood by an XmlBeanDefinitionReader
.HttpMessageConverters
that convert from/to XML.supportedMediaTypes
to text/xml
and application/xml
, and application/*-xml
.
XsltView
and its
more flexible XsltView.locateSource(java.util.Map)
mechanismaccesskey
' attribute.
ActiveProfiles
is a class-level annotation that is used to declare
which active bean definition profiles should be used when loading
an ApplicationContext
for test classes.Runnable
objects as well as standard Quartz Job
instances.AdvisedSupport.addAdvisors(org.springframework.aop.Advisor...)
Collection
into this
Map
, using attribute name generation for each element.
Map
into this Map
.
Collection
into this
Map
, using attribute name generation for each element.
Map
into this Map
.
Collection
into this
Map
, using attribute name generation for each element.
Map
into this Map
.
Errors
instance to this
Errors
instance.
ModelMap.addAllAttributes(Collection)
ModelMap.addAllAttributes(Map)
HandlerMethodArgumentResolver
s to use in addition to
the ones registered by default.
javax.activation.DataSource
.
java.io.File
.
org.springframework.core.io.InputStreamResource
.
org.springframework.core.io.InputStreamResource
.
Map
using a
generated name
.
Map
using a
generated name
.
Map
using a
generated name
.
BeanDefinitionBuilder.addConstructorArgValue(java.lang.Object)
CronTask
.
DataSource
to the map of DataSources
maintained by this object.
RowMapper
for the specified parameter or column.
AbstractJdbcCall.addDeclaredRowMapper(String, org.springframework.jdbc.core.RowMapper)
DefaultConversionService.addDefaultConverters(ConverterRegistry)
HandlerExceptionResolver
s.
ObjectError
or FieldError
to the errors list.
IntervalTask
.
IntervalTask
.
generated name
.
Converter
s and Formatter
s.
Converter
s and Formatter
s in addition to the ones
registered by default.
Converter
s and Formatter
s in addition to the ones
registered by default.
HandlerMethodReturnValueHandler
.
HandlerMethodReturnValueHandler
s.
javax.activation.DataSource
.
java.io.File
.
org.springframework.core.io.Resource
.
org.springframework.core.InputStreamResource
, and
specifying the content type explicitly.
HandlerInterceptor
.
AbstractApplicationContext.addApplicationListener(org.springframework.context.ApplicationListener>)
ModelMap.addAttribute(String, Object)
ModelMap.addAttribute(Object)
addPropertyValue
that takes
a property name and a property value.
HandlerMethodArgumentResolver
.
HandlerMethodArgumentResolver
s.
ClassLoader.getResource
(also suitable for use with Class.getResource
by prepending a
slash ('/') to the return value).
HandlerMethodReturnValueHandler
s in addition to the
ones registered by default.
SimpleMappingExceptionResolver.setStatusCodes(Properties)
for use with
Java-based configuration.
ClassFileTransformer
to be applied by this
LoadTimeWeaver
.
ClassFileTransformer
to be applied by this
ClassLoader
.
addTransformer
method.
Trigger
.
TriggerTask
.
WebRequestInterceptor
.
ParseState
entry representing an advice element.AdviceEntry
class.
ImportSelector
implementations that select imports
based on an AdviceMode
value from an annotation (such as the @Enable*
annotations).ProxyCreatorSupport
objects
Allows for receiving callbacks on activation and change of advice.AdvisorAdapter
beans in the BeanFactory with
an AdvisorAdapterRegistry
(by default the GlobalAdvisorAdapterRegistry
).ComponentDefinition
that bridges the gap between the advisor bean definition configured
by the <aop:advisor>
tag and the component definition
infrastructure.ParseState
entry representing an advisor.AdvisorEntry
class.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
AfterReturningAdvice
and ThrowsAdvice
.Session
from the thread and close it (in
single session mode), or process deferred close for all sessions that have
been opened during the current request (in deferred close mode).
Session
from the thread and close it).
afterCompletion
callback: invoked after commit/rollback.
afterDelivery
implementation resets the thread context
ClassLoader and completes the transaction, if any.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
BeanFactory
has been set.
AbstractApplicationContext.refresh()
if not refreshed in the concrete context's
constructor already.
AbstractJmsListeningContainer.validateConfiguration()
and AbstractJmsListeningContainer.initialize()
.
MBeanServerConnection
if the "connectOnStartup"
is turned on (which it is by default).
proxyInterface
has been specified and then
generates the proxy for the target MBean.
ApplicationContext
.
Properties
configured in the mappings
and
mappingLocations
into the final Properties
instance
used for ObjectName
resolution.
JMXConnector
for the given settings
and exposes the associated MBeanServerConnection
.
MBeanServer
instance.
initialize()
after the container applied all property values.
initialize()
after the container applied all property values.
"methodMap"
, if any.
initFilterBean()
method that might
contain custom initialization of a subclass.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
AfterReturningAdvice
.test context
is
annotated with @DirtiesContext
, the
application context
of the test context will
be marked as dirty
,
and the
REINJECT_DEPENDENCIES_ATTRIBUTE
in the test context will be set to
true
.
test
context
is annotated with @DirtiesContext
,
or if the test class is annotated with @DirtiesContext
and the class
mode
is set to AFTER_EACH_TEST_METHOD
, the application
context
of the test context will be
marked as dirty
and the
REINJECT_DEPENDENCIES_ATTRIBUTE
in the test context will be set to
true
.
test method
, for example for tearing down test fixtures,
ending a transaction, etc.
test method
in the supplied
test context
, for example by tearing down test
fixtures.
test context
, this method will end the transaction
and run @AfterTransaction methods
.
public void
method should be executed after a transaction is ended for test
methods configured to run within a transaction via the
@Transactional
annotation.MediaType.ALL
.
BeanDefinition
interface that exposes AnnotationMetadata
about its bean class - without requiring the class to be loaded yet.AnnotatedBeanDefinitionReader
for the given registry.
AnnotatedBeanDefinitionReader
for the given registry and using
the given Environment
.
GenericBeanDefinition
class, adding support for annotation metadata exposed through the
AnnotatedBeanDefinition
interface.AsyncExecutionInterceptor
that delegates method execution to
an Executor
based on the Async
annotation.AnnotationAsyncExecutionInterceptor
with the given executor.
LinkedHashMap
subclass representing annotation attribute key/value pairs
as read by Spring's reflection- or ASM-based AnnotationMetadata
implementations.AnnotationAttributes
instance.
AnnotationAttributes
instance with the given initial
capacity to optimize performance.
AnnotationAttributes
instance, wrapping the provided map
and all its key/value pairs.
AspectJAwareAdvisorAutoProxyCreator
subclass that processes all AspectJ
annotation aspects in the current application context, as well as Spring Advisors.Comparator
implementation that checks
Ordered
as well as the
Order
annotation, with an order value provided by an
Ordered
instance overriding a statically defined
annotation value (if any).BeanNameGenerator
implementation for bean classes annotated with the
@Component
annotation
or with another annotation that is itself annotated with
@Component
as a
meta-annotation.BeanWiringInfoResolver
that
uses the Configurable annotation to identify which classes need autowiring.CacheOperationSource
interface for working with caching metadata in annotation format.Cacheable
and CacheEvict
annotations.
AnnotationCacheOperationSource
, supporting public methods
that carry the Cacheable
and CacheEvict
annotations.
@Configuration
-annotated classes, but also plain
@Component
types and JSR-330 compliant
classes using javax.inject
annotations.AnnotationConfigApplicationContext.register(java.lang.Class>...)
calls and then manually refreshed.
AbstractGenericContextLoader
that loads
bean definitions from annotated classes.BeanPostProcessor
and
BeanFactoryPostProcessor
definitions for annotation-based configuration.WebApplicationContext
implementation which accepts annotated classes as input - in particular
@Configuration
-annotated
classes, but also plain @Component
classes and JSR-330 compliant classes using javax.inject
annotations.Annotation
.JmxAttributeSource
interface that
reads JDK 1.5+ annotations and exposes the corresponding attributes.class
or
method
.MBeanExporter
,
activating Java 5 annotation usage for JMX exposure of Spring beans:
ManagedResource
, ManagedAttribute
, ManagedOperation
, etc.HandlerAdapter
interface that maps handler methods based on portlet modes, action/render phases
and request parameters expressed through the RequestMapping
annotation.HandlerAdapter
interface
that maps handler methods based on HTTP paths, HTTP methods and request parameters
expressed through the RequestMapping
annotation.HandlerExceptionResolver
interface that handles
exceptions through the ExceptionHandler
annotation.HandlerExceptionResolver
interface that handles
exceptions through the ExceptionHandler
annotation.ScopeMetadataResolver
implementation that by default checks for
the presence of Spring's Scope
annotation on the bean class.AnnotationScopeMetadataResolver
class.
AnnotationScopeMetadataResolver
class.
TransactionAttributeSource
interface for working with transaction metadata in JDK 1.5+ annotation format.Transactional
annotation
or the EJB3 TransactionAttribute
annotation.
Transactional
annotation
or the EJB3 TransactionAttribute
annotation.
AnnotationTypeFilter
for the given annotation type.
NamespaceHandler
for the aop
namespace.aop
' namespace tags.AdvisedSupport
configuration objects.ObjectName
with the key being
the static value identity
and the value being the identity hash code of the
managed resource being exposed on the supplied ObjectName
.
StringBuilder
.
application/atom+xml
.
MediaType.APPLICATION_ATOM_XML
.
application/x-www-form-urlencoded
.
MediaType.APPLICATION_FORM_URLENCODED
.
application/json
.
MediaType.APPLICATION_JSON
.
application/octet-stream
.
MediaType.APPLICATION_OCTET_STREAM
.
application/xhtml+xml
.
MediaType.APPLICATION_XHTML_XML
.
application/xml
.
MediaType.APPLICATION_XML
.
ApplicationContext
that was injected into this test instance
via AbstractJUnit38SpringContextTests.setApplicationContext(ApplicationContext)
.
ApplicationContext
that was injected into this test instance
via AbstractJUnit4SpringContextTests.setApplicationContext(ApplicationContext)
.
ApplicationContext
that was injected into this test instance
via AbstractTestNGSpringContextTests.setApplicationContext(ApplicationContext)
.
ApplicationContext
that it runs in.ApplicationContext
.ApplicationContextException
with the specified detail message and no root cause.
ApplicationContextException
with the specified detail message and the given root cause.
ConfigurableApplicationContext
prior to being refreshed.ApplicationListener
objects, and publish events to them.SESSION_TRANSACTED
onto an
ActivationSpec property named "useRAManagedTransaction", if available
(following ActiveMQ's naming conventions).
BeanPostProcessors
to the given existing bean
instance, invoking their postProcessAfterInitialization
methods.
BeanPostProcessors
to the given existing bean
instance, invoking their postProcessBeforeInitialization
methods.
postProcessBeforeInstantiation
methods.
currencyTimeLimit
field to the specified
"defaultCurrencyTimeLimit", if any (by default none).
ApplicationContextInitializer
instances specified by the
"contextInitializerClasses" servlet init-param.
postProcessMergedBeanDefinition
methods.
MethodInvoker
that tries to convert the given
arguments for the actual target method via a TypeConverter
.ComponentDefinition
that holds an aspect definition, including its nested pointcuts.ParseState
entry representing an aspect.ParameterNameDiscoverer
implementation that tries to deduce parameter names
for an advice method from the pointcut expression, returning, and throwing clauses.@Configuration
class that registers the Spring infrastructure beans necessary
to enable AspectJ-based asynchronous method execution.AbstractAdvisorAutoProxyCreator
subclass that exposes AspectJ's invocation context and understands AspectJ's rules
for advice precedence when multiple pieces of advice come from the same aspect.@Configuration
class that registers the Spring infrastructure beans necessary
to enable AspectJ-based annotation-driven cache management.Pointcut
implementation
that uses the AspectJ weaver to evaluate a pointcut expression.AbstractAspectJAdvice
to the PointcutAdvisor
interface.AspectJProxyFactory
.
@Configuration
class that registers the Spring infrastructure beans necessary
to enable AspectJ-based annotation-driven transaction management.IMessageHandler
interface that
routes AspectJ weaving messages through the same logging system as the
regular Spring messages.ClassPreProcessorAgentAdapter
with the Spring application context's default
LoadTimeWeaver
.modelName
exists and checks it type, based on the expectedType
.
modelName
exists and checks it type, based on the expectedType
.
Tag
has any ancestor tag
of the supplied type, throwing an IllegalStateException
if not.
expectedValue
to the value from the model
bound under the given modelName
.
expectedValue
to the value from the model
bound under the given modelName
.
expectedModel
to see if all elements in the
model appear and are equal.
expectedModel
to see if all elements in the
model appear and are equal.
@Test(expected=...)
supportAssertThrows
class.
AssertThrows
class.
expectedName
.
expectedName
.
AnnotationConfigUtils.ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME
AnnotationConfigUtils.ASYNC_EXECUTION_ASPECT_BEAN_NAME
Configuration
class.
Async
annotation.AsyncAnnotationAdvisor
for bean-style configuration.
AsyncAnnotationAdvisor
for the given task executor.
Async
annotation at class or
method-level by adding a corresponding AsyncAnnotationAdvisor
to the
exposed proxy (either an existing AOP proxy or a newly generated proxy that
implements all of the target's interfaces).AbstractAsyncConfiguration
should be used based
on the value of EnableAsync.mode()
on the importing @Configuration
class.Configuration
classes annotated with @EnableAsync
that wish to customize the
Executor
instance used when processing async method invocations.AnnotationAsyncExecutionInterceptor
or org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect
.AsyncExecutionAspectSupport
, using the provided default
executor unless individual async methods indicate via qualifier that a more
specific executor should be used.
MethodInterceptor
that processes method invocations
asynchronously, using a given AsyncTaskExecutor
.AsyncExecutionInterceptor
.
HanderInterceptor
with lifecycle methods specific to async
request processing.Callable
and DeferredResult
.Future
handle that can be used for method signatures
which are declared with a Future return type for asynchronous execution.TaskExecutor
implementations,
offering an overloaded AsyncTaskExecutor.execute(Runnable, long)
variant with a start
timeout parameter as well support for Callable
.NativeWebRequest
with methods for async request processing.WebRequestInterceptor
with lifecycle methods specific to async
request processing.HttpMessageConverter
that can read and write Atom feeds.AttributeAccessors
, providing
a base implementation of all methods.String
s in attribute name format (lowercase, hyphens separating words)
into property name format (camel-cased).
MBeanInfoAssembler
should be able
to autodetect beans.
MBeanInfoAssembler
to add autodetection logic.FreeMarkerConfig
object via the ApplicationContext.
for
' attribute value for this tag.
id
' attribute value for this tag.
id
' attribute.
List
wrapper class that allows for elements to be
automatically populated as they are requested.AutoPopulatingList
that is backed by a standard
ArrayList
and adds new instances of the supplied element Class
to the backing List
on demand.
AutoPopulatingList
that is backed by the supplied List
and adds new instances of the supplied element Class
to the backing
List
on demand.
AutoPopulatingList
that is backed by a standard
ArrayList
and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory
.
AutoPopulatingList
that is backed by the supplied List
and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory
.
List
.BeanDefinitionRegistry
as appropriate based on an @Enable*
annotation having mode
and
proxyTargetClass
attributes set to the correct values.value
attribute also matches
the specified value.
value
attribute also matches
the specified value.
BeanFactory
interface to be implemented by bean factories that are capable of
autowiring, provided that they want to expose this functionality for
existing bean instances.BeanPostProcessor
implementation
that autowires annotated fields, setter methods and arbitrary config methods.Autowired
annotation.
converting from a String
.
JdbcTemplate
class.BeanDefinitionParserDelegate.MULTI_VALUE_ATTRIBUTE_DELIMITERS
class loader
; that is, the class loader used by the
present bean factory to load bean classes.BeanDefinitions
using the builder pattern.DefaultBeanDefinitionDocumentReader
to handle custom, nested (directly under a <bean>
) tags.BeanDefinition
property defaults.DefaultBeanDefinitionDocumentReader
to handle custom,
top-level (directly under <beans/>
) tags.XmlReaderContext
and Environment
.
BeanDefinitionParserDelegate.BeanDefinitionParserDelegate(XmlReaderContext, Environment)
BeanFactoryPostProcessor
SPI, allowing for
the registration of further bean definitions before regular
BeanFactoryPostProcessor detection kicks in.BeanDefinition
objects, in particular
the property values and constructor argument values contained in them,
resolving bean metadata values.ParseState
entry representing a bean definition.BeanEntry
class.
BeanExpressionContext
.BeanFactory
.@Qualifier
annotation.AspectInstanceFactory
implementation
backed by a Spring BeanFactory
.BeanFactory
.CacheOperationSource
, used to include a
cache advice bean for methods that are cacheable.DataSourceLookup
implementation based on a Spring BeanFactory
.BeanFactoryDataSourceLookup
class.
BeanFactoryDataSourceLookup
class.
DestinationResolver
implementation based on a Spring BeanFactory
.BeanFactoryDestinationResolver
class.
BeanFactoryDestinationResolver
class.
BeanFactory
,
or a BeanFactory
subclass such as an
ApplicationContext
.BeanFactory
obtained through
a BeanFactoryLocator
.BeanFactory
.TransactionAttributeSource
, used to include
a transaction advice bean for methods that are transactional.ListableBeanFactory
interface.AttributeAccessorSupport
,
holding attributes as BeanMetadataAttribute
objects in order
to keep track of the definition source.BeanNameUrlHandlerMapping
ordered at 2 to map URL
paths to controller bean names.
HandlerMapping
interface that map from URLs to beans with names that start with a slash ("/"),
similar to how Struts maps URLs to action names.Errors
and BindingResult
interfaces, for the registration and evaluation of binding errors on
JavaBean objects.BeanPropertyBindingResult
class.
BeanPropertyBindingResult
class.
RowMapper
implementation that converts a row into a new instance
of the specified mapped target class.SqlParameterSource
implementation that obtains parameter values
from bean properties of a given JavaBean object.@myBeanName
still expressions.BeanPostProcessor
that checks JSR-303 constraint annotations
in Spring-managed beans, throwing an initialization exception in case of
constraint violations right before calling the bean's init method (if any).BeanWrapper
implementation that should be sufficient
for all typical use cases.MethodBeforeAdvice
.beforeCompletion
callback: just invoked before commit.
beforeDelivery
implementation starts a transaction,
if necessary, and exposes the endpoint ClassLoader as current
thread context ClassLoader.
DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE
in the supplied
test context
has a value of Boolean.TRUE
,
this method will have the same effect as
prepareTestInstance()
;
otherwise, this method will have no effect.
test method
, for example for setting up test fixtures,
starting a transaction, etc.
test method
in the supplied
test context
, for example by setting up test
fixtures.
test context
is
configured to run within a transaction, this method will run
@BeforeTransaction methods
and start a new
transaction.
public void
method should be executed before a transaction is started for test
methods configured to run within a transaction via the
@Transactional
annotation.Transaction.begin
method.
Transaction.begin
method.
HttpServletRequest
attribute that contains the
best matching pattern within the handler mapping.
ExtendedModelMap
that
automatically removes a BindingResult
object if the corresponding target attribute gets replaced.DataBinder
's missing field errors,
and for translating a PropertyAccessException
to a
FieldError
.WebDataBinder.bindMultipart(java.util.Map>, org.springframework.beans.MutablePropertyValues)
which binds
all multipart files, even if more than one sent for the same name
null
).
null
).
null
).
ResourceAdapterApplicationContext
) that it runs in.bridge Methods
to the
Method
being bridged.ScriptFactory
implementation
for a BeanShell script.HttpMessageConverter
that can read and write BufferedImages
.ClientHttpRequestFactory
that buffers all outgoing and incoming streams in memory.UriComponents
instance from the various components contained in this builder.
UriComponents
instance from the various components contained in this builder.
UriComponents
instance and replaces URI template variables
with the values from a map.
UriComponents
instance and replaces URI template variables
with the values from an array.
AbstractAtomFeedView.buildFeedEntries(Map, HttpServletRequest, HttpServletResponse)
to get a list of feed entries.
AbstractRssFeedView.buildFeedItems(Map, HttpServletRequest, HttpServletResponse)
to get a list of feed items.
field
to the supplied field list.
String
for the given SQLException
.
HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE
, as well as
the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE
before executing the handler.
SessionFactory
.
MethodInterceptor
for accessing a Burlap service.FactoryBean
for Burlap proxies.HttpMessageConverter
that can read and write byte arrays.ByteArrayHttpMessageConverter
.
PropertyEditor
for converting
MultipartFiles
to byte arrays.Resource
implementation for a given byte array.NativeJdbcExtractor
interface for the
C3P0 connection pool.Configuration
class.
Connection
for each
listener thread.
Connection
, a JMS
Session
, and a JMS MessageConsumer for each listener thread.
Connection
and a JMS
Session
for each listener thread.
CacheInterceptor
or an AspectJ aspect.PropertyDescriptor
information for a Java class.Cache
).Cache
s.NamespaceHandler
allowing for the configuration of declarative
cache management using either XML or using annotations.CacheOperation
.CacheInterceptor
.Cache.put(Object, Object)
operation.AbstractCachingConfiguration
should be used
based on the value of EnableCaching.mode()
on the importing @Configuration
class.Configuration
classes annotated with @EnableCaching
that wish or need to
specify explicitly the CacheManager
and KeyGenerator
beans to be used
for annotation-driven cache management.SingleConnectionFactory
subclass that adds Session
caching as well MessageProducer
caching.MetadataReaderFactory
interface,
caching MetadataReader
per Spring Resource
handle
(i.e.CallableStatementCreator
objects with different parameters based on a SQL statement and a single
set of parameter declarations.PlatformTransactionManager
interface, exposing a method for executing a given callback within a transaction.CallMetaDataProvider
implementation based on the type of databse being used.active
flag
after an exception got thrown.
ViewResolver
can
handle the supplied view name.
ResourceDatabasePopulator
if one of its SQL scripts could
not be read during population.Environment
, thus always returns true.
true
if the given media type includes any of the
supported media types.
String
, changing the first letter to
upper case as per Character.toUpperCase(char)
.
Enum.valueOf(Class, String)
.
CastorMarshaller
whenever it encounters a mapping problem.CastorMappingException
with the specified detail message
and nested exception.
Marshaller
interface for Castor.<oxm:castor-marshaller/>
element.PlatformTransactionManager
implementation
that manages local transactions for a single CCI ConnectionFactory.PersistenceExceptionTranslator
that supports chaining,
allowing the addition of PersistenceExceptionTranslator instances in order.Character
, to populate a property
of type Character
or char
from a String value.java.nio.charset.Charset, translating charset
String representations into Charset objects and back.- CharsetEditor() -
Constructor for class org.springframework.beans.propertyeditors.CharsetEditor
-
- check(PortletRequest, PortletResponse) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Check and prepare the given request and response according to the settings
of this generator.
- checkActive() -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Check whether this request is still active (that is, not completed yet),
throwing an IllegalStateException if not active anymore.
- checkActive() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
- Check whether this request is still active (that is, not completed yet),
throwing an IllegalStateException if not active anymore.
- checkAllowedFields(MutablePropertyValues) -
Method in class org.springframework.validation.DataBinder
- Check the given property values against the allowed fields,
removing values for fields that are not allowed.
- checkAndPrepare(PortletRequest, MimeResponse) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Check and prepare the given request and response according to the settings
of this generator.
- checkAndPrepare(PortletRequest, MimeResponse, int) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Check and prepare the given request and response according to the settings
of this generator.
- checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Check and prepare the given request and response according to the settings
of this generator.
- checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Check and prepare the given request and response according to the settings
of this generator.
- CheckboxesTag - Class in org.springframework.web.servlet.tags.form
- Databinding-aware JSP tag for rendering multiple HTML '
input
'
elements with a 'type
' of 'checkbox
'. - CheckboxesTag() -
Constructor for class org.springframework.web.servlet.tags.form.CheckboxesTag
-
- CheckboxTag - Class in org.springframework.web.servlet.tags.form
- Databinding-aware JSP tag for rendering an HTML '
input
'
element with a 'type
' of 'checkbox
'. - CheckboxTag() -
Constructor for class org.springframework.web.servlet.tags.form.CheckboxTag
-
- checkCandidate(String, BeanDefinition) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Check the given candidate's bean name, determining whether the corresponding
bean definition needs to be registered or conflicts with an existing definition.
- checkCommand(Object) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Check if the given command object is a valid for this controller,
i.e.
- checkCommand(Object) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Check if the given command object is a valid for this controller,
i.e.
- checkCompiled() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Check whether this operation has been compiled already;
lazily compile it if not already compiled.
- checkCompiled() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Check whether this operation has been compiled already;
lazily compile it if not already compiled.
- checkCompiled() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Check whether this operation has been compiled already;
lazily compile it if not already compiled.
- checkConfigMembers(RootBeanDefinition) -
Method in class org.springframework.beans.factory.annotation.InjectionMetadata
-
- checkDaoConfig() -
Method in class org.springframework.dao.support.DaoSupport
- Abstract subclasses must override this to check their configuration.
- checkDaoConfig() -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
-
- checkDaoConfig() -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
- checkDaoConfig() -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- checkDaoConfig() -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
-
- checkDaoConfig() -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Deprecated.
- checkDaoConfig() -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Deprecated.
- checkDefaultConnectionProperties(Connection) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Check the default connection properties (auto-commit, transaction isolation),
keeping them to be able to expose them correctly without fetching an actual
JDBC Connection from the target DataSource.
- checkDependencies(String, AbstractBeanDefinition, PropertyDescriptor[], PropertyValues) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Perform a dependency check that all properties exposed have been set,
if desired.
- checkExceptionExpectations(Exception) -
Method in class org.springframework.test.AssertThrows
- Deprecated. Does the donkey work of checking (verifying) that the
Exception
that was thrown in the body of a test is
an instance of the AssertThrows.getExpectedException()
class (or an
instance of a subclass).
- checkFieldDefaults(MutablePropertyValues) -
Method in class org.springframework.web.bind.WebDataBinder
- Check the given property values for field defaults,
i.e.
- checkFieldMarkers(MutablePropertyValues) -
Method in class org.springframework.web.bind.WebDataBinder
- Check the given property values for field markers,
i.e.
- checkForAliasCircle(String, String) -
Method in class org.springframework.core.SimpleAliasRegistry
- Check whether the given name points back to given alias as an alias
in the other direction, catching a circular reference upfront and
throwing a corresponding IllegalStateException.
- checkIfConfigurationModificationIsAllowed() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Method to check whether we are allowd to make any configuration changes at this time.
- checkManagedBean(Object) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Check the given bean instance, throwing an IllegalArgumentException
if it is not eligible for exposure with this assembler.
- checkManagedBean(Object) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
- checkMergedBeanDefinition(RootBeanDefinition, String, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Check the given merged bean definition,
potentially throwing validation exceptions.
- checkMessageListener(Object) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Check the given message listener, throwing an exception
if it does not correspond to a supported listener type.
- checkMultipart(ActionRequest) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Convert the request into a multipart request, and make multipart resolver available.
- checkMultipart(HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Convert the request into a multipart request, and make multipart resolver available.
- checkNameUniqueness(String, List<String>, Element) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Validate that the specified bean name and aliases have not been used already
within the current level of beans element nesting.
- checkNotModified(long) -
Method in class org.springframework.web.context.request.FacesWebRequest
-
- checkNotModified(String) -
Method in class org.springframework.web.context.request.FacesWebRequest
-
- checkNotModified(long) -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(String) -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- checkNotModified(long) -
Method in interface org.springframework.web.context.request.WebRequest
- Check whether the request qualifies as not modified given the
supplied last-modified timestamp (as determined by the application).
- checkNotModified(String) -
Method in interface org.springframework.web.context.request.WebRequest
- Check whether the request qualifies as not modified given the
supplied
ETag
(entity tag), as determined by the application.
- checkNotModified(long) -
Method in class org.springframework.web.portlet.context.PortletWebRequest
- Last-modified handling not supported for portlet requests:
As a consequence, this method always returns
false
.
- checkNotModified(String) -
Method in class org.springframework.web.portlet.context.PortletWebRequest
- Last-modified handling not supported for portlet requests:
As a consequence, this method always returns
false
.
- checkPropertySkipping(PropertyValues) -
Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- Checks whether this injector's property needs to be skipped due to
an explicit property value having been specified.
- checkQualifier(BeanDefinitionHolder, Annotation, TypeConverter) -
Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
- Match the given qualifier annotation against the candidate bean definition.
- checkQualifiers(BeanDefinitionHolder, Annotation[]) -
Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
- Match the given qualifier annotations against the candidate bean definition.
- checkRequiredFields(MutablePropertyValues) -
Method in class org.springframework.validation.DataBinder
- Check the given property values against the required fields,
generating missing field errors where appropriate.
- checkResource(Locale) -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
- Check whether the underlying resource that the configured URL points to
actually exists.
- checkResource(Locale) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Check that the FreeMarker template used for this view exists and is valid.
- checkResource(Locale) -
Method in class org.springframework.web.servlet.view.tiles2.TilesView
-
- checkResource(Locale) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Overrides
VelocityView.checkTemplate()
to additionally check
that both the layout template and the screen content template can be loaded.
- checkResource(Locale) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Check that the Velocity template used for this view exists and is valid.
- checkResourceType(Class) -
Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- checkRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Check the given number of affected rows against the
specified maximum number or required number.
- checkService() -
Method in class org.springframework.remoting.support.RemoteExporter
- Check whether the service reference has been set.
- checkServiceInterface() -
Method in class org.springframework.remoting.support.RemoteExporter
- Check whether a service reference has been set,
and whether it matches the specified service.
- checkUserTransactionAndTransactionManager() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Check the UserTransaction as well as the TransactionManager handle,
assuming standard JTA requirements.
- checkWriteOperationAllowed(Session) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Check whether write operations are allowed on the given Session.
- childBeanDefinition(String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Create a new
BeanDefinitionBuilder
used to construct a ChildBeanDefinition
.
- ChildBeanDefinition - Class in org.springframework.beans.factory.support
- Bean definition for beans which inherit settings from their parent.
- ChildBeanDefinition(String) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
- Create a new ChildBeanDefinition for the given parent, to be
configured through its bean properties and configuration methods.
- ChildBeanDefinition(String, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
- Create a new ChildBeanDefinition for the given parent.
- ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
- Create a new ChildBeanDefinition for the given parent.
- ChildBeanDefinition(String, Class, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
- Create a new ChildBeanDefinition for the given parent,
providing constructor arguments and property values.
- ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
- Create a new ChildBeanDefinition for the given parent,
providing constructor arguments and property values.
- ChildBeanDefinition(ChildBeanDefinition) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
- Create a new ChildBeanDefinition as deep copy of the given
bean definition.
- children -
Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- CLASS_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- CLASS_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- CLASS_FILE_SUFFIX -
Static variable in class org.springframework.util.ClassUtils
- The ".class" file suffix
- CLASS_KEY -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Special key to distinguish
owner.(class)=com.myapp.MyClass
-
- ClassArrayEditor - Class in org.springframework.beans.propertyeditors
- Property editor for an array of
Classes
, to enable
the direct population of a Class[]
property without having to
use a String
class name property as bridge. - ClassArrayEditor() -
Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
- Create a default
ClassEditor
, using the thread
context ClassLoader
.
- ClassArrayEditor(ClassLoader) -
Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
- Create a default
ClassArrayEditor
, using the given
ClassLoader
.
- ClassEditor - Class in org.springframework.beans.propertyeditors
- Property editor for
java.lang.Class
, to enable the direct
population of a Class
property without recourse to having to use a
String class name property as bridge. - ClassEditor() -
Constructor for class org.springframework.beans.propertyeditors.ClassEditor
- Create a default ClassEditor, using the thread context ClassLoader.
- ClassEditor(ClassLoader) -
Constructor for class org.springframework.beans.propertyeditors.ClassEditor
- Create a default ClassEditor, using the given ClassLoader.
- ClassFilter - Interface in org.springframework.aop
- Filter that restricts matching of a pointcut or introduction to
a given set of target classes.
- ClassFilters - Class in org.springframework.aop.support
- Static utility methods for composing
ClassFilters
. - ClassFilters() -
Constructor for class org.springframework.aop.support.ClassFilters
-
- ClassMetadata - Interface in org.springframework.core.type
- Interface that defines abstract metadata of a specific class,
in a form that does not require that class to be loaded yet.
- ClassNameBeanWiringInfoResolver - Class in org.springframework.beans.factory.wiring
- Simple default implementation of the
BeanWiringInfoResolver
interface,
looking for a bean with the same name as the fully-qualified class name. - ClassNameBeanWiringInfoResolver() -
Constructor for class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
-
- classNamesToString(Class...) -
Static method in class org.springframework.util.ClassUtils
- Build a String that consists of the names of the classes/interfaces
in the given array.
- classNamesToString(Collection<Class>) -
Static method in class org.springframework.util.ClassUtils
- Build a String that consists of the names of the classes/interfaces
in the given collection.
- classPackageAsResourcePath(Class<?>) -
Static method in class org.springframework.util.ClassUtils
- Given an input class object, return a string which consists of the
class's package name as a pathname, i.e., all dots ('.') are replaced by
slashes ('/').
- CLASSPATH_ALL_URL_PREFIX -
Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
- Pseudo URL prefix for all matching resources from the class path: "classpath*:"
This differs from ResourceLoader's classpath URL prefix in that it
retrieves all matching resources for a given name (e.g.
- CLASSPATH_URL_PREFIX -
Static variable in interface org.springframework.core.io.ResourceLoader
- Pseudo URL prefix for loading from the class path: "classpath:"
- CLASSPATH_URL_PREFIX -
Static variable in class org.springframework.util.Log4jConfigurer
- Pseudo URL prefix for loading from the class path: "classpath:"
- CLASSPATH_URL_PREFIX -
Static variable in class org.springframework.util.ResourceUtils
- Pseudo URL prefix for loading from the class path: "classpath:"
- ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotation
- A bean definition scanner that detects bean candidates on the classpath,
registering corresponding bean definitions with a given registry (
BeanFactory
or ApplicationContext
). - ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) -
Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Create a new
ClassPathBeanDefinitionScanner
for the given bean factory.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) -
Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Create a new
ClassPathBeanDefinitionScanner
for the given bean factory.
- ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) -
Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Create a new
ClassPathBeanDefinitionScanner
for the given bean factory and
using the given Environment
when evaluating bean definition profile metadata.
- ClassPathResource - Class in org.springframework.core.io
Resource
implementation for class path resources.- ClassPathResource(String) -
Constructor for class org.springframework.core.io.ClassPathResource
- Create a new ClassPathResource for ClassLoader usage.
- ClassPathResource(String, ClassLoader) -
Constructor for class org.springframework.core.io.ClassPathResource
- Create a new ClassPathResource for ClassLoader usage.
- ClassPathResource(String, Class<?>) -
Constructor for class org.springframework.core.io.ClassPathResource
- Create a new ClassPathResource for Class usage.
- ClassPathResource(String, ClassLoader, Class<?>) -
Constructor for class org.springframework.core.io.ClassPathResource
- Create a new ClassPathResource with optional ClassLoader and Class.
- ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotation
- A component provider that scans the classpath from a base package.
- ClassPathScanningCandidateComponentProvider(boolean) -
Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Create a ClassPathScanningCandidateComponentProvider.
- ClassPathScanningCandidateComponentProvider(boolean, Environment) -
Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
- ClassPathXmlApplicationContext - Class in org.springframework.context.support
- Standalone XML application context, taking the context definition files
from the class path, interpreting plain paths as class path resource names
that include the package path (e.g.
- ClassPathXmlApplicationContext() -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(String) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
- ClassPathXmlApplicationContext(String...) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
- ClassPathXmlApplicationContext(String[], boolean) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files.
- ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files.
- ClassPathXmlApplicationContext(String, Class) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], Class) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], Class, ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
- Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
- ClassRelativeResourceLoader - Class in org.springframework.core.io
ResourceLoader
implementation that interprets plain resource paths
as relative to a given java.lang.Class
.- ClassRelativeResourceLoader(Class) -
Constructor for class org.springframework.core.io.ClassRelativeResourceLoader
- Create a new ClassRelativeResourceLoader for the given class.
- ClassUtils - Class in org.springframework.util
- Miscellaneous class utility methods.
- ClassUtils() -
Constructor for class org.springframework.util.ClassUtils
-
- cleanPath(String) -
Static method in class org.springframework.util.StringUtils
- Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- cleanup() -
Method in interface org.springframework.jdbc.core.DisposableSqlTypeValue
- Clean up resources held by this type value,
for example the LobCreator in case of a SqlLobValue.
- cleanup() -
Method in class org.springframework.jdbc.core.support.SqlLobValue
- Close the LobCreator, if any.
- cleanup() -
Method in interface org.springframework.jdbc.support.SqlValue
- Clean up resources held by this value object.
- cleanupAttribute(WebRequest, String) -
Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- cleanupAttribute(WebRequest, String) -
Method in interface org.springframework.web.bind.support.SessionAttributeStore
- Clean up the specified attribute in the backend session.
- cleanupAttributes(WebRequest) -
Method in class org.springframework.web.method.annotation.SessionAttributesHandler
- Remove "known" attributes from the session, i.e.
- CleanupFailureDataAccessException - Exception in org.springframework.dao
- Exception thrown when we couldn't cleanup after a data access operation,
but the actual operation went OK.
- CleanupFailureDataAccessException(String, Throwable) -
Constructor for exception org.springframework.dao.CleanupFailureDataAccessException
- Constructor for CleanupFailureDataAccessException.
- cleanupFileItems(MultiValueMap<String, MultipartFile>) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Cleanup the Spring MultipartFiles created during multipart parsing,
potentially holding temporary data on disk.
- cleanupMultipart(MultipartHttpServletRequest) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- cleanupMultipart(MultipartHttpServletRequest) -
Method in interface org.springframework.web.multipart.MultipartResolver
- Cleanup any resources used for the multipart handling,
like a storage for the uploaded files.
- cleanupMultipart(MultipartHttpServletRequest) -
Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- cleanupMultipart(MultipartActionRequest) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- cleanupMultipart(MultipartActionRequest) -
Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
- Cleanup any resources used for the multipart handling,
such as storage for any uploaded file(s).
- cleanupMultipart(HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Clean up any resources used by the given multipart request (if any).
- cleanupParameters() -
Method in interface org.springframework.jdbc.core.ParameterDisposer
- Close the resources allocated by parameters that the implementing
object holds, for example in case of a DisposableSqlTypeValue
(like a SqlLobValue).
- cleanupParameters(Object[]) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Clean up all resources held by parameter values which were passed to an
execute method.
- cleanupParameters(Collection) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Clean up all resources held by parameter values which were passed to an
execute method.
- cleanupResource(H, K, boolean) -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- Perform a cleanup on the given resource (which is left bound to the thread).
- cleanupTransaction(Object) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- This implementation does nothing, as the default beginTransaction implementation
does not require any cleanup.
- cleanupTransaction(Object) -
Method in interface org.springframework.orm.jdo.JdoDialect
- Clean up the transaction via the given transaction data.
- cleanupTransaction(Object) -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
- This implementation does nothing, since the default
beginTransaction
implementation does not require any cleanup.
- cleanupTransaction(Object) -
Method in interface org.springframework.orm.jpa.JpaDialect
- Clean up the transaction via the given transaction data.
- cleanupTransaction(Object) -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
- cleanupTransactionInfo(TransactionAspectSupport.TransactionInfo) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Reset the TransactionInfo ThreadLocal.
- clear() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Clear this holder, removing all argument values.
- clear() -
Method in class org.springframework.beans.factory.config.DestructionAwareAttributeHolder
- Clears the map by removing all registered attribute values and invokes
every destruction callback registered.
- clear() -
Method in interface org.springframework.cache.Cache
- Remove all mappings from the cache.
- clear() -
Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
- clear() -
Method in class org.springframework.cache.ehcache.EhCacheCache
-
- clear() -
Method in class org.springframework.cache.jcache.JCacheCache
-
- clear() -
Method in class org.springframework.http.HttpHeaders
-
- clear() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
- clear() -
Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
- Clear all bindings in this context builder, while keeping it active.
- clear() -
Method in class org.springframework.mock.web.MockBodyContent
-
- clear() -
Method in class org.springframework.mock.web.MockJspWriter
-
- clear() -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Remove all objects from the
Session
cache, and
cancel all pending saves, updates and deletes.
- clear() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- clear() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- clear() -
Method in class org.springframework.orm.hibernate4.SessionHolder
-
- clear() -
Method in class org.springframework.orm.jdo.PersistenceManagerHolder
-
- clear() -
Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- clear() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Clear the transactional state of this resource holder.
- clear() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Clear the entire transaction synchronization state for the current thread:
registered synchronizations as well as the various transaction characteristics.
- clear() -
Method in class org.springframework.util.AutoPopulatingList
-
- clear() -
Method in class org.springframework.util.CachingMapDecorator
-
- clear() -
Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- clear() -
Method in class org.springframework.util.LinkedMultiValueMap
-
- clear() -
Method in class org.springframework.util.xml.SimpleNamespaceContext
- Removes all declared prefixes.
- clear() -
Method in class org.springframework.web.portlet.ModelAndView
- Clear the state of this ModelAndView object.
- clear() -
Method in class org.springframework.web.servlet.ModelAndView
- Clear the state of this ModelAndView object.
- clearAllRenderParameters(ActionResponse) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Clear all the render parameters from the
ActionResponse
.
- clearAttributes() -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Clear all of this request's attributes.
- clearAttributes() -
Method in class org.springframework.mock.web.MockHttpSession
- Clear all of this session's attributes.
- clearAttributes() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
- Clear all of this session's attributes.
- clearBuffer() -
Method in class org.springframework.mock.web.MockBodyContent
-
- clearBuffer() -
Method in class org.springframework.mock.web.MockJspWriter
-
- clearCache() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Clear the resource bundle cache.
- clearCache() -
Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
- Clear the entire destination cache.
- clearCache() -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
- clearCache() -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
- Clear the entire view cache, removing all cached view objects.
- clearCacheIncludingAncestors() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Clear the resource bundle caches of this MessageSource and all its ancestors.
- clearClassLoader(ClassLoader) -
Static method in class org.springframework.beans.CachedIntrospectionResults
- Clear the introspection cache for the given ClassLoader, removing the
introspection results for all classes underneath that ClassLoader,
and deregistering the ClassLoader (and any of its children) from the
acceptance list.
- clearErrorRequestAttributes(HttpServletRequest) -
Static method in class org.springframework.web.util.WebUtils
- Clear the Servlet spec's error attributes as
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification:
javax.servlet.error.status_code
,
javax.servlet.error.exception_type
,
javax.servlet.error.message
,
javax.servlet.error.exception
,
javax.servlet.error.request_uri
,
javax.servlet.error.servlet_name
.
- clearMergedBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Remove the merged bean definition for the specified bean,
recreating it on next access.
- clearSynchronization() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Deactivate transaction synchronization for the current thread.
- ClientHttpRequest - Interface in org.springframework.http.client
- Represents a client-side HTTP request.
- ClientHttpRequestExecution - Interface in org.springframework.http.client
- Represents the context of a client-side HTTP request execution.
- ClientHttpRequestFactory - Interface in org.springframework.http.client
- Factory for
ClientHttpRequest
objects. - ClientHttpRequestInterceptor - Interface in org.springframework.http.client
- Intercepts client-side HTTP requests.
- ClientHttpResponse - Interface in org.springframework.http.client
- Represents a client-side HTTP response.
- ClobStringType - Class in org.springframework.orm.hibernate3.support
- Hibernate UserType implementation for Strings that get mapped to CLOBs.
- ClobStringType() -
Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
- Constructor used by Hibernate: fetches config-time LobHandler and
config-time JTA TransactionManager from LocalSessionFactoryBean.
- ClobStringType(LobHandler, TransactionManager) -
Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
- Constructor used for testing: takes an explicit LobHandler
and an explicit JTA TransactionManager (can be
null
).
- ClobStringTypeHandler - Class in org.springframework.orm.ibatis.support
- iBATIS TypeHandler implementation for Strings that get mapped to CLOBs.
- ClobStringTypeHandler() -
Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
- Constructor used by iBATIS: fetches config-time LobHandler from
SqlMapClientFactoryBean.
- ClobStringTypeHandler(LobHandler) -
Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
- Constructor used for testing: takes an explicit LobHandler.
- clone() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Public declaration of Object's
clone()
method.
- clone() -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Clone this bean definition.
- cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.GenericBeanDefinition
-
- cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- close() -
Method in interface org.springframework.context.ConfigurableApplicationContext
- Close this application context, releasing all resources and locks that the
implementation might hold.
- close() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Close this application context, destroying all beans in its bean factory.
- close() -
Method in interface org.springframework.http.client.ClientHttpResponse
- Closes this response, freeing any resources created.
- close() -
Method in interface org.springframework.http.server.ServerHttpResponse
- Close this response, freeing any resources created.
- close() -
Method in class org.springframework.http.server.ServletServerHttpResponse
-
- close() -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- close() -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Close this LobCreator session and free its temporarily created BLOBs and CLOBs.
- close() -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
- Free all temporary BLOBs and CLOBs created by this creator.
- close() -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- close() -
Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- close() -
Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- close() -
Method in class org.springframework.mock.web.MockBodyContent
-
- close() -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Mark this request as completed, keeping its state.
- close() -
Method in class org.springframework.mock.web.MockJspWriter
-
- close() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
- Mark this request as completed.
- close() -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
- This implementation does nothing:
We're dealing with an externally managed DataSource.
- close() -
Method in class org.springframework.util.CommonsLogWriter
-
- close() -
Method in class org.springframework.validation.DataBinder
- Close this DataBinder, which may result in throwing
a BindException if it encountered any errors.
- closeAll() -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- closeBeanFactory() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Subclasses must implement this method to release their internal bean factory.
- closeBeanFactory() -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- closeBeanFactory() -
Method in class org.springframework.context.support.GenericApplicationContext
- Not much to do: We hold a single internal BeanFactory that will never
get released.
- closeConnection(Connection) -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
- Close the given Connection.
- closeConnection(Connection) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Close the given JDBC Connection and ignore any thrown exception.
- closeConnection(Connection) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Close the given Connection.
- closeConnection(Connection) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS Connection and ignore any thrown exception.
- closeConnection(Connection, boolean) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS Connection and ignore any thrown exception.
- closeConnection(Connection) -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
- This implementation simply calls
Connection.close
.
- closeConnection(Connection) -
Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
-
- closeEntityManager(EntityManager) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Close the given JPA EntityManager,
catching and logging any cleanup exceptions thrown.
- closeEntityManagerAfterFailedBegin(JpaTransactionManager.JpaTransactionObject) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Close the current transaction's EntityManager.
- closeIterator(Iterator) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Immediately close an
Iterator
created by any of the various
iterate(..)
operations, instead of waiting until the
session is closed or disconnected.
- closeIterator(Iterator) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- closeMessageConsumer(MessageConsumer) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS MessageConsumer and ignore any thrown exception.
- closeMessageProducer(MessageProducer) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS MessageProducer and ignore any thrown exception.
- closeNoCatch() -
Method in class org.springframework.web.bind.ServletRequestDataBinder
- Treats errors as fatal.
- closeNoCatch() -
Method in class org.springframework.web.bind.support.WebRequestDataBinder
- Treats errors as fatal.
- closeNoCatch() -
Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
- Treats errors as fatal.
- closePersistenceManagerAfterFailedBegin(JdoTransactionManager.JdoTransactionObject) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Close the current transaction's EntityManager.
- closeQueueBrowser(QueueBrowser) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS QueueBrowser and ignore any thrown exception.
- closeQueueRequestor(QueueRequestor) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS QueueRequestor and ignore any thrown exception.
- closeResultSet(ResultSet) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Close the given JDBC ResultSet and ignore any thrown exception.
- closeSession(Session) -
Static method in class org.springframework.jms.support.JmsUtils
- Close the given JMS Session and ignore any thrown exception.
- closeSession(Session) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Perform actual closing of the Hibernate Session,
catching and logging any cleanup exceptions thrown.
- closeSession(Session, SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Close the given Session.
- closeSession(Session) -
Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
- Perform actual closing of the Hibernate Session,
catching and logging any cleanup exceptions thrown.
- closeStatement(Statement) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Close the given JDBC Statement and ignore any thrown exception.
- closeTemplateSource(Object) -
Method in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- closeWebApplicationContext(ServletContext) -
Method in class org.springframework.web.context.ContextLoader
- Close Spring's web application context for the given servlet context.
- CODE_ORDER -
Static variable in interface org.springframework.core.enums.LabeledEnum
- Deprecated. Shared Comparator instance that sorts enumerations by
CODE_ORDER
.
- CODE_SEPARATOR -
Static variable in class org.springframework.validation.DefaultMessageCodesResolver
- The separator that this implementation uses when resolving message codes.
- CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
- Special ObjectInputStream subclass that falls back to a specified codebase
to load classes from if not found locally.
- CodebaseAwareObjectInputStream(InputStream, String) -
Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
- Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) -
Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
- Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) -
Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
- Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
- collection(Class<?>, TypeDescriptor) -
Static method in class org.springframework.core.convert.TypeDescriptor
- Create a new type descriptor from a java.util.Collection type.
- CollectionFactory - Class in org.springframework.core
- Factory for collections, being aware of Java 5 and Java 6 collections.
- CollectionFactory() -
Constructor for class org.springframework.core.CollectionFactory
-
- collectionToCommaDelimitedString(Collection<?>) -
Static method in class org.springframework.util.StringUtils
- Convenience method to return a Collection as a CSV String.
- collectionToDelimitedString(Collection<?>, String, String, String) -
Static method in class org.springframework.util.StringUtils
- Convenience method to return a Collection as a delimited (e.g.
- collectionToDelimitedString(Collection<?>, String) -
Static method in class org.springframework.util.StringUtils
- Convenience method to return a Collection as a delimited (e.g.
- CollectionUtils - Class in org.springframework.util
- Miscellaneous collection utility methods.
- CollectionUtils() -
Constructor for class org.springframework.util.CollectionUtils
-
- COLS_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- ColumnMapRowMapper - Class in org.springframework.jdbc.core
RowMapper
implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key.- ColumnMapRowMapper() -
Constructor for class org.springframework.jdbc.core.ColumnMapRowMapper
-
- combine(String, String) -
Method in class org.springframework.util.AntPathMatcher
- Combines two patterns into a new pattern that is returned.
- combine(String, String) -
Method in interface org.springframework.util.PathMatcher
- Combines two patterns into a new pattern that is returned.
- combine(CompositeRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
- If one instance is empty, return the other.
- combine(ConsumesRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
- Returns the "other" instance if it has any expressions; returns "this"
instance otherwise.
- combine(HeadersRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
- Returns a new instance with the union of the header expressions
from "this" and the "other" instance.
- combine(ParamsRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
- Returns a new instance with the union of the param expressions
from "this" and the "other" instance.
- combine(PatternsRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
- Returns a new instance with URL patterns from the current instance ("this") and
the "other" instance as follows:
If there are patterns in both instances, combine the patterns in "this" with
the patterns in "other" using
PathMatcher.combine(String, String)
.
- combine(ProducesRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
- Returns the "other" instance if it has any expressions; returns "this"
instance otherwise.
- combine(T) -
Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
- Defines the rules for combining this condition (i.e.
- combine(RequestConditionHolder) -
Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
- Combine the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
- combine(RequestMethodsRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
- Returns a new instance with a union of the HTTP request methods
from "this" and the "other" instance.
- combine(RequestMappingInfo) -
Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
- Combines "this" request mapping info (i.e.
- commaDelimitedListToSet(String) -
Static method in class org.springframework.util.StringUtils
- Convenience method to convert a CSV string list to a set.
- commaDelimitedListToStringArray(String) -
Static method in class org.springframework.util.StringUtils
- Convert a CSV list into an array of Strings.
- COMMAND_LINE_PROPERTY_SOURCE_NAME -
Static variable in class org.springframework.core.env.CommandLinePropertySource
- The default name given to
CommandLinePropertySource
instances: "commandLineArgs"
- COMMAND_NAME_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Deprecated. as of Spring 2.5, in favor of
FormTag.MODEL_ATTRIBUTE_VARIABLE_NAME
- CommandLinePropertySource<T> - Class in org.springframework.core.env
- Abstract base class for
PropertySource
implementations backed by command line
arguments. - CommandLinePropertySource(T) -
Constructor for class org.springframework.core.env.CommandLinePropertySource
- Create a new
CommandLinePropertySource
having the default name "commandLineArgs" and backed by the given source object.
- CommandLinePropertySource(String, T) -
Constructor for class org.springframework.core.env.CommandLinePropertySource
- Create a new
CommandLinePropertySource
having the given name and backed by
the given source object.
- CommAreaRecord - Class in org.springframework.jca.cci.core.support
- CCI Record implementation for a COMMAREA, holding a byte array.
- CommAreaRecord() -
Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
- Create a new CommAreaRecord.
- CommAreaRecord(byte[]) -
Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
- Create a new CommAreaRecord.
- commit() -
Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- commit() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- commit(TransactionStatus) -
Method in interface org.springframework.transaction.PlatformTransactionManager
- Commit the given transaction, with regard to its status.
- commit(TransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- This implementation of commit handles participating in existing
transactions and programmatic rollback requests.
- commitAll() -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- commitIfNecessary(Session, Message) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Perform a commit or message acknowledgement, as appropriate.
- commitIfNecessary(Session) -
Static method in class org.springframework.jms.support.JmsUtils
- Commit the Session if not within a JTA transaction.
- commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Execute after successful completion of call, but not after an exception was handled.
- COMMON_ANNOTATION_PROCESSOR_BEAN_NAME -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- The bean name of the internally managed JSR-250 annotation processor.
- CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotation
BeanPostProcessor
implementation
that supports common Java annotations out of the box, in particular the JSR-250
annotations in the javax.annotation
package.- CommonAnnotationBeanPostProcessor() -
Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Create a new CommonAnnotationBeanPostProcessor,
with the init and destroy annotation types set to
PostConstruct
and PreDestroy
,
respectively.
- CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotation
- Class representing generic injection information about an annotated field
or setter method, supporting @Resource and related annotations.
- CommonAnnotationBeanPostProcessor.LookupElement(Member, PropertyDescriptor) -
Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
- commonDatabaseName(String) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Extract a common name for the database in use even if various drivers/platforms provide varying names.
- CommonsClientHttpRequestFactory - Class in org.springframework.http.client
- Deprecated. In favor of
HttpComponentsClientHttpRequestFactory
- CommonsClientHttpRequestFactory() -
Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
- Deprecated. Create a new instance of the
CommonsHttpRequestFactory
with a default
HttpClient
that uses a default MultiThreadedHttpConnectionManager
.
- CommonsClientHttpRequestFactory(HttpClient) -
Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
- Deprecated. Create a new instance of the
CommonsHttpRequestFactory
with the given
HttpClient
instance.
- CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
- Implementation of the
NativeJdbcExtractor
interface for the
Jakarta Commons DBCP connection pool, version 1.1 or higher. - CommonsDbcpNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
- CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
- Base class for multipart resolvers that use Jakarta Commons FileUpload
1.2 or above.
- CommonsFileUploadSupport() -
Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Instantiate a new CommonsFileUploadSupport with its
corresponding FileItemFactory and FileUpload instances.
- CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
- Holder for a Map of Spring MultipartFiles and a Map of
multipart parameters.
- CommonsFileUploadSupport.MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) -
Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor
implementation that uses
Jakarta Commons HttpClient
to execute POST requests.- CommonsHttpInvokerRequestExecutor() -
Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Create a new CommonsHttpInvokerRequestExecutor with a default
HttpClient that uses a default MultiThreadedHttpConnectionManager.
- CommonsHttpInvokerRequestExecutor(HttpClient) -
Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Create a new CommonsHttpInvokerRequestExecutor with the given
HttpClient instance.
- CommonsLogFactoryBean - Class in org.springframework.beans.factory.config
- Factory bean for
commons-logging
Log
instances. - CommonsLogFactoryBean() -
Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
-
- CommonsLoggingLogSystem - Class in org.springframework.ui.velocity
- Velocity LogSystem implementation for Jakarta Commons Logging.
- CommonsLoggingLogSystem() -
Constructor for class org.springframework.ui.velocity.CommonsLoggingLogSystem
-
- CommonsLogWriter - Class in org.springframework.util
java.io.Writer
adapter for a Commons Logging Log
.- CommonsLogWriter(Log) -
Constructor for class org.springframework.util.CommonsLogWriter
- Create a new CommonsLogWriter for the given Commons Logging logger.
- CommonsMultipartFile - Class in org.springframework.web.multipart.commons
- MultipartFile implementation for Jakarta Commons FileUpload.
- CommonsMultipartFile(FileItem) -
Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
- Create an instance wrapping the given FileItem.
- CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
- Servlet-based
MultipartResolver
implementation
for Jakarta Commons FileUpload
1.2 or above. - CommonsMultipartResolver() -
Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Constructor for use as bean.
- CommonsMultipartResolver(ServletContext) -
Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Constructor for standalone usage.
- CommonsPoolTargetSource - Class in org.springframework.aop.target
- TargetSource implementation that holds objects in a configurable
Jakarta Commons Pool.
- CommonsPoolTargetSource() -
Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
- Create a CommonsPoolTargetSource with default settings.
- CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
PortletMultipartResolver
implementation for
Jakarta Commons FileUpload
1.2 or above.- CommonsPortletMultipartResolver() -
Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
- Constructor for use as bean.
- CommonsPortletMultipartResolver(PortletContext) -
Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
- Constructor for standalone usage.
- CommonsRequestLoggingFilter - Class in org.springframework.web.filter
- Simple request logging filter that writes the request URI
(and optionally the query string) to the Commons Log.
- CommonsRequestLoggingFilter() -
Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
-
- ComparableComparator<T extends java.lang.Comparable<T>> - Class in org.springframework.util.comparator
- Comparator that adapts Comparables to the Comparator interface.
- ComparableComparator() -
Constructor for class org.springframework.util.comparator.ComparableComparator
-
- compare(Object, Object) -
Method in class org.springframework.beans.support.PropertyComparator
-
- compare(Class<? extends Throwable>, Class<? extends Throwable>) -
Method in class org.springframework.core.ExceptionDepthComparator
-
- compare(Object, Object) -
Method in class org.springframework.core.OrderComparator
-
- compare(Object, Object) -
Method in class org.springframework.expression.spel.support.StandardTypeComparator
-
- compare(Object, Object) -
Method in interface org.springframework.expression.TypeComparator
- Compare two objects.
- compare(Boolean, Boolean) -
Method in class org.springframework.util.comparator.BooleanComparator
-
- compare(T, T) -
Method in class org.springframework.util.comparator.ComparableComparator
-
- compare(T, T) -
Method in class org.springframework.util.comparator.CompoundComparator
-
- compare(T, T) -
Method in class org.springframework.util.comparator.InvertibleComparator
-
- compare(T, T) -
Method in class org.springframework.util.comparator.NullSafeComparator
-
- compareTo(Object) -
Method in class org.springframework.core.enums.AbstractLabeledEnum
- Deprecated.
- compareTo(MediaType) -
Method in class org.springframework.http.MediaType
- Compares this
MediaType
to another alphabetically.
- compareTo(FlashMap) -
Method in class org.springframework.web.servlet.FlashMap
- Compare two FlashMaps and prefer the one that specifies a target URL
path or has more target URL parameters.
- compareTo(CompositeRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
- If one instance is empty, the other "wins".
- compareTo(ConsumesRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
- Returns:
0 if the two conditions have the same number of expressions
Less than 0 if "this" has more or more specific media type expressions
Greater than 0 if "other" has more or more specific media type expressions
- compareTo(HeadersRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
- Returns:
0 if the two conditions have the same number of header expressions
Less than 0 if "this" instance has more header expressions
Greater than 0 if the "other" instance has more header expressions
- compareTo(ParamsRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
- Returns:
0 if the two conditions have the same number of parameter expressions
Less than 0 if "this" instance has more parameter expressions
Greater than 0 if the "other" instance has more parameter expressions
- compareTo(PatternsRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
- Compare the two conditions based on the URL patterns they contain.
- compareTo(ProducesRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
- Compares this and another "produces" condition as follows:
Sort 'Accept' header media types by quality value via
MediaType.sortByQualityValue(List)
and iterate the list.
- compareTo(T, HttpServletRequest) -
Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
- Compares this condition to another condition in the context of
a specific request.
- compareTo(RequestConditionHolder, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
- Compare the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
- compareTo(RequestMethodsRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
- Returns:
0 if the two conditions contain the same number of HTTP request methods.
- compareTo(RequestMappingInfo, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
- Compares "this" info (i.e.
- compile() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Compile this JdbcCall using provided parameters and meta data plus other settings.
- compile() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Compile this JdbcInsert using provided parameters and meta data plus other settings.
- compile() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Compile this query.
- compileInternal() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Method to perform the actual compilation.
- compileInternal() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Method to perform the actual compilation.
- compileInternal() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Subclasses must implement this template method to perform their own compilation.
- compileInternal() -
Method in class org.springframework.jdbc.object.SqlCall
- Overridden method to configure the CallableStatementCreatorFactory
based on our declared parameters.
- compileInternal() -
Method in class org.springframework.jdbc.object.SqlOperation
- Overridden method to configure the PreparedStatementCreatorFactory
based on our declared parameters.
- complete() -
Method in interface org.springframework.web.context.request.async.AsyncWebRequest
- Complete async request processing making a best effort but without any
effect if async request processing has already completed for any reason
including a timeout.
- complete() -
Method in class org.springframework.web.context.request.async.NoOpAsyncWebRequest
-
- complete() -
Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- completeProxiedInterfaces(AdvisedSupport) -
Static method in class org.springframework.aop.framework.AopProxyUtils
- Determine the complete set of interfaces to proxy for the given AOP configuration.
- completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Handle a throwable, completing the transaction.
- Component - Annotation Type in org.springframework.stereotype
- Indicates that an annotated class is a "component".
- ComponentControllerSupport - Class in org.springframework.web.servlet.view.tiles
- Deprecated. as of Spring 3.0
- ComponentControllerSupport() -
Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- Deprecated.
- ComponentDefinition - Interface in org.springframework.beans.factory.parsing
- Interface that describes the logical view of a set of
BeanDefinitions
and BeanReferences
as presented in some configuration context. - componentRegistered(ComponentDefinition) -
Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
-
- componentRegistered(ComponentDefinition) -
Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
- Notification that the given component has been registered.
- ComponentScan - Annotation Type in org.springframework.context.annotation
- Configures component scanning directives for use with @
Configuration
classes. - ComponentScan.Filter - Annotation Type in org.springframework.context.annotation
- Declares the type filter to be used as an include filter or exclude filter.
- ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotation
- Parser for the
<context:component-scan/>
element. - ComponentScanBeanDefinitionParser() -
Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- ComposablePointcut - Class in org.springframework.aop.support
- Convenient class for building up pointcuts.
- ComposablePointcut() -
Constructor for class org.springframework.aop.support.ComposablePointcut
- Create a default ComposablePointcut, with
ClassFilter.TRUE
and MethodMatcher.TRUE
.
- ComposablePointcut(Pointcut) -
Constructor for class org.springframework.aop.support.ComposablePointcut
- Create a ComposablePointcut based on the given Pointcut.
- ComposablePointcut(ClassFilter) -
Constructor for class org.springframework.aop.support.ComposablePointcut
- Create a ComposablePointcut for the given ClassFilter,
with
MethodMatcher.TRUE
.
- ComposablePointcut(MethodMatcher) -
Constructor for class org.springframework.aop.support.ComposablePointcut
- Create a ComposablePointcut for the given MethodMatcher,
with
ClassFilter.TRUE
.
- ComposablePointcut(ClassFilter, MethodMatcher) -
Constructor for class org.springframework.aop.support.ComposablePointcut
- Create a ComposablePointcut for the given ClassFilter and MethodMatcher.
- composeName(String, String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- composeName(Name, Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- CompositeCacheManager - Class in org.springframework.cache.support
- Composite
CacheManager
implementation that iterates
over a given collection of CacheManager
instances. - CompositeCacheManager() -
Constructor for class org.springframework.cache.support.CompositeCacheManager
-
- CompositeCacheOperationSource - Class in org.springframework.cache.interceptor
- Composite
CacheOperationSource
implementation that iterates
over a given array of CacheOperationSource
instances. - CompositeCacheOperationSource(CacheOperationSource...) -
Constructor for class org.springframework.cache.interceptor.CompositeCacheOperationSource
- Create a new CompositeCacheOperationSource for the given sources.
- CompositeComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition
implementation that holds one or more nested
ComponentDefinition
instances, aggregating them into a named group
of components.- CompositeComponentDefinition(String, Object) -
Constructor for class org.springframework.beans.factory.parsing.CompositeComponentDefinition
- Create a new CompositeComponentDefinition.
- CompositeDatabasePopulator - Class in org.springframework.jdbc.datasource.init
DatabasePopulator
implementation that delegates to a list of other
DatabasePopulator implementations, executing all scripts.- CompositeDatabasePopulator() -
Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
-
- CompositeFilter - Class in org.springframework.web.filter
- A generic composite servlet
Filter
that just delegates its behaviour to a chain (list) of user supplied
filters, achieving the functionality of a FilterChain
, but conveniently using only Filter
instances. - CompositeFilter() -
Constructor for class org.springframework.web.filter.CompositeFilter
-
- CompositeIterator<E> - Class in org.springframework.util
- Iterator that combines multiple other iterators.
- CompositeIterator() -
Constructor for class org.springframework.util.CompositeIterator
- Create a new composite iterator.
- CompositePropertySource - Class in org.springframework.core.env
- Composite
PropertySource
implementation that iterates over a set of
PropertySource
instances. - CompositePropertySource(String) -
Constructor for class org.springframework.core.env.CompositePropertySource
- Create a new
CompositePropertySource
.
- CompositeRequestCondition - Class in org.springframework.web.servlet.mvc.condition
- Implements the
RequestCondition
contract by delegating to multiple
RequestCondition
types and using a logical conjunction (' && ') to
ensure all conditions match a given request. - CompositeRequestCondition(RequestCondition<?>...) -
Constructor for class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
- Create an instance with 0 or more
RequestCondition
types.
- CompositeStringExpression - Class in org.springframework.expression.common
- Represents a template expression broken into pieces.
- CompositeStringExpression(String, Expression[]) -
Constructor for class org.springframework.expression.common.CompositeStringExpression
-
- CompositeTransactionAttributeSource - Class in org.springframework.transaction.interceptor
- Composite
TransactionAttributeSource
implementation that iterates
over a given array of TransactionAttributeSource
instances. - CompositeTransactionAttributeSource(TransactionAttributeSource[]) -
Constructor for class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
- Create a new CompositeTransactionAttributeSource for the given sources.
- CompoundComparator<T> - Class in org.springframework.util.comparator
- A comparator that chains a sequence of one or more more Comparators.
- CompoundComparator() -
Constructor for class org.springframework.util.comparator.CompoundComparator
- Construct a CompoundComparator with initially no Comparators.
- CompoundComparator(Comparator[]) -
Constructor for class org.springframework.util.comparator.CompoundComparator
- Construct a CompoundComparator from the Comparators in the provided array.
- CompoundExpression - Class in org.springframework.expression.spel.ast
- Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
- CompoundExpression(int, SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.CompoundExpression
-
- concatenateStringArrays(String[], String[]) -
Static method in class org.springframework.util.StringUtils
- Concatenate the given String arrays into one,
with overlapping array elements included twice.
- ConcurrencyFailureException - Exception in org.springframework.dao
- Exception thrown on concurrency failure.
- ConcurrencyFailureException(String) -
Constructor for exception org.springframework.dao.ConcurrencyFailureException
- Constructor for ConcurrencyFailureException.
- ConcurrencyFailureException(String, Throwable) -
Constructor for exception org.springframework.dao.ConcurrencyFailureException
- Constructor for ConcurrencyFailureException.
- ConcurrencyThrottleInterceptor - Class in org.springframework.aop.interceptor
- Interceptor that throttles concurrent access, blocking invocations
if a specified concurrency limit is reached.
- ConcurrencyThrottleInterceptor() -
Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
-
- ConcurrencyThrottleSupport - Class in org.springframework.util
- Support class for throttling concurrent access to a specific resource.
- ConcurrencyThrottleSupport() -
Constructor for class org.springframework.util.ConcurrencyThrottleSupport
-
- ConcurrentExecutorAdapter - Class in org.springframework.core.task.support
- Adapter that exposes the
Executor
interface
for any Spring TaskExecutor
. - ConcurrentExecutorAdapter(TaskExecutor) -
Constructor for class org.springframework.core.task.support.ConcurrentExecutorAdapter
- Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor.
- ConcurrentMap - Interface in org.springframework.core
- Deprecated. as of Spring 3.0, since standard
ConcurrentMap
is available on Java 5+ anyway - ConcurrentMapCache - Class in org.springframework.cache.concurrent
- Simple
Cache
implementation based on the core JDK
java.util.concurrent
package. - ConcurrentMapCache(String) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
- Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, boolean) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
- Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
- Create a new ConcurrentMapCache with the specified name and the
given internal ConcurrentMap to use.
- ConcurrentMapCacheFactoryBean - Class in org.springframework.cache.concurrent
FactoryBean
for easy configuration of a ConcurrentMapCache
when used within a Spring container.- ConcurrentMapCacheFactoryBean() -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
- ConcurrentMapCacheManager - Class in org.springframework.cache.concurrent
CacheManager
implementation that lazily builds ConcurrentMapCache
instances for each ConcurrentMapCacheManager.getCache(java.lang.String)
request.- ConcurrentMapCacheManager() -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- Construct a dynamic ConcurrentMapCacheManager,
lazily creating cache instances as they are being requested.
- ConcurrentMapCacheManager(String...) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- Construct a static ConcurrentMapCacheManager,
managing caches for the specified cache names only.
- ConcurrentTaskExecutor - Class in org.springframework.scheduling.backportconcurrent
- Adapter that takes a JSR-166 backport
edu.emory.mathcs.backport.java.util.concurrent.Executor
and
exposes a Spring TaskExecutor
for it. - ConcurrentTaskExecutor() -
Constructor for class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
- Create a new ConcurrentTaskExecutor,
using a single thread executor as default.
- ConcurrentTaskExecutor(Executor) -
Constructor for class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
- Create a new ConcurrentTaskExecutor,
using the given JSR-166 backport concurrent executor.
- ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
- Adapter that takes a JDK 1.5
java.util.concurrent.Executor
and
exposes a Spring TaskExecutor
for it. - ConcurrentTaskExecutor() -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- Create a new ConcurrentTaskExecutor,
using a single thread executor as default.
- ConcurrentTaskExecutor(Executor) -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- Create a new ConcurrentTaskExecutor,
using the given JDK 1.5 concurrent executor.
- ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrent
- Adapter that takes a JDK 1.5
java.util.concurrent.ScheduledExecutorService
and exposes a Spring TaskScheduler
for it. - ConcurrentTaskScheduler() -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- Create a new ConcurrentTaskScheduler,
using a single thread executor as default.
- ConcurrentTaskScheduler(ScheduledExecutorService) -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- Create a new ConcurrentTaskScheduler,
using the given JDK 1.5 executor as shared delegate.
- ConcurrentTaskScheduler(Executor, ScheduledExecutorService) -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- Create a new ConcurrentTaskScheduler,
using the given JDK 1.5 executors as delegates.
- ConditionalGenericConverter - Interface in org.springframework.core.convert.converter
- A generic converter that conditionally executes.
- ConditionalTestCase - Class in org.springframework.test
- Deprecated. as of Spring 3.0, in favor of using the listener-based test context framework
(
AbstractJUnit4SpringContextTests
) - ConditionalTestCase() -
Constructor for class org.springframework.test.ConditionalTestCase
- Deprecated. Default constructor for ConditionalTestCase.
- ConditionalTestCase(String) -
Constructor for class org.springframework.test.ConditionalTestCase
- Deprecated. Constructor for ConditionalTestCase with a JUnit name.
- CONFIG_LOCATION_DELIMITERS -
Static variable in interface org.springframework.context.ConfigurableApplicationContext
- Any number of these characters are considered delimiters between
multiple context config paths in a single String value.
- CONFIG_LOCATION_DELIMITERS -
Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
- Any number of these characters are considered delimiters between
multiple context config paths in a single String value.
- CONFIG_LOCATION_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
- Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the
config location for the root context, falling back to the implementation's
default otherwise.
- CONFIG_LOCATION_PARAM -
Static variable in class org.springframework.web.util.Log4jWebConfigurer
- Parameter specifying the location of the log4j config file
- Configurable - Annotation Type in org.springframework.beans.factory.annotation
- Marks a class as being eligible for Spring-driven configuration.
- ConfigurableApplicationContext - Interface in org.springframework.context
- SPI interface to be implemented by most if not all application contexts.
- ConfigurableBeanFactory - Interface in org.springframework.beans.factory.config
- Configuration interface to be implemented by most bean factories.
- ConfigurableConversionService - Interface in org.springframework.core.convert.support
- Configuration interface to be implemented by most if not all
ConversionService
types. - ConfigurableEnvironment - Interface in org.springframework.core.env
- Configuration interface to be implemented by most if not all
Environment
types. - ConfigurableJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
- Configurable JasperReports View, allowing to specify the JasperReports exporter
to be specified through bean properties rather than through the view class name.
- ConfigurableJasperReportsView() -
Constructor for class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
- ConfigurableListableBeanFactory - Interface in org.springframework.beans.factory.config
- Configuration interface to be implemented by most listable bean factories.
- ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamail
- Spring-configurable
FileTypeMap
implementation that will read
MIME type to file extension mappings from a standard JavaMail MIME type
mapping file, using a standard MimetypesFileTypeMap
underneath. - ConfigurableMimeFileTypeMap() -
Constructor for class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
- ConfigurableObject - Interface in org.springframework.beans.factory.aspectj
- Marker interface for domain object that need DI through aspects.
- ConfigurableObjectInputStream - Class in org.springframework.core
- Special ObjectInputStream subclass that resolves class names
against a specific ClassLoader.
- ConfigurableObjectInputStream(InputStream, ClassLoader) -
Constructor for class org.springframework.core.ConfigurableObjectInputStream
- Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
- ConfigurableObjectInputStream(InputStream, ClassLoader, boolean) -
Constructor for class org.springframework.core.ConfigurableObjectInputStream
- Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
- ConfigurablePortletApplicationContext - Interface in org.springframework.web.portlet.context
- Interface to be implemented by configurable portlet application contexts.
- ConfigurablePropertyAccessor - Interface in org.springframework.beans
- Interface that encapsulates configuration methods for a PropertyAccessor.
- ConfigurablePropertyResolver - Interface in org.springframework.core.env
- Configuration interface to be implemented by most if not all
PropertyResolver
types. - ConfigurableWebApplicationContext - Interface in org.springframework.web.context
- Interface to be implemented by configurable web application contexts.
- ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.support
- Convenient
WebBindingInitializer
for declarative configuration
in a Spring application context. - ConfigurableWebBindingInitializer() -
Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
- ConfigurableWebEnvironment - Interface in org.springframework.web.context
- Specialization of
ConfigurableEnvironment
allowing initialization of
servlet-related PropertySource
objects at the
earliest moment the ServletContext
and (optionally) ServletConfig
become available. - Configuration - Annotation Type in org.springframework.context.annotation
- Indicates that a class declares one or more
@Bean
methods and may be processed
by the Spring container to generate bean definitions and service requests for those
beans at runtime, for example:
@Configuration
public class AppConfig {
@Bean
public MyBean myBean() {
// instantiate, configure and return bean ...
- CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- The bean name of the internally managed Configuration annotation processor.
- CONFIGURATION_BEAN_NAME_GENERATOR -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- The bean name of the internally managed BeanNameGenerator for use when processing
Configuration
classes.
- ConfigurationClassPostProcessor - Class in org.springframework.context.annotation
BeanFactoryPostProcessor
used for bootstrapping processing of
@Configuration
classes.- ConfigurationClassPostProcessor() -
Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- configure(Properties) -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
-
- configure(Properties) -
Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-
- configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) -
Method in class org.springframework.web.context.ContextLoader
-
- configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) -
Method in class org.springframework.web.servlet.FrameworkServlet
-
- configureBean(Object, String) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- Configure the given raw bean: autowiring bean properties, applying
bean property values, applying factory callbacks such as
setBeanName
and setBeanFactory
, and also applying all bean post processors
(including ones which might wrap the given raw bean).
- configureBean(Object, String) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- configureBean(Object) -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
- Configure the bean instance.
- configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor, Object) -
Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
- Template method for configuring the
AutowiredAnnotationBeanPostProcessor
used for autowiring.
- configureConnectionProperties(ConnectionProperties, String) -
Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
- Configure the properties required to create and connect to the embedded database instance.
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Override this method to configure "default" Servlet handling.
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Configure a handler to delegate unhandled requests by forwarding to the
Servlet container's "default" servlet.
- configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
- Configure a handler to delegate unhandled requests by forwarding to the
Servlet container's "default" servlet.
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Override this method to configure the list of
HandlerExceptionResolver
s to use.
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Configure the
HandlerExceptionResolver
s to handle unresolved
controller exceptions.
- configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
- Configure the
HandlerExceptionResolver
s to handle unresolved
controller exceptions.
- configureIndentation(Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Configure the indentation settings for the supplied
Transformer
.
- configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
-
- configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Override this method to add custom
HttpMessageConverter
s to use
with the RequestMappingHandlerAdapter
and the
ExceptionHandlerExceptionResolver
.
- configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
- Configure the
HttpMessageConverter
s to use in argument resolvers
and return value handlers that support reading and/or writing to the
body of the request and response.
- configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
- Configure the
HttpMessageConverter
s to use in argument resolvers
and return value handlers that support reading and/or writing to the
body of the request and response.
- configureResponse(Map<String, Object>, HttpServletResponse, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Configure the supplied
HttpServletResponse
.
- configureScanner(ParserContext, Element) -
Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- configureTasks(ScheduledTaskRegistrar) -
Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
- Callback allowing a
TaskScheduler
and specific Task
instances to be registered against the given the ScheduledTaskRegistrar
- configureTransformer(Map<String, Object>, HttpServletResponse, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Configure the supplied
Transformer
instance.
- CONNECTION_SYNCHRONIZATION_ORDER -
Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
- Order value for TransactionSynchronization objects that clean up JDBC Connections.
- ConnectionCallback<T> - Interface in org.springframework.jca.cci.core
- Generic callback interface for code that operates on a CCI Connection.
- ConnectionCallback<T> - Interface in org.springframework.jdbc.core
- Generic callback interface for code that operates on a JDBC Connection.
- ConnectionFactoryUtils - Class in org.springframework.jca.cci.connection
- Helper class that provides static methods for obtaining CCI Connections
from a
ConnectionFactory
. - ConnectionFactoryUtils() -
Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils
-
- ConnectionFactoryUtils - Class in org.springframework.jms.connection
- Helper class for managing a JMS
ConnectionFactory
, in particular
for obtaining transactional JMS resources for a given ConnectionFactory. - ConnectionFactoryUtils() -
Constructor for class org.springframework.jms.connection.ConnectionFactoryUtils
-
- ConnectionFactoryUtils.ResourceFactory - Interface in org.springframework.jms.connection
- Callback interface for resource creation.
- ConnectionHandle - Interface in org.springframework.jdbc.datasource
- Simple interface to be implemented by handles for a JDBC Connection.
- ConnectionHolder - Class in org.springframework.jca.cci.connection
- Connection holder, wrapping a CCI Connection.
- ConnectionHolder(Connection) -
Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
-
- ConnectionHolder - Class in org.springframework.jdbc.datasource
- Connection holder, wrapping a JDBC Connection.
- ConnectionHolder(ConnectionHandle) -
Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
- Create a new ConnectionHolder for the given ConnectionHandle.
- ConnectionHolder(Connection) -
Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
- Create a new ConnectionHolder for the given JDBC Connection,
wrapping it with a
SimpleConnectionHandle
,
assuming that there is no ongoing transaction.
- ConnectionHolder(Connection, boolean) -
Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
- Create a new ConnectionHolder for the given JDBC Connection,
wrapping it with a
SimpleConnectionHandle
.
- ConnectionProperties - Interface in org.springframework.jdbc.datasource.embedded
- DataSourceFactory helper that allows essential JDBC connection properties to be configured consistently,
independent of the actual DataSource implementation.
- ConnectionProxy - Interface in org.springframework.jdbc.datasource
- Subinterface of
Connection
to be implemented by
Connection proxies. - ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connection
- An adapter for a target CCI
ConnectionFactory
,
applying the given ConnectionSpec to every standard getConnection()
call, that is, implicitly invoking getConnection(ConnectionSpec)
on the target. - ConnectionSpecConnectionFactoryAdapter() -
Constructor for class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
-
- ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean
that creates a JSR-160 JMXConnectorServer
,
optionally registers it with the MBeanServer
and then starts it.- ConnectorServerFactoryBean() -
Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- ConstantException - Exception in org.springframework.core
- Exception thrown when the
Constants
class is asked for
an invalid constant name. - ConstantException(String, String, String) -
Constructor for exception org.springframework.core.ConstantException
- Thrown when an invalid constant name is requested.
- ConstantException(String, String, Object) -
Constructor for exception org.springframework.core.ConstantException
- Thrown when an invalid constant value is looked up.
- Constants - Class in org.springframework.core
- This class can be used to parse other classes containing constant definitions
in public static final members.
- Constants(Class<?>) -
Constructor for class org.springframework.core.Constants
- Create a new Constants converter class wrapping the given class.
- CONSTRUCTOR_ARG_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- CONSTRUCTOR_ARG_PREFIX -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Prefix used to denote a constructor argument definition.
- ConstructorArgumentEntry - Class in org.springframework.beans.factory.parsing
ParseState
entry representing a (possibly indexed)
constructor argument.- ConstructorArgumentEntry() -
Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
- Creates a new instance of the
ConstructorArgumentEntry
class
representing a constructor argument with a (currently) unknown index.
- ConstructorArgumentEntry(int) -
Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
- Creates a new instance of the
ConstructorArgumentEntry
class
representing a constructor argument at the supplied index
.
- ConstructorArgumentValues - Class in org.springframework.beans.factory.config
- Holder for constructor argument values, typically as part of a bean definition.
- ConstructorArgumentValues() -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
- Create a new empty ConstructorArgumentValues object.
- ConstructorArgumentValues(ConstructorArgumentValues) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
- Deep copy constructor.
- ConstructorArgumentValues.ValueHolder - Class in org.springframework.beans.factory.config
- Holder for a constructor argument value, with an optional type
attribute indicating the target type of the actual constructor argument.
- ConstructorArgumentValues.ValueHolder(Object) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Create a new ValueHolder for the given value.
- ConstructorArgumentValues.ValueHolder(Object, String) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Create a new ValueHolder for the given value and type.
- ConstructorArgumentValues.ValueHolder(Object, String, String) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Create a new ValueHolder for the given value, type and name.
- ConstructorExecutor - Interface in org.springframework.expression
- Executors are built by resolvers and can be cached by the infrastructure to repeat an operation quickly without going
back to the resolvers.
- ConstructorReference - Class in org.springframework.expression.spel.ast
- Represents the invocation of a constructor.
- ConstructorReference(int, SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.ConstructorReference
- Create a constructor reference.
- ConstructorReference(int, SpelNodeImpl[], SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.ConstructorReference
- Create a constructor reference.
- ConstructorResolver - Interface in org.springframework.expression
- A constructor resolver attempts locate a constructor and returns a ConstructorExecutor that can be used to invoke
that constructor.
- ConsumesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
- A logical disjunction (' || ') request condition to match a request's
'Content-Type' header to a list of media type expressions.
- ConsumesRequestCondition(String...) -
Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
- Creates a new instance from 0 or more "consumes" expressions.
- ConsumesRequestCondition(String[], String[]) -
Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
- Creates a new instance with "consumes" and "header" expressions.
- CONTAINER_PREFIX -
Static variable in class org.springframework.jndi.JndiLocatorSupport
- JNDI prefix used in a J2EE container
- contains(Class) -
Method in exception org.springframework.beans.factory.BeanCreationException
-
- contains(String) -
Method in class org.springframework.beans.MutablePropertyValues
-
- contains(Class) -
Method in exception org.springframework.beans.PropertyBatchUpdateException
-
- contains(String) -
Method in interface org.springframework.beans.PropertyValues
- Is there a property value (or other processing entry) for this property?
- contains(String) -
Method in class org.springframework.core.env.MutablePropertySources
-
- contains(String) -
Method in interface org.springframework.core.env.PropertySources
- Return whether a property source with the given name is contained.
- contains(Class) -
Method in exception org.springframework.core.NestedCheckedException
- Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
- contains(Class) -
Method in exception org.springframework.core.NestedRuntimeException
- Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
- contains(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Check whether the given object is in the Session cache.
- contains(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- contains(Object) -
Method in interface org.springframework.orm.jpa.JpaOperations
- Deprecated.
- contains(Object) -
Method in class org.springframework.orm.jpa.JpaTemplate
- Deprecated.
- contains(Class) -
Method in exception org.springframework.transaction.TransactionSystemException
-
- contains(Object) -
Method in class org.springframework.util.AutoPopulatingList
-
- contains(Iterator, Object) -
Static method in class org.springframework.util.CollectionUtils
- Check whether the given Iterator contains the given element.
- contains(Enumeration, Object) -
Static method in class org.springframework.util.CollectionUtils
- Check whether the given Enumeration contains the given element.
- containsAll(Collection) -
Method in class org.springframework.util.AutoPopulatingList
-
- containsAny(Collection, Collection) -
Static method in class org.springframework.util.CollectionUtils
- Return
true
if any element in 'candidates
' is
contained in 'source
'; otherwise returns false
.
- containsAttribute(String) -
Method in interface org.springframework.ui.Model
- Does this model contain an attribute of the given name?
- containsAttribute(String) -
Method in class org.springframework.ui.ModelMap
- Does this model contain an attribute of the given name?
- containsAttribute(String) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- Whether the underlying model contains the given attribute name.
- containsBean(String) -
Method in interface org.springframework.beans.factory.BeanFactory
- Does this bean factory contain a bean definition or externally registered singleton
instance with the given name?
- containsBean(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- containsBean(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- containsBean(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- containsBean(String) -
Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- containsBeanDefinition(String) -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Check if this bean factory contains a bean definition with the given name.
- containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Check if this bean factory contains a bean definition with the given name.
- containsBeanDefinition(String) -
Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
- Check if this registry contains a bean definition with the given name.
- containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- containsBeanDefinition(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- containsConstant(Enum<?>[], String) -
Static method in class org.springframework.util.ObjectUtils
- Check whether the given array of enum constants contains a constant with the given name,
ignoring case when determining a match.
- containsConstant(Enum<?>[], String, boolean) -
Static method in class org.springframework.util.ObjectUtils
- Check whether the given array of enum constants contains a constant with the given name.
- containsElement(Object[], Object) -
Static method in class org.springframework.util.ObjectUtils
- Check whether the given array contains the given element.
- containsHeader(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- containsInstance(Collection, Object) -
Static method in class org.springframework.util.CollectionUtils
- Check whether the given Collection contains the given element instance.
- containsKey(Object) -
Method in class org.springframework.http.HttpHeaders
-
- containsKey(Object) -
Method in class org.springframework.util.CachingMapDecorator
-
- containsKey(Object) -
Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
- containsKey(Object) -
Method in class org.springframework.util.LinkedMultiValueMap
-
- containsLocalBean(String) -
Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
- Return whether the local bean factory contains a bean of the given name,
ignoring beans defined in ancestor contexts.
- containsLocalBean(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- containsLocalBean(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- containsObject(String) -
Method in class org.springframework.beans.factory.config.BeanExpressionContext
-
- containsOption(String) -
Method in class org.springframework.core.env.CommandLinePropertySource
- Return whether the set of option arguments parsed from the command line contains
an option with the given name.
- containsOption(String) -
Method in class org.springframework.core.env.JOptCommandLinePropertySource
-
- containsOption(String) -
Method in class org.springframework.core.env.SimpleCommandLinePropertySource
-
- containsProperty(String) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- containsProperty(String) -
Method in class org.springframework.core.env.CommandLinePropertySource
- Return whether this
PropertySource
contains a property with the given name.
- containsProperty(String) -
Method in class org.springframework.core.env.EnumerablePropertySource
- Return whether this
PropertySource
contains a property with the given name.
- containsProperty(String) -
Method in interface org.springframework.core.env.PropertyResolver
- Return whether the given property key is available for resolution, i.e.,
the value for the given key is not
null
.
- containsProperty(String) -
Method in class org.springframework.core.env.PropertySource
- Return whether this
PropertySource
contains the given name.
- containsProperty(String) -
Method in class org.springframework.core.env.PropertySourcesPropertyResolver
-
- containsProperty(String) -
Method in class org.springframework.core.env.SystemEnvironmentPropertySource
- Return true if a property with the given name or any underscore/uppercase variant
thereof exists in this property source.
- containsSession(Session) -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- containsSession(Session) -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- containsSingleton(String) -
Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
- Check if this registry contains a singleton instance with the given name.
- containsSingleton(String) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- containsSqlScriptDelimiters(String, char) -
Static method in class org.springframework.test.jdbc.JdbcTestUtils
- Does the provided SQL script contain the specified delimiter?
- containsValue(Object) -
Method in class org.springframework.http.HttpHeaders
-
- containsValue(Object) -
Method in class org.springframework.util.CachingMapDecorator
-
- containsValue(Object) -
Method in class org.springframework.util.LinkedMultiValueMap
-
- containsWhitespace(CharSequence) -
Static method in class org.springframework.util.StringUtils
- Check whether the given CharSequence contains any whitespace characters.
- containsWhitespace(String) -
Static method in class org.springframework.util.StringUtils
- Check whether the given String contains any whitespace characters.
- CONTENT_DISPOSITION_INLINE -
Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- The default Content-Disposition header.
- CONTENT_TYPE_CHARSET_PREFIX -
Static variable in class org.springframework.web.util.WebUtils
- Prefix of the charset clause in a content type String: ";charset="
- CONTENT_TYPE_HESSIAN -
Static variable in class org.springframework.remoting.caucho.HessianExporter
-
- CONTENT_TYPE_SERIALIZED_OBJECT -
Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Default content type: "application/x-java-serialized-object"
- CONTENT_TYPE_SERIALIZED_OBJECT -
Static variable in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
- Default content type: "application/x-java-serialized-object"
- contentLength() -
Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- contentLength() -
Method in class org.springframework.core.io.AbstractResource
- This implementation reads the entire InputStream to calculate the
content length.
- contentLength() -
Method in class org.springframework.core.io.ByteArrayResource
- This implementation returns the length of the underlying byte array.
- contentLength() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation returns the underlying File's length.
- contentLength() -
Method in interface org.springframework.core.io.Resource
- Determine the content length for this resource.
- contentLength() -
Method in class org.springframework.core.io.VfsResource
-
- ContentNegotiatingViewResolver - Class in org.springframework.web.servlet.view
- Implementation of
ViewResolver
that resolves a view based on the request file name or Accept
header. - ContentNegotiatingViewResolver() -
Constructor for class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- CONTEXT_ATTRIBUTES_BEAN_NAME -
Static variable in interface org.springframework.web.context.WebApplicationContext
- Name of the ServletContext/PortletContext attributes environment bean in the factory.
- CONTEXT_CLASS_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
- Config param for the root WebApplicationContext implementation class to use: "contextClass"
- CONTEXT_ID_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
- Config param for the root WebApplicationContext id,
to be used as serialization id for the underlying BeanFactory: "contextId"
- CONTEXT_INITIALIZER_CLASSES_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
- Config param for which
ApplicationContextInitializer
classes to use
for initializing the web application context: "contextInitializerClasses"
- CONTEXT_PARAMETERS_BEAN_NAME -
Static variable in interface org.springframework.web.context.WebApplicationContext
- Name of the ServletContext/PortletContext init-params environment bean in the factory.
- ContextBeanFactoryReference - Class in org.springframework.context.access
- ApplicationContext-specific implementation of BeanFactoryReference,
wrapping a newly created ApplicationContext, closing it on release.
- ContextBeanFactoryReference(ApplicationContext) -
Constructor for class org.springframework.context.access.ContextBeanFactoryReference
- Create a new ContextBeanFactoryReference for the given context.
- ContextCleanupListener - Class in org.springframework.web.context
- Web application listener that cleans up remaining disposable attributes
in the ServletContext, i.e.
- ContextCleanupListener() -
Constructor for class org.springframework.web.context.ContextCleanupListener
-
- ContextClosedEvent - Class in org.springframework.context.event
- Event raised when an
ApplicationContext
gets closed. - ContextClosedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextClosedEvent
- Creates a new ContextClosedEvent.
- ContextConfiguration - Annotation Type in org.springframework.test.context
ContextConfiguration
defines class-level metadata that is
used to determine how to load and configure an
ApplicationContext
for test classes.- ContextConfigurationAttributes - Class in org.springframework.test.context
ContextConfigurationAttributes
encapsulates the context
configuration attributes declared on a test class via
@ContextConfiguration
.- ContextConfigurationAttributes(Class<?>, ContextConfiguration) -
Constructor for class org.springframework.test.context.ContextConfigurationAttributes
- Construct a new
ContextConfigurationAttributes
instance for the
supplied @ContextConfiguration
annotation and
the test class
that declared it.
- ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ContextLoader>) -
Constructor for class org.springframework.test.context.ContextConfigurationAttributes
- Construct a new
ContextConfigurationAttributes
instance for the
test class
that declared the
@ContextConfiguration
annotation and its
corresponding attributes.
- contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.context.ContextCleanupListener
-
- contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.context.ContextLoaderListener
- Close the root web application context.
- contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.util.IntrospectorCleanupListener
-
- contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.util.Log4jConfigListener
-
- contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.util.WebAppRootListener
-
- ContextExposingHttpServletRequest - Class in org.springframework.web.context.support
- HttpServletRequest decorator that makes all Spring beans in a
given WebApplicationContext accessible as request attributes,
through lazy checking once an attribute gets accessed.
- ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) -
Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
- Create a new ContextExposingHttpServletRequest for the given request.
- ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) -
Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
- Create a new ContextExposingHttpServletRequest for the given request.
- contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.context.ContextCleanupListener
-
- contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.context.ContextLoaderListener
- Initialize the root web application context.
- contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.util.IntrospectorCleanupListener
-
- contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.util.Log4jConfigListener
-
- contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.util.WebAppRootListener
-
- ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
- BeanFactoryLocator implementation that creates the BeanFactory from one or
more classpath locations specified in a JNDI environment variable.
- ContextJndiBeanFactoryLocator() -
Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
-
- contextKey() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Deprecated. Return a key for this context.
- contextKeyString(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
- Deprecated. Subclasses can override this to return a String representation of their
context key for use in caching and logging.
- ContextLoader - Interface in org.springframework.test.context
- Strategy interface for loading an
application context
for an integration test managed by the Spring TestContext Framework. - ContextLoader - Class in org.springframework.web.context
- Performs the actual initialization work for the root application context.
- ContextLoader() -
Constructor for class org.springframework.web.context.ContextLoader
- Create a new
ContextLoader
that will create a web application context
based on the "contextClass" and "contextConfigLocation" servlet context-params.
- ContextLoader(WebApplicationContext) -
Constructor for class org.springframework.web.context.ContextLoader
- Create a new
ContextLoader
with the given application context.
- ContextLoaderListener - Class in org.springframework.web.context
- Bootstrap listener to start up and shut down Spring's root
WebApplicationContext
. - ContextLoaderListener() -
Constructor for class org.springframework.web.context.ContextLoaderListener
- Create a new
ContextLoaderListener
that will create a web application
context based on the "contextClass" and "contextConfigLocation" servlet
context-params.
- ContextLoaderListener(WebApplicationContext) -
Constructor for class org.springframework.web.context.ContextLoaderListener
- Create a new
ContextLoaderListener
with the given application context.
- ContextLoaderPlugIn - Class in org.springframework.web.struts
- Deprecated. as of Spring 3.0
- ContextLoaderPlugIn() -
Constructor for class org.springframework.web.struts.ContextLoaderPlugIn
- Deprecated.
- ContextNamespaceHandler - Class in org.springframework.context.config
NamespaceHandler
for the 'context
' namespace.- ContextNamespaceHandler() -
Constructor for class org.springframework.context.config.ContextNamespaceHandler
-
- ContextRefreshedEvent - Class in org.springframework.context.event
- Event raised when an
ApplicationContext
gets initialized or refreshed. - ContextRefreshedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextRefreshedEvent
- Create a new ContextRefreshedEvent.
- ContextResource - Interface in org.springframework.core.io
- Extended interface for a resource that is loaded from an enclosing
'context', e.g.
- ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
- Variant of
SingletonBeanFactoryLocator
which creates its internal bean factory reference as an
ApplicationContext
instead of
SingletonBeanFactoryLocator's simple BeanFactory. - ContextSingletonBeanFactoryLocator(String) -
Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
- Constructor which uses the the specified name as the resource name
of the definition file(s).
- ContextStartedEvent - Class in org.springframework.context.event
- Event raised when an
ApplicationContext
gets started. - ContextStartedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextStartedEvent
- Create a new ContextStartedEvent.
- ContextStoppedEvent - Class in org.springframework.context.event
- Event raised when an
ApplicationContext
gets stopped. - ContextStoppedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextStoppedEvent
- Create a new ContextStoppedEvent.
- ControlFlow - Interface in org.springframework.core
- Interface to be implemented by objects that can return information about
the current call stack.
- ControlFlowFactory - Class in org.springframework.core
- Static factory to conceal the automatic choice of the ControlFlow
implementation class.
- ControlFlowFactory() -
Constructor for class org.springframework.core.ControlFlowFactory
-
- ControlFlowPointcut - Class in org.springframework.aop.support
- Pointcut and method matcher for use in simple cflow-style pointcut.
- ControlFlowPointcut(Class) -
Constructor for class org.springframework.aop.support.ControlFlowPointcut
- Construct a new pointcut that matches all control flows below that class.
- ControlFlowPointcut(Class, String) -
Constructor for class org.springframework.aop.support.ControlFlowPointcut
- Construct a new pointcut that matches all calls below the
given method in the given class.
- Controller - Annotation Type in org.springframework.stereotype
- Indicates that an annotated class is a "Controller" (e.g.
- Controller - Interface in org.springframework.web.portlet.mvc
- Base portlet Controller interface, representing a component that receives
RenderRequest/RenderResponse and ActionRequest/ActionResponse like a
Portlet
but is able to participate in an MVC workflow. - Controller - Interface in org.springframework.web.servlet.mvc
- Base Controller interface, representing a component that receives
HttpServletRequest
and HttpServletResponse
instances just like a HttpServlet
but is able to
participate in an MVC workflow. - ControllerBeanNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
- Implementation of
HandlerMapping
that
follows a simple convention for generating URL path mappings from the bean names
of registered Controller
beans
as well as @Controller
annotated beans. - ControllerBeanNameHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
-
- ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
- Implementation of
HandlerMapping
that
follows a simple convention for generating URL path mappings from the class names
of registered Controller
beans
as well as @Controller
annotated beans. - ControllerClassNameHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
-
- Conventions - Class in org.springframework.core
- Provides methods to support various naming and other conventions used
throughout the framework.
- Conventions() -
Constructor for class org.springframework.core.Conventions
-
- CONVERSION_SERVICE_BEAN_NAME -
Static variable in interface org.springframework.context.ConfigurableApplicationContext
- Name of the ConversionService bean in the factory.
- ConversionException - Exception in org.springframework.core.convert
- Base class for exceptions thrown by the conversion system.
- ConversionException(String) -
Constructor for exception org.springframework.core.convert.ConversionException
- Construct a new conversion exception.
- ConversionException(String, Throwable) -
Constructor for exception org.springframework.core.convert.ConversionException
- Construct a new conversion exception.
- ConversionFailedException - Exception in org.springframework.core.convert
- Exception to be thrown when an actual type conversion attempt fails.
- ConversionFailedException(TypeDescriptor, TypeDescriptor, Object, Throwable) -
Constructor for exception org.springframework.core.convert.ConversionFailedException
- Create a new conversion exception.
- ConversionNotSupportedException - Exception in org.springframework.beans
- Exception thrown when no suitable editor or converter can be found for a bean property.
- ConversionNotSupportedException(PropertyChangeEvent, Class, Throwable) -
Constructor for exception org.springframework.beans.ConversionNotSupportedException
- Create a new ConversionNotSupportedException.
- ConversionNotSupportedException(Object, Class, Throwable) -
Constructor for exception org.springframework.beans.ConversionNotSupportedException
- Create a new ConversionNotSupportedException.
- ConversionService - Interface in org.springframework.core.convert
- A service interface for type conversion.
- conversionService -
Variable in class org.springframework.core.env.AbstractPropertyResolver
-
- ConversionServiceExposingInterceptor - Class in org.springframework.web.servlet.handler
- Interceptor that places the configured
ConversionService
in request scope
so it's available during request processing. - ConversionServiceExposingInterceptor(ConversionService) -
Constructor for class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
- Creates a new
ConversionServiceExposingInterceptor
.
- ConversionServiceFactory - Class in org.springframework.core.convert.support
- A factory for common
ConversionService
configurations. - ConversionServiceFactory() -
Constructor for class org.springframework.core.convert.support.ConversionServiceFactory
-
- ConversionServiceFactoryBean - Class in org.springframework.context.support
- A factory providing convenient access to a ConversionService configured with
converters appropriate for most environments.
- ConversionServiceFactoryBean() -
Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
-
- convert(Object, Class<T>) -
Method in interface org.springframework.core.convert.ConversionService
- Convert the source to targetType.
- convert(Object, TypeDescriptor, TypeDescriptor) -
Method in interface org.springframework.core.convert.ConversionService
- Convert the source to targetType.
- convert(S) -
Method in interface org.springframework.core.convert.converter.Converter
- Convert the source of type S to target type T.
- convert(Object, TypeDescriptor, TypeDescriptor) -
Method in interface org.springframework.core.convert.converter.GenericConverter
- Convert the source to the targetType described by the TypeDescriptor.
- convert(Object, Class<T>) -
Method in class org.springframework.core.convert.support.GenericConversionService
-
- convert(Object, TypeDescriptor, TypeDescriptor) -
Method in class org.springframework.core.convert.support.GenericConversionService
-
- convert(Object, TypeDescriptor) -
Method in class org.springframework.core.convert.support.GenericConversionService
- Convenience operation for converting a source object to the specified targetType, where the targetType is a descriptor that provides additional conversion context.
- convert(byte[]) -
Method in class org.springframework.core.serializer.support.DeserializingConverter
-
- convert(Object) -
Method in class org.springframework.core.serializer.support.SerializingConverter
- Serializes the source object and returns the byte array result.
- convert(EvaluationContext, Object, Class<T>) -
Static method in class org.springframework.expression.common.ExpressionUtils
- Determines if there is a type converter available in the specified context and attempts to use it to convert the
supplied value to the specified type.
- convertAllArguments(TypeConverter, Object[], Method) -
Static method in class org.springframework.expression.spel.support.ReflectionHelper
- Convert a supplied set of arguments into the requested types.
- convertAndSend(Object) -
Method in interface org.springframework.jms.core.JmsOperations
- Send the given object to the default destination, converting the object
to a JMS message with a configured MessageConverter.
- convertAndSend(Destination, Object) -
Method in interface org.springframework.jms.core.JmsOperations
- Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
- convertAndSend(String, Object) -
Method in interface org.springframework.jms.core.JmsOperations
- Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
- convertAndSend(Object, MessagePostProcessor) -
Method in interface org.springframework.jms.core.JmsOperations
- Send the given object to the default destination, converting the object
to a JMS message with a configured MessageConverter.
- convertAndSend(Destination, Object, MessagePostProcessor) -
Method in interface org.springframework.jms.core.JmsOperations
- Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
- convertAndSend(String, Object, MessagePostProcessor) -
Method in interface org.springframework.jms.core.JmsOperations
- Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
- convertAndSend(Object) -
Method in class org.springframework.jms.core.JmsTemplate
-
- convertAndSend(Destination, Object) -
Method in class org.springframework.jms.core.JmsTemplate
-
- convertAndSend(String, Object) -
Method in class org.springframework.jms.core.JmsTemplate
-
- convertAndSend(Object, MessagePostProcessor) -
Method in class org.springframework.jms.core.JmsTemplate
-
- convertAndSend(Destination, Object, MessagePostProcessor) -
Method in class org.springframework.jms.core.JmsTemplate
-
- convertAndSend(String, Object, MessagePostProcessor) -
Method in class org.springframework.jms.core.JmsTemplate
-
- convertBurlapAccessException(Throwable) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Convert the given Burlap access exception to an appropriate
Spring RemoteAccessException.
- convertCastorException(XMLException, boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Convert the given
XMLException
to an appropriate exception from the
org.springframework.oxm
hierarchy.
- convertClassLoaderURL(URL) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Convert the given URL as returned from the ClassLoader into a Resource object.
- convertClassNameToResourcePath(String) -
Static method in class org.springframework.util.ClassUtils
- Convert a "."-based fully qualified class name to a "/"-based resource path.
- convertElement(Object) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Hook to convert each encountered Collection/array element.
- Converter<S,T> - Interface in org.springframework.core.convert.converter
- A converter converts a source object of type S to a target of type T.
- ConverterFactory<S,R> - Interface in org.springframework.core.convert.converter
- A factory for "ranged" converters that can convert objects from S to subtypes of R.
- ConverterNotFoundException - Exception in org.springframework.core.convert
- Thrown when a suitable converter could not be found in a conversion service.
- ConverterNotFoundException(TypeDescriptor, TypeDescriptor) -
Constructor for exception org.springframework.core.convert.ConverterNotFoundException
- Creates a new conversion executor not found exception.
- ConverterRegistry - Interface in org.springframework.core.convert.converter
- For registering converters with a type conversion system.
- convertExporterParameters() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Converts the exporter parameters passed in by the user which may be keyed
by
String
s corresponding to the fully qualified name of the
JRExporterParameter
into parameters which are keyed by
JRExporterParameter
.
- convertForProperty(Object, String) -
Method in class org.springframework.beans.BeanWrapperImpl
- Convert the given value for the specified property to the latter's type.
- convertFromBytesMessage(BytesMessage, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Convert a BytesMessage to a Java Object with the specified type.
- convertFromMessage(Message, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Template method that allows for custom message mapping.
- convertFromTextMessage(TextMessage, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Convert a TextMessage to a Java Object with the specified type.
- convertHessianAccessException(Throwable) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Convert the given Hessian access exception to an appropriate
Spring RemoteAccessException.
- convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Convert the given HibernateException to an appropriate exception
from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
- Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Convert the given HibernateException to an appropriate exception
from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Convert the given HibernateException to an appropriate exception
from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
- Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
- Convert the given HibernateException to an appropriate exception
from the
org.springframework.dao
hierarchy.
- convertHibernateAccessException(HibernateException) -
Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
- Convert the given HibernateException to an appropriate exception
from the
org.springframework.dao
hierarchy.
- convertHttpInvokerAccessException(Throwable) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Convert the given HTTP invoker access exception to an appropriate
Spring RemoteAccessException.
- convertIfNecessary(Object, Class<T>) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.beans.DirectFieldAccessor
-
- convertIfNecessary(Object, Class<T>) -
Method in class org.springframework.beans.SimpleTypeConverter
-
- convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.beans.SimpleTypeConverter
-
- convertIfNecessary(Object, Class<T>) -
Method in interface org.springframework.beans.TypeConverter
- Convert the value to the required type (if necessary from a String).
- convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in interface org.springframework.beans.TypeConverter
- Convert the value to the required type (if necessary from a String).
- convertIfNecessary(Object, Class<T>) -
Method in class org.springframework.validation.DataBinder
-
- convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.validation.DataBinder
-
- ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.support
- Adapter that exposes a
PropertyEditor
for any given
ConversionService
and specific target type. - ConvertingPropertyEditorAdapter(ConversionService, TypeDescriptor) -
Constructor for class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
- Create a new ConvertingPropertyEditorAdapter for a given
ConversionService
and the given target type.
- convertJaxbException(JAXBException) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Convert the given
JAXBException
to an appropriate exception from the
org.springframework.oxm
hierarchy.
- convertJdbcAccessException(JDBCException, SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Convert the given Hibernate JDBCException to an appropriate exception
from the
org.springframework.dao
hierarchy, using the
given SQLExceptionTranslator.
- convertJdbcAccessException(SQLException) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Convert the given SQLException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertJdbcAccessException(JDBCException, SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Convert the given Hibernate JDBCException to an appropriate exception
from the
org.springframework.dao
hierarchy, using the
given SQLExceptionTranslator.
- convertJdoAccessException(JDOException) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Deprecated. Convert the given JDOException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertJdoAccessException(JDOException) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Convert the given JDOException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertJdoAccessException(JDOException) -
Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
- Convert the given JDOException to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertJdoAccessException(JDOException) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Deprecated. Convert the given JDOException to an appropriate exception from the
org.springframework.dao hierarchy.
- convertJibxException(JiBXException, boolean) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Convert the given
JiBXException
to an appropriate exception from the
org.springframework.oxm
hierarchy.
- convertJmsAccessException(JMSException) -
Method in class org.springframework.jms.support.JmsAccessor
- Convert the specified checked
JMSException
to
a Spring runtime JmsException
equivalent.
- convertJmsAccessException(JMSException) -
Static method in class org.springframework.jms.support.JmsUtils
- Convert the specified checked
JMSException
to a
Spring runtime JmsException
equivalent.
- convertJmsInvokerAccessException(JMSException) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Convert the given JMS invoker access exception to an appropriate
Spring RemoteAccessException.
- convertJndiName(String) -
Method in class org.springframework.jndi.JndiLocatorSupport
- Convert the given JNDI name into the actual JNDI name to use.
- convertJpaAccessExceptionIfPossible(RuntimeException) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Convert the given runtime exception to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertKey(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
- Hook to convert each encountered Map key.
- convertKey(String) -
Method in class org.springframework.util.LinkedCaseInsensitiveMap
- Convert the given key to a case-insensitive key.
- convertNullSource(TypeDescriptor, TypeDescriptor) -
Method in class org.springframework.core.convert.support.GenericConversionService
- Template method to convert a null source.
- convertNumberToTargetClass(Number, Class<T>) -
Static method in class org.springframework.util.NumberUtils
- Convert the given number into an instance of the given target class.
- convertParameterValue(JRExporterParameter, Object) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Convert the supplied parameter value into the actual type required by the
corresponding
JRExporterParameter
.
- convertProperties(Properties) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Convert the given merged properties, converting property values
if necessary.
- convertProperty(String, String) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Convert the given property from the properties source to the value
which should be applied.
- convertPropertyValue(String) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Convert the given property value from the properties source to the value
which should be applied.
- convertReportData(Object) -
Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
- Convert the given report data value to a
JRDataSource
.
- convertReportData(Object) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Convert the given report data value to a
JRDataSource
.
- convertResourcePathToClassName(String) -
Static method in class org.springframework.util.ClassUtils
- Convert a "/"-based resource path to a "."-based fully qualified class name.
- convertResultValueIfNecessary(Object, MethodParameter) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Convert the given result object (from attribute access or operation invocation)
to the specified target class for returning from the proxy method.
- convertRmiAccessException(Method, Throwable, String) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
- Wrap the given arbitrary exception that happened during remote access
in either a RemoteException or a Spring RemoteAccessException (if the
method signature does not support RemoteException).
- convertRmiAccessException(Method, RemoteException, String) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
- Convert the given RemoteException that happened during remote access
to Spring's RemoteAccessException if the method signature does not
support RemoteException.
- convertRmiAccessException(Method, RemoteException, boolean, String) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
- Convert the given RemoteException that happened during remote access
to Spring's RemoteAccessException if the method signature does not
support RemoteException.
- convertSource(Object) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Convert the supplied
Object
into an XSLT Source
if the
Object
type is supported
.
- convertToDisplayString(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get a display String for the given value, converted by a PropertyEditor
that the BindStatus may have registered for the value's Class.
- convertToExporterParameter(String) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Convert the given fully qualified field name to a corresponding
JRExporterParameter instance.
- convertToModelMBeanNotificationInfo(ManagedNotification) -
Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
- Convert the supplied
ManagedNotification
into the corresponding
ModelMBeanNotificationInfo
.
- convertToScriptSource(String, String, ResourceLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Convert the given script source locator to a ScriptSource instance.
- convertToXopPackage() -
Method in interface org.springframework.oxm.mime.MimeContainer
- Turn this message into a XOP package.
- convertTypedValue(EvaluationContext, TypedValue, Class<T>) -
Static method in class org.springframework.expression.common.ExpressionUtils
- Determines if there is a type converter available in the specified context and attempts to use it to convert the
supplied value to the specified type.
- convertUnderscoreNameToPropertyName(String) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Convert a column name with underscores to the corresponding property name using "camel case".
- convertValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
- Hook to convert each encountered Map value.
- convertValue(Object, TypeDescriptor) -
Method in class org.springframework.expression.spel.ExpressionState
-
- convertValue(TypedValue, TypeDescriptor) -
Method in class org.springframework.expression.spel.ExpressionState
-
- convertValue(Object, TypeDescriptor, TypeDescriptor) -
Method in class org.springframework.expression.spel.support.StandardTypeConverter
-
- convertValue(Object, TypeDescriptor, TypeDescriptor) -
Method in interface org.springframework.expression.TypeConverter
- Convert (may coerce) a value from one type to another, for example from a boolean to a string.
- convertValueToRequiredType(Object, Class) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
- Convert the given column value to the specified required type.
- convertXmlBeansException(Exception, boolean) -
Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
- Convert the given XMLBeans exception to an appropriate exception from the
org.springframework.oxm
hierarchy.
- convertXStreamException(Exception, boolean) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Convert the given XStream exception to an appropriate exception from the
org.springframework.oxm
hierarchy.
- CookieGenerator - Class in org.springframework.web.util
- Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
- CookieGenerator() -
Constructor for class org.springframework.web.util.CookieGenerator
-
- CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver
implementation that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the specified default locale
or the request's accept-header locale.- CookieLocaleResolver() -
Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
- Creates a new instance of the
CookieLocaleResolver
class
using the default cookie name
.
- CookieThemeResolver - Class in org.springframework.web.servlet.theme
- Implementation of ThemeResolver that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the default theme.
- CookieThemeResolver() -
Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
-
- CookieValue - Annotation Type in org.springframework.web.bind.annotation
- Annotation which indicates that a method parameter should be bound to an HTTP cookie.
- copy() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Create a copy of this ValueHolder: that is, an independent
ValueHolder instance with the same contents.
- copy(File, File) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given input File to the given output File.
- copy(byte[], File) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given byte array to the given output File.
- copy(InputStream, OutputStream) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given InputStream to the given OutputStream.
- copy(byte[], OutputStream) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given byte array to the given OutputStream.
- copy(Reader, Writer) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given Reader to the given Writer.
- copy(String, Writer) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given String to the given output Writer.
- COPYABLE_FIELDS -
Static variable in class org.springframework.util.ReflectionUtils
- Pre-built FieldFilter that matches all non-static, non-final fields.
- copyAttributesFrom(AttributeAccessor) -
Method in class org.springframework.core.AttributeAccessorSupport
- Copy the attributes from the supplied AttributeAccessor to this accessor.
- copyConfigurationFrom(AdvisedSupport) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Call this method on a new instance created by the no-arg constructor
to create an independent copy of the configuration from the given object.
- copyConfigurationFrom(AdvisedSupport, TargetSource, List<Advisor>) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Copy the AOP configuration from the given AdvisedSupport object,
but allow substitution of a fresh TargetSource and a given interceptor chain.
- copyConfigurationFrom(ConfigurableBeanFactory) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Copy all relevant configuration from the given other factory.
- copyConfigurationFrom(ConfigurableBeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- copyConfigurationFrom(ConfigurableBeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- copyConfigurationFrom(ConfigurableBeanFactory) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- copyCustomEditorsTo(PropertyEditorRegistry, String) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
- Copy the custom editors registered in this instance to the given target registry.
- copyDefaultEditorsTo(PropertyEditorRegistrySupport) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
- Copy the default editors registered in this instance to the given target registry.
- copyFrom(ProxyConfig) -
Method in class org.springframework.aop.framework.ProxyConfig
- Copy configuration from the other config object.
- copyFrom(AbstractBeanFactoryBasedTargetSource) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.
- copyModelParameters(Map<String, Object>, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Copy all entries from the supplied Map into the
parameter set
of the supplied Transformer
.
- copyOutputProperties(Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Copy the configured output
Properties
, if any, into the
output property set
of the supplied
Transformer
.
- copyOverrides(ResourceOverridingShadowingClassLoader) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
- Copy all overrides from the given ClassLoader.
- copyProperties(Object, Object) -
Static method in class org.springframework.beans.BeanUtils
- Copy the property values of the given source bean into the target bean.
- copyProperties(Object, Object, Class<?>) -
Static method in class org.springframework.beans.BeanUtils
- Copy the property values of the given source bean into the given target bean,
only setting properties defined in the given "editable" class (or interface).
- copyProperties(Object, Object, String[]) -
Static method in class org.springframework.beans.BeanUtils
- Copy the property values of the given source bean into the given target bean,
ignoring the given "ignoreProperties".
- copyPropertiesToBean(Annotation, Object, String...) -
Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
- Copy the properties of the supplied
Annotation
to the supplied target bean.
- copyQualifiersFrom(AbstractBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Copy the qualifiers from the supplied AbstractBeanDefinition to this bean definition.
- copyQualityValue(MediaType) -
Method in class org.springframework.http.MediaType
- Return a replica of this instance with the quality value of the given MediaType.
- copyRecursively(File, File) -
Static method in class org.springframework.util.FileSystemUtils
- Recursively copy the contents of the
src
file/directory
to the dest
file/directory.
- copyRegisteredEditorsTo(PropertyEditorRegistry) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Initialize the given PropertyEditorRegistry with the custom editors
that have been registered with this BeanFactory.
- copyRegisteredEditorsTo(PropertyEditorRegistry) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- copySortDefinition(SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
- Create a deep copy of the given sort definition,
for use as state holder to compare a modified sort definition against.
- copyTo(MailMessage) -
Method in class org.springframework.mail.SimpleMailMessage
- Copy the contents of this message to the given target message.
- copyToByteArray(File) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given input File into a new byte array.
- copyToByteArray(InputStream) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given InputStream into a new byte array.
- copyToString(Reader) -
Static method in class org.springframework.util.FileCopyUtils
- Copy the contents of the given Reader into a String.
- copyTransformers(ShadowingClassLoader) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
- Copy all ClassFileTransformers from the given ClassLoader to the list of
transformers that this ClassLoader will apply.
- countAdvicesOfType(Class) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Count advices of the given class.
- countBeansIncludingAncestors(ListableBeanFactory) -
Static method in class org.springframework.beans.factory.BeanFactoryUtils
- Count all beans in any hierarchy in which this factory participates.
- countOccurrencesOf(String, String) -
Static method in class org.springframework.util.StringUtils
- Count the occurrences of the substring in string s.
- countRowsInTable(String) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Deprecated. Count the rows in the given table
- countRowsInTable(String) -
Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- Deprecated. Count the rows in the given table.
- countRowsInTable(String) -
Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
- Count the rows in the given table.
- countRowsInTable(String) -
Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- Count the rows in the given table.
- countRowsInTable(SimpleJdbcTemplate, String) -
Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
- Count the rows in the given table.
- create() -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Invokes the
create()
method on the cached EJB home object.
- create(K) -
Method in class org.springframework.util.CachingMapDecorator
- Create a value to cache for the given key.
- createActionURL() -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) -
Method in interface org.springframework.jms.listener.endpoint.JmsActivationSpecFactory
- Create a JCA 1.5 ActivationSpec object based on the given
JmsActivationSpecConfig
object.
- createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
- createAdvisorIntroducingNamedBean(String) -
Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
- Create a new advisor that will expose the given bean name, introducing
the NamedBean interface to make the bean name accessible without forcing
the target object to be aware of this Spring IoC concept.
- createAdvisorWithoutIntroduction(String) -
Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
- Create a new advisor that will expose the given bean name,
with no introduction
- createAndConfigureMBean(Object, String) -
Method in class org.springframework.jmx.export.MBeanExporter
- Creates an MBean that is configured with the appropriate management
interface for the supplied managed resource.
- createAndHoldSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Create a savepoint and hold it for the transaction.
- createAopProxy(AdvisedSupport) -
Method in interface org.springframework.aop.framework.AopProxyFactory
- Create an
AopProxy
for the given AOP configuration.
- createAopProxy(AdvisedSupport) -
Method in class org.springframework.aop.framework.DefaultAopProxyFactory
-
- createAopProxy() -
Method in class org.springframework.aop.framework.ProxyCreatorSupport
- Subclasses should call this to get a new AOP proxy.
- createApplicationContext(String[]) -
Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
- Create the ApplicationContext instance, given an array of class path resource
Strings which should be combined
- createApplicationContext(BootstrapContext) -
Method in class org.springframework.jca.context.SpringContextResourceAdapter
- Build a Spring ApplicationContext for the given JCA BootstrapContext.
- createApplicationContext(String[]) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Deprecated. Create a Spring
ConfigurableApplicationContext
for use by this test.
- createApplicationContext(Object) -
Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
-
- createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that can join transactions with the
joinTransaction()
method, but is not automatically
managed by the container.
- createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that can join transactions with the
joinTransaction()
method, but is not automatically
managed by the container.
- createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that can join transactions with the
joinTransaction()
method, but is not automatically
managed by the container.
- createApproximateCollection(Object, int) -
Static method in class org.springframework.core.CollectionFactory
- Create the most approximate collection for the given collection.
- createApproximateMap(Object, int) -
Static method in class org.springframework.core.CollectionFactory
- Create the most approximate map for the given map.
- createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) -
Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
- Extension point to create the model attribute if not found in the model.
- createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
- Instantiate the model attribute from a URI template variable or from a
request parameter if the name matches to the model attribute name and
if there is an appropriate type conversion strategy.
- createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
- Create a model attribute from a String request value (e.g.
- createBatch(Map[]) -
Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
- Create an array of MapSqlParameterSource objects populated with data from the
values passed in.
- createBatch(Object[]) -
Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
- Create an array of BeanPropertySqlParameterSource objects populated with data
from the values passed in.
- createBean(Class<T>) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- Fully create a new bean instance of the given class.
- createBean(Class, int, boolean) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- Fully create a new bean instance of the given class with the specified
autowire strategy.
- createBean(Class<T>) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- createBean(Class, int, boolean) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- createBean(String, RootBeanDefinition, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Central method of this class: creates a bean instance,
populates the bean instance, applies post-processors, etc.
- createBean(String, RootBeanDefinition, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Create a bean instance for the given bean definition.
- createBeanDefinition(String, String, ClassLoader) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
- Create a new GenericBeanDefinition for the given parent name and class name,
eagerly loading the bean class if a ClassLoader has been specified.
- createBeanDefinition(String, String) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Create a bean definition for the given class name and parent name.
- createBeanDefinitionDocumentReader() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Create the
BeanDefinitionDocumentReader
to use for actually
reading bean definitions from an XML document.
- createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Deprecated. Factory method for creating new
BeanDefinitionReader
s for
loading bean definitions into the supplied
context
.
- createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.AbstractGenericContextLoader
- Factory method for creating a new
BeanDefinitionReader
for loading
bean definitions into the supplied context
.
- createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader
should be used as a
SmartContextLoader
,
not as a legacy ContextLoader
.
- createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
- Creates a new
PropertiesBeanDefinitionReader
.
- createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.GenericXmlContextLoader
- Create a new
XmlBeanDefinitionReader
.
- createBeanFactory(String[]) -
Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
- Create the BeanFactory instance, given an array of class path resource Strings
which should be combined.
- createBeanFactory() -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
- Create an internal bean factory for this context.
- createBeanFactoryBasedTargetSource(Class<?>, String) -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
- Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource
if they wish to create a custom TargetSource for this bean, or
null
if they are
not interested it in, in which case no special target source will be created.
- createBeanFactoryBasedTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
-
- createBeanFactoryBasedTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
-
- createBeanInstance(String, RootBeanDefinition, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Create a new instance for the specified bean, using an appropriate instantiation strategy:
factory method, constructor autowiring, or simple instantiation.
- createBeanWrapper() -
Method in class org.springframework.validation.BeanPropertyBindingResult
- Create a new
BeanWrapper
for the underlying target object.
- createBinder(NativeWebRequest, Object, String) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- createBinder(NativeWebRequest, Object, String) -
Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
- Create a new
WebDataBinder
for the given target object and
initialize it through a WebBindingInitializer
.
- createBinder(NativeWebRequest, Object, String) -
Method in interface org.springframework.web.bind.support.WebDataBinderFactory
- Create a
WebDataBinder
for the given object.
- createBinder(PortletRequest, Object, String) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Template method for creating a new PortletRequestDataBinder instance.
- createBinder(PortletRequest, Object) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Create a new binder instance for the given command and request.
- createBinder(HttpServletRequest, Object, String) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Template method for creating a new ServletRequestDataBinder instance.
- createBinder(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Create a new binder instance for the given command and request.
- createBinder(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Create a new binder instance for the given command and request.
- createBinderInstance(Object, String, NativeWebRequest) -
Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
- Extension point to create the WebDataBinder instance.
- createBinderInstance(Object, String, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
- Returns an instance of
ExtendedServletRequestDataBinder
.
- createBrowser(Session, Queue, String) -
Method in class org.springframework.jms.core.JmsTemplate
- Create a JMS MessageProducer for the given Session and Destination,
configuring it to disable message ids and/or timestamps (if necessary).
- createBrowser(Session, Queue, String) -
Method in class org.springframework.jms.core.JmsTemplate102
- Deprecated.
- createBshObject(String) -
Static method in class org.springframework.scripting.bsh.BshScriptUtils
- Create a new BeanShell-scripted object from the given script source.
- createBshObject(String, Class[]) -
Static method in class org.springframework.scripting.bsh.BshScriptUtils
- Create a new BeanShell-scripted object from the given script source,
using the default ClassLoader.
- createBshObject(String, Class[], ClassLoader) -
Static method in class org.springframework.scripting.bsh.BshScriptUtils
- Create a new BeanShell-scripted object from the given script source.
- createBurlapProxy(BurlapProxyFactory) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Create the Burlap proxy that is wrapped by this interceptor.
- createCache() -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Create a raw Cache object based on the configuration of this FactoryBean.
- createCallableStatement(Connection) -
Method in interface org.springframework.jdbc.core.CallableStatementCreator
- Create a callable statement in this connection.
- createCallString() -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Build the call string based on configuration and metadata information.
- createCciTemplate(ConnectionFactory) -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Create a CciTemplate for the given ConnectionFactory.
- createCollection(Class, int) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Create a Collection of the given type, with the given
initial capacity (if supported by the Collection type).
- createCollection(Class<?>, int) -
Static method in class org.springframework.core.CollectionFactory
- Create the most appropriate collection for the given collection type.
- createColumnMap(int) -
Method in class org.springframework.jdbc.core.ColumnMapRowMapper
- Create a Map instance to be used as column map.
- createCommand() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Create a new command instance for the command class of this controller.
- createCommand() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Create a new command instance for the command class of this controller.
- createCommonsHttpMethod(HttpMethod, String) -
Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
- Deprecated. Create a Commons HttpMethodBase object for the given HTTP method
and URI specification.
- createCompositeInterface(Class[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createCompositeInterface(Class[]) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createCompositeInterface(Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createCompositeInterface(Class<?>[], ClassLoader) -
Static method in class org.springframework.util.ClassUtils
- Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createConcurrentMap(int) -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
- createConcurrentMapCache(String) -
Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- Create a new ConcurrentMapCache instance for the specified cache name.
- createConcurrentMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
- createConfigInterface(BeanDefinition, Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Create a config interface for the given bean definition, defining setter
methods for the defined property values as well as an init method and
a destroy method (if defined).
- createConfiguration() -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Prepare the FreeMarker Configuration and return it.
- createConnection() -
Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
- Create a new JMS Connection for registration with a JmsResourceHolder.
- createConnection() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- createConnection(String, String) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- createConnection() -
Method in class org.springframework.jms.connection.JmsTransactionManager
- Create a JMS Connection via this template's ConnectionFactory.
- createConnection() -
Method in class org.springframework.jms.connection.JmsTransactionManager102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
-
- createConnection(String, String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
-
- createConnection() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- createConnection(String, String) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- createConnection() -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e.
- createConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Delegate the call straight to the target ConnectionFactory.
- createConnection() -
Method in class org.springframework.jms.core.JmsTemplate102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createConnection() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createConnection() -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Create a new JMS Connection for this JMS invoker.
- createConnection() -
Method in class org.springframework.jms.support.JmsAccessor
- Create a JMS Connection via this template's ConnectionFactory.
- createConnectionProxy(Connection) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Create a close-suppressing proxy for the given JDBC Connection.
- createConnectionSpec(Integer, Boolean, String, String) -
Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
- Create a WebSphere
JDBCConnectionSpec
object for the given charateristics.
- createConsumer(Session, Destination, String) -
Method in class org.springframework.jms.core.JmsTemplate
- Create a JMS MessageConsumer for the given Session and Destination.
- createConsumer(Session, Destination, String) -
Method in class org.springframework.jms.core.JmsTemplate102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Create a JMS MessageConsumer for the given Session and Destination.
- createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Create a JMS MessageConsumer for the given Session and Destination.
- createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that automatically joins transactions on each
operation in a transaction.
- createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that automatically joins transactions on each
operation in a transaction.
- createContainerManagedEntityManager(EntityManager, EntityManagerFactoryInfo) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that automatically joins transactions on each
operation in a transaction.
- createContainerManagedEntityManager(EntityManagerFactory) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that automatically joins transactions on each
operation in a transaction.
- createContainerManagedEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- Create an EntityManager that automatically joins transactions on each
operation in a transaction.
- createContainerManagedEntityManager() -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated. Create an EntityManager that will always automatically enlist itself in current
transactions, in contrast to an EntityManager returned by
EntityManagerFactory.createEntityManager()
(which requires an explicit joinTransaction()
call).
- createContentHandler(Node) -
Static method in class org.springframework.util.xml.DomUtils
- Returns a SAX
ContentHandler
that transforms callback calls to DOM Node
s.
- createContentHandler(XMLStreamWriter) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a SAX
ContentHandler
that writes to the given StAX XMLStreamWriter
.
- createContentHandler(XMLEventWriter) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a SAX
ContentHandler
that writes events to the given StAX XMLEventWriter
.
- createContextLoader() -
Method in class org.springframework.web.context.ContextLoaderListener
- Deprecated. in favor of simply subclassing ContextLoaderListener itself
(which extends ContextLoader, as of Spring 3.0)
- createControlFlow() -
Static method in class org.springframework.core.ControlFlowFactory
- Return an appropriate
ControlFlow
instance.
- createConversionService() -
Method in class org.springframework.context.support.ConversionServiceFactoryBean
- Create the ConversionService instance returned by this factory bean.
- createCookie(String) -
Method in class org.springframework.web.util.CookieGenerator
- Create a cookie with the given value, using the cookie descriptor
settings of this generator (except for "cookieMaxAge").
- createCopyOnWriteSet() -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
- createCustomException(String, String, SQLException, Class) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Create a custom DataAccessException, based on a given exception
class from a CustomSQLErrorCodesTranslation definition.
- createCustomStaxResult(XMLStreamWriter) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a custom, non-JAXP 1.4 StAX
Result
for the given XMLStreamWriter
.
- createCustomStaxResult(XMLEventWriter) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a custom, non-JAXP 1.4 StAX
Result
for the given XMLEventWriter
.
- createCustomStaxSource(XMLStreamReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a custom, non-JAXP 1.4 StAX
Source
for the given XMLStreamReader
.
- createCustomStaxSource(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a custom, non-JAXP 1.4 StAX
Source
for the given XMLEventReader
.
- createDatabaseSchema() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Execute schema creation script, determined by the Configuration object
used for creating the SessionFactory.
- createDataBinderFactory(List<InvocableHandlerMethod>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Template method to create a new ServletRequestDataBinderFactory instance.
- createDataSource(InputStreamSource, String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Create an Activation Framework DataSource for the given InputStreamSource.
- createDefaultBeanWiringInfoResolver() -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
- Create the default BeanWiringInfoResolver to be used if none was
specified explicitly.
- createDefaultConversionService() -
Static method in class org.springframework.core.convert.support.ConversionServiceFactory
- Deprecated. in Spring 3.1 in favor of
DefaultConversionService.DefaultConversionService()
- createDefaultInOutParameter(String, CallParameterMetaData) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
- Create a default inout parameter based on the provided meta data.
- createDefaultInOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- createDefaultInParameter(String, CallParameterMetaData) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
- Create a default in parameter based on the provided meta data.
- createDefaultInParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- createDefaultNamespaceHandlerResolver() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Create the default implementation of
NamespaceHandlerResolver
used if none is specified.
- createDefaultOutParameter(String, CallParameterMetaData) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
- Create a default out parameter based on the provided meta data.
- createDefaultOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- createDefaultOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- createDefaultOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- createDefaultResourceRefLocator() -
Static method in class org.springframework.jndi.JndiLocatorDelegate
- Configure a
JndiLocatorDelegate
with its "resourceRef" property set to
true
, meaning that all names will be prefixed with "java:comp/env/".
- createDefaultStrategy(ApplicationContext, Class<?>) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Create a default strategy.
- createDefaultStrategy(ApplicationContext, Class<?>) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Create a default strategy.
- createDefaultTaskExecutor() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Create a default TaskExecutor.
- createDefinition(String, String) -
Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Actually creates definition in the form of a BeanFactory, given a resource name
which supports standard Spring resource prefixes ('classpath:', 'classpath*:', etc.)
This is split out as a separate method so that subclasses can override the actual
type used (to be an ApplicationContext, for example).
- createDefinition(String, String) -
Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
- Overrides the default method to create definition object as an ApplicationContext
instead of the default BeanFactory.
- createDefinitionsFactory(DefinitionsFactoryConfig) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Deprecated. Create the Tiles DefinitionsFactory and expose it to the ServletContext.
- createDirectFieldAccessor() -
Method in class org.springframework.validation.DirectFieldBindingResult
- Create a new DirectFieldAccessor for the underlying target object.
- createDocumentBuilder(DocumentBuilderFactory, EntityResolver, ErrorHandler) -
Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
- Create a JAXP DocumentBuilder that this bean definition reader
will use for parsing XML documents.
- createDocumentBuilder(DocumentBuilderFactory) -
Method in class org.springframework.oxm.support.AbstractMarshaller
- Create a
DocumentBuilder
that this marshaller will use for creating
DOM documents when passed an empty DOMSource
.
- createDocumentBuilderFactory(int, boolean) -
Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
- Create the
DocumentBuilderFactory
instance.
- createDocumentBuilderFactory() -
Method in class org.springframework.oxm.support.AbstractMarshaller
- Create a
DocumentBuilder
that this marshaller will use for creating
DOM documents when passed an empty DOMSource
.
- createElement(String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- createElement(int) -
Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
- Create the element for the supplied index.
- createEndpoint(XAResource) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- The standard JCA 1.5 version of
createEndpoint
.
- createEndpoint(XAResource, long) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- The alternative JCA 1.6 version of
createEndpoint
.
- createEndpoint(XAResource) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
- Wrap each concrete endpoint instance with an AOP proxy,
exposing the message listener's interfaces as well as the
endpoint SPI through an AOP introduction.
- createEndpoint(Object) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Create the actual Endpoint instance.
- createEndpointInternal() -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- Create the actual endpoint instance, as a subclass of the
AbstractMessageEndpointFactory.AbstractMessageEndpoint
inner class of this factory.
- createEndpointInternal() -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
- Creates a concrete generic message endpoint, internal to this factory.
- createEndpointInternal() -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
- Creates a concrete JMS message endpoint, internal to this factory.
- createEntityManager() -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Obtain a new EntityManager from this accessor's EntityManagerFactory.
- createEntityManager(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
- Create a JPA EntityManager to be bound to a request.
- createEntityManagerFactoryProxy(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Create a proxy of the given EntityManagerFactory.
- createEntityManagerForTransaction() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Create a JPA EntityManager to be used for a transaction.
- createEntityManagerProxy(EntityManager) -
Method in class org.springframework.orm.jpa.JpaTemplate
- Deprecated. Create a close-suppressing proxy for the given JPA EntityManager.
- createEnvironment() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Create and return a new
StandardEnvironment
.
- createEnvironment() -
Method in class org.springframework.jca.context.SpringContextResourceAdapter
- Return a new
StandardEnvironment
.
- createEnvironment() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- Create and return a new
StandardServletEnvironment
.
- createEnvironment() -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
- Create and return a new
StandardServletEnvironment
.
- createEnvironment() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- Create and return a new
StandardServletEnvironment
.
- createEnvironment() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
- Create and return a new
StandardPortletEnvironment
.
- createEnvironment() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
- Return a new
StandardPortletEnvironment
- createEventStreamReader(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Return a
XMLStreamReader
that reads from a XMLEventReader
.
- createEventStreamWriter(XMLEventWriter, XMLEventFactory) -
Static method in class org.springframework.util.xml.StaxUtils
- Return a
XMLStreamWriter
that writes to a XMLEventWriter
.
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Create a new
ScheduledExecutorService
instance.
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- Create a new
ScheduledExecutorService
instance.
- createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
- Create a JasperReports exporter for a specific output format,
which will be used to render the report to the HTTP response.
- createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
- Returns a new instance of the specified
JRExporter
class.
- createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
-
- createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
-
- createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
-
- createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
-
- createFileTypeMap(Resource, String[]) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Compile a
FileTypeMap
from the mappings in the given mapping file
and the given mapping entries.
- createHelper(XmlReaderContext, Element, BeanDefinitionParserDelegate) -
Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- createHessianProxy(HessianProxyFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Create the Hessian proxy that is wrapped by this interceptor.
- createHibernateTemplate(SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Create a HibernateTemplate for the given SessionFactory.
- createHttpContext(HttpMethod, URI) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
- Template methods that creates a
HttpContext
for the given HTTP method and URI.
- createHttpInputMessage(NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Return a
HttpInputMessage
for the given NativeWebRequest
.
- createHttpInputMessage(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Template method for creating a new HttpInputMessage instance.
- createHttpOutputMessage(NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Return a
HttpOutputMessage
for the given NativeWebRequest
.
- createHttpOutputMessage(HttpServletResponse) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Template method for creating a new HttpOuputMessage instance.
- createHttpPost(HttpInvokerClientConfiguration) -
Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- Create a HttpPost for the given configuration.
- createHttpUriRequest(HttpMethod, URI) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
- Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
- createIdentityMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 2.5, for usage on JDK 1.4 or higher
- createIndexedRecord(String) -
Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
-
- createIndexedRecord(String) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Create an indexed Record through the ConnectionFactory's RecordFactory.
- createInitialContext() -
Method in class org.springframework.jndi.JndiTemplate
- Create a new JNDI initial context.
- createInitialContextFactory(Hashtable<?, ?>) -
Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
- Simple InitialContextFactoryBuilder implementation,
creating a new SimpleNamingContext instance.
- createInputMessage(NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
- Creates a new
HttpInputMessage
from the given NativeWebRequest
.
- createInputRecord(RecordFactory, Object) -
Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
-
- createInputRecord(RecordFactory, Object) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
- Subclasses must implement this method to generate an input Record
from an input object passed into the
execute
method.
- createInputSource(Resource) -
Static method in class org.springframework.oxm.support.SaxResourceUtils
- Create a SAX
InputSource
from the given resource.
- createInsertString(String[]) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Build the insert string based on configuration and metadata information
- createInsertTypes() -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Build the array of
Types
based on configuration and metadata information
- createInstance() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Template method that subclasses must override to construct
the object returned by this factory.
- createInstance() -
Method in class org.springframework.beans.factory.config.ListFactoryBean
-
- createInstance() -
Method in class org.springframework.beans.factory.config.MapFactoryBean
-
- createInstance() -
Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
-
- createInstance() -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- Deprecated. as of Spring 3.0, in favor of
PropertiesFactoryBean.createProperties()
- createInstance() -
Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
-
- createInstance() -
Method in class org.springframework.beans.factory.config.SetFactoryBean
-
- createInstance() -
Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
- Delegates to
AbstractServiceLoaderBasedFactoryBean.getObjectToExpose(java.util.ServiceLoader)
.
- createInstance() -
Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- createInterceptorDefinition(Node) -
Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
- Subclasses should implement this method to return the
BeanDefinition
for the interceptor they wish to apply to the bean being decorated.
- createInvocationTraceName(MethodInvocation) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Create a
String
name for the given MethodInvocation
that can be used for trace/logging purposes.
- createJaxRpcService() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Create a JAX-RPC Service according to the parameters of this factory.
- createJaxWsService() -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Create a JAX-WS Service according to the parameters of this factory.
- createJdbcTemplate(DataSource) -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Create a JdbcTemplate for the given DataSource.
- createJdoTemplate(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Deprecated. Create a JdoTemplate for the given PersistenceManagerFactory.
- createJmsTemplate(ConnectionFactory) -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
- Create a JmsTemplate for the given ConnectionFactory.
- createJobInstance(TriggerFiredBundle) -
Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
- Create an instance of the specified job class.
- createJobInstance(TriggerFiredBundle) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
- Create the job instance, populating it with property values taken
from the scheduler context, job data map and trigger data map.
- createJpaTemplate(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Deprecated. Create a JpaTemplate for the given EntityManagerFactory.
- createJpaTemplate(EntityManager) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Deprecated. Create a JpaTemplate for the given EntityManager.
- createJRubyObject(String, Class[]) -
Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
- Create a new JRuby-scripted object from the given script source,
using the default
ClassLoader
.
- createJRubyObject(String, Class[], ClassLoader) -
Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
- Create a new JRuby-scripted object from the given script source.
- createLinkedCaseInsensitiveMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
- createLinkedMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 2.5, for usage on JDK 1.4 or higher
- createLinkedSetIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
- Deprecated. as of Spring 2.5, for usage on JDK 1.4 or higher
- createListenerConsumer(Session) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Create a MessageConsumer for the given JMS Session,
registering a MessageListener for the specified listener.
- createListenerConsumer(Session) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Create a MessageConsumer for the given JMS Session,
registering a MessageListener for the specified listener.
- createLob(PreparedStatement, boolean, OracleLobHandler.LobCallback) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
- Create a LOB instance for the given PreparedStatement,
populating it via the given callback.
- createMainInterceptor() -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Create the "main" interceptor for this proxy factory bean.
- createMainInterceptor() -
Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
- createMainInterceptor() -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Creates an advisor for this FactoryBean's TransactionInterceptor.
- createMap(Class, int) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
- Create a Map of the given type, with the given
initial capacity (if supported by the Map type).
- createMap(Class<?>, int) -
Static method in class org.springframework.core.CollectionFactory
- Create the most approximate map for the given map.
- createMap(Connection) -
Method in interface org.springframework.jdbc.core.ParameterMapper
- Create a Map of input parameters, keyed by name.
- createMappedRecord(String) -
Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
-
- createMappedRecord(String) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Create a mapped Record from the ConnectionFactory's RecordFactory.
- createMarshaller(Class) -
Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
- Creates a new
Marshaller
for the given class.
- createMarshaller() -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Return a newly created JAXB marshaller.
- createMarshallingContext() -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Create a new
IMarshallingContext
, configured with the correct indentation.
- createMBeanServer(String, boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Create a new
MBeanServer
instance and register it with the
MBeanServerFactory
, if desired.
- createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractView
- Creates a combined output Map (never
null
) that includes dynamic values and static attributes.
- createMessage(Session) -
Method in interface org.springframework.jms.core.MessageCreator
- Create a
Message
to be sent.
- createMessage(HttpServletRequest, String, String) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Create a log message for the given request, prefix and suffix.
- createMessageForByteArray(byte[], Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Create a JMS BytesMessage for the given byte array.
- createMessageForMap(Map<?, ?>, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Create a JMS MapMessage for the given Map.
- createMessageFormat(String, Locale) -
Method in class org.springframework.context.support.MessageSourceSupport
- Create a MessageFormat for the given message and Locale.
- createMessageForNoExceptionThrown() -
Method in class org.springframework.test.AssertThrows
- Deprecated. Creates the failure message used if the test fails
(i.e.
- createMessageForSerializable(Serializable, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Create a JMS ObjectMessage for the given Serializable object.
- createMessageForString(String, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Create a JMS TextMessage for the given String.
- createMessageForWrongThrownExceptionType(Exception) -
Method in class org.springframework.test.AssertThrows
- Deprecated. Creates the failure message used if the wrong type
of
Exception
is thrown in the body of the test.
- createMessageSource(String) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- Create a MessageSource for the given basename,
to be used as MessageSource for the corresponding theme.
- createMetaDataProvider(DataSource, CallMetaDataContext) -
Static method in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
- Create a CallMetaDataProvider based on the database metedata
- createMetaDataProvider(DataSource, TableMetaDataContext) -
Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
- Create a TableMetaDataProvider based on the database metedata
- createMetaDataProvider(DataSource, TableMetaDataContext, NativeJdbcExtractor) -
Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
- Create a TableMetaDataProvider based on the database metedata
- createMimeMessage() -
Method in interface org.springframework.mail.javamail.JavaMailSender
- Create a new JavaMail MimeMessage for the underlying JavaMail Session
of this sender.
- createMimeMessage(InputStream) -
Method in interface org.springframework.mail.javamail.JavaMailSender
- Create a new JavaMail MimeMessage for the underlying JavaMail Session
of this sender, using the given input stream as the message source.
- createMimeMessage() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- This implementation creates a SmartMimeMessage, holding the specified
default encoding and default FileTypeMap.
- createMimeMessage(InputStream) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- createMimeMultiparts(MimeMessage, int) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Determine the MimeMultipart objects to use, which will be used
to store attachments on the one hand and text(s) and inline elements
on the other hand.
- createModelMBean() -
Method in class org.springframework.jmx.export.MBeanExporter
- Create an instance of a class that implements
ModelMBean
.
- createModelMBeanOperationInfo(Method, String, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Creates an instance of
ModelMBeanOperationInfo
for the
given method.
- createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
- Create the
AbstractNamedValueMethodArgumentResolver.NamedValueInfo
object for the given method parameter.
- createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- createNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Subclasses must implement this method to create the EntityManagerFactory
that will be returned by the
getObject()
method.
- createNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- createNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
- Initialize the EntityManagerFactory for the given configuration.
- createObject() -
Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- Subclasses should implement this method to return the lazy initialized object.
- createObjectInputStream(InputStream, String) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Create an ObjectInputStream for the given InputStream and codebase.
- createObjectInputStream(InputStream) -
Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
- Create an ObjectInputStream for the given InputStream.
- createObjectOutputStream(OutputStream) -
Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
- Create an ObjectOutputStream for the given OutputStream.
- createObjectPool() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Subclasses can override this if they want to return a specific Commons pool.
- createOptimalAccessor(EvaluationContext, Object, String) -
Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
- Attempt to create an optimized property accessor tailored for a property of a particular name on
a particular class.
- createOutputMessage(NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
- Creates a new
HttpOutputMessage
from the given NativeWebRequest
.
- createParameterNameDiscoverer() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Create a ParameterNameDiscoverer to be used for argument binding.
- createPersistenceManagerProxy(PersistenceManager) -
Method in class org.springframework.orm.jdo.JdoTemplate
- Deprecated. Create a close-suppressing proxy for the given JDO PersistenceManager.
- createPointcut() -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Create the actual pointcut: By default, a
JdkRegexpMethodPointcut
will be used.
- createPointcutExpression(Method, Class, String[]) -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
- The pointcut and advice annotations both have an "argNames" member which contains a
comma-separated list of the argument names.
- createPool() -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Create the pool.
- createPool() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Creates and holds an ObjectPool instance.
- createPortletApplicationContext(ApplicationContext) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Instantiate the Portlet ApplicationContext for this portlet, either a default
XmlPortletApplicationContext or a custom context class if set.
- createPostMethod(HttpInvokerClientConfiguration) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Create a PostMethod for the given configuration.
- createPreparedStatement(Connection) -
Method in interface org.springframework.jdbc.core.PreparedStatementCreator
- Create a statement in this connection.
- createProducer(Session, Destination) -
Method in class org.springframework.jms.core.JmsTemplate
- Create a JMS MessageProducer for the given Session and Destination,
configuring it to disable message ids and/or timestamps (if necessary).
- createProperties() -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- Template method that subclasses may override to construct the object
returned by this factory.
- createProxy(Class<?>, String, Object[], TargetSource) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Create an AOP proxy for the given bean.
- createQueryString(List<Param>, Set<String>, boolean) -
Method in class org.springframework.web.servlet.tags.UrlTag
- Build the query string from available parameters that have not already
been applied as template params.
- createQueue(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Create the BlockingQueue to use for the ThreadPoolExecutor.
- createQueue(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- Create the BlockingQueue to use for the ThreadPoolExecutor.
- createQueue(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Create the BlockingQueue to use for the ThreadPoolExecutor.
- createQueueConnection() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- createQueueConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
-
- createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
-
- createQueueConnection() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- createQueueConnection() -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e.
- createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Delegate the call straight to the target QueueConnectionFactory.
- createReaderContext(Resource) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Create the
XmlReaderContext
to pass over to the document reader.
- createRecord(RecordCreator) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Invoke the given RecordCreator, converting JCA ResourceExceptions
to Spring's DataAccessException hierarchy.
- createRecord(RecordFactory) -
Method in interface org.springframework.jca.cci.core.RecordCreator
- Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
- createRecord(RecordFactory) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
-
- createRefreshableProxy(TargetSource, Class[], boolean) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Create a refreshable proxy for the given AOP TargetSource.
- createRelative(String) -
Method in class org.springframework.core.io.AbstractResource
- This implementation throws a FileNotFoundException, assuming
that relative resources cannot be created for this resource.
- createRelative(String) -
Method in class org.springframework.core.io.ClassPathResource
- This implementation creates a ClassPathResource, applying the given path
relative to the path of the underlying resource of this descriptor.
- createRelative(String) -
Method in class org.springframework.core.io.FileSystemResource
- This implementation creates a FileSystemResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
- createRelative(String) -
Method in interface org.springframework.core.io.Resource
- Create a resource relative to this resource.
- createRelative(String) -
Method in class org.springframework.core.io.UrlResource
- This implementation creates a UrlResource, applying the given path
relative to the path of the underlying URL of this resource descriptor.
- createRelative(String) -
Method in class org.springframework.core.io.VfsResource
-
- createRelative(String) -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation creates a ServletContextResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
- createRelative(String) -
Method in class org.springframework.web.portlet.context.PortletContextResource
-
- createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
-
- createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
- Create a new RemoteInvocation object for the given AOP method invocation.
- createRemoteInvocation(MethodInvocation) -
Method in interface org.springframework.remoting.support.RemoteInvocationFactory
- Create a serializable RemoteInvocation object from the given AOP
MethodInvocation.
- createRenderURL() -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- createReport(JRDataSourceProvider) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Create a report using the given provider.
- createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
- This implementation simply calls
AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory)
with the wrapped request factory provided to the
constructor.
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) -
Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
- Create a new
ClientHttpRequest
for the specified URI and HTTP method by using the
passed-on request factory.
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) -
Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) -
Method in interface org.springframework.http.client.ClientHttpRequestFactory
- Create a new
ClientHttpRequest
for the specified URI and HTTP method.
- createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
- Deprecated.
- createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
- createRequest(URI, HttpMethod, ClientHttpRequestFactory) -
Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.support.HttpAccessor
- Create a new
ClientHttpRequest
via this template's ClientHttpRequestFactory
.
- createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) -
Method in class org.springframework.web.servlet.view.AbstractView
- Create a RequestContext to expose under the specified attribute name.
- createRequestMessage(Session, RemoteInvocation) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Create the invoker request message.
- createResourceURL() -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- createResponseMessage(Message, Session, RemoteInvocationResult) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
- Create the invocation result response message.
- createResult(HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Create the XSLT
Result
used to render the result of the transformation.
- createResultsMap() -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Create a Map instance to be used as results map.
- createReturnResultSetParameter(String, RowMapper) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Create a ReturnResultSetParameter/SqlOutParameter depending on the support provided
by the JDBC driver used for the database in use.
- createRootApplicationContext() -
Method in class org.springframework.web.context.AbstractContextLoaderInitializer
- Create the "root" application context to be provided to the
ContextLoaderListener
.
- createRootApplicationContext() -
Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
- Create the "root" application context to be provided to the
ContextLoaderListener
.
- createSavepoint() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
- Create a new JDBC 3.0 Savepoint for the current Connection,
using generated savepoint names that are unique for the Connection.
- createSavepoint() -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
- This implementation creates a JDBC 3.0 Savepoint and returns it.
- createSavepoint() -
Method in interface org.springframework.transaction.SavepointManager
- Create a new savepoint.
- createSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- This implementation delegates to a SavepointManager for the
underlying transaction, if possible.
- createScanner(XmlReaderContext, boolean) -
Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- createScheduler(SchedulerFactory, String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Create the Scheduler instance for the given factory and scheduler name.
- createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) -
Static method in class org.springframework.aop.scope.ScopedProxyUtils
- Generates a scoped proxy for the supplied target bean, registering the target
bean with an internal name and setting 'targetBeanName' on the scoped proxy.
- createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Create a bean definition for the scripted object, based on the given script
definition, extracting the definition data that is relevant for the scripted
object (that is, everything but bean class and constructor arguments).
- createScriptFactoryBeanDefinition(BeanDefinition) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Create a ScriptFactory bean definition based on the given script definition,
extracting only the definition data that is relevant for the ScriptFactory
(that is, only bean class and constructor arguments).
- createServerSpecificLoadTimeWeaver(ClassLoader) -
Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- createService(ServiceFactory) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Actually create the JAX-RPC Service instance,
based on this factory's settings.
- createServiceFactory() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Create a JAX-RPC ServiceFactory, either of the specified class
or the default.
- createServiceLocatorException(Constructor, BeansException) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Create a service locator exception for the given cause.
- createServletApplicationContext() -
Method in class org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
- Create a servlet application context to be provided to the
DispatcherServlet
.
- createServletApplicationContext() -
Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
- Create a servlet application context to be provided to the
DispatcherServlet
.
- createSession(Connection) -
Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
- Create a new JMS Session for registration with a JmsResourceHolder.
- createSession(Connection) -
Method in class org.springframework.jms.connection.JmsTransactionManager
- Create a JMS Session for the given Connection.
- createSession(Connection) -
Method in class org.springframework.jms.connection.JmsTransactionManager102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createSession(Connection, Integer) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Create a default Session for this ConnectionFactory,
adaptign to JMS 1.0.2 style queue/topic mode if necessary.
- createSession(Connection) -
Method in class org.springframework.jms.core.JmsTemplate102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createSession(Connection) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createSession(Connection) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
- Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
- createSession(Connection) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Create a new JMS Session for this JMS invoker.
- createSession(Connection) -
Method in class org.springframework.jms.support.JmsAccessor
- Create a JMS Session for the given Connection.
- createSessionProxy(Session) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Create a close-suppressing proxy for the given Hibernate Session.
- createShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated. NB: This method must not have a return type of ShadowingClassLoader as that would cause that
class to be loaded eagerly when this test case loads, creating verify errors at runtime.
- createSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Create a shared Connection for this container.
- createSharedEntityManager(EntityManagerFactory) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
- Create a transactional EntityManager proxy for the given EntityManagerFactory.
- createSharedEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
- Create a transactional EntityManager proxy for the given EntityManagerFactory.
- createSharedEntityManager(EntityManagerFactory, Map, Class...) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
- Create a transactional EntityManager proxy for the given EntityManagerFactory.
- createSqlRowSet(ResultSet) -
Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
- Create a SqlRowSet that wraps the given ResultSet,
representing its data in a disconnected fashion.
- createStaxResult(XMLStreamWriter) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a StAX
Result
for the given XMLStreamWriter
.
- createStaxResult(XMLEventWriter) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a StAX
Result
for the given XMLEventWriter
.
- createStaxSource(XMLStreamReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a StAX
Source
for the given XMLStreamReader
.
- createStaxSource(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a StAX
Source
for the given XMLEventReader
.
- createSubcontext(String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- createSubcontext(Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- createTagWriter() -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Create the
TagWriter
which all output will be written to.
- createTargetSource(Object) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Determine a TargetSource for the given target (or TargetSource).
- createTargetUrl(Map<String, Object>, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.RedirectView
- Creates the target URL by checking if the redirect string is a URI template first,
expanding it with the given model, and then optionally appending simple type model
attributes as query String parameters.
- createTemporaryOutputStream() -
Method in class org.springframework.web.servlet.view.AbstractView
- Create a temporary OutputStream for this view.
- createTest() -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Delegates to the parent implementation for creating the test instance and
then allows the
TestContextManager
to
prepare the test instance before returning it.
- createTestContextManager(Class<?>) -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Creates a new
TestContextManager
for the supplied test class and
the configured default ContextLoader
class name.
- createThread(Runnable) -
Method in class org.springframework.util.CustomizableThreadCreator
- Template method for the creation of a Thread.
- createTilesInitializer() -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Creates a new instance of
BasicTilesInitializer
.
- createTimer() -
Method in class org.springframework.jca.support.SimpleBootstrapContext
-
- createTimer(String, boolean) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
- Deprecated. Create a new Timer instance.
- createTimer() -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Deprecated. Create a new
Timer
instance.
- createTopicConnection() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- createTopicConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
-
- createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
-
- createTopicConnection() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
- createTopicConnection() -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e.
- createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Delegate the call straight to the target TopicConnectionFactory.
- createTransaction(JDBCContext, TransactionFactory.Context) -
Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
-
- createTransaction(String, int) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- createTransaction(String, int) -
Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
-
- createTransaction(String, int) -
Method in class org.springframework.transaction.jta.SimpleTransactionFactory
-
- createTransaction(String, int) -
Method in interface org.springframework.transaction.jta.TransactionFactory
- Create an active Transaction object based on the given name and timeout.
- createTransaction(String, int) -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- createTransactionIfNecessary(Method, Class) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Create a transaction if necessary, based on the given method and class.
- createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Create a transaction if necessary based on the given TransactionAttribute.
- createTransformer(Templates) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Create the
Transformer
instance used to prefer the XSLT transformation.
- createTypeFilter(Element, ClassLoader) -
Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
-
- createTypeValue(Connection, int, String) -
Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
- Create the type value to be passed into
PreparedStatement.setObject
.
- createUnmarshaller(Class) -
Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
- Creates a new
Unmarshaller
for the given class.
- createUnmarshaller() -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Return a newly created JAXB unmarshaller.
- createUnmarshallingContext() -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Create a new
IUnmarshallingContext
.
- createURI(String) -
Method in class org.springframework.beans.propertyeditors.URIEditor
- Create a URI instance for the given (resolved) String value.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
- Overridden to create a ChainedContext, which is part of the view package
of Velocity Tools, as special context.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Create a Velocity Context instance for the given model,
to be passed to the template for merging.
- createVelocityContext(Map<String, Object>) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Create a Velocity Context instance for the given model,
to be passed to the template for merging.
- createVelocityEngine() -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Prepare the VelocityEngine instance and return it.
- createView(String, Locale) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
- Create the actual View object.
- createView(String, Locale) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Overridden to implement check for "redirect:" prefix.
- createWebApplicationContext(ServletContext) -
Method in class org.springframework.web.context.ContextLoader
- Instantiate the root WebApplicationContext for this loader, either the
default context class or a custom context class if specified.
- createWebApplicationContext(ServletContext, ApplicationContext) -
Method in class org.springframework.web.context.ContextLoader
- Deprecated. as of Spring 3.1 in favor of
ContextLoader.createWebApplicationContext(ServletContext)
and
ContextLoader.configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext)
- createWebApplicationContext(ApplicationContext) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Instantiate the WebApplicationContext for this servlet, either a default
XmlWebApplicationContext
or a custom context class
, if set.
- createWebApplicationContext(WebApplicationContext) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Instantiate the WebApplicationContext for this servlet, either a default
XmlWebApplicationContext
or a custom context class
, if set.
- createWebApplicationContext(WebApplicationContext) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Deprecated. Instantiate the WebApplicationContext for the ActionServlet, either a default
XmlWebApplicationContext or a custom context class if set.
- createWithResolvedBean() -
Method in class org.springframework.web.method.HandlerMethod
- If the provided instance contains a bean name rather than an object instance, the bean name is resolved
before a
HandlerMethod
is created and returned.
- createXMLContext(Resource[], Class[], String[]) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Create the Castor
XMLContext
.
- createXmlReader() -
Method in class org.springframework.oxm.support.AbstractMarshaller
- Create a
XMLReader
that this marshaller will when passed an empty SAXSource
.
- createXMLReader(XMLStreamReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a SAX
XMLReader
that reads from the given StAX XMLStreamReader
.
- createXMLReader(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
- Create a SAX
XMLReader
that reads from the given StAX XMLEventReader
.
- createXsltSource(Map<String, Object>, String, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Return the XML
Source
to transform.
- CronSequenceGenerator - Class in org.springframework.scheduling.support
- Date sequence generator for a Crontab pattern,
allowing clients to specify a pattern that the sequence matches.
- CronSequenceGenerator(String, TimeZone) -
Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
- Construct a
CronSequenceGenerator
from the pattern provided.
- CronTask - Class in org.springframework.scheduling.config
TriggerTask
implementation defining a Runnable
to be executed according
to a standard
cron expression.- CronTask(Runnable, String) -
Constructor for class org.springframework.scheduling.config.CronTask
- Create a new
CronTask
.
- CronTask(Runnable, CronTrigger) -
Constructor for class org.springframework.scheduling.config.CronTask
- Create a new
CronTask
.
- CronTrigger - Class in org.springframework.scheduling.support
Trigger
implementation for cron expressions.- CronTrigger(String) -
Constructor for class org.springframework.scheduling.support.CronTrigger
- Build a
CronTrigger
from the pattern provided in the default time zone.
- CronTrigger(String, TimeZone) -
Constructor for class org.springframework.scheduling.support.CronTrigger
- Build a
CronTrigger
from the pattern provided.
- CronTriggerBean - Class in org.springframework.scheduling.quartz
- Convenience subclass of Quartz's
CronTrigger
class,
making bean-style usage easier. - CronTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
-
- CronTriggerFactoryBean - Class in org.springframework.scheduling.quartz
- A Spring
FactoryBean
for creating a Quartz CronTrigger
instance, supporting bean-style usage for trigger configuration. - CronTriggerFactoryBean() -
Constructor for class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
- CurrencyEditor - Class in org.springframework.beans.propertyeditors
- Editor for
java.util.Currency
, translating currency codes into Currency
objects. - CurrencyEditor() -
Constructor for class org.springframework.beans.propertyeditors.CurrencyEditor
-
- CurrencyFormatter - Class in org.springframework.format.number
- A BigDecimal formatter for currency values.
- CurrencyFormatter() -
Constructor for class org.springframework.format.number.CurrencyFormatter
-
- currentFormObject(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Deprecated. Return the current form object to use for binding and further processing,
based on the passed-in form object as found in the HttpSession.
- currentInvocation() -
Static method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
- Return the AOP Alliance MethodInvocation object associated with the current invocation.
- currentJoinPoint() -
Static method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Lazily instantiate joinpoint for the current invocation.
- currentProxy() -
Static method in class org.springframework.aop.framework.AopContext
- Try to return the current AOP proxy.
- currentRequestAttributes() -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Return the RequestAttributes currently bound to the thread.
- currentSession() -
Method in class org.springframework.orm.hibernate3.SpringSessionContext
- Retrieve the Spring-managed Session for the current thread, if any.
- currentSession() -
Method in class org.springframework.orm.hibernate4.SpringSessionContext
- Retrieve the Spring-managed Session for the current thread, if any.
- currentTransactionInfo() -
Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Subclasses can use this to return the current TransactionInfo.
- currentTransactionStatus() -
Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Return the transaction status of the current method invocation.
- CustomAutowireConfigurer - Class in org.springframework.beans.factory.annotation
- A
BeanFactoryPostProcessor
implementation that allows for convenient registration of custom autowire
qualifier types. - CustomAutowireConfigurer() -
Constructor for class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- CustomBooleanEditor - Class in org.springframework.beans.propertyeditors
- Property editor for Boolean/boolean properties.
- CustomBooleanEditor(boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
- Create a new CustomBooleanEditor instance, with "true"/"on"/"yes"
and "false"/"off"/"no" as recognized String values.
- CustomBooleanEditor(String, String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
- Create a new CustomBooleanEditor instance,
with configurable String values for true and false.
- CustomCollectionEditor - Class in org.springframework.beans.propertyeditors
- Property editor for Collections, converting any source Collection
to a given target Collection type.
- CustomCollectionEditor(Class) -
Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Create a new CustomCollectionEditor for the given target type,
keeping an incoming
null
as-is.
- CustomCollectionEditor(Class, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Create a new CustomCollectionEditor for the given target type.
- CustomDateEditor - Class in org.springframework.beans.propertyeditors
- Property editor for
java.util.Date
,
supporting a custom java.text.DateFormat
. - CustomDateEditor(DateFormat, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
- Create a new CustomDateEditor instance, using the given DateFormat
for parsing and rendering.
- CustomDateEditor(DateFormat, boolean, int) -
Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
- Create a new CustomDateEditor instance, using the given DateFormat
for parsing and rendering.
- CustomEditorConfigurer - Class in org.springframework.beans.factory.config
BeanFactoryPostProcessor
implementation that allows for convenient
registration of custom property editors
.- CustomEditorConfigurer() -
Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- CustomizableThreadCreator - Class in org.springframework.util
- Simple customizable helper class for creating threads.
- CustomizableThreadCreator() -
Constructor for class org.springframework.util.CustomizableThreadCreator
- Create a new CustomizableThreadCreator with default thread name prefix.
- CustomizableThreadCreator(String) -
Constructor for class org.springframework.util.CustomizableThreadCreator
- Create a new CustomizableThreadCreator with the given thread name prefix.
- CustomizableThreadFactory - Class in org.springframework.scheduling.backportconcurrent
- Implementation of the JSR-166 backport
ThreadFactory
interface,
allowing for customizing the created threads (name, priority, etc). - CustomizableThreadFactory() -
Constructor for class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
- Create a new CustomizableThreadFactory with default thread name prefix.
- CustomizableThreadFactory(String) -
Constructor for class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
- Create a new CustomizableThreadFactory with the given thread name prefix.
- CustomizableThreadFactory - Class in org.springframework.scheduling.concurrent
- Implementation of the JDK 1.5
ThreadFactory
interface, allowing for customizing the created threads (name, priority, etc). - CustomizableThreadFactory() -
Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
- Create a new CustomizableThreadFactory with default thread name prefix.
- CustomizableThreadFactory(String) -
Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
- Create a new CustomizableThreadFactory with the given thread name prefix.
- CustomizableTraceInterceptor - Class in org.springframework.aop.interceptor
MethodInterceptor
implementation that allows for highly customizable
method-level tracing, using placeholders.- CustomizableTraceInterceptor() -
Constructor for class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
- customize(GroovyObject) -
Method in interface org.springframework.scripting.groovy.GroovyObjectCustomizer
- Customize the supplied
GroovyObject
.
- customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
- Customize the internal bean factory used by this context.
- customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Deprecated. Customize the internal bean factory of the ApplicationContext used by
this test.
- customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.test.context.support.AbstractGenericContextLoader
- Customize the internal bean factory of the ApplicationContext created by
this
ContextLoader
.
- customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- customizeContext(GenericApplicationContext) -
Method in class org.springframework.test.context.support.AbstractGenericContextLoader
- Customize the
GenericApplicationContext
created by this
ContextLoader
after bean definitions have been
loaded into the context but before the context is refreshed.
- customizeContext(ServletContext, ConfigurableWebApplicationContext) -
Method in class org.springframework.web.context.ContextLoader
- Customize the
ConfigurableWebApplicationContext
created by this
ContextLoader after config locations have been supplied to the context
but before the context is refreshed.
- customizeEvaluationContext(StandardEvaluationContext) -
Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- Template method for customizing the expression evaluation context.
- customizeMarshaller(Marshaller) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Template method that allows for customizing of the given Castor
Marshaller
.
- customizePropertySources(MutablePropertySources) -
Method in class org.springframework.core.env.AbstractEnvironment
- Customize the set of
PropertySource
objects to be searched by this
Environment
during calls to AbstractEnvironment.getProperty(String)
and related
methods.
- customizePropertySources(MutablePropertySources) -
Method in class org.springframework.core.env.StandardEnvironment
- Customize the set of property sources with those appropriate for any standard Java
environment:
"systemProperties"
"systemEnvironment"
- customizePropertySources(MutablePropertySources) -
Method in class org.springframework.web.context.support.StandardServletEnvironment
- Customize the set of property sources with those contributed by superclasses as
well as those appropriate for standard servlet-based environments:
"servletConfigInitParams"
"servletContextInitParams"
"jndiProperties"
- customizePropertySources(MutablePropertySources) -
Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
- Customize the set of property sources with those contributed by superclasses as
well as those appropriate for standard portlet-based environments:
"portletConfigInitParams"
"portletContextInitParams"
"servletContextInitParams"
"jndiProperties"
- customizeProxyFactory(ProxyFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Subclasses may choose to implement this: for example,
to change the interfaces exposed.
- customizeRegistration(ServletRegistration.Dynamic) -
Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
- Optionally perform further registration customization once
AbstractDispatcherServletInitializer.registerDispatcherServlet(ServletContext)
has completed.
- customizeResourceOverridingShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractAspectjJpaTests
- Deprecated.
- customizeResourceOverridingShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated. Customize the shadowing class loader.
- customizeUnmarshaller(Unmarshaller) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Template method that allows for customizing of the given Castor
Unmarshaller
.
- customizeXStream(XStream) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Template to allow for customizing of the given
XStream
.
- CustomMapEditor - Class in org.springframework.beans.propertyeditors
- Property editor for Maps, converting any source Map
to a given target Map type.
- CustomMapEditor(Class) -
Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
- Create a new CustomMapEditor for the given target type,
keeping an incoming
null
as-is.
- CustomMapEditor(Class, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
- Create a new CustomMapEditor for the given target type.
- CustomNumberEditor - Class in org.springframework.beans.propertyeditors
- Property editor for any Number subclass such as Short, Integer, Long,
BigInteger, Float, Double, BigDecimal.
- CustomNumberEditor(Class<? extends Number>, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
- Create a new CustomNumberEditor instance, using the default
valueOf
methods for parsing and toString
methods for rendering.
- CustomNumberEditor(Class<? extends Number>, NumberFormat, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
- Create a new CustomNumberEditor instance, using the given NumberFormat
for parsing and rendering.
- CustomScopeConfigurer - Class in org.springframework.beans.factory.config
- Simple
BeanFactoryPostProcessor
implementation that registers
custom Scope(s)
with the containing ConfigurableBeanFactory
. - CustomScopeConfigurer() -
Constructor for class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- CustomSQLErrorCodesTranslation - Class in org.springframework.jdbc.support
- JavaBean for holding custom JDBC error codes translation for a particular
database.
- CustomSQLErrorCodesTranslation() -
Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
- CustomSQLExceptionTranslatorRegistrar - Class in org.springframework.jdbc.support
- Registry for registering custom
SQLExceptionTranslator
instances for specific databases. - CustomSQLExceptionTranslatorRegistrar() -
Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
-
- CustomSQLExceptionTranslatorRegistry - Class in org.springframework.jdbc.support
- Registry for custom
SQLExceptionTranslator
instances associated with
specific databases allowing for overriding translation based on values contained in the configuration file
named "sql-error-codes.xml". - customTranslate(String, String, SQLException) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Subclasses can override this method to attempt a custom mapping from SQLException
to DataAccessException.
- CustomValidatorBean - Class in org.springframework.validation.beanvalidation
- Configurable bean class that exposes a specific JSR-303 Validator
through its original interface as well as through the Spring
Validator
interface. - CustomValidatorBean() -
Constructor for class org.springframework.validation.beanvalidation.CustomValidatorBean
-
SimpleDriverDataSource
or connection pool such as Apache DBCP or C3P0.PlatformTransactionManager
implementation for a single JDBC DataSource
.DataSource
.Date
types.DateTime
instances using a DateTimeFormatter
.CallMetaDataProvider
interface.DataFieldMaxValueIncrementer
that retrieves the next value of a given sequence
on DB2/390 or DB2/400.DataFieldMaxValueIncrementer
that retrieves the next value of a given sequence
on DB2 UDB (for Unix and Windows).MethodInterceptor
that can be introduced in a chain
to display verbose information about intercepted invocations to the logger.UrlPathHelper.decodeRequestString(HttpServletRequest, String)
unless UrlPathHelper.setUrlDecode(boolean)
is set to true
in which case
it is assumed the URL path from which the variables were extracted is
already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest)
.
Node
(either an element or an attribute) and decorate
the supplied BeanDefinition
,
returning the decorated definition.
Node
and decorate the supplied
BeanDefinitionHolder
, returning the decorated definition.
Node
by delegating to the BeanDefinitionDecorator
that
is registered to handle that Node
.
OverridingClassLoader
and ShadowingClassLoader
,
providing common handling of excluded packages and classes.aop.xml
file in the class path:
"META-INF/aop.xml"
request.getCharacterEncoding
returns null
, according to the Servlet spec.
indenting is enabled
.
layout key
.
layout url
.
_method
null
which we cannot use in annotation attributes.
LABEL_ORDER
,
then CODE_ORDER
.
persistence.xml
file:
"classpath*:META-INF/persistence.xml".
screen content key
.
AdvisorAdapterRegistry
interface.Advised
object.HandlerMapping
interface that maps handlers based on portlet modes expressed through the
RequestMapping
annotation at the type or method level.HandlerMapping
interface that maps handlers based on HTTP paths expressed through the
RequestMapping
annotation at the type or method level.AopProxyFactory
implementation,
creating either a CGLIB proxy or a JDK dynamic proxy.BeanDefinitionDocumentReader
interface.BeanNameGenerator
interface, delegating to
BeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry)
.BindingErrorProcessor
implementation.LoadTimeWeaver
bean for use in an application context,
decorating an automatically detected internal LoadTimeWeaver
.GenericConversionService
configured by default with
converters appropriate for most environments.DefaultConversionService
with the set of
default converters.
WebRequestDataBinder
instance and initialize it with a
WebBindingInitializer
.DocumentLoader
implementation.FormattingConversionService
configured by default with
converters and formatters appropriate for most applications.DefaultFormattingConversionService
with the set of
default converters and
default formatters.
DefaultFormattingConversionService
with the set of
default converters and,
based on the value of registerDefaultFormatters
, the set of
default formatters.
DefaultFormattingConversionService
with the set of
default converters and,
based on the value of registerDefaultFormatters
, the set of
default formatters
HandlerExceptionResolver
interface that resolves standard Spring exceptions and translates
them to corresponding HTTP status codes.Ordered.LOWEST_PRECEDENCE
.
IntroductionAdvisor
implementation
that by default applies to any class.JdoDialect
interface.JmsActivationSpecFactory
interface.JpaDialect
interface.LifecycleProcessor
strategy.ListableBeanFactory
and
BeanDefinitionRegistry
interfaces: a full-fledged bean factory
based on bean definition objects.LobHandler
interface.Log
instance used to write trace messages.
MessageCodesResolver
interface.MessageConsumer.receive()
calls that also allow for
transactional reception of messages (registering them with XA transactions).DefaultMessageListenerContainer
MessageSourceResolvable
interface.MultipartActionRequest
interface.MultipartHttpServletRequest
interface.NamespaceHandlerResolver
interface.DefaultNamespaceHandlerResolver
using the
default mapping file location.
DefaultNamespaceHandlerResolver
using the
default mapping file location.
DefaultNamespaceHandlerResolver
using the
supplied mapping file location.
PersistenceUnitManager
interface.PropertiesPersister
interface.RemoteInvocationExecutor
interface.RemoteInvocationFactory
interface.RequestToViewNameTranslator
that simply transforms the URI of the incoming request into a view name.ResourceLoader
interface.ResponseErrorHandler
interface.ScopedObject
interface.DefaultScopedObject
class.
DefaultServletHandlerConfigurer
instance.
HttpRequestHandler
for serving static files using the Servlet container's "default" Servlet.SessionAttributeStore
interface,
storing the attributes in the WebRequest session (i.e.SingletonBeanRegistry
.toString()
styler.TransactionDefinition
interface,
offering bean-style configuration and sensible default values
(PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).TransactionStatus
interface, used by AbstractPlatformTransactionManager
.toString
styling conventions.DeferredResult.set(Object)
is called.
IntroductionInterceptor
interface.ConnectionFactory
implementation that delegates all calls
to a given target ConnectionFactory
.ConnectionFactory
implementation that delegates all calls
to a given target ConnectionFactory
, adapting specific
create(Queue/Topic)Connection
calls to the target ConnectionFactory
if necessary (e.g.DataSource
implementation that delegates all calls
to a given target DataSource
.EntityResolver
implementation that delegates to a BeansDtdResolver
and a PluggableSchemaResolver
for DTDs and XML schemas, respectively.BeansDtdResolver
and a default PluggableSchemaResolver
.
EntityResolvers
.
ErrorHandler
to handle it.DelegatingFilterProxy
.
DelegatingFilterProxy
with the given Filter
delegate.
DelegatingFilterProxy
that will retrieve the named target
bean from the Spring WebApplicationContext
found in the ServletContext
(either the 'root' application context or the context named by
DelegatingFilterProxy.setContextAttribute(java.lang.String)
).
DelegatingFilterProxy
that will retrieve the named target
bean from the given Spring WebApplicationContext
.
IntroductionInterceptor
interface.Job
adapter that delegates to a
given Runnable
instance.MessageSource
that delegates all calls to the parent MessageSource.ServletInputStream
.ServletOutputStream
.DelegatingSmartContextLoader
is an implementation of the SmartContextLoader
SPI that delegates to a set of candidate SmartContextLoaders (i.e.,
GenericXmlContextLoader
and AnnotationConfigContextLoader
) to
determine which context loader is appropriate for a given test class's configuration.scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService
TransactionAttribute
implementation that delegates all calls to a given target
TransactionAttribute
instance.TransactionDefinition
implementation that delegates all calls to a given target
TransactionDefinition
instance.VariableResolver
that first delegates to the
original resolver of the underlying JSF implementation (for resolving
managed-bean objects as defined in faces-config.xml
as well as well-known implicit EL attributes), then to the Spring
root WebApplicationContext
(for resolving Spring beans).WebMvcConfigurationSupport
that detects and delegates
to all beans of type WebMvcConfigurer
allowing them to customize the
configuration provided by WebMvcConfigurationSupport
.File
- for directories,
recursively delete any nested directories or files as well.
TestExecutionListener
which provides support for dependency
injection and initialization of test instances.@Deprecated
beans.CallMetaDataProvider
interface.DataFieldMaxValueIncrementer
that increments the maximum value of a given Derby table
with the equivalent of an auto-increment column.TableMetaDataProvider
.Resource
implementation that holds a resource description
but does not point to an actually readable resource.MockHttpSession.serializeState()
.
Converter
that delegates to a Deserializer
to convert data in a byte array to an object.Deserializer
.
ObjectPool
when destroying this object.
BeanFactory
and
BeanWiringInfoResolver
when the container is destroyed.
HttpConnectionManager
's
connection pool, if any.
ClientConnectionManager
's
connection pool, if any.
AbstractJmsListeningContainer.shutdown()
when the BeanFactory destroys the container instance.
NotificationListener
.
ApplicationContext
is destroyed.
JMXConnectorServer
managed by an instance of this class.
JMXConnector
.
MBeanServer
instance, if necessary.
shutdown
when the BeanFactory destroys
the task executor instance.
shutdown
when the BeanFactory destroys
the task executor instance.
Timer
on bean factory shutdown, stopping all scheduled tasks.
ConfigurableApplicationContext.close()
.
String
prefixed to the name of a
destruction callback when it is stored in a HttpSession
.
String
prefixed to the name of a
destruction callback when it is stored in a PortletSession
.
BeanPostProcessor
that adds a before-destruction callback.MappedInterceptor
and adds them to the list of mapped interceptors.
Resource
.
InputStream
.
Action
bean, to be looked up in
the WebApplicationContext
.
Action
bean, to be looked up in
the WebApplicationContext
.
SmartInstantiationAwareBeanPostProcessors
.
ApplicationContextInitializer
implementation classes to use
if any have been specified by ContextLoader.CONTEXT_INITIALIZER_CLASSES_PARAM
.
RequestMapping
annotation on the handler class and on any of its methods.
AbstractControllerUrlHandlerMapping.buildUrlsForHandler(java.lang.String, java.lang.Class)
,
provided that AbstractControllerUrlHandlerMapping.isEligibleForMapping(java.lang.String, java.lang.Class)
returns true
.
"exceptionMappings"
, using the
"defaultErrorView"
as fallback.
"excludedExecptions"
, then searching the
"exceptionMappings"
, and finally using the
"defaultErrorView"
as a fallback.
PropertyAccessor
implementation that directly accesses instance fields.ApplicationContext
associated with a test is dirty and should be closed:
after the current test, when declared at the method level
after each test method in the current test class, when declared at the
class level with class mode set to AFTER_EACH_TEST_METHOD
after the current test class, when declared at the class level with class
mode set to AFTER_CLASS
@DirtiesContext
is interpreted when used to annotate a test class.TestExecutionListener
which provides support for marking the
ApplicationContext
associated with a test as dirty for
both test classes and test methods configured with the @DirtiesContext
annotation.application context
of the supplied
test context
as
dirty
, and sets the
REINJECT_DEPENDENCIES_ATTRIBUTE
in the test context to true
.
disabled
' attribute.
disabled
' attribute.
disabled
' attribute.
Transformer
.
DispatcherServlet
that will create its own internal web
application context based on defaults and values provided through servlet
init-params.
DispatcherServlet
with the given web application context.
ServletWebRequest
subclass that is aware of
DispatcherServlet
's
request context, such as the Locale determined by the configured
LocaleResolver
.SqlTypeValue
that adds a cleanup callback,
to be invoked after the value has been set and the corresponding
statement has been executed.createConnection(username, password)
method of the target ConnectionFactory, passing in the specified user credentials.
createQueueConnection(username, password)
method of the target QueueConnectionFactory, passing in the specified user credentials.
createTopicConnection(username, password)
method of the target TopicConnectionFactory, passing in the specified user credentials.
<beans>
level in a standard Spring XML bean definition document:
default-lazy-init
, default-autowire
, etc.Document
.FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
rendering
, flush any buffered
BodyContent
or, if no BodyContent
is supplied,
render the default content
.
button
' block tag.
form
' block tag and removes the form object name
from the PageContext
.
label
' tag.
options
.
SqlParameterSource
SqlParameterSource
SqlParameterSource
and returning a generated key
SqlParameterSource
and returning all generated keys
SqlParameterSource
CompositeFilter.setFilters(List)
) and executes them
in order.
doFilter
implementation stores a request attribute for
"already filtered", proceeding without filtering again if the
attribute is already there.
doFilter
, but guaranteed to be
just invoked once per request.
BindStatus
instance.
TagWriter
.
TagWriter
instance.
TagWriter
that might have been left over when using
nested options
.
ServletContext.getResourcePaths
to find
matching resources below the web application root directory.
PortletContext.getResourcePaths
to find
matching resources below the web application root directory.
AbstractEnvironment.setActiveProfiles(java.lang.String...)
or if the current set of active profiles
is empty, check for the presence of the "spring.profiles.active"
property and assign its value to the set of active profiles.
getConnection(ConnectionSpec)
method of the target ConnectionFactory, passing in the specified user credentials.
getConnection(username, password)
method of the target DataSource, passing in the specified user credentials.
WSDataSource.getConnection(JDBCConnectionSpec)
.
AbstractEnvironment.setDefaultProfiles(String...)
or if the current set of default profiles
consists only of reserved default
profiles, then check for the presence of the
"spring.profiles.default" property and assign its value (if any)
to the set of default profiles.
rawConnectionOperation
API,
using the getRawConnection
as callback to get access to the
raw Connection (which is otherwise not directly supported by C3P0).
getUnderlyingConnection
method.
getVendorConnection
method.
getNativeConnection
method.
JdbcTemplate.execute
with an active JDBC
CallableStatement.
CciTemplate.execute
with an active CCI Connection.
JdbcTemplate.execute
with an active JDBC
Connection.
HibernateTemplate.execute
with an active
Hibernate Session
.
CciTemplate.execute
with an active CCI Interaction.
JdoTemplate.execute
with an active JDO
PersistenceManager
.
Session
and QueueBrowser
.
Session
and MessageProducer
.
Session
, possibly returning a result.
JpaTemplate.execute
with an active
JPA EntityManager
.
JdbcTemplate.execute
with an active JDBC
PreparedStatement.
SqlMapClientTemplate.execute
with an active
SqlMapExecutor
.
JdbcTemplate.execute
with an active JDBC
Statement.
TransactionTemplate.execute(org.springframework.transaction.support.TransactionCallback)
within a transactional context.
TransactionTemplate.execute
within a transactional
context.
RmiInvocationHandler
.
RmiInvocationHandler
.
RmiClientInterceptorUtils.invokeRemoteMethod(org.aopalliance.intercept.MethodInvocation, java.lang.Object)
path
against the given pattern
.
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
, if desired.
Element
and populate the supplied
BeanDefinitionBuilder
as required.
Element
and populate the supplied
BeanDefinitionBuilder
as required.
Element
and populate the supplied
BeanDefinitionBuilder
as required.
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
MethodInterceptor
.
MethodInterceptor
.
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
afterCompletion
on the given Spring TransactionSynchronizations.
<beans/>
element.
ExceptionHandler
method and invoke it to handle the
raised exception.
DispatcherServlet.doDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
for the actual dispatching.
AbstractFormTag.createTagWriter()
and passes
the created TagWriter
to the AbstractFormTag.writeTagContent(TagWriter)
method.
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
, if desired.
RestTemplate.execute(java.lang.String, org.springframework.http.HttpMethod, org.springframework.web.client.RequestCallback, org.springframework.web.client.ResponseExtractor, java.lang.Object...)
with an opened ClientHttpRequest
.
DataSource
interface,
configuring the plain old JDBC DriverManager
via bean properties, and
returning a new Connection
from every getConnection
call.SimpleDriverDataSource
instead.
DestinationResolver
implementation resolving destination names
as dynamic destinations.JpaDialect
implementation for Eclipse
Persistence Services (EclipseLink).JpaVendorAdapter
implementation for Eclipse
Persistence Services (EclipseLink).Cache
implementation on top of an Ehcache
instance.EhCacheCache
instance.
CacheManager
.FactoryBean
that creates a named EHCache Cache
instance
(or a decorator that implements the Ehcache
interface),
representing a cache region within an EHCache CacheManager
.FactoryBean
that exposes an EHCache CacheManager
instance (independent or shared), configured from a specified config location.TransactionAttribute
annotation.onEjbRemove()
and unload the BeanFactory afterwards.
Collection
or an Array, creates a element TypeDescriptor from the provided collection or array element.
EmbeddedDatabase
instance.EmbeddedDatabaseFactory
that implements FactoryBean
for registration as a Spring bean.HttpEntity
, with no body or headers.
ReaderEventListener
interface,
providing no-op implementations of all callback methods.TargetSource
when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only.@Aspect
annotation,
similar to functionality found in Spring's <aop:aspectj-autoproxy>
XML element.<task:*>
XML namespace.<cache:*>
XML namespace.Filter
for the given filter name.
Transformer
.
Transformer
.
LoadTimeWeaver
for this application context, available as
a bean with the name "loadTimeWeaver", similar to the <context:load-time-weaver>
element in Spring XML.<task:*>
XML namespace.Configurable
annotation).<tx:*>
XML namespace.@Configuration
class to have the Spring MVC
configuration defined in WebMvcConfigurationSupport
imported:
@Configuration @EnableWebMvc @ComponentScan(basePackageClasses = { MyConfiguration.class }) public class MyWebConfiguration { }
UriComponents
instance.
UriComponents
instance.
Resource
with a specific encoding to be used for reading from the resource.UriComponentsBuilder
; see note about query param encoding
MockHttpServletResponse.encodeURL(java.lang.String)
,
returning the given URL String as-is.
UriComponentsBuilder
; see note about query param encoding
UriComponentsBuilder
complete
and rollback
flags.
ConfigurationClassEnhancer
.
EntityManagerFactory
.EntityManager
to be implemented by
EntityManager proxies.PropertySource
implementation capable of interrogating its
underlying source object to enumerate all possible property name/value
pairs.Environment
bean in the factory.
PropertySource
that wraps the
environment supplied to this configurer.
Environment
instance.Environment
that it runs in.Environment
object.toString()
results.
PropertySource
object is equal to the given object if:
they are the same instance
the name
properties for both objects are equal
MergedContextConfiguration
instance by comparing both object's locations
,
annotated classes
, active profiles
, and the fully qualified names of their
ContextLoaders
.
toString()
results.
BeanDefinitionParsingException
detailing the error
that has occurred.
Errors
method arguments.Statement
in the execution chain (typically an
instance of RunAfters
), catching any exceptions thrown, and then calls
TestContextManager.afterTestClass()
.
Statement
in the execution chain (typically an
instance of RunAfters
), catching any exceptions thrown, and then calls
TestContextManager.afterTestMethod(Object, Method, Throwable)
with the first
caught exception (if any).
TestContextManager.beforeTestClass()
and then invokes the
next Statement
in the execution chain (typically an instance of
RunBefores
).
TestContextManager.beforeTestMethod(Object, Method)
and
then invokes the next Statement
in the execution chain (typically
an instance of RunBefores
).
statement
in the execution chain
(typically an instance of
InvokeMethod
or ExpectException
) and throws an exception if the next
statement
takes more than the specified timeout
.
statement
in the execution chain for
the specified repeat count.
Controller
interface that allows
for handling Portlet 2.0 event requests as well.Interceptor
that publishes an
ApplicationEvent
to all ApplicationListeners
registered with an ApplicationEventPublisher
after each
successful method invocation.Session
cache.
ExceptionHandler
methods.
AbstractHandlerMethodExceptionResolver
that resolves exceptions
through @ExceptionHandler
methods.ExceptionHandler
methods at initialization, finds
the best matching method mapped to an exception at runtime.ExceptionHandler
methods in a handler.
ResponseEntity
.
ResponseEntity
.
ResponseEntity
.
task
.
task
synchronously, through direct
invocation of it's run()
method.
task
.
ClientHttpResponse
that can be read.
Session
.
executeInternal
afterwards.
Runnable
on this executor's Timer
instance,
wrapping it in a DelegatingTimerTask
.
RequestCallback
, and reading the response with a ResponseExtractor
.
RequestCallback
, and reading the response with a ResponseExtractor
.
RequestCallback
, and reading the response with a ResponseExtractor
.
doPerform
,
lazy-initializing the application context reference if necessary.
Action
.
List
.
SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback)
method
SqlMapClientTemplate.execute(org.springframework.orm.ibatis.SqlMapClientCallback)
method
Session
.
Session
.
java.util.concurrent.ExecutorService
(typically a ThreadPoolExecutor
).TaskExecutor
)
and exposes a full java.util.concurrent.ExecutorService
for it.true
.
true
.
ServletContext.getResource
.
PortletContext.getResource
.
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter)
allowing subclasses to add any attributes to the
PageContext
as needed.
this key
in the PageContext.PAGE_SCOPE
.
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification, for error pages that
are rendered directly rather than through the Servlet container's error page resolution:
javax.servlet.error.status_code
,
javax.servlet.error.exception_type
,
javax.servlet.error.message
,
javax.servlet.error.exception
,
javax.servlet.error.request_uri
,
javax.servlet.error.servlet_name
.
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for Servlet 2.3 containers as well as misbehaving Servlet 2.4 containers
(such as OC4J).
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for containers that implement 2.3 or an earlier version of the Servlet API:
javax.servlet.forward.request_uri
,
javax.servlet.forward.context_path
,
javax.servlet.forward.servlet_path
,
javax.servlet.forward.path_info
,
javax.servlet.forward.query_string
.
MethodInvocation
as a thread-local object.ExpressionEvaluator
.@Value
.ExposeInvocationInterceptor
to the beginning of the advice chain.
ModelMap
that implements the Model
interface.ServletRequestDataBinder
that adds URI template variables
to the values used for data binding.AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
BytesMessage
.
getBodyLength()
method which has been introduced in
JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
ClientHttpResponse
and return it.
MapMessage
.
execute
method.
ObjectMessage
.
null
for any input.
sourceCandidate
as-is.
SourceExtractor
to pull the
source metadata from the supplied Element
.
SourceExtractor
to pull the
source metadata from the supplied Element
.
RequestAttributes
adapter for a JSF FacesContext
.WebRequest
adapter for a JSF FacesContext
.FactoryBean
instance and distinguish it from
beans created by the FactoryBean.
BeanFactory
which are themselves factories.getObject()
method
if the bean is not fully initialized yet, for example because it is involved
in a circular reference.FactoryBean
instances,
integrated with DefaultSingletonBeanRegistry
's singleton management.ProblemReporter
implementation that exhibits fail-fast
behavior when errors are encountered.BeanDefinitionParsingException
detailing the error
that has occurred.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
Descriptor
.
FactoryBean
which retrieves a static or non-static field value.java.io.File
, to directly populate a File property
from a Spring resource location.Resource
implementation for java.io.File
handles.ResourceLoader
implementation that resolves plain paths as
file system resources rather than as class path resources
(the latter is DefaultResourceLoader
's default strategy).JasperPrint
instance from the configured
JasperReport
instance.
@ComponentScan
.candidateAdvisors
list
that is applicable to the given class.
Annotation
of annotationType
from the supplied Method
,
traversing its super methods if no annotation can be found on the given method itself.
Annotation
of annotationType
from the supplied Class
,
traversing its interfaces and superclasses if no annotation can be found on the given class itself.
Class
in the inheritance hierarchy of the specified clazz
(including the specified clazz
itself) which declares an annotation for the
specified annotationType
, or null
if not found.
Annotation
of annotationType
on the specified
bean, traversing its interfaces and super classes if no annotation can be
found on the given class itself.
Annotation
of annotationType
on the specified
bean, traversing its interfaces and super classes if no annotation can be
found on the given class itself, as well as checking its raw bean class
if not found on the exposed bean reference (e.g.
bridge Method
.
PropertyEditorRegistry
's
editor lookup facility, if available.
field
on the supplied Class
with the
supplied name
.
field
on the supplied Class
with the
supplied name
and/or type
.
candidates
' that is contained in
'source
'.
Method
on the supplied class with the supplied name
and no parameters.
Method
on the supplied class with the supplied name
and parameter types.
findObject
methods.
PropertyDescriptor
for the given method,
with the method either being the read method or the write method for
that bean property.
@ProfileValueSourceConfiguration
instead.
WebApplicationContext
passed in at construction time, if available.
WebApplicationContext
from the ServletContext
attribute with the configured name
.
ContextRefreshedEvent
.
LocaleResolver
implementation
that always returns a fixed default locale.FlashMapManager
.
SmartTransactionObject
interface.
JspWriter
.
AopConfigUtils.forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry)
FactoryBean
that builds and exposes a preconfigured ForkJoinPool
.Converters
and Formatters
with
a FormattingConversionService through the FormatterRegistry
SPI.ConversionService
implementation
designed to be configured as a FormatterRegistry
.FormattingConversionService
configured with converters and formatters for common types such as numbers and
datetimes.HttpMessageConverter
that can handle form data, including multipart form data (i.e.form
' whose
inner elements are bound to properties on a form object.ClassUtils.forName(String, ClassLoader)
Class.forName()
that also returns Class instances
for primitives (e.g."int") and array class names (e.g.
FrameworkServlet
that will create its own internal web
application context based on defaults and values provided through servlet
init-params.
FrameworkServlet
with the given web application context.
UrlBasedViewResolver
that supports FreeMarkerView
(i.e.ServletUriComponentsBuilder.fromContextPath(HttpServletRequest)
except the
request is obtained through RequestContextHolder
.
ServletUriComponentsBuilder.fromRequest(HttpServletRequest)
except the
request is obtained through RequestContextHolder
.
ServletUriComponentsBuilder.fromRequestUri(HttpServletRequest)
except the
request is obtained through RequestContextHolder
.
ServletUriComponentsBuilder.fromServletMapping(HttpServletRequest)
except the
request is obtained through RequestContextHolder
.
UriComponents
object from the string HTTP URL.
AnnotationAttributes
instance based on the given map; if the map
is already an AnnotationAttributes
instance, it is casted and returned
immediately without creating any new instance; otherwise create a new instance by
wrapping the map with the AnnotationAttributes.AnnotationAttributes(Map)
constructor.
Message
into an object.
null
).
null
).
URI
.
AnnotationConfigContextLoader
should be used as a
SmartContextLoader
,
not as a legacy ContextLoader
.
KeyHolder
interface, to be used for
holding auto-generated keys (as potentially returned by JDBC insert statements).DefaultListableBeanFactory
instance and does not assume a specific bean definition format.SmartApplicationListener
adapter that determines supported event types
through introspecting the generically declared type of the target listener.BeanDefinitionBuilder
used to construct a GenericBeanDefinition
.
BeanDefinitionBuilder
used to construct a GenericBeanDefinition
.
BeanDefinitionBuilder
used to construct a GenericBeanDefinition
.
CallMetaDataProvider
interface.ConversionService
implementation suitable for use in most environments.Filter
which treats
its config parameters (init-param
entries within the
filter
tag in web.xml
) as bean properties.Marshaller
that has support for Java 5 generics.MessageEndpointFactory
interface,
providing transaction management capabilities for any kind of message
listener object (e.g.javax.portlet.GenericPortlet
that treats
its config parameters as bean properties.AbstractGenericContextLoader
that reads
bean definitions from Java Properties
resources.TableMetaDataProvider
that should provide
enough features for all supported databases.Unmarshaller
that has support for Java 5 generics.GenericApplicationContext
, suitable for web environments.refreshed
.
AbstractGenericContextLoader
that reads
bean definitions from XML resources.creating it
if not found in the underlying storage mechanism.
null
if not found.
null
if not found.
null
if not found.
null
if not found.
null
if not found.
Accept
header.
Accept-Charset
header.
acceptCharset
' attribute.
Charset
.
SecurityContextProvider
.
accesskey
' attribute.
action
' attribute.
test class
.
aop.xml
file
in the class path.
AssertThrows.test()
, if any.
AdviceMode
attribute for the annotation specified by the
generic type A
.
null
).
List
of Advisors
.
HTTP methods
, as specified by the Allow
header.
alt
' attribute.
Annotation
of annotationType
from the supplied
Method, Constructor or Field.
Annotation
of annotationType
from the supplied Method
.
AnnotationAttributes
map structure.
Annotations
from the supplied Method
.
ApplicationContext
that the event was raised for.
null
.
application context
for this test
context, possibly cached.
null
if
not initialized yet via ExceptionHandlerExceptionResolver.afterPropertiesSet()
.
null
if
not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet()
.
null
).
BeanFactory
and returns it.
null
to indicate that
there is no appropriate text representation.
null
to indicate that
there is no appropriate text representation.
null
to indicate that
there is no appropriate text representation.
null
to indicate that
there is no appropriate text representation.
Callable
to bind the Hibernate
session
to the async request thread.
Callable
to bind the Hibernate
session
to the async request thread.
WebRequestInterceptor.preHandle(WebRequest)
and before
the handler is executed.
#preHandle(WebRequest)
and before
the handler is executed.
Executor
instance to be used when processing async
method invocations.
null
if not found.
null
otherwise.
name
.
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
autocomplete
' attribute.
autocomplete
' attribute.
<beans/>
element.
null
).
BeanWiringInfo.AUTOWIRE_BY_NAME
/
BeanWiringInfo.AUTOWIRE_BY_TYPE
, if autowiring is indicated.
Integer.MAX_VALUE
.
Element
.
Element
.
<beans/>
element.
BeanDefinitions
that were registered
to form this ComponentDefinition
.
ejbCreate()
.
SpringBeanFacesELResolver.getWebApplicationContext(javax.el.ELContext)
.
null
.
null
).
BeanNameGenerator
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
, if any.
getObjectType
in the case of FactoryBeans.
getObjectType
in the case of FactoryBeans.
BeanReferences
that are considered
to be important to this ComponentDefinition
.
getObjectType
in the case of FactoryBeans.
getObjectType
in the case of FactoryBeans.
Class
has the supplied Annotation
type.
BindStatus
for this tag.
null
if not present.
null
if not present.
Locale
.
ClassLoader
to load resource bundles with.
Cache-Control
header.
CacheManager
.
CacheManager
.
null
if the method contains no cacheable annotations.
CacheOperationSource
instances that this
CompositeCacheOperationSource
combines.
CallableStatementCreatorFactory
being used
charset
parameter, if any.
@ContextConfiguration
.
test class
.
null
).
cols
' attribute.
null
if not holding one.
null
.
AbstractSingleSpringContextTests.contextKey()
and
AbstractSingleSpringContextTests.loadContext(Object)
instead.
null
if none specified.
null
if none specified.
getConnectionFromDriver
,
using the default username and password of this DataSource.
getConnectionFromDriver
,
using the given username and password.
UserCredentialsDataSourceAdapter.doGetConnection(String, String)
,
keeping the given user credentials as-is.
Connections
.
null
).
null
).
RequestMappingInfo
;
or instance with 0 consumes expressions, never null
Content-Disposition
header values to
mapping keys.
Content-Length
header.
Content-Type
header.
WebApplicationContext
from which to load the delegate Filter
bean.
WebApplicationContext
that this servlet is supposed to use.
ContextLoader
for the test class
.
ContextLoader
class that was declared via
@ContextConfiguration
.
{}
).
null
.
class
' attribute.
style
' attribute.
null
if none.
null
if none set.
null
.
null
.
RequestMappingInfo
; or null
null
.
null
.
persistence.xml
against Spring-managed DataSource instances.
Map
of DataSources
maintained by this object.
Date
header.
SqlParameter
objects.
class
that declared the
@ContextConfiguration
annotation.
ExceptionHandlerExceptionResolver.setCustomArgumentResolvers(java.util.List)
.
Content-Type
to be used for writing.
ContextLoader
class to use for
the supplied test class.
persistence.xml
.
MimeMessages
,
or null
if none.
ErrorHandler
implementation based on the boolean
value indicating whether the task will be repeating or not.
FileTypeMap
for
MimeMessages
, or null
if none.
null
if none.
null
if none.
ExceptionHandlerExceptionResolver.setReturnValueHandlers(java.util.List)
.
null
if the
defaults have been initialized yet.
TestExecutionListener
classes.
"value"
attribute
of a single-element Annotation, given an annotation instance.
"value"
attribute
of a single-element Annotation, given the annotation type
.
annotation type
.
Action
for the given mapping
.
Action
for the given mapping.
input type="radio"
' tag.
ComponentDefinition.getName()
.
@IfProfileValue
at the class-level, and
otherwise delegates to the parent implementation.
null
).
null
).
null
if no such callback was
registered.
dir
' attribute.
disabled
' attribute.
disabled
' attribute.
disabled
' attribute.
disabled
' attribute.
disabled
' attribute.
obj
is
not null
; otherwise returns an empty String.
Object
, HTML escaped
as required.
Object
, HTML escaped
as required.
null
if not present.
null
if not present.
PropertyEditor
for EditorAwareTag
.
input type="checkbox/radio"
' tag.
TypeDescriptor.getElementTypeDescriptor()
.
null
if the underlying class is a top-level class.
null
if none specified.
enctype
' attribute.
null
if none.
null
if none.
Environment
associated with this helper instance.
ConfigurableWebEnvironment
used by this web application context.
SQLErrorCodes
instance for the given database.
SQLErrorCodes
for the given DataSource
,
evaluating "databaseProductName" from the
DatabaseMetaData
, or an empty error codes
instance if no SQLErrorCodes
were found.
DataBinder.getBindingResult()
.
Use the BindException.BindException(BindingResult)
constructor
to create a BindException instance if still needed.
ETag
header.
ExceptionHandler
method for the given exception.
Async.value()
at the method or declaring
class level.
Exception
expected to be thrown during
the execution of the surrounding test.
exception
that the supplied test method
is expected to throw.
Expires
header.
JRExporterParameter
for the given parameter object,
converting it from a String if necessary.
null
if not field-specific.
BeanFactory
instance held by this reference.
HttpServletRequest.getLocale()
.
QName
object.
name
from the provided target object.
field object
on the
specified target object
.
java.io.File
,
i.e.
java.io.File
,
i.e.
java.io.File
,
i.e.
java.io.File
,
i.e.
java.io.File
,
i.e.
ServletContext.getRealPath
, throwing a FileNotFoundException
if not found or not resolvable.
null
if it does not exist.
PortletContext.getRealPath
, throwing a FileNotFoundException
if not found or not resolvable.
org.apache.commons.fileupload.FileItem
instance.
org.apache.commons.fileupload.disk.DiskFileItemFactory
instance.
Map
of the multipart files contained in this request.
null
,
assuming that this resource type does not have a filename.
Iterator
of String objects containing the
parameter names of the multipart files contained in this request.
mappings
property.
FileTypeMap
used by this MimeMessageHelper.
org.apache.commons.fileupload.FileUpload
instance.
null
if not present.
null
if not present.
Session
(in single session mode).
id
' attribute.
formatter
.
NotificationBroadcaster
when notifying
any NotificationListener
.
DispatcherServlet.getHandler(javax.servlet.http.HttpServletRequest)
,
with this method's cache attribute now effectively getting ignored
null
if no
specific one is found.
null
if no
specific one is found.
Integer.MAX_VALUE
containing the
DefaultServletHttpRequestHandler
instance mapped to "/**"
; or null
if
default servlet handling was not been enabled.
null
in case of no registrations.
null
in case of no registrations.
getHandlerMethodNameForUrlPath
.
null
if none.
RequestMappingInfo
;
or instance with 0 header expressions, never null
null
if none.
HttpClient
used by this factory.
HttpClient
used by this factory.
HttpClient
instance that this request executor uses.
id
' attribute.
If-None-Match
header.
IfModifiedSince
header.
@InitBinder
methods, or possibly
null
if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet()
.
BeanDefinitions
that represent all relevant
inner beans within this component.
Map
with "input" flash attributes saved on a
previous request.
InputStream
.
InputStream
.
ServletContext.getResourceAsStream
,
but throws a FileNotFoundException if no resource found.
PortletContext.getResourceAsStream
,
but throws a FileNotFoundException if not found.
Types
to be used for insert
ObjectName
instance corresponding to the supplied name.
ObjectName
instance corresponding to the supplied name.
ObjectName
instance for the specified domain and a
single property with the supplied key and value.
ObjectName
instance with the specified domain name
and the supplied key/name properties.
ClassLoader
that supports instrumentation
through AspectJ-style load-time weaving based on user-defined
ClassFileTransformers
.
Instrumentation
interface exposed by the JVM.
HandlerMapping
instances with.
MethodInterceptor
objects
for the given method, based on this configuration.
MethodInterceptor
objects
for the given advisor chain configuration.
null
if not present.
null
if not present.
null
if none.
input type="checkbox/radio"
' tag.
option
' tag.
itemLabel
' attribute.
Collection
, Map
or array of objects
used to generate the 'input type="checkbox/radio"
' tags.
Collection
, Map
or array
of objects used to generate the inner 'option
' tags.
items
' attribute.
value
' attribute
of the 'input type="checkbox/radio"
' tag.
value
'
attribute of the 'option
' tag.
itemValue
' attribute.
JavaType
for the specified class.
JavaType
for the specified class.
System.getProperty("java.version")
.
JAXBContext
for the given class.
null
,
indicating that no JDBC Connection can be provided.
javax.sql.DataSource
that this view uses, if any.
JdbcTemplate
JdbcTemplate
that is configured to be used
null
if not known.
null
if there is none.
null
if not known.
timeout
from the @Test
annotation on the supplied test method
.
null
, as a MessageSource does
not allow for enumerating the defined message codes.
label
' attribute.
<option>
tag.
LabeledEnum
by its identifying code.
LabeledEnum
by its identifying code.
lang
' attribute.
Last-Modified
header.
getLastModified
method.
getLastModified
method.
getLastModified
method.
HttpServlet.getLastModified(HttpServletRequest)
.
LoadTimeWeaver
instance to be used.
LobCreator
instance, i.e.
ResourceBundle.getLocale()
method.
null
).
Node
.
Location
header.
@ContextConfiguration
.
test class
.
Log
instance to use for the given
MethodInvocation
.
BeanDefinition
.
null
if not present.
null
if not present.
ManagedAttribute
if the supplied Method
has the corresponding metadata.
ManagedMetric
if the supplied Method
has the corresponding metadata.
ManagedNotifications
if the supplied the Class
has the corresponding metadata.
ManagedOperation
if the supplied Method
has the corresponding metadata.
ManagedOperationParameter
if the supplied Method
has the corresponding metadata.
ManagedResource
if the supplied Class
has the appropriate metadata.
null
if none specified.
TypeDescriptor.getMapKeyTypeDescriptor()
.
Map
and its key type is parameterized, returns the map's key type.
Map
, creates a mapKey TypeDescriptor
from the provided map key.
MappedInterceptor
s as an array.
RequestMapping
annotations to create
the RequestMappingInfo.
RequestMappingInfo
.
TypeDescriptor.getMapValueTypeDescriptor()
.
Map
and its value type is parameterized, returns the map's value type.
Map
, creates a mapValue TypeDescriptor
from the provided map value.
Marshaller
used by this MarshallingSource
.
null
otherwise.
null
otherwise.
PathMatcher.getPatternComparator(String)
.
maxlength
' attribute.
ModelMBeanInfoSupport
class supplied with all
JMX implementations and populates the metadata through calls to the subclass.
MediaType
for the given filename.
MediaType
for the given parameter value.
MediaType
for the given HttpServletRequest
.
MessageSourceResolvable
argument that was passed in.
MessageCodesResolver
.
MessageCodesResolver
for building message codes
from data binding and validation error codes.
MessageCodesResolver
for building message codes
from data binding and validation error codes.
HttpMessageConverter
s used by the
RequestMappingHandlerAdapter
and the
ExceptionHandlerExceptionResolver
.
null
if not found.
null
if none).
IllegalStateException
).
method
' attribute.
null
).
RequestMethod
s contained in this condition.
RequestMappingInfo
;
or instance with 0 request methods, never null
String[]
representing the argument signature of a
method.
HttpServletResponseWrapper
decorators if necessary.
MODEL_KEY_PREFIX
+ objectName'
and the object itself.
MODEL_KEY_PREFIX
+ objectName'
and the object itself as 'objectName'.
ModelAndViewResolver
s, or null
.
ModelMap
instance (never null
).
ModelMap
instance (never null
).
MultiValueMap
of the multipart files contained in this request.
multiple
' attribute rendered
on the final 'select
' element.
ComponentDefinition
.
PropertySource
name
' attribute.
name
' attribute.
name
' attribute.
name
' attribute.
LabelTag.getName()
to always return null
,
because the 'name
' attribute is not supported by the
'label
' tag.
@ModelAttribute
annotation value
The parameter type
ModelAttribute
annotation value
The declared return type if it is other than Object
The actual return value type
getUnderlyingStatement
method.
getUnderlyingStatement
method.
getUnderlyingResultSet
method.
getUnderlyingStatement
method.
Errors
object.
NestedPathTag
.
AbstractSequenceMaxValueIncrementer.getSequenceQuery()
.
OutputStream
that ignores all data given to it.
NotificationFilter
associated
with the encapsulated NotificationFilter
.
ManagedNotification
metadata from the Class
of the managed resource
and generates and returns the corresponding ModelMBeanNotificationInfo
metadata.
NotificationListener
.
ObjectMapper
for this view.
ObjectMapper
for this view.
ObjectName
for a bean.
ObjectName
based on the identity
of the managed resource.
ObjectName
via the given key, trying to
find a mapped value in the mappings first.
ObjectName
from the source-level metadata associated
with the managed resource's Class
.
ObjectName
for the supplied bean.
ObjectName
for the implementing object.
null
if not known in advance.
null
if not known in advance.
Ehcache
implementation that will be returned from
EhCacheFactoryBean.getObject()
based on logic in EhCacheFactoryBean.createCache()
and
EhCacheFactoryBean.decorateCache(Ehcache)
as orchestrated by EhCacheFactoryBean.afterPropertiesSet()
.
TypeDescriptor.getType()
that accounts for a primitive type by returning its object wrapper type.
ObjectWrapper
, or the
default wrapper
if none specified.
onblur
' attribute.
onchange
' attribute.
onclick
' attribute.
ondblclick
' attribute.
onfocus
' attribute.
onkeydown
' attribute.
onkeypress
' attribute.
onkeyup
' attribute.
onmousedown
' attribute.
onmousemove
' attribute.
onmouseout
' attribute.
onmouseover
' attribute.
onmouseup
' attribute.
onreset
' attribute.
onselect
' attribute.
onselect
' attribute.
onsubmit
' attribute.
EntityManager
.
Method
from the
metadata.
MBeanParameterInfo
from the ManagedOperationParameter
attributes attached to a method.
PortletSession.PORTLET_SCOPE
,
creating and setting a new attribute if no existing found.
Ordered
interface (only
checked for singleton beans), or an order expressed through the
Order
annotation
at the class level.
Ordered
interface,
or a fallback order.
Ordered
interface,
or a fallback order.
ViewResolver
is evaluated.
Ordered
interface.
Order
annotation,
falling back to Ordered.LOWEST_PRECEDENCE
.
Ordered
interface.
Ordered
interface.
null
if none.
OutputStream
for the underlying resource,
allowing to (over-)write its content.
null
if none.
null
if they cannot be determined.
null
if they cannot be determined.
null
if none.
RequestMappingInfo
;
or instance with 0 parameter expressions, never null
null
if there is no parent
and this is the root of the context hierarchy.
null
if there is no parent
(that is, this context is the root of the context hierarchy).
null
if there is none.
null
if none.
null
if none.
fieldType
annotated with annotation
.
ParseState
at the time of the error (may be null
).
resolved
property path for the
form object
.
Comparator
suitable for sorting patterns in order of explicitness.
Comparator
suitable for sorting patterns
in order of explicitness for that path.
RequestMappingInfo
;
or instance with 0 patterns, never null
null
if it is an unnamed default.
null
when no
PortletConfig set yet.
null
when no
PortletConfig set yet.
Pragma
header.
fieldType
annotated with annotation
.
RequestMappingInfo
;
or instance with 0 produces expressions, never null
MediaType.ALL
null
if not found.
null
if the key cannot be resolved.
defaultValue
if the key cannot be resolved.
null
if the key cannot be resolved.
defaultValue
if the key cannot be resolved.
null
if not found.
null
.
null
if not found.
null
if not found.
null
if bound to an object rather than a specific property.
null
if there isn't any.
BeanWrapper
that this instance uses.
Class
of type T
or null
if the key cannot be resolved.
PropertyDescriptors
for the given property.
BeanWrapperImpl.getPropertyDescriptor(java.lang.String)
:
Returns null
if not found rather than throwing an exception.
PropertyDescriptor
s of a given class.
PropertyEditor
, if any, in use for value bound to this tag.
null
.
null
).
PropertySources
for this Environment
in mutable form,
allowing for manipulation of the set of PropertySource
objects that should
be searched when resolving properties against this Environment
object.
null
).
TargetSource
,
implementing the specified interface.
TargetSource
that extends
the target class of the TargetSource
.
Class
.
q
parameter, if any.
java.io.Reader
for the specified resource,
using the specified encoding (if any).
XmlReaderContext
associated with this helper instance.
readonly
' attribute.
Types
type for columns that return resultsets as ref cursors if this feature
is supported.
ObjectNames
of all registered beans.
MappingJackson2JsonView.getModelKeys()
instead
MappingJacksonJsonView.getModelKeys()
instead
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
is called.
JasperReport
to fill.
JRDataSource
for passed-in report data.
JRDataSource
,
in prioritized order.
MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
has been called with.
HttpServletRequest
that we're wrapping.
PortletRequest
that we're wrapping.
"requestDataValueProcessor"
.
HttpRequests
.
ResourceHttpRequestHandler
instance.
null
).
null
).
PortletSession.PORTLET_SCOPE
.
ContextLoaderListener
.
ObjectName
String representations for
which the encapsulated NotificationFilter
will
be registered as a listener for Notifications
.
Resource
to load the
script from.
ApplicationContext
resource locations
when generating default locations.
AnnotationConfigContextLoader
should be used as a
SmartContextLoader
,
not as a legacy ContextLoader
.
-context.properties
".
-context.xml
".
InjectionMetadata.InjectedElement.inject(java.lang.Object, java.lang.String, org.springframework.beans.PropertyValues)
needs to be overridden.
MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
has been called with.
HttpServletRequest
that we're wrapping (if any).
PortletResponse
that we're wrapping (if any).
RestTemplate
for the gateway.
javax.sql.rowset.CachedRowSet
).
null
if not
initialized yet via ExceptionHandlerExceptionResolver.afterPropertiesSet()
.
null
if not
initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet()
.
BeanDefinition
.
BeanDefinition
.
RollbackRuleAttribute
objects
(never null
).
null
).
@Configuration
and/or @Component
classes to be
provided to the root application context.
null
if none.
rows
' attribute.
TaskScheduler
instance for this registrar (may be null
).
null
if not known yet.
String
.
ScopeMetadataResolver
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
, if any.
BshScriptUtils
.
MBeanServer
that the beans will be registered with.
null
if default.
@Configuration
and/or @Component
classes to be
provided to the dispatcher servlet
application context.
null
when no
ServletConfig set yet.
DispatcherServlet
, e.g.
null
when no
ServletConfig set yet.
DispatcherServlet
will be registered.
HttpServletRequest
this object is based on.
HttpServletResponse
this object is based on.
Session
,
lazily initializing it if hasn't been specified explicitly.
HttpSession
that we're wrapping.
PortletSession
that we're wrapping.
sessions
.
PortletSession.PORTLET_SCOPE
.
AbstractSessionBean.setSessionContext(javax.ejb.SessionContext)
).
SessionStatus
instance to use that can be used to
signal that session processing is complete.
size
' attribute.
size
' attribute.
Object
for this metadata element
(may be null
).
resource
(may be null
).
PropertySource
.
null
).
Classes
that are supported when converting to an
XSLT Source
.
timeout
from the
@Timed
annotation on the supplied
test method
.
SimpleMappingExceptionResolver.setStatusCodes(Properties)
.
null
if not present.
null
if not present.
Source
for the XSLT template under the configured URL
.
null
if there is no super class defined.
MediaType
objects supported by this converter.
System.getenv()
if allowed by the current
SecurityManager
, otherwise return a map implementation that will attempt
to access individual keys using calls to System.getenv(String)
.
System.getProperties()
if allowed by the current
SecurityManager
, otherwise return a map implementation that will attempt
to access individual keys using calls to System.getProperty(String)
.
tabindex
' attribute.
TaglibFactory
used to enable JSP tags to be
accessed from FreeMarker templates.
ObjectPool
.
null
.
target
' attribute.
null
if the
target is null
(it is hasn't yet been initialized),
or the target class if the target has already been initialized.
null
if none.
TargetSource
.
"targetBeanName"
feature.
"targetBeanName"
feature.
null
.
null
).
test class
associated with this MergedContextConfiguration
.
test class
for this test context.
TestContext
managed by this
TestContextManager
.
TestContextManager
associated with this runner.
exception
that was thrown during execution of
the test method
.
TestExecutionListeners
registered for this TestContextManager
.
test instance
for this test context.
test method
for this test context.
null
).
null
.
null
) for the default group.
SimpleThrowawayClassLoader
.
ClassLoader
, enabling classes to be
loaded and inspected without affecting the parent ClassLoader
.
SimpleThrowawayClassLoader
.
getThrowawayClassLoader
method.
title
' attribute.
close
calls to ConnectionFactoryUtils.
close()
calls to DataSourceUtils.
transaction manager
to use
for the supplied test context
.
BeanFactoryAnnotationUtils.qualifiedBeanOfType(BeanFactory, Class, String)
BeanFactoryAnnotationUtils.qualifiedBeanOfType(BeanFactory, Class, String)
PlatformTransactionManager
that is to
be used to drive transactions.
type
' attribute.
type
' attribute.
password
' causing the rendered HTML 'input
'
element to have a 'type
' of 'password
'.
MethodInvoker.getTypeDifferenceWeight(Class[], Object[])
but operates on TypeDescriptors.
TypeVariable names
to concrete
Class
for the specified Class
.
AbstractResource.getURL()
.
java.net.URL
.
ServletContext.getResource
,
but throws a FileNotFoundException if no resource found.
PortletContext.getResource
,
but throws a FileNotFoundException if no resource found.
Resource
.
Validator
.
Validator
instead of the one created by default.
Validator
instead of the one created by default.
null
)
"value"
attribute of a
single-element Annotation, given an annotation instance.
value
' attribute.
value
' attribute.
<option>
tag.
multiply
operator directly here for certain types
of supported operands and otherwise delegates to any registered overloader
for types not supported here.
Expression.setValue(EvaluationContext, Object)
method using the default context.
Expression.setValue(EvaluationContext, Object)
method using the default context.
Expression.setValue(EvaluationContext, Object)
method for the given context.
Expression.setValue(EvaluationContext, Object)
method for the given context.
Class
' type of the field.
Expression.setValue(EvaluationContext, Object)
method using the default context.
Expression.setValue(EvaluationContext, Object)
method using the default context.
Expression.setValue(EvaluationContext, Object)
method for the given context.
Expression.setValue(EvaluationContext, Object)
method for
the given context.
Object
based on its concrete type.
null
if it cannot be determined.
null
if we using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
null
if we are using a view name
to be resolved by the DispatcherPortlet via a ViewResolver.
null
if we are using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
null
if a View object is set.
null
if we are using a view object.
null
if we are using a View object.
HttpServletRequest
into a view name.
HttpServletRequest
into the view name based on the configured parameters.
ViewResolver
.
ContextLoaderListener
.
WebApplicationContext
from the
ServletContext
, falling back to the root
WebApplicationContext
.
WebApplicationContext
that this processor
delegates to.
null
.
AbstractWebArgumentResolverAdapter.supportsParameter(org.springframework.core.MethodParameter)
.
null
).
null
.
XMLEventReader
for the given StAX Source.
XMLEventWriter
for the given StAX Result.
XmlOptions
.
XMLStreamReader
for the given StAX Source.
XMLStreamWriter
for the given StAX Result.
LoadTimeWeaver
implementation for GlassFish's
InstrumentableClassLoader
.GlassFishLoadTimeWeaver
class
using the default ClassLoader
.
GlassFishLoadTimeWeaver
class.
GroovyScriptFactory
to allow the customization of
a created GroovyObject
.ScriptFactory
implementation
for a Groovy script.DataFieldMaxValueIncrementer
that retrieves the next value of a given H2 Database sequence.WebDataBinder
conversion cannot occur.
HttpClientErrorException
if the response status code
is HttpStatus.Series.CLIENT_ERROR
, a HttpServerErrorException
if it is HttpStatus.Series.SERVER_ERROR
,
and a RestClientException
in other cases.
Accept
header.
@Valid
such as
an RequestBody
or RequestPart
argument fails validation.
RequestPart
, a MultipartFile
,
or a javax.servlet.http.Part
argument is required but missing.
AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest)
returned null
and there is no default value.
handleNavigation
method
delegates to the overloaded variant, passing in constructor-injected
NavigationHandler as argument.
handleNavigation
variant with explicit NavigationHandler
argument.
AbstractUrlViewController.getViewNameForRequest(javax.servlet.http.HttpServletRequest)
.
ModelAndViewContainer
.
ModelAndViewContainer.setRequestHandled(boolean)
flag to true
to indicate the response has been handled directly.
HandlerMethodReturnValueHandler
s and invoke the one that supports it.
HandlerExceptionResolverComposite
containing a list
of exception resolvers obtained either through
WebMvcConfigurationSupport.configureHandlerExceptionResolvers(List)
or through
WebMvcConfigurationSupport.addDefaultHandlerExceptionResolvers(List)
.
HandlerExceptionResolver
that delegates to a list of other HandlerExceptionResolver
s.HandlerInterceptor
interface,
for simplified implementation of pre-only/post-only interceptors.HandlerMethodArgumentResolver
s.HandlerMethodReturnValueHandler
s.WebDataBinder
conversion error occurs.
Tag
has any ancestor tag
of the supplied type.
true
if the attribute identified by name
exists.
AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method)
method of this endpoint
has already been called.
ContextConfigurationAttributes
instance has
class-based resources.
DefaultResponseErrorHandler.hasError(HttpStatus)
with the response status code.
DefaultResponseErrorHandler.hasError(ClientHttpResponse)
.
toString()
's hash code.
name
property of this PropertySource
object.
MergedContextConfiguration
excluding the
test class
.
toString()
's hash code.
Boolean.hashCode()
.
Double.hashCode()
.
Float.hashCode()
.
Long.hashCode()
.
null
and not the empty String.
null
and not the empty String.
null
nor of length 0.
null
nor of length 0.
ContextConfigurationAttributes
instance has
path-based resource locations.
ContextConfigurationAttributes
instance has
either path-based resource locations or class-based resources.
SessionAttributes
annotation.
ScheduledTaskRegistrar
has any tasks registered.
null
and must contain at least one non-whitespace character.
null
and must contain at least one non-whitespace character.
ModelAndView
has a view, either
as a view name or as a direct view instance.
ModelAndView
has a view, either
as a view name or as a direct View
instance.
RequestMapping.headers()
.MethodInterceptor
for accessing a Hessian service.FactoryBean
for Hessian proxies.HibernateTemplate
and HibernateInterceptor
,
defining common properties such as SessionFactory and flushing behavior.PersistenceExceptionTranslator
capable of translating HibernateException
instances to Spring's DataAccessException
hierarchy.PersistenceExceptionTranslator
capable of translating HibernateException
instances to Spring's DataAccessException
hierarchy.JpaDialect
implementation for
Hibernate EntityManager.FactoryBean
that exposes the underlying SessionFactory
behind a Hibernate-backed JPA EntityManagerFactory
.JpaVendorAdapter
implementation for
Hibernate EntityManager.HibernateTemplate
.org.springframework.dao
exceptions.org.springframework.dao
exceptions.PlatformTransactionManager
implementation for a single Hibernate SessionFactory
.PlatformTransactionManager
implementation for a single Hibernate SessionFactory
.Filter
that converts posted method parameters into HTTP methods,
retrievable via HttpServletRequest.getMethod()
.input
' field
containing the databound value.TargetSource
implementation that
caches a local target object, but allows the target to be swapped
while the application is running.DataFieldMaxValueIncrementer
that increments the maximum value of a given HSQL table
with the equivalent of an auto-increment column.DataFieldMaxValueIncrementer
that retrieves the next value of a given HSQL sequence.TableMetaDataProvider
.RestTemplate
and other HTTP accessing gateway helpers, defining common properties
such as the ClientHttpRequestFactory
to operate on.HttpClientErrorException
based on a HttpStatus
.
HttpClientErrorException
based on a HttpStatus
and status text.
HttpClientErrorException
based on a HttpStatus
, status text, and
response body content.
ClientHttpRequestFactory
implementation that uses
Apache HttpComponents HttpClient
to create requests.HttpClient
that uses a default ThreadSafeClientConnManager
.
HttpClient
instance.
HttpInvokerRequestExecutor
implementation that uses
Apache HttpComponents HttpClient
to execute POST requests.HttpClient
that uses a default ThreadSafeClientConnManager
.
HttpClient
instance.
HttpEntity
.
HttpEntity
with the given body and no headers.
HttpEntity
with the given headers and no body.
HttpEntity
with the given body and headers.
HttpEntity
method argument values and also handles
both HttpEntity
and ResponseEntity
return values.HttpHeaders
object.
MethodInterceptor
for accessing an
HTTP invoker service.FactoryBean
for HTTP invoker proxies.HttpMessageConverter
implementations when the conversion fails.T
.HttpMessageConverterExtractor
with the given response type and message
converters.
HttpMessageConverter
implementations when the
read
method fails.HttpMessageConverter
implementations when the
write
method fails.Filter
that makes form encoded data available through
the ServletRequest.getParameter*()
family of methods during HTTP PUT
requests.HttpRequestHandlerAdapter
for processing requests
with HttpRequestHandler
s.
HttpRequestHandler
interface with the generic DispatcherServlet
.HttpRequestHandler
bean defined
in Spring's root web application context.HttpRequest
interface that can be overridden to adapt the
request.HttpRequest
wrapping the given request object.
HttpServerErrorException
based on a HttpStatus
.
HttpServerErrorException
based on a HttpStatus
and status text.
HttpServerErrorException
based on a HttpStatus
, status text, and
response body content.
HttpServlet
which treats
its config parameters (init-param
entries within the
servlet
tag in web.xml
) as bean properties.HttpStatus
.HttpStatusCodeException
based on a HttpStatus
.
HttpStatusCodeException
based on a HttpStatus
and status text.
HttpStatusCodeException
based on a HttpStatus
, status text, and
response body content.
ObjectName
with the
identity hash code of its corresponding managed resource.
ObjectNamingStrategy
interface that
creates a name based on the the identity of a given instance.merge
method).@Resource
annotations.
image/gif
.
MediaType.IMAGE_GIF
.
image/jpeg
.
MediaType.IMAGE_JPEG
.
image/png
.
MediaType.IMAGE_PNG
.
@Configuration
classes to import.Configuration
class that wishes
to be injected with the AnnotationMetadata
of the @Configuration
class that imported it.Configuration
classes.Configuration
class(es) should be imported based on a given selection criteria, usually one or more
annotation attributes.beans
map of the
MBeanExporter
.
Method
is declared in
one of the configured interfaces and that it is public.
true
.
Method
is declared in
one of the configured interfaces and that it is public.
true
.
MediaType
includes the given media type.
Method
is declared in
one of the configured interfaces and that it is public.
true
.
destroy method name
for a bean as opposed to explicit
specification of a method name.
BeanDefinitionParsers
for the
'config
', 'spring-configured
', 'aspectj-autoproxy
'
and 'scoped-proxy
' tags.
DefaultBeanDefinitionDocumentReader
after
construction but before any custom elements are parsed.
@InitBinder
methods.
WebApplicationObjectSupport.initServletContext(javax.servlet.ServletContext)
if the
given ApplicationContext is a WebApplicationContext
.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
AbstractDetectingUrlHandlerMapping.detectHandlers()
method in addition to the
superclass's initialization.
SimpleUrlHandlerMapping.registerHandlers(java.util.Map)
method in addition to the
superclass's initialization.
ApplicationContext
to do it.
WebDataBinder
which
will be used for populating command and form object arguments
of annotated handler methods.@InitBinder
methods.
@InitBinder
methods.BeanDefinitionParserDelegate.initDefaults(Element, BeanDefinitionParserDelegate)
BeanPostProcessor
implementation
that invokes annotated init and destroy methods.Patterns
from the supplied String[]
.
BeanFactory
from the ResourceBundle
,
for the given locale
.
setBeanName
and setBeanFactory
,
also applying all bean post processors (including ones which
might wrap the given raw bean).
ConfigurableApplicationContext.refresh()
.
ExecutorService
instance.
MappedInterceptor
s and adapting
HandlerInterceptors where necessary.
"methodMap"
, if any.
oracle.sql.BLOB
and oracle.sql.CLOB
classes via reflection, and initialize the values for the
DURATION_SESSION, MODE_READWRITE and MODE_READONLY constants defined there.
Patterns
from the supplied String[]
.
Servlet
- and Portlet
-based stub property sources
with actual instances populated with the given context and config objects.
HttpServletBean
, invoked after any bean properties
have been set.
javax.servlet.jsp.jstl.fmt.localizationContext
context-param.
Servlet
-based stub property sources with actual instances
populated with the given context object.
Servlet
-based stub property sources with actual instances
populated with the given context and config objects.
contextClass
" and
"contextConfigLocation
" context-params.
WebApplicationContext
from the
ServletContext
, falling back to the root
WebApplicationContext
.
InjectionMetadata.InjectedElement.getResourceToInject(java.lang.Object, java.lang.String)
needs to be overridden.
TestContext
as described in
prepareTestInstance()
.
Resource
-style prefix that denotes
an inline script.
Map<String,?>
with "input" flash attributes saved by a previous request, if any.
org.xml.sax.InputSource
, converting from a
Spring resource location String to a SAX InputSource object.java.io.InputStream
, interpreting the given String
as Spring resource location (e.g.Resource
implementation for a given InputStream.InputStream
.input
'
element with a 'type
' of 'text
'.FormattingConversionServiceFactoryBean.setFormatterRegistrars(Set)
EmptyTargetSource
.
StaticLabeledEnumResolver
singleton instance.
BeanPostProcessor
that adds a before-instantiation callback,
and a callback after instantiation but before explicit properties are set or
autowiring occurs.SmartInstantiationAwareBeanPostProcessor
as no-ops, which will not change normal processing of each bean instantiated
by the container.LoadTimeWeaver
relying on VM Instrumentation
.Instrumentation
interface from the JVM
for later use.ClientHttpRequestFactory
that has support for ClientHttpRequestInterceptor
s.InterceptingClientHttpRequestFactory
with the given parameters.
RestTemplate
and other HTTP accessing gateway helpers, adding
interceptor-related properties to HttpAccessor
's common properties.HandlerInterceptor
and an optional list of URL patterns.InterceptorRegistration
instance.
AbstractReflectiveMBeanInfoAssembler
that allows for
the management interface of a bean to be defined using arbitrary interfaces.MethodNameResolver
that maps URL to
method name.UrlBasedViewResolver
that supports
InternalResourceView
(i.e.view class
to InternalResourceViewResolver.requiredViewClass()
:
by default InternalResourceView
, or JstlView
if the JSTL API
is present.
java.mail.internet.InternetAddress
,
to directly populate an InternetAddress property.BatchPreparedStatementSetter
interface,
adding a batch exhaustion check.Task
implementation defining a Runnable
to be executed at a given
millisecond interval which may be treated as fixed-rate or fixed-delay depending on
context.IntervalTask
.
IntervalTask
with no initial delay.
IntroductionInfo
.HttpServletRequest
attribute that indicates
whether type-level mappings should be inspected.
JavaBeans Introspector
cache on web app shutdown.InvalidInvocationException
with the supplied
error message.
JmxAttributeSource
when it encounters
incorrect metadata on a managed resource or one of its methods.InvalidMetadataException
with the supplied
error message.
HandlerMethodArgumentResolver
s.InvocationFailureException
with the supplied
error message.
InvocationFailureException
with the
specified error message and root cause.
MethodInvocation
.
AbstractSlsbInvokerInterceptor.invokeInContext(org.aopalliance.intercept.MethodInvocation)
.
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
JndiRmiClientInterceptor.doInvoke(org.aopalliance.intercept.MethodInvocation, java.lang.Object)
.
doInvoke
.
RmiClientInterceptorUtils.invokeRemoteMethod(org.aopalliance.intercept.MethodInvocation, java.lang.Object)
afterCommit
methods of the
given Spring TransactionSynchronization objects.
afterCompletion
methods of the
given Spring TransactionSynchronization objects.
afterCompletion
methods of the
given Spring TransactionSynchronization objects.
HandlerMethodReturnValueHandler
.
name
on the supplied
target object with the supplied value
.
doInvoke
.
Method
against the supplied target
object with no arguments.
Method
against the supplied target
object with the supplied arguments.
name
on the supplied target
object with the supplied arguments.
Method
against the supplied target object with no arguments.
Method
against the supplied target object with the
supplied arguments.
name
on the supplied
target object with the supplied value
.
name
on the supplied
target object with the supplied value
.
MethodInvocation
.
enterMessage
.
Validator
for the supplied object and
Errors
instance.
Validator
/SmartValidator
for the supplied object and
Errors
instance.
true
if the advisor is a form of after advice.
annotationType
is
declared locally on the supplied clazz
.
annotationType
is present
on the supplied clazz
and is inherited
i.e., not declared locally for the class).
AjTypeSystem
.
superType.isAssignableFrom(subType)
is true
.
superType.isAssignableFrom(subType)
is true
.
AsyncWebRequest.complete()
or for other reasons such as a timeout likely
detected in a separate thread during async request processing.
AsyncExecutionChain.startCallableChainProcessing()
AsyncExecutionChain.startDeferredResultProcessing(DeferredResult)
setValues
call.
true
if the advisor is a form of before advice.
true
if the given @InitBinder
method should be
invoked to initialize the given WebDataBinder.
BindException
on bind or validation errors.
true
if request parameters should be bound in case of a new form.
ClassUtils.isCglibProxyClass(Class)
ClassUtils.isCglibProxyClassName(String)
getAcknowledgeMode()
method.
getAcknowledgeMode()
method.
getAcknowledgeMode()
method.
Collection
type?
MediaType
is compatible with the given media type.
key
is empty.
true
),
or whether the value still needs to be converted (false
).
true
),
or whether the values still need to be converted (false
).
true
),
or whether the value still needs to be converted (false
).
SchedulingAwareRunnable.isLongLived()
,
if available.
false
in case of no explicit default given.
true
in case of no explicit default given.
test context
.
true
if a transaction manager
has been specified; false
otherwise.
testMethod
should
run in the current environment.
AbstractSimpleBeanDefinitionParser.isEligibleAttribute(org.w3c.dom.Attr, ParserContext)
true
if the supplied Collection is null
or empty.
true
if the supplied Map is null
or empty.
FlashMap.startExpirationPeriod(int)
.
Session
to a
registered SessionAwareMessageListener
.
FactoryBean
.
isFormChangeRequest
variant, called by the full
variant SimpleFormController.isFormChangeRequest(HttpServletRequest, Object)
.
locations
provided to
AbstractContextLoader.processLocations(Class, String...)
are null
or empty.
Connection.createStruct(String, Object[])
?
Connection.createStruct(String, Object[])
DatabaseMetaData.supportsGetGeneratedKeys()
DatabaseMetaData.supportsGetGeneratedKeys()
?
DatabaseMetaData.supportsGetGeneratedKeys()
SmartTransactionObject
interface.
@SessionAttributes
in underlying controller.
inheritLocations
flag that was declared via
@ContextConfiguration
.
false
.
true
.
null
.
null
.
invokeUnderTrace
method should be called.
true
if the given path is not a valid resource path.
doFindPathMatchingJarResources
method can handle.
Log
instance is enabled.
DeprecatedBeanWarner.logger
field is enabled.
true
) versus short-lived (false
).
Map
type?
ScriptSource.getScriptAsString()
was called.
false
by default.
true
, as WebLogic returns wrapped CallableStatements.
true
, as WebSphere returns wrapped CallableStatements.
false
by default.
true
, as WebLogic returns wrapped PreparedStatements.
true
, as WebSphere returns wrapped PreparedStatements.
false
by default.
true
, as WebLogic returns wrapped Statements.
true
, as WebSphere returns wrapped Statements.
null
.
null
.
Object
.
Transactional
annotation, corresponding to the
TransactionDefinition
interface.DataSource
, applying the current
Spring transaction's isolation level (and potentially specified user credentials)
to every getConnection
call.Advised
.
false
.
true
.
MockHttpServletResponse.getOutputStream()
access is allowed.
path
represent a pattern that can be matched
by an implementation of this interface?
ClassUtils.isPresent(String, ClassLoader)
Class
identified by the supplied name is present
and can be loaded.
BeanFactory.getBean(java.lang.String)
always return
independent instances?
FactoryBean.getObject()
always return an independent instance?
Topics
) is used.
true
.
ServletContext.getResourceAsStream
,
which returns null
in case of a non-readable resource (e.g.
PortletContext.getResourceAsStream
,
which returns null
in case of a non-readable resource (e.g.
ActionResponse.sendRedirect(java.lang.String)
is
expected to be called in the action phase.
CallableStatement.getObject(int)
for the specified column.
Statement.getResultSet()
default rollback
flag and a possible
method-level override via the @Rollback
annotation.
test context
by taking into consideration the
default rollback
flag and a
possible method-level override via the Rollback
annotation.
doRollback
should be performed on failure of the
doCommit
call.
MethodMatcher.matches(java.lang.reflect.Method, Class, Object[])
method at
runtime even if the 2-arg matches method returns true
?
true
if session form mode is activated.
sessions
used by this
accessor are supposed to be transacted.
BeanFactory.getBean(java.lang.String)
always
return the same instance?
PropertyPathFactoryBean.getObject()
call.
FactoryBean.getObject()
always return the same object
(a reference that can be cached)?
true
.
TargetSource.getTarget()
return the same object?
Result
is a StAX Result.
Source
is a StAX Source.
value()
.
Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
testClass
is enabled in
the current environment, as specified by the @IfProfileValue
annotation at the class level.
testMethod
is enabled in
the current environment, as specified by the @IfProfileValue
annotation, which may be declared on the test
method itself or at the class level.
testMethod
is enabled in
the current environment, as specified by the @IfProfileValue
annotation, which may be declared on the test
method itself or at the class level.
true
if @Ignore
is present for
the supplied test method
or if the test method is
disabled via @IfProfileValue
.
MutableSortDefinition.setProperty(java.lang.String)
gets called with already set property name again).
IllegalArgumentException
if the test result is false
.
IllegalArgumentException
if the test result is false
.
type="checkbox"
and type="radio"
as illegal
dynamic attributes.
true
if the method return type is void, false
otherwise.
*
or not.
*
or not.
MockHttpServletResponse.getOutputStream()
access is allowed.
AbstractJasperReportsSingleFormatView
that renders report results in CSV format.AbstractJasperReportsSingleFormatView
that renders report results in HTML format.JasperReportsMultiFormatView
instance
with a default set of mappings.
AbstractJasperReportsSingleFormatView
that renders report results in PDF format.ViewResolver
implementation that
resolves instances of AbstractJasperReportsView
by translating
the supplied view name into the URL of the report file.AbstractJasperReportsSingleFormatView
that renders report results in XLS format.MailSender
interface for JavaMail,
supporting MIME messages both as direct arguments and through preparation
callbacks.JavaMailSender
interface,
supporting both JavaMail MimeMessages
and Spring
SimpleMailMessages
.JavaMailSenderImpl
class.
Marshaller
interface for JAXB 2.0.HttpMessageConverter
that can read
and write XML using JAXB2.org.springframework.remoting.jaxws
org.springframework.remoting.jaxws
org.springframework.remoting.jaxws
org.springframework.remoting.jaxws
MethodInterceptor
for accessing a specific
port of a JAX-WS service.FactoryBean
for a specific port of a
JAX-WS service.SOAPFaultException
class.LoadTimeWeaver
implementation for JBoss's instrumentable ClassLoader.JBossLoadTimeWeaver
class using
the default class loader
.
JBossLoadTimeWeaver
class using
the supplied ClassLoader
.
NativeJdbcExtractor
interface for JBoss,
supporting JBoss Application Server 3.2.4+.Cache
implementation on top of a
Cache
instance.JCacheCache
instance.
JCacheCache
instance.
CacheManager
implementation
backed by a JCache CacheManager
.FactoryBean
for a JCache CacheManager
,
obtaining a pre-defined CacheManager by name through the standard
JCache Caching
class.NativeJdbcExtractor
implementation that delegates to JDBC 4.0's
unwrap
method, as defined by Wrapper
.SqlXmlHandler
interface.JdbcTemplate
and
other JDBC-accessing DAO helpers, defining common properties such as
DataSource and exception translator.NamespaceHandler
for JDBC configuration namespace.java.util.regex
package.TransactionAwarePersistenceManagerFactoryProxy
and
SpringPersistenceManagerProxyBean
)TransactionAwarePersistenceManagerFactoryProxy
and
SpringPersistenceManagerProxyBean
)TransactionAwarePersistenceManagerFactoryProxy
and SpringPersistenceManagerProxyBean
)PersistenceExceptionTranslationPostProcessor
TransactionAwarePersistenceManagerFactoryProxy
and
SpringPersistenceManagerProxyBean
)org.springframework.dao
exceptions.TransactionAwarePersistenceManagerFactoryProxy
and
SpringPersistenceManagerProxyBean
)PlatformTransactionManager
implementation
for a single JDO PersistenceManagerFactory
.NamespaceHandler
for the 'jee
' namespace.Marshaller
and Unmarshaller
interfaces for JiBX.JmsTemplate
and other
JMS-accessing gateway helpers, defining common properties such as the
JMS ConnectionFactory
to operate on.JmsActivationSpecConfig
object.JmsTemplate
and other
JMS-accessing gateway helpers, adding destination-related properties to
JmsAccessor's
common properties.javax.jms
exceptions.
MethodInterceptor
for accessing a
JMS-based remote service.MessageEndpointFactory
interface,
providing transaction management capabilities for a JMS listener object
(e.g.GenericMessageEndpointManager
,
adding JMS-specific support for ActivationSpec configuration.NamespaceHandler
for the JMS namespace.JmsTemplate
PlatformTransactionManager
implementation
for a single JMS ConnectionFactory
.JmsTransactionManager
MetadataMBeanInfoAssembler
to
read source-level metadata from a managed resource's class.DataSourceLookup
implementation.DestinationResolver
implementation which interprets destination names
as JNDI locations (with a configurable fallback strategy).JndiLocatorSupport
subclass with public lookup methods,
for convenient use as a delegate.NamingException
: for example, from Spring's
JndiObjectTargetSource
.FactoryBean
that looks up a
JNDI object.TargetSource
that provides
configurable JNDI lookups for getTarget()
calls.PropertySource
implementation that reads properties from an underlying Spring
JndiLocatorDelegate
.JndiPropertySource
with the given name
and a JndiLocatorDelegate
configured to prefix any names with
"java:comp/env/".
JndiPropertySource
with the given name and the given
JndiLocatorDelegate
.
MethodInterceptor
for accessing RMI services from JNDI.FactoryBean
for RMI proxies from JNDI.JobDetail
class,
making bean-style usage easier.FactoryBean
for creating a Quartz JobDetail
instance, supporting bean-style usage for JobDetail configuration.DateTimeFormat
annotation.JodaTimeContext
.CommandLinePropertySource
implementation backed by a JOpt OptionSet
.JOptCommandLinePropertySource
having the default name
and backed by the given OptionSet
.
JOptCommandLinePropertySource
having the given name
and backed by the given OptionSet
.
@PersistenceContext
)@PersistenceContext
)@PersistenceContext
)@PersistenceContext
) and
AOP-driven exception translation through
PersistenceExceptionTranslationPostProcessor
@PersistenceContext
).
Note that this interface did not get upgraded to JPA 2.0 and never will.org.springframework.dao
exceptions.@PersistenceContext
)
Note that this class did not get upgraded to JPA 2.0 and never will.PlatformTransactionManager
implementation
for a single JPA EntityManagerFactory
.ScriptFactory
implementation
for a JRuby script.RaiseException
being thrown from a JRuby method invocation.JRubyException
,
wrapping the given JRuby RaiseException
.
javax.servlet.jsp.PageContext
.ScopeMetadataResolver
implementation that follows JSR-330 scoping rules:
defaulting to prototype scope unless Singleton
is present.InternalResourceView
for JSTL pages,
i.e.afterCommit
/
afterCompletion
callbacks of Spring TransactionSynchronization
objects callbacks after the outer JTA transaction has completed.PlatformTransactionManager
implementation
for JTA, delegating to a backend JTA provider.UserTransaction
.ObjectNamingStrategy
implementation that builds
ObjectName
instances from the key used in the
"beans" map passed to MBeanExporter
.LABEL_ORDER
.
label
' element
that defines text that is associated with a single form element.NamespaceHandler
that supports the wiring of
objects backed by dynamic languages such as Groovy, JRuby and
BeanShell.null
if not scheduled before.
null
if not scheduled before.
null
if not scheduled before.
owner.(lazy-init)=true
Default is "false".
TargetSource
that lazily accesses a
singleton bean from a BeanFactory
.MetadataAwareAspectInstanceFactory
to instantiate only once.LinkedHashMap
variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table.LinkedHashMap
with the given initial capacity and stores lower-case keys according
to the default Locale.
LinkedHashMap
with the given initial capacity and stores lower-case keys according
to the given Locale.
MultiValueMap
that wraps a LinkedHashMap
,
storing multiple values in a LinkedList
.LinkedHashMap
.
LinkedHashMap
with the given initial capacity.
PageContext
attribute under
which the bound value is exposed to inner OptionTags
.
BeanFactory
interface to be implemented by bean factories
that can enumerate all their bean instances, rather than attempting bean lookup
by name one by one as requested by clients.context
from the locations or classes in the supplied MergedContextConfiguration
.
context
from the classes in the supplied MergedContextConfiguration
.
BeanDefinition
for
any classes specified by AnnotationConfigWebApplicationContext.register(Class...)
and scan any packages
specified by AnnotationConfigWebApplicationContext.scan(String...)
.
ClassLoader.defineClass(byte[], int, int)
call.
context
based on the supplied
locations
, configures the context, and finally returns
the context in fully refreshed state.
context
based on the supplied
merged context configuration
,
configures the context, and finally returns the context in a fully
refreshed state.
MergedContextConfiguration
.
locations
.
SmartContextLoader
to load
an ApplicationContext
.
DelegatingSmartContextLoader
does not support the
ContextLoader.loadContext(String...)
method.
Document
at the supplied InputSource
using the standard JAXP-configured
XML parser.
document
from the supplied source
.
JasperReport
from the specified Resource
.
JasperReport
from the specified Resource
.
ClassFileTransformers
to a ClassLoader
.LoadTimeWeaver
.BeanPostProcessor
implementation that passes the context's default LoadTimeWeaver
to beans that implement the LoadTimeWeaverAware
interface.LoadTimeWeaverAwareProcessor
that will
auto-retrieve the LoadTimeWeaver
from the containing
BeanFactory
, expecting a bean named
"loadTimeWeaver"
.
LoadTimeWeaverAwareProcessor
for the given
LoadTimeWeaver
.
LoadTimeWeaverAwareProcessor
.
@Configuration
class that registers a LoadTimeWeaver
bean.@Configuration
classes annotated with @EnableLoadTimeWeaving
that wish to
customize the LoadTimeWeaver
instance to be used.buildView
for creating a new instance of the
specified view class, and applies the following Spring lifecycle methods
(as supported by the generic Spring bean factory):
ApplicationContextAware's setApplicationContext
InitializingBean's afterPropertiesSet
PropertySource
for the set of
merged properties supplied to this configurer.
FactoryBean
that creates
a local JCA connection factory in "non-managed" mode (as defined by the
Java Connector Architecture specification).FactoryBean
that creates a JPA
EntityManagerFactory
according to JPA's standard
container bootstrap contract.MessageInterpolator
implementation but enforces Spring's
managed Locale.java.util.Locale
, to directly populate a Locale property.FactoryBean
that creates a JPA
EntityManagerFactory
according to JPA's standard
standalone bootstrap contract.org.springframework.remoting.jaxws
org.springframework.remoting.jaxws
Service
references.FactoryBean
for locally
defined JAX-WS Service references.FactoryBean
that creates a
JDO PersistenceManagerFactory
.FactoryBean
that creates a
Hibernate SessionFactory
.FactoryBean
that creates a Hibernate
SessionFactory
.Configuration
class,
adding SpringSessionContext
as a default and providing convenient ways
to specify a DataSource and an application class loader.FactoryBean
for local Stateless Session Bean (SLSB) proxies.TransactionManagerLookup
interface
that returns a Spring-managed JTA TransactionManager
, determined
by LocalSessionFactoryBean's "jtaTransactionManager" property.javax.validation
(JSR-303) setup
in a Spring application context: It bootstraps a javax.validation.ValidationFactory
and exposes it through the Spring Validator
interface
as well as through the JSR-303 Validator
interface and the
ValidatorFactory
interface itself.ParameterNameDiscoverer
that uses the LocalVariableTable
information in the method attributes to discover parameter names.MBeanServer
.
MBeanServer
.
MBeanServer
.
Source
object in the supplied model,
converting objects as required.
resource
.Location
class.
Location
class.
parentContextKey
")
used only when obtaining a parent context using the default implementation
of ContextLoader.loadParentContext(ServletContext servletContext)
.
locatorFactorySelector
")
used only when obtaining a parent context using the default implementation
of ContextLoader.loadParentContext(ServletContext servletContext)
.
@Deprecated
.
"warnLogCategory"
property.
"warnLogCategory"
property.
Log
instance for this class.
Log
instance for this class.
AbstractJmsListeningContainer.doRescheduleTask(java.lang.Object)
.
ManagedNotifications
ManagedOperationParameter
attribute.ManagedOperationParameter
attributes.Properties
instance
that supports merging of parent/child definitions.TransactionManager
reference and creating
a JTA Transaction
handle for it.Map
.DataSourceLookup
implementation that relies on a map for doing lookups.MapDataSourceLookup
class.
MapDataSourceLookup
class.
MapDataSourceLookup
class.
Map
method arguments and handles Map
return values.HttpMessageConverter
that can read and write JSON using Jackson 2's ObjectMapper
.BindingJacksonHttpMessageConverter
.
View
that renders JSON content by serializing the model for the current request
using Jackson 2's ObjectMapper
.JacksonJsonView
, setting the content type to application/json
.
HttpMessageConverter
that can read and write JSON using Jackson's ObjectMapper
.BindingJacksonHttpMessageConverter
.
View
that renders JSON content by serializing the model for the current request
using Jackson's ObjectMapper
.JacksonJsonView
, setting the content type to application/json
.
createInputRecord
method.extractOutputData
method.mapRow
method for each row.PropertySource
that reads keys and values from a Map
object.SqlParameterSource
implementation that holds a given Map of parameters.addValue
.
BytesMessage
.
TextMessage
.
application
context
associated with this test context is dirty and should
be reloaded.
Result
.
Result
,
writing binary data to a MimeContainer
.
javax.xml.transform.Result
.
Node
.
DOMResult
s.
MarshallingException
with the specified detail message.
MarshallingException
with the specified detail message
and nested exception.
MarshallingFailureException
with the specified detail message.
MarshallingFailureException
with the specified detail message
and nested exception.
HttpMessageConverter
that can read and write XML using Spring's Marshaller
and Unmarshaller
abstractions.MarshallingHttpMessageConverter
with no Marshaller
or
Unmarshaller
set.
MarshallingMessageConverter
with the given Marshaller
set.
MarshallingMessageConverter
with the given
Marshaller
and Unmarshaller
.
MessageConverter
that uses a Marshaller
and Unmarshaller
.MarshallingMessageConverter
with no Marshaller
or Unmarshaller
set.
MarshallingMessageConverter
with the given Marshaller
set.
MarshallingMessageConverter
with the
given Marshaller and Unmarshaller.
Source
implementation that uses a Marshaller
.Can be constructed with a
Marshaller
and an object to be marshalled.MarshallingSource
with the given marshaller and content.
View
that allows for response context to be rendered as the result of marshalling by a Marshaller
.MarshallingView
with no Marshaller
set.
MarshallingView
with the given Marshaller
set.
OutputStream
.
ContentHandler
.
SAXResult
s.
StaxResult
s.
StreamResult
s.
BytesMessage
.
TextMessage
.
Writer
.
XMLEventWriter
.
XMLStreamWriter
.
path
against the given pattern
,
according to this PathMatcher's matching strategy.
true
if the Pattern
at index patternIndex
matches the supplied candidate String
.
IntroductionAwareMethodMatcher
(if applicable).
sourceType
to targetType
currently under consideration be selected?
true
if the interceptor applies to the given request path.
true
if the exclusion Pattern
at index patternIndex
matches the supplied candidate String
.
path
against the corresponding part of the given
pattern
, according to this PathMatcher's matching strategy.
MethodInterceptor
that routes calls to an
MBean running on the supplied MBeanServerConnection
.MBeanConnectFailureException
with the specified error message and root cause.
MBeanServer
, without the need to define any
JMX-specific information in the bean classes.MBeanExporter
.MBeanExportException
with the
specified error message.
MBeanExportException
with the
specified error message and root cause.
MBeanInfoRetrievalException
with the
specified error message.
MBeanInfoRetrievalException
with the
specified error message and root cause.
MBeanExporter
after an MBean has been successfully
registered with an MBeanServer
.
MBeanServer
.FactoryBean
that creates a JMX 1.2 MBeanServerConnection
to a remote MBeanServer
exposed via a JMXServerConnector
.FactoryBean
that obtains an MBeanServer
reference
through the standard JMX 1.2 MBeanServerFactory
API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).MBeanServer
,
or when more than one instance is found.MBeanServerNotFoundException
with the
supplied error message.
MBeanServerNotFoundException
with the
specified error message and root cause.
MBeanExporter
after an MBean has been successfully
unregistered from an MBeanServer
.
MediaType
for the given primary type.
MediaType
for the given primary type and subtype.
MediaType
for the given type, subtype, and character set.
MediaType
for the given type, subtype, and quality value.
MediaType
,
and allows for different parameter.
MediaType
for the given type, subtype, and parameters.
Editor
for MediaType
descriptors, to automatically convert String
specifications
(e.g.Map
into this Map
,
with existing objects of the same name taking precedence (i.e.
Map
into this Map
,
with existing objects of the same name taking precedence (i.e.
Map
with existing objects of
the same name taking precedence (i.e.
Map
into this Map
,
with existing objects of the same name taking precedence (i.e.
MergedContextConfiguration
encapsulates the merged
context configuration declared on a test class and all of its superclasses
via @ContextConfiguration
and
@ActiveProfiles
.MergedContextConfiguration
instance for the
supplied test class, resource locations, annotated classes, active
profiles, and ContextLoader
.
MessageConverter
implementations when the conversion
of an object to/from a Message
fails.Session
.MessageListenerAdapter
with default settings.
MessageListenerAdapter
for the given delegate.
MessageListenerAdapter
page context scope
.
MessageSource
.MessageSource
as a ResourceBundle
.ResourceBundleLocator
interface,
exposing a Spring MessageSource
as localized MessageSourceResourceBundle
.MessageFormat
handling but not implementing concrete
methods defined in the MessageSource
.TextMessage
, a BytesMessage
,
a MapMessage
or an ObjectMessage
.AspectInstanceFactory
that returns AspectMetadata
associated with AspectJ-annotated classes.MBeanInfoAssembler
interface that reads the management interface information from source level metadata.MetadataMBeanInfoAssembler which needs to be
configured through the MetadataMBeanInfoAssembler.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource)
method.
- MetadataMBeanInfoAssembler(JmxAttributeSource) -
Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Create a new
MetadataMBeanInfoAssembler for the given
JmxAttributeSource
.
- MetadataNamingStrategy - Class in org.springframework.jmx.export.naming
- An implementation of the
ObjectNamingStrategy
interface
that reads the ObjectName
from the source-level metadata. - MetadataNamingStrategy() -
Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
- Create a new
MetadataNamingStrategy which needs to be
configured through the MetadataNamingStrategy.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource)
method.
- MetadataNamingStrategy(JmxAttributeSource) -
Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
- Create a new
MetadataNamingStrategy for the given
JmxAttributeSource
.
- MetadataReader - Interface in org.springframework.core.type.classreading
- Simple facade for accessing class metadata,
as read by an ASM
ClassReader
. - MetadataReaderFactory - Interface in org.springframework.core.type.classreading
- Factory interface for
MetadataReader
instances. - metaDataSchemaNameToUse(String) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
- Provide any modification of the schema name passed in to match the meta data currently used.
- metaDataSchemaNameToUse(String) -
Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
-
- metaDataSchemaNameToUse(String) -
Method in class org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- metaDataSchemaNameToUse(String) -
Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) -
Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) -
Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
- Provide any modification of the schema name passed in to match the meta data currently used.
- method -
Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- METHOD_GET -
Static variable in class org.springframework.web.servlet.support.WebContentGenerator
- HTTP method "GET"
- METHOD_HEAD -
Static variable in class org.springframework.web.servlet.support.WebContentGenerator
- HTTP method "HEAD"
- METHOD_POST -
Static variable in class org.springframework.web.servlet.support.WebContentGenerator
- HTTP method "POST"
- MethodArgumentNotValidException - Exception in org.springframework.web.bind
- Exception to be thrown when validation on an argument annotated with
@Valid
fails. - MethodArgumentNotValidException(MethodParameter, BindingResult) -
Constructor for exception org.springframework.web.bind.MethodArgumentNotValidException
- Constructor for
MethodArgumentNotValidException
.
- MethodBeforeAdvice - Interface in org.springframework.aop
- Advice invoked before a method is invoked.
- MethodBeforeAdviceInterceptor - Class in org.springframework.aop.framework.adapter
- Interceptor to wrap am
MethodBeforeAdvice
. - MethodBeforeAdviceInterceptor(MethodBeforeAdvice) -
Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
- Create a new MethodBeforeAdviceInterceptor for the given advice.
- methodBlock(FrameworkMethod) -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Augments the default JUnit behavior
with
potential repeats
of the entire execution chain.
- MethodExclusionMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
AbstractReflectiveMBeanInfoAssembler
subclass that allows
method names to be explicitly excluded as MBean operations and attributes.- MethodExclusionMBeanInfoAssembler() -
Constructor for class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- MethodExecutor - Interface in org.springframework.expression
- MethodExecutors are built by the resolvers and can be cached by the infrastructure to repeat an operation quickly
without going back to the resolvers.
- MethodFilter - Interface in org.springframework.expression
- MethodFilter instances allow SpEL users to fine tune the behaviour of the method resolution
process.
- methodIdentification(Method, Class<?>) -
Method in class org.springframework.cache.interceptor.CacheAspectSupport
- Convenience method to return a String representation of this Method
for use in logging.
- methodIdentification(Method, Class) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Convenience method to return a String representation of this Method
for use in logging.
- methodIdentification(Method) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Deprecated. in favor of
TransactionAspectSupport.methodIdentification(Method, Class)
- MethodInvocationException - Exception in org.springframework.beans
- Thrown when a bean property getter or setter method throws an exception,
analogous to an InvocationTargetException.
- MethodInvocationException(PropertyChangeEvent, Throwable) -
Constructor for exception org.springframework.beans.MethodInvocationException
- Create a new MethodInvocationException.
- MethodInvocationProceedingJoinPoint - Class in org.springframework.aop.aspectj
- Implementation of AspectJ ProceedingJoinPoint interface
wrapping an AOP Alliance MethodInvocation.
- MethodInvocationProceedingJoinPoint(ProxyMethodInvocation) -
Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- Create a new MethodInvocationProceedingJoinPoint, wrapping the given
Spring ProxyMethodInvocation object.
- MethodInvoker - Class in org.springframework.util
- Helper class that allows for specifying a method to invoke in a declarative
fashion, be it static or non-static.
- MethodInvoker() -
Constructor for class org.springframework.util.MethodInvoker
-
- MethodInvokingFactoryBean - Class in org.springframework.beans.factory.config
FactoryBean
which returns a value which is the result of a static or instance
method invocation.- MethodInvokingFactoryBean() -
Constructor for class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- MethodInvokingJobDetailFactoryBean - Class in org.springframework.scheduling.quartz
FactoryBean
that exposes a
JobDetail
object which delegates job execution to a
specified (static or non-static) method.- MethodInvokingJobDetailFactoryBean() -
Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- MethodInvokingJobDetailFactoryBean.MethodInvokingJob - Class in org.springframework.scheduling.quartz
- Quartz Job implementation that invokes a specified method.
- MethodInvokingJobDetailFactoryBean.MethodInvokingJob() -
Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
-
- MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob - Class in org.springframework.scheduling.quartz
- Extension of the MethodInvokingJob, implementing the StatefulJob interface.
- MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob() -
Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
-
- MethodInvokingRunnable - Class in org.springframework.scheduling.support
- Adapter that implements the
Runnable
interface as a configurable
method invocation based on Spring's MethodInvoker. - MethodInvokingRunnable() -
Constructor for class org.springframework.scheduling.support.MethodInvokingRunnable
-
- MethodInvokingTimerTaskFactoryBean - Class in org.springframework.scheduling.timer
- Deprecated. as of Spring 3.0, in favor of the
scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService
- MethodInvokingTimerTaskFactoryBean() -
Constructor for class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
- Deprecated.
- MethodLocatingFactoryBean - Class in org.springframework.aop.config
FactoryBean
implementation that locates a Method
on a specified bean.- MethodLocatingFactoryBean() -
Constructor for class org.springframework.aop.config.MethodLocatingFactoryBean
-
- MethodMapTransactionAttributeSource - Class in org.springframework.transaction.interceptor
- Simple
TransactionAttributeSource
implementation that
allows attributes to be stored per method in a Map
. - MethodMapTransactionAttributeSource() -
Constructor for class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- MethodMatcher - Interface in org.springframework.aop
- Part of a
Pointcut
: Checks whether the target method is eligible for advice. - MethodMatchers - Class in org.springframework.aop.support
- Static utility methods for composing
MethodMatchers
. - MethodMatchers() -
Constructor for class org.springframework.aop.support.MethodMatchers
-
- MethodMetadata - Interface in org.springframework.core.type
- Interface that defines abstract access to the annotations of a specific
class, in a form that does not require that class to be loaded yet.
- MethodNameBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
- Subclass of
AbstractReflectiveMBeanInfoAssembler
that allows
to specify method names to be exposed as MBean operations and attributes. - MethodNameBasedMBeanInfoAssembler() -
Constructor for class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- MethodNameResolver - Interface in org.springframework.web.servlet.mvc.multiaction
- Interface that parameterizes the MultiActionController class
using the Strategy GoF Design pattern, allowing
the mapping from incoming request to handler method name
to be varied without affecting other application code.
- MethodOverride - Class in org.springframework.beans.factory.support
- Object representing the override of a method on a managed
object by the IoC container.
- MethodOverride(String) -
Constructor for class org.springframework.beans.factory.support.MethodOverride
- Construct a new override for the given method.
- MethodOverrides - Class in org.springframework.beans.factory.support
- Set of method overrides, determining which, if any, methods on a
managed object the Spring IoC container will override at runtime.
- MethodOverrides() -
Constructor for class org.springframework.beans.factory.support.MethodOverrides
- Create new MethodOverrides.
- MethodOverrides(MethodOverrides) -
Constructor for class org.springframework.beans.factory.support.MethodOverrides
- Deep copy constructor.
- MethodParameter - Class in org.springframework.core
- Helper class that encapsulates the specification of a method parameter, i.e.
- MethodParameter(Method, int) -
Constructor for class org.springframework.core.MethodParameter
- Create a new MethodParameter for the given method, with nesting level 1.
- MethodParameter(Method, int, int) -
Constructor for class org.springframework.core.MethodParameter
- Create a new MethodParameter for the given method.
- MethodParameter(Constructor, int) -
Constructor for class org.springframework.core.MethodParameter
- Create a new MethodParameter for the given constructor, with nesting level 1.
- MethodParameter(Constructor, int, int) -
Constructor for class org.springframework.core.MethodParameter
- Create a new MethodParameter for the given constructor.
- MethodParameter(MethodParameter) -
Constructor for class org.springframework.core.MethodParameter
- Copy constructor, resulting in an independent MethodParameter object
based on the same metadata and cache state that the original object was in.
- MethodReference - Class in org.springframework.expression.spel.ast
-
- MethodReference(boolean, String, int, SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.MethodReference
-
- MethodReplacer - Interface in org.springframework.beans.factory.support
- Interface to be implemented by classes that can reimplement any method
on an IoC-managed object: the Method Injection form of
Dependency Injection.
- MethodResolver - Interface in org.springframework.expression
- A method resolver attempts locate a method and returns a command executor that can be used to invoke that method.
- MethodValidationInterceptor - Class in org.springframework.validation.beanvalidation
- An AOP Alliance
MethodInterceptor
implementation that delegates to a
JSR-303 provider for performing method-level validation on annotated methods. - MethodValidationInterceptor() -
Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
- Create a new MethodValidationInterceptor using a default JSR-303 validator underneath.
- MethodValidationInterceptor(ValidatorFactory) -
Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
- Create a new MethodValidationInterceptor using the given JSR-303 ValidatorFactory.
- MethodValidationInterceptor(Validator) -
Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
- Create a new MethodValidationInterceptor using the given JSR-303 Validator.
- MethodValidationPostProcessor - Class in org.springframework.validation.beanvalidation
- A convenient
BeanPostProcessor
implementation that delegates to a
JSR-303 provider for performing method-level validation on annotated methods. - MethodValidationPostProcessor() -
Constructor for class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
- MetricType - Enum in org.springframework.jmx.support
- Represents how the measurement values of a
ManagedMetric
will change over time. - MillisecondInstantPrinter - Class in org.springframework.format.datetime.joda
- Prints Long instances using a
DateTimeFormatter
. - MillisecondInstantPrinter(DateTimeFormatter) -
Constructor for class org.springframework.format.datetime.joda.MillisecondInstantPrinter
- Create a new ReadableInstantPrinter.
- MimeContainer - Interface in org.springframework.oxm.mime
- Represents a container for MIME attachments
Concrete implementations might adapt a SOAPMessage or an email message.
- MimeMailMessage - Class in org.springframework.mail.javamail
- Implementation of the MailMessage interface for a JavaMail MIME message,
to let message population code interact with a simple message or a MIME
message through a common interface.
- MimeMailMessage(MimeMessageHelper) -
Constructor for class org.springframework.mail.javamail.MimeMailMessage
- Create a new MimeMailMessage based on the given MimeMessageHelper.
- MimeMailMessage(MimeMessage) -
Constructor for class org.springframework.mail.javamail.MimeMailMessage
- Create a new MimeMailMessage based on the given JavaMail MimeMessage.
- MimeMarshaller - Interface in org.springframework.oxm.mime
- Subinterface of
Marshaller
that can use MIME attachments to optimize
storage of binary data. - MimeMessageHelper - Class in org.springframework.mail.javamail
- Helper class for populating a
MimeMessage
. - MimeMessageHelper(MimeMessage) -
Constructor for class org.springframework.mail.javamail.MimeMessageHelper
- Create a new MimeMessageHelper for the given MimeMessage,
assuming a simple text message (no multipart content,
i.e.
- MimeMessageHelper(MimeMessage, String) -
Constructor for class org.springframework.mail.javamail.MimeMessageHelper
- Create a new MimeMessageHelper for the given MimeMessage,
assuming a simple text message (no multipart content,
i.e.
- MimeMessageHelper(MimeMessage, boolean) -
Constructor for class org.springframework.mail.javamail.MimeMessageHelper
- Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, boolean, String) -
Constructor for class org.springframework.mail.javamail.MimeMessageHelper
- Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, int) -
Constructor for class org.springframework.mail.javamail.MimeMessageHelper
- Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, int, String) -
Constructor for class org.springframework.mail.javamail.MimeMessageHelper
- Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessagePreparator - Interface in org.springframework.mail.javamail
- Callback interface for the preparation of JavaMail MIME messages.
- MimeUnmarshaller - Interface in org.springframework.oxm.mime
- Subinterface of
Unmarshaller
that can use MIME attachments
to optimize storage of binary data. - MISSING_FIELD_ERROR_CODE -
Static variable in class org.springframework.validation.DefaultBindingErrorProcessor
- Error code that a missing field error (i.e.
- MissingPortletRequestParameterException - Exception in org.springframework.web.portlet.bind
PortletRequestBindingException
subclass that indicates a missing parameter.- MissingPortletRequestParameterException(String, String) -
Constructor for exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
- Constructor for MissingPortletRequestParameterException.
- MissingRequiredPropertiesException - Exception in org.springframework.core.env
- Exception thrown when required properties are not found.
- MissingRequiredPropertiesException() -
Constructor for exception org.springframework.core.env.MissingRequiredPropertiesException
-
- MissingServletRequestParameterException - Exception in org.springframework.web.bind
ServletRequestBindingException
subclass that indicates a missing parameter.- MissingServletRequestParameterException(String, String) -
Constructor for exception org.springframework.web.bind.MissingServletRequestParameterException
- Constructor for MissingServletRequestParameterException.
- MissingServletRequestPartException - Exception in org.springframework.web.multipart.support
- Raised when the part of a "multipart/form-data" request identified by its
name cannot be found.
- MissingServletRequestPartException(String) -
Constructor for exception org.springframework.web.multipart.support.MissingServletRequestPartException
-
- MOCK_PROPERTIES_PROPERTY_SOURCE_NAME -
Static variable in class org.springframework.mock.env.MockPropertySource
- "mockProperties" is the default name for
MockPropertySource
instances not
otherwise given an explicit name.
- MockActionRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
ActionRequest
interface. - MockActionRequest() -
Constructor for class org.springframework.mock.web.portlet.MockActionRequest
- Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockActionRequest(String) -
Constructor for class org.springframework.mock.web.portlet.MockActionRequest
- Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockActionRequest(PortletMode) -
Constructor for class org.springframework.mock.web.portlet.MockActionRequest
- Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockActionRequest(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockActionRequest
- Create a new MockActionRequest with a default
MockPortalContext
.
- MockActionRequest(PortalContext, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockActionRequest
- Create a new MockActionRequest.
- MockActionResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
ActionResponse
interface. - MockActionResponse() -
Constructor for class org.springframework.mock.web.portlet.MockActionResponse
- Create a new MockActionResponse with a default
MockPortalContext
.
- MockActionResponse(PortalContext) -
Constructor for class org.springframework.mock.web.portlet.MockActionResponse
- Create a new MockActionResponse.
- MockBaseURL - Class in org.springframework.mock.web.portlet
- Mock implementation of the
BaseURL
interface. - MockBaseURL() -
Constructor for class org.springframework.mock.web.portlet.MockBaseURL
-
- MockBodyContent - Class in org.springframework.mock.web
- Mock implementation of the
BodyContent
class. - MockBodyContent(String, HttpServletResponse) -
Constructor for class org.springframework.mock.web.MockBodyContent
- Create a MockBodyContent for the given response.
- MockBodyContent(String, Writer) -
Constructor for class org.springframework.mock.web.MockBodyContent
- Create a MockBodyContent for the given response.
- MockBodyContent(String, HttpServletResponse, Writer) -
Constructor for class org.springframework.mock.web.MockBodyContent
- Create a MockBodyContent for the given response.
- MockCacheControl - Class in org.springframework.mock.web.portlet
- Mock implementation of the
CacheControl
interface. - MockCacheControl() -
Constructor for class org.springframework.mock.web.portlet.MockCacheControl
-
- MockClientDataRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
ClientDataRequest
interface. - MockClientDataRequest() -
Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
- Create a new MockClientDataRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockClientDataRequest(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
- Create a new MockClientDataRequest with a default
MockPortalContext
.
- MockClientDataRequest(PortalContext, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
- Create a new MockClientDataRequest.
- MockEvent - Class in org.springframework.mock.web.portlet
- Mock implementation of the
Event
interface. - MockEvent(QName) -
Constructor for class org.springframework.mock.web.portlet.MockEvent
- Create a new MockEvent with the given name.
- MockEvent(QName, Serializable) -
Constructor for class org.springframework.mock.web.portlet.MockEvent
- Create a new MockEvent with the given name and value.
- MockEvent(String) -
Constructor for class org.springframework.mock.web.portlet.MockEvent
- Create a new MockEvent with the given name.
- MockEvent(String, Serializable) -
Constructor for class org.springframework.mock.web.portlet.MockEvent
- Create a new MockEvent with the given name and value.
- MockEventRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
EventRequest
interface. - MockEventRequest(Event) -
Constructor for class org.springframework.mock.web.portlet.MockEventRequest
- Create a new MockEventRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockEventRequest(Event, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockEventRequest
- Create a new MockEventRequest with a default
MockPortalContext
.
- MockEventRequest(Event, PortalContext, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockEventRequest
- Create a new MockEventRequest.
- MockEventResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
EventResponse
interface. - MockEventResponse() -
Constructor for class org.springframework.mock.web.portlet.MockEventResponse
-
- MockExpressionEvaluator - Class in org.springframework.mock.web
- Mock implementation of the JSP 2.0
ExpressionEvaluator
interface, delegating to the
Jakarta JSTL ExpressionEvaluatorManager. - MockExpressionEvaluator(PageContext) -
Constructor for class org.springframework.mock.web.MockExpressionEvaluator
- Create a new MockExpressionEvaluator for the given PageContext.
- MockFilterChain - Class in org.springframework.mock.web
- Mock implementation of the
FilterConfig
interface. - MockFilterChain() -
Constructor for class org.springframework.mock.web.MockFilterChain
-
- MockFilterConfig - Class in org.springframework.mock.web
- Mock implementation of the
FilterConfig
interface. - MockFilterConfig() -
Constructor for class org.springframework.mock.web.MockFilterConfig
- Create a new MockFilterConfig with a default
MockServletContext
.
- MockFilterConfig(String) -
Constructor for class org.springframework.mock.web.MockFilterConfig
- Create a new MockFilterConfig with a default
MockServletContext
.
- MockFilterConfig(ServletContext) -
Constructor for class org.springframework.mock.web.MockFilterConfig
- Create a new MockFilterConfig.
- MockFilterConfig(ServletContext, String) -
Constructor for class org.springframework.mock.web.MockFilterConfig
- Create a new MockFilterConfig.
- MockHttpServletRequest - Class in org.springframework.mock.web
- Mock implementation of the
HttpServletRequest
interface. - MockHttpServletRequest() -
Constructor for class org.springframework.mock.web.MockHttpServletRequest
- Create a new MockHttpServletRequest with a default
MockServletContext
.
- MockHttpServletRequest(String, String) -
Constructor for class org.springframework.mock.web.MockHttpServletRequest
- Create a new MockHttpServletRequest with a default
MockServletContext
.
- MockHttpServletRequest(ServletContext) -
Constructor for class org.springframework.mock.web.MockHttpServletRequest
- Create a new MockHttpServletRequest.
- MockHttpServletRequest(ServletContext, String, String) -
Constructor for class org.springframework.mock.web.MockHttpServletRequest
- Create a new MockHttpServletRequest.
- MockHttpServletResponse - Class in org.springframework.mock.web
- Mock implementation of the
HttpServletResponse
interface. - MockHttpServletResponse() -
Constructor for class org.springframework.mock.web.MockHttpServletResponse
-
- MockHttpSession - Class in org.springframework.mock.web
- Mock implementation of the
HttpSession
interface. - MockHttpSession() -
Constructor for class org.springframework.mock.web.MockHttpSession
- Create a new MockHttpSession with a default
MockServletContext
.
- MockHttpSession(ServletContext) -
Constructor for class org.springframework.mock.web.MockHttpSession
- Create a new MockHttpSession.
- MockHttpSession(ServletContext, String) -
Constructor for class org.springframework.mock.web.MockHttpSession
- Create a new MockHttpSession.
- MockJspWriter - Class in org.springframework.mock.web
- Mock implementation of the
JspWriter
class. - MockJspWriter(HttpServletResponse) -
Constructor for class org.springframework.mock.web.MockJspWriter
- Create a MockJspWriter for the given response,
using the response's default Writer.
- MockJspWriter(Writer) -
Constructor for class org.springframework.mock.web.MockJspWriter
- Create a MockJspWriter for the given plain Writer.
- MockJspWriter(HttpServletResponse, Writer) -
Constructor for class org.springframework.mock.web.MockJspWriter
- Create a MockJspWriter for the given response.
- MockMimeResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
MimeResponse
interface. - MockMimeResponse() -
Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
- Create a new MockMimeResponse with a default
MockPortalContext
.
- MockMimeResponse(PortalContext) -
Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
- Create a new MockMimeResponse.
- MockMimeResponse(PortalContext, PortletRequest) -
Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
- Create a new MockMimeResponse.
- MockMultipartActionRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
MultipartActionRequest
interface. - MockMultipartActionRequest() -
Constructor for class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- MockMultipartFile - Class in org.springframework.mock.web
- Mock implementation of the
MultipartFile
interface. - MockMultipartFile(String, byte[]) -
Constructor for class org.springframework.mock.web.MockMultipartFile
- Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, InputStream) -
Constructor for class org.springframework.mock.web.MockMultipartFile
- Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, String, String, byte[]) -
Constructor for class org.springframework.mock.web.MockMultipartFile
- Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, String, String, InputStream) -
Constructor for class org.springframework.mock.web.MockMultipartFile
- Create a new MockMultipartFile with the given content.
- MockMultipartHttpServletRequest - Class in org.springframework.mock.web
- Mock implementation of the
MultipartHttpServletRequest
interface. - MockMultipartHttpServletRequest() -
Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- MockPageContext - Class in org.springframework.mock.web
- Mock implementation of the
PageContext
interface. - MockPageContext() -
Constructor for class org.springframework.mock.web.MockPageContext
- Create new MockPageContext with a default
MockServletContext
,
MockHttpServletRequest
, MockHttpServletResponse
,
MockServletConfig
.
- MockPageContext(ServletContext) -
Constructor for class org.springframework.mock.web.MockPageContext
- Create new MockPageContext with a default
MockHttpServletRequest
,
MockHttpServletResponse
, MockServletConfig
.
- MockPageContext(ServletContext, HttpServletRequest) -
Constructor for class org.springframework.mock.web.MockPageContext
- Create new MockPageContext with a MockHttpServletResponse,
MockServletConfig.
- MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) -
Constructor for class org.springframework.mock.web.MockPageContext
- Create new MockPageContext with a MockServletConfig.
- MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) -
Constructor for class org.springframework.mock.web.MockPageContext
- Create new MockServletConfig.
- MockPortalContext - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortalContext
interface. - MockPortalContext() -
Constructor for class org.springframework.mock.web.portlet.MockPortalContext
- Create a new MockPortalContext
with default PortletModes (VIEW, EDIT, HELP)
and default WindowStates (NORMAL, MAXIMIZED, MINIMIZED).
- MockPortalContext(List<PortletMode>, List<WindowState>) -
Constructor for class org.springframework.mock.web.portlet.MockPortalContext
- Create a new MockPortalContext with the given PortletModes and WindowStates.
- MockPortletConfig - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletConfig
interface. - MockPortletConfig() -
Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
- Create a new MockPortletConfig with a default
MockPortletContext
.
- MockPortletConfig(String) -
Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
- Create a new MockPortletConfig with a default
MockPortletContext
.
- MockPortletConfig(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
- Create a new MockPortletConfig.
- MockPortletConfig(PortletContext, String) -
Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
- Create a new MockPortletConfig.
- MockPortletContext - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletContext
interface. - MockPortletContext() -
Constructor for class org.springframework.mock.web.portlet.MockPortletContext
- Create a new MockPortletContext with no base path and a
DefaultResourceLoader (i.e.
- MockPortletContext(String) -
Constructor for class org.springframework.mock.web.portlet.MockPortletContext
- Create a new MockPortletContext using a DefaultResourceLoader.
- MockPortletContext(ResourceLoader) -
Constructor for class org.springframework.mock.web.portlet.MockPortletContext
- Create a new MockPortletContext, using the specified ResourceLoader
and no base path.
- MockPortletContext(String, ResourceLoader) -
Constructor for class org.springframework.mock.web.portlet.MockPortletContext
- Create a new MockPortletContext.
- MockPortletPreferences - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletPreferences
interface. - MockPortletPreferences() -
Constructor for class org.springframework.mock.web.portlet.MockPortletPreferences
-
- MockPortletRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletRequest
interface. - MockPortletRequest() -
Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
- Create a new MockPortletRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockPortletRequest(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
- Create a new MockPortletRequest with a default
MockPortalContext
.
- MockPortletRequest(PortalContext, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
- Create a new MockPortletRequest.
- MockPortletRequestDispatcher - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletRequestDispatcher
interface. - MockPortletRequestDispatcher(String) -
Constructor for class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
- Create a new MockPortletRequestDispatcher for the given URL.
- MockPortletResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletResponse
interface. - MockPortletResponse() -
Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
- Create a new MockPortletResponse with a default
MockPortalContext
.
- MockPortletResponse(PortalContext) -
Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
- Create a new MockPortletResponse.
- MockPortletSession - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletSession
interface. - MockPortletSession() -
Constructor for class org.springframework.mock.web.portlet.MockPortletSession
- Create a new MockPortletSession with a default
MockPortletContext
.
- MockPortletSession(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockPortletSession
- Create a new MockPortletSession.
- MockPortletURL - Class in org.springframework.mock.web.portlet
- Mock implementation of the
PortletURL
interface. - MockPortletURL(PortalContext, String) -
Constructor for class org.springframework.mock.web.portlet.MockPortletURL
- Create a new MockPortletURL for the given URL type.
- MockPropertySource - Class in org.springframework.mock.env
- Simple
PropertySource
implementation for use in testing. - MockPropertySource() -
Constructor for class org.springframework.mock.env.MockPropertySource
- Create a new
MockPropertySource
named "mockProperties"
that will maintain its own internal Properties
instance.
- MockPropertySource(String) -
Constructor for class org.springframework.mock.env.MockPropertySource
- Create a new
MockPropertySource
with the given name that will
maintain its own internal Properties
instance.
- MockPropertySource(Properties) -
Constructor for class org.springframework.mock.env.MockPropertySource
- Create a new
MockPropertySource
named "mockProperties"
and backed by the given Properties
object.
- MockPropertySource(String, Properties) -
Constructor for class org.springframework.mock.env.MockPropertySource
- Create a new
MockPropertySource
with with the given name and backed by the given
Properties
object
- MockRenderRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
RenderRequest
interface. - MockRenderRequest() -
Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
- Create a new MockRenderRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockRenderRequest(PortletMode) -
Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
- Create a new MockRenderRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockRenderRequest(PortletMode, WindowState) -
Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
- Create a new MockRenderRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockRenderRequest(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
- Create a new MockRenderRequest with a default
MockPortalContext
.
- MockRenderRequest(PortalContext, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
- Create a new MockRenderRequest.
- MockRenderResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
RenderResponse
interface. - MockRenderResponse() -
Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
- Create a new MockRenderResponse with a default
MockPortalContext
.
- MockRenderResponse(PortalContext) -
Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
- Create a new MockRenderResponse.
- MockRenderResponse(PortalContext, RenderRequest) -
Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
- Create a new MockRenderResponse.
- MockRequestDispatcher - Class in org.springframework.mock.web
- Mock implementation of the
RequestDispatcher
interface. - MockRequestDispatcher(String) -
Constructor for class org.springframework.mock.web.MockRequestDispatcher
- Create a new MockRequestDispatcher for the given URL.
- MockResourceRequest - Class in org.springframework.mock.web.portlet
- Mock implementation of the
ResourceRequest
interface. - MockResourceRequest() -
Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
- Create a new MockResourceRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockResourceRequest(String) -
Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
- Create a new MockResourceRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockResourceRequest(MockResourceURL) -
Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
- Create a new MockResourceRequest with a default
MockPortalContext
and a default MockPortletContext
.
- MockResourceRequest(PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
- Create a new MockResourceRequest with a default
MockPortalContext
.
- MockResourceRequest(PortalContext, PortletContext) -
Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
- Create a new MockResourceRequest.
- MockResourceResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
ResourceResponse
interface. - MockResourceResponse() -
Constructor for class org.springframework.mock.web.portlet.MockResourceResponse
-
- MockResourceURL - Class in org.springframework.mock.web.portlet
- Mock implementation of the
ResourceURL
interface. - MockResourceURL() -
Constructor for class org.springframework.mock.web.portlet.MockResourceURL
-
- MockServletConfig - Class in org.springframework.mock.web
- Mock implementation of the
ServletConfig
interface. - MockServletConfig() -
Constructor for class org.springframework.mock.web.MockServletConfig
- Create a new MockServletConfig with a default
MockServletContext
.
- MockServletConfig(String) -
Constructor for class org.springframework.mock.web.MockServletConfig
- Create a new MockServletConfig with a default
MockServletContext
.
- MockServletConfig(ServletContext) -
Constructor for class org.springframework.mock.web.MockServletConfig
- Create a new MockServletConfig.
- MockServletConfig(ServletContext, String) -
Constructor for class org.springframework.mock.web.MockServletConfig
- Create a new MockServletConfig.
- MockServletContext - Class in org.springframework.mock.web
- Mock implementation of the
ServletContext
interface. - MockServletContext() -
Constructor for class org.springframework.mock.web.MockServletContext
- Create a new MockServletContext, using no base path and a
DefaultResourceLoader (i.e.
- MockServletContext(String) -
Constructor for class org.springframework.mock.web.MockServletContext
- Create a new MockServletContext, using a DefaultResourceLoader.
- MockServletContext(ResourceLoader) -
Constructor for class org.springframework.mock.web.MockServletContext
- Create a new MockServletContext, using the specified ResourceLoader
and no base path.
- MockServletContext(String, ResourceLoader) -
Constructor for class org.springframework.mock.web.MockServletContext
- Create a new MockServletContext.
- MockStateAwareResponse - Class in org.springframework.mock.web.portlet
- Mock implementation of the
StateAwareResponse
interface. - MockStateAwareResponse() -
Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
- Create a new MockActionResponse with a default
MockPortalContext
.
- MockStateAwareResponse(PortalContext) -
Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
- Create a new MockActionResponse.
- MockStaticEntityMethods - Annotation Type in org.springframework.mock.staticmock
- Annotation to indicate a test class for whose @Test methods
static methods on Entity classes should be mocked.
- Model - Interface in org.springframework.ui
- Java-5-specific interface that defines a holder for model attributes.
- MODEL_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.ViewRendererServlet
- Name of request attribute that holds the model Map
- MODEL_ATTRIBUTE_METHODS -
Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- MethodFilter that matches
@ModelAttribute
methods.
- MODEL_ATTRIBUTE_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.form.FormTag
- The name of the
PageContext
attribute under which the
form object name is exposed.
- MODEL_KEY_PREFIX -
Static variable in interface org.springframework.validation.BindingResult
- Prefix for the name of the BindingResult instance in a model,
followed by the object name.
- ModelAndView - Class in org.springframework.web.portlet
- Holder for both Model and View in the web MVC framework.
- ModelAndView() -
Constructor for class org.springframework.web.portlet.ModelAndView
- Default constructor for bean-style usage: populating bean
properties instead of passing in constructor arguments.
- ModelAndView(String) -
Constructor for class org.springframework.web.portlet.ModelAndView
- Convenient constructor when there is no model data to expose.
- ModelAndView(Object) -
Constructor for class org.springframework.web.portlet.ModelAndView
- Convenient constructor when there is no model data to expose.
- ModelAndView(String, Map<String, ?>) -
Constructor for class org.springframework.web.portlet.ModelAndView
- Create a new ModelAndView given a view name and a model.
- ModelAndView(Object, Map<String, ?>) -
Constructor for class org.springframework.web.portlet.ModelAndView
- Create a new ModelAndView given a View object and a model.
- ModelAndView(String, String, Object) -
Constructor for class org.springframework.web.portlet.ModelAndView
- Convenient constructor to take a single model object.
- ModelAndView(Object, String, Object) -
Constructor for class org.springframework.web.portlet.ModelAndView
- Convenient constructor to take a single model object.
- ModelAndView - Class in org.springframework.web.servlet
- Holder for both Model and View in the web MVC framework.
- ModelAndView() -
Constructor for class org.springframework.web.servlet.ModelAndView
- Default constructor for bean-style usage: populating bean
properties instead of passing in constructor arguments.
- ModelAndView(String) -
Constructor for class org.springframework.web.servlet.ModelAndView
- Convenient constructor when there is no model data to expose.
- ModelAndView(View) -
Constructor for class org.springframework.web.servlet.ModelAndView
- Convenient constructor when there is no model data to expose.
- ModelAndView(String, Map<String, ?>) -
Constructor for class org.springframework.web.servlet.ModelAndView
- Creates new ModelAndView given a view name and a model.
- ModelAndView(View, Map<String, ?>) -
Constructor for class org.springframework.web.servlet.ModelAndView
- Creates new ModelAndView given a View object and a model.
- ModelAndView(String, String, Object) -
Constructor for class org.springframework.web.servlet.ModelAndView
- Convenient constructor to take a single model object.
- ModelAndView(View, String, Object) -
Constructor for class org.springframework.web.servlet.ModelAndView
- Convenient constructor to take a single model object.
- ModelAndViewAssert - Class in org.springframework.test.web
- A collection of assertions intended to simplify testing scenarios dealing
with Spring Web MVC
ModelAndView
objects. - ModelAndViewAssert() -
Constructor for class org.springframework.test.web.ModelAndViewAssert
-
- ModelAndViewContainer - Class in org.springframework.web.method.support
- Records model and view related decisions made by
HandlerMethodArgumentResolver
s and
HandlerMethodReturnValueHandler
s during the course of invocation of
a controller method. - ModelAndViewContainer() -
Constructor for class org.springframework.web.method.support.ModelAndViewContainer
- Create a new instance.
- ModelAndViewDefiningException - Exception in org.springframework.web.portlet
- Exception to be thrown on error conditions that should forward
to a specific view with a specific model.
- ModelAndViewDefiningException(ModelAndView) -
Constructor for exception org.springframework.web.portlet.ModelAndViewDefiningException
- Create new ModelAndViewDefiningException with the given ModelAndView,
typically representing a specific error page.
- ModelAndViewDefiningException - Exception in org.springframework.web.servlet
- Exception to be thrown on error conditions that should forward
to a specific view with a specific model.
- ModelAndViewDefiningException(ModelAndView) -
Constructor for exception org.springframework.web.servlet.ModelAndViewDefiningException
- Create new ModelAndViewDefiningException with the given ModelAndView,
typically representing a specific error page.
- ModelAndViewMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
- Handles return values of type
ModelAndView
copying view and model
information to the ModelAndViewContainer
. - ModelAndViewMethodReturnValueHandler() -
Constructor for class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- ModelAndViewResolver - Interface in org.springframework.web.servlet.mvc.annotation
- SPI for resolving custom return values from a specific handler method.
- ModelAndViewResolverMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
- This return value handler is intended to be ordered after all others as it
attempts to handle _any_ return value type (i.e.
- ModelAndViewResolverMethodReturnValueHandler(List<ModelAndViewResolver>) -
Constructor for class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
- Create a new instance.
- ModelAttribute - Annotation Type in org.springframework.web.bind.annotation
- Annotation that binds a method parameter or method return value
to a named model attribute, exposed to a web view.
- ModelAttributeMethodProcessor - Class in org.springframework.web.method.annotation
- Resolves method arguments annotated with
@ModelAttribute
and handles
return values from methods annotated with @ModelAttribute
. - ModelAttributeMethodProcessor(boolean) -
Constructor for class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- ModelFactory - Class in org.springframework.web.method.annotation
- Provides methods to initialize the
Model
before controller method
invocation and to update it afterwards. - ModelFactory(List<InvocableHandlerMethod>, WebDataBinderFactory, SessionAttributesHandler) -
Constructor for class org.springframework.web.method.annotation.ModelFactory
- Create a new instance with the given
@ModelAttribute
methods.
- ModelMap - Class in org.springframework.ui
- Implementation of
Map
for use when building model data for use
with UI tools. - ModelMap() -
Constructor for class org.springframework.ui.ModelMap
- Construct a new, empty
ModelMap
.
- ModelMap(String, Object) -
Constructor for class org.springframework.ui.ModelMap
- Construct a new
ModelMap
containing the supplied attribute
under the supplied name.
- ModelMap(Object) -
Constructor for class org.springframework.ui.ModelMap
- Construct a new
ModelMap
containing the supplied attribute.
- ModelMBeanNotificationPublisher - Class in org.springframework.jmx.export.notification
NotificationPublisher
implementation that uses the infrastructure
provided by the ModelMBean
interface to track
javax.management.NotificationListeners
and send Notifications
to those listeners.- ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) -
Constructor for class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
- Create a new instance of the
ModelMBeanNotificationPublisher
class
that will publish all Notifications
to the supplied ModelMBean
.
- ModelMethodProcessor - Class in org.springframework.web.method.annotation
- Resolves
Model
arguments and handles Model
return values. - ModelMethodProcessor() -
Constructor for class org.springframework.web.method.annotation.ModelMethodProcessor
-
- modifyLocations(Class<?>, String...) -
Method in class org.springframework.test.context.support.AbstractContextLoader
- Generate a modified version of the supplied locations array and return it.
- modifyLocations(Class<?>, String...) -
Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader
should be used as a
SmartContextLoader
,
not as a legacy ContextLoader
.
- monitor(Object, WeakReferenceMonitor.ReleaseListener) -
Static method in class org.springframework.util.WeakReferenceMonitor
- Start to monitor given handle object for becoming weakly reachable.
- MULTI_VALUE_ATTRIBUTE_DELIMITERS -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- MultiActionController - Class in org.springframework.web.servlet.mvc.multiaction
Controller
implementation that allows multiple request types to be handled by the same
class.- MultiActionController() -
Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Constructor for
MultiActionController
that looks for
handler methods in the present subclass.
- MultiActionController(Object) -
Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Constructor for
MultiActionController
that looks for
handler methods in delegate, rather than a subclass of this class.
- multicastEvent(ApplicationEvent) -
Method in interface org.springframework.context.event.ApplicationEventMulticaster
- Multicast the given application event to appropriate listeners.
- multicastEvent(ApplicationEvent) -
Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
- MULTIPART_FORM_DATA -
Static variable in class org.springframework.http.MediaType
- Public constant media type for
multipart/form-data
.
- MULTIPART_FORM_DATA_VALUE -
Static variable in class org.springframework.http.MediaType
- A String equivalent of
MediaType.MULTIPART_FORM_DATA
.
- MULTIPART_MODE_MIXED -
Static variable in class org.springframework.mail.javamail.MimeMessageHelper
- Constant indicating a multipart message with a single root multipart
element of type "mixed".
- MULTIPART_MODE_MIXED_RELATED -
Static variable in class org.springframework.mail.javamail.MimeMessageHelper
- Constant indicating a multipart message with a root multipart element
"mixed" plus a nested multipart element of type "related".
- MULTIPART_MODE_NO -
Static variable in class org.springframework.mail.javamail.MimeMessageHelper
- Constant indicating a non-multipart message.
- MULTIPART_MODE_RELATED -
Static variable in class org.springframework.mail.javamail.MimeMessageHelper
- Constant indicating a multipart message with a single root multipart
element of type "related".
- MULTIPART_RESOLVER_BEAN_NAME -
Static variable in class org.springframework.web.portlet.DispatcherPortlet
- Well-known name for the PortletMultipartResolver object in the bean factory for this namespace.
- MULTIPART_RESOLVER_BEAN_NAME -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Well-known name for the MultipartResolver object in the bean factory for this namespace.
- MultipartActionRequest - Interface in org.springframework.web.portlet.multipart
- Interface which provides additional methods for dealing with multipart
content within a portlet request, allowing to access uploaded files.
- MultipartException - Exception in org.springframework.web.multipart
- Exception thrown when multipart resolution fails.
- MultipartException(String) -
Constructor for exception org.springframework.web.multipart.MultipartException
- Constructor for MultipartException.
- MultipartException(String, Throwable) -
Constructor for exception org.springframework.web.multipart.MultipartException
- Constructor for MultipartException.
- MultipartFile - Interface in org.springframework.web.multipart
- A representation of an uploaded file received in a multipart request.
- MultipartFilter - Class in org.springframework.web.multipart.support
- Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver.
- MultipartFilter() -
Constructor for class org.springframework.web.multipart.support.MultipartFilter
-
- MultipartHttpServletRequest - Interface in org.springframework.web.multipart
- Provides additional methods for dealing with multipart content within a
servlet request, allowing to access uploaded files.
- MultipartRequest - Interface in org.springframework.web.multipart
- This interface defines the multipart request access operations
that are exposed for actual multipart requests.
- MultipartResolver - Interface in org.springframework.web.multipart
- A strategy interface for multipart file upload resolution in accordance
with RFC 1867.
- MultiValueMap<K,V> - Interface in org.springframework.util
- Extension of the
Map
interface that stores multiple values. - MutablePersistenceUnitInfo - Class in org.springframework.orm.jpa.persistenceunit
- Spring's base implementation of the JPA
PersistenceUnitInfo
interface,
used to bootstrap an EntityManagerFactory in a container. - MutablePersistenceUnitInfo() -
Constructor for class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- MutablePropertySources - Class in org.springframework.core.env
- Default implementation of the
PropertySources
interface. - MutablePropertySources() -
Constructor for class org.springframework.core.env.MutablePropertySources
- Create a new
MutablePropertySources
object.
- MutablePropertySources(PropertySources) -
Constructor for class org.springframework.core.env.MutablePropertySources
- Create a new
MutablePropertySources
from the given propertySources
object, preserving the original order of contained PropertySource
objects.
- MutablePropertyValues - Class in org.springframework.beans
- Default implementation of the
PropertyValues
interface. - MutablePropertyValues() -
Constructor for class org.springframework.beans.MutablePropertyValues
- Creates a new empty MutablePropertyValues object.
- MutablePropertyValues(PropertyValues) -
Constructor for class org.springframework.beans.MutablePropertyValues
- Deep copy constructor.
- MutablePropertyValues(Map<?, ?>) -
Constructor for class org.springframework.beans.MutablePropertyValues
- Construct a new MutablePropertyValues object from a Map.
- MutablePropertyValues(List<PropertyValue>) -
Constructor for class org.springframework.beans.MutablePropertyValues
- Construct a new MutablePropertyValues object using the given List of
PropertyValue objects as-is.
- MutableSortDefinition - Class in org.springframework.beans.support
- Mutable implementation of the
SortDefinition
interface. - MutableSortDefinition() -
Constructor for class org.springframework.beans.support.MutableSortDefinition
- Create an empty MutableSortDefinition,
to be populated via its bean properties.
- MutableSortDefinition(SortDefinition) -
Constructor for class org.springframework.beans.support.MutableSortDefinition
- Copy constructor: create a new MutableSortDefinition
that mirrors the given sort definition.
- MutableSortDefinition(String, boolean, boolean) -
Constructor for class org.springframework.beans.support.MutableSortDefinition
- Create a MutableSortDefinition for the given settings.
- MutableSortDefinition(boolean) -
Constructor for class org.springframework.beans.support.MutableSortDefinition
- Create a new MutableSortDefinition.
- mvcConversionService() -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Returns a
FormattingConversionService
for use with annotated
controller methods and the spring:eval
JSP tag.
- MvcNamespaceHandler - Class in org.springframework.web.servlet.config
NamespaceHandler
for Spring MVC configuration namespace.- MvcNamespaceHandler() -
Constructor for class org.springframework.web.servlet.config.MvcNamespaceHandler
-
- mvcValidator() -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Returns a global
Validator
instance for example for validating
@ModelAttribute
and @RequestBody
method arguments.
- MySQLMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given MySQL table
with the equivalent of an auto-increment column.- MySQLMaxValueIncrementer() -
Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
- Default constructor for bean property style usage.
- MySQLMaxValueIncrementer(DataSource, String, String) -
Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
- Convenience constructor.
PropertySource
implementation intended for collection comparison purposes only.
InheritableThreadLocal
subclass that exposes a specified name
as NamedInheritableThreadLocal.toString()
result (allowing for introspection).DataSource
.
JdbcTemplate
.
ThreadLocal
subclass that exposes a specified name
as NamedThreadLocal.toString()
result (allowing for introspection).CacheOperationSource
implementation that allows attributes to be matched
by registered name.TransactionAttributeSource
implementation that
allows attributes to be matched by registered name.DefaultBeanDefinitionDocumentReader
for handling custom namespaces in a Spring XML configuration file.DefaultBeanDefinitionDocumentReader
to
locate a NamespaceHandler
implementation for a particular namespace URI.NamespaceHandlers
."name!=value"
style expression used to specify request
parameters and request header conditions in @RequestMapping
.TypeDescriptor
by setting its type to the class of the provided value.
NativeJdbcExtractor
interface,
for simplified implementation of basic extractors.WebRequest
interface, exposing the
native request and response objects in a generic fashion.Exceptions
with a root cause.NestedCheckedException
with the specified detail message.
NestedCheckedException
with the specified detail message
and nested exception.
IOException
that properly handles a root cause,
exposing the root cause just like NestedChecked/RuntimeException does.NestedIOException
with the specified detail message.
NestedIOException
with the specified detail message
and nested exception.
Exceptions
with a root cause.NestedRuntimeException
with the specified detail message.
NestedRuntimeException
with the specified detail message
and nested exception.
ServletException
that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does.NestedServletException
with the specified detail message.
NestedServletException
with the specified detail message
and nested exception.
createSqlRowSet
implementation.
org.apache.commons.fileupload.servlet.ServletFileUpload
instance.
org.apache.commons.fileupload.portlet.PortletFileUpload
instance.
SqlXmlValue
implementation to be used together
with the database specific implementation of this SqlXmlObjectMappingHandler
.
List
.
SqlXmlValue
instance for the given XML data,
as supported by the underlying JDBC driver.
SqlXmlValue
instance for the given XML data,
as supported by the underlying JDBC driver.
SqlXmlValue
instance for the given XML data,
as supported by the underlying JDBC driver.
SqlXmlValue
instance for the given XML data,
as supported by the underlying JDBC driver.
SqlXmlValue
instance for the given XML data,
as supported by the underlying JDBC driver.
Date
in the sequence matching the Cron pattern and
after the value provided.
AsyncWebRequest
used when no underlying support
for async request processing is available in which case NoOpAsyncWebRequest.startAsync()
results in an UnsupportedOperationException
.CacheManager
implementation suitable
for disabling caching, typically used for backing cache declarations
without an actual backing store.RollbackRuleAttribute
that has the opposite behavior
to the RollbackRuleAttribute
superclass.NoRollbackRuleAttribute
class
for the supplied Throwable
class.
NoRollbackRuleAttribute
class
for the supplied exceptionName
.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one entry.
null
and must have at least one entry.
NotificationListener
,
a NotificationFilter
, and an arbitrary handback
object.NotificationListenerBean
class.
NotificationListenerBean
class.
NotificationListener
,
a NotificationFilter
, and an arbitrary handback
object, as well as the names of MBeans from which the listener wishes
to receive Notifications
.NotificationListener
with one or more MBeans in an MBeanServer
(typically via a MBeanServerConnection
).MBeanServer
.MBeanServer
and wishes to send
JMX javax.management.Notifications
.null
.
null
.
@BeforeTransaction
or
@AfterTransaction
method.null
based on the
provided flag, decorating the given Comparator.
true
if both are null
or false
if only one is
null
.
Object.hashCode()
.
SourceExtractor
that returns null
as the source metadata.NumberFormat
annotation.FactoryBean
implementation that
returns a value which is an ObjectFactory
that in turn returns a bean sourced from a BeanFactory
.ObjectName
instances.ObjectName
instances.JtaTransactionManager
variant for Oracle OC4J (10.1.3 and higher).LoadTimeWeaver
implementation for OC4J's instrumentable ClassLoader.OC4JLoadTimeWeaver
class
using the default class loader
.
OC4JLoadTimeWeaver
class
using the supplied ClassLoader
.
onblur
' attribute.
onCancel
version.
onchange
' attribute.
ejbCreate()
method.
ejbCreate()
method.
ejbRemove()
method.
onfocus
' attribute.
SimpleFormController.isFormChangeRequest(PortletRequest)
returns true
.
onFormChange
variant, called by the full version
onFormChange(request, response, command, errors)
.
SimpleFormController.isFormChangeRequest(javax.servlet.http.HttpServletRequest)
returns true
.
onFormChange
variant, called by the full variant
SimpleFormController.onFormChange(HttpServletRequest, HttpServletResponse, Object, BindException)
.
exporterClass
property is specified.
JmsInvokerServiceExporter.readRemoteInvocation(javax.jms.Message)
when it encounters an invalid request message.
extractInvocationResult
when it encounters an invalid response message.
MessageListener
entry point.
SessionAwareMessageListener
entry point.
DispatcherPortlet.initStrategies(org.springframework.context.ApplicationContext)
.
DispatcherServlet.initStrategies(org.springframework.context.ApplicationContext)
.
ObjectName
.
ObjectName
.
setUp()
method, which is final in this class.
ServletContext
to any WebApplicationInitializer
implementations present on the application classpath.
ServletContext
with any servlets, filters, listeners
context-params and attributes necessary for initializing this web application.
onSubmit
variant.
onSubmit
variant.
onSubmitAction
version.
onSubmitAction
version.
onSubmitRender
version.
onSubmitRender
version.
ObjectName
.
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter)
allowing subclasses to perform
any precondition checks or setup tasks that might be necessary.
select
' tag before proceeding.
JpaDialect
implementation for Apache OpenJPA.JpaVendorAdapter
implementation for Apache OpenJPA.Session
to the
thread for the entire processing of the request.OpenSessionInViewInterceptor
,
turning the default flushMode to FLUSH_NEVER
.
Session
to the
thread for the entire processing of the request.OperatorOverloader
can implement for any pair of operands.instanceof
does in Java.Operation
support simple types like numbers.multiply
operator.option
' tags within a
'select
' tag.option
' tag.CallMetaDataProvider
interface.Jdbc4NativeJdbcExtractor
which comes pre-configured for Oracle's JDBC driver,
specifying the following vendor-specific API types for unwrapping:
oracle.jdbc.OracleConnection
oracle.jdbc.OracleStatement
oracle.jdbc.OraclePreparedStatement
oracle.jdbc.OracleCallableStatement
oracle.jdbc.OracleResultSet
LobHandler
implementation for Oracle databases.DataFieldMaxValueIncrementer
that retrieves the next value of a given Oracle sequence.TableMetaDataProvider
.Comparator
implementation for Ordered
objects,
sorting by order value ascending (resp.org.objectweb.asm.*
(for internal use only).org.springframework.beans.factory
package.BeanFactory
implementation,
including a standard "spring-beans" DTD.java.util.concurrent
based caches.LoadTimeWeaver
abstraction.@Autowired
annotation.java.util.Date
properties.java.lang.Number
properties.org.springframework.jca.cci.core
package.org.springframework.jdbc.core
package.org.springframework.jms.core
package.MBeanServer
s
and for exposing an MBeanServer
to remote clients.org.springframework.orm.hibernate3
package.org.springframework.orm.hibernate4
package.org.springframework.orm.ibatis
package.org.springframework.orm.jdo
package.org.springframework.orm.jpa
package.java.util.concurrent
package, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context.statements
used in the Spring TestContext Framework.java.util.Comparator
implementations,
such as an invertible comparator and a compound comparator.org.springframework.web.client
package.org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.org.springframework.web.servlet.mvc.method
package.org.springframework.web.method
package.org.springframework.web.method.annotation
package.FlashMap
with
attributes to save for a subsequent request.
AbstractBeanDefinition.overrideFrom(BeanDefinition)
ClassLoader
that does not always delegate to the
parent loader, as normal class loaders do.NamespaceHandler
for the 'oxm
' namespace.ParamTag
to a
ParamAware
tag.spring:param
tags.HandlerMapping
to map from a request parameter to request handler beans.MBeanParameterInfo
into an array of
Class
instances corresponding to the parameters.
MBeanParameterInfo
into an array of
Class
instances corresponding to the parameters.
ParameterizedRowMapper
implementation that converts a row into a new instance
of the specified mapped target class.JdbcTemplate
class for batch updates.RowMapper
interface,
adding type parameterization.ParameterizedRowMapper
implementation that converts a single column
into a single result value per row.ActionRequest
to the
RenderRequest
.MethodNameResolver
which supports several strategies
for mapping parameter values to the names of methods to invoke.RequestMapping.params()
.ParamAware
ancestor in the tag hierarchy.owner.(parent)=parentBeanName
.
Element
and register the resulting
BeanDefinition(s)
with the
BeanDefinitionRegistry
embedded in the supplied ParserContext
.
Element
and register any resulting
BeanDefinitions
with the
BeanDefinitionRegistry
that is embedded in the supplied ParserContext
.
Element
by delegating to the BeanDefinitionParser
that is
registered for that Element
.
<bean>
element.
<bean>
element.
Element
into one or more BeanDefinitions
.
BeanDefinitionBuilder
instance for the
bean Class
and passes it to the
AbstractSingleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder)
strategy method.
localeString
value into a Locale
.
MediaType
.
MediaType
objects.
decode
/ valueOf
methods.
Stack
-based structure for tracking the logical position during
a parsing process.ParseState
with an empty Stack
.
ParseState
.PropertyPlaceholderConfigurer.resolvePlaceholder(java.lang.String, java.util.Properties, int)
with PropertyPlaceholderHelper
.
Only retained for compatibility with Spring 2.5 extensions.
SessionFactory
toString()
representation for the "participate in existing
session handling" request attribute.
SessionFactory
toString()
representation for the "participate in existing
session handling" request attribute.
FilterConfig
interface which
simply passes the call through to a given Filter/FilterChain combination
(indicating the next Filter in the chain along with the FilterChain that it is
supposed to work on) or to a given Servlet (indicating the end of the chain).SourceExtractor
implementation that just passes
the candidate source metadata object through for attachment.input
'
element with a 'type
' of 'password
'.HttpServletRequest
attribute that contains a Map with path variables.
HttpServletRequest
attribute that contains the path
within the handler mapping, in case of a pattern match, or the full
relevant URI (typically within the DispatcherServlet's mapping) else.
String
-based path matching.ResourcePatternResolver
implementation that is able to resolve a
specified resource location path into one or more matching Resources.Map
method arguments annotated with an @PathVariable
where the annotation does not specify a path variable name.PathVariable
.java.util.regex.Pattern
, to directly populate a Pattern property.ParseState.Entry
currently at the top of the Stack
or
null
if the Stack
is empty.
execute
,
converting non-Servlet/IO Exceptions to ServletException.
MethodInterceptor
for performance monitoring.PersistenceUnit
and PersistenceContext
annotations, for injection of
the corresponding JPA resources EntityManagerFactory
and EntityManager
.Repository
annotation, adding a corresponding PersistenceExceptionTranslationAdvisor
to
the exposed proxy (either an existing AOP proxy or a newly generated proxy that
implements all of the target's interfaces).$[argumentTypes]
placeholder.
$[arguments]
placeholder.
$[exception]
placeholder.
$[invocationTime]
placeholder.
$[methodName]
placeholder.
$[returnValue]
placeholder.
$[targetClassName]
placeholder.
$[targetClassShortName]
placeholder.
EntityResolver
implementation that attempts to resolve schema URLs into
local classpath resources
using a set of mappings files.ComponentDefinition
implementation that holds a pointcut definition.ParseState
entry representing a pointcut.PointcutEntry
class.
ParseState.Entry
from the Stack
.
Descriptor
for a
particular attribute.
ManagedAttribute
attribute or the ManagedMetric
attribute
to the attribute descriptor.
ModelMBeanInfo
instance has been constructed but
before it is passed to the MBeanExporter
.
Descriptor
for an MBean.
ManagedResource
attribute
to the MBean descriptor.
Descriptor
for a
particular operation.
ManagedAttribute
attribute
to the attribute descriptor.
PropertySource
that reads init parameters from a PortletConfig
object.AbstractController
.BeanPostProcessor
implementation that passes the PortletContext to beans that implement
the PortletContextAware
interface.PropertySource
that reads init parameters from a PortletContext
object.Resource
implementation for
PortletContext
resources, interpreting
relative paths within the portlet application root directory.PathMatchingResourcePatternResolver
,
able to find matching resources below the web application root directory
via Portlet API's PortletContext.getResourcePaths
.Scope
wrapper for a PortletContext, i.e.HandlerMapping
interface to map from the current PortletMode to request handler beans.HandlerMapping
interface to map from the current PortletMode and a request parameter to
request handler beans.RequestAttributes
interface.DataBinder
to perform data binding
from portlet request parameters to JavaBeans, including support for multipart files.WebRequest
adapter
for a PortletRequest
.Controller
implementation that wraps a portlet instance which it manages
internally.BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)
except that the expected exception is retrieved using
SpringJUnit4ClassRunner.getExpectedException(FrameworkMethod)
.
ResponseEntity
.
HttpEntity
.
ResponseEntity
.
Location
header.
Location
header.
Location
header.
CallMetaDataProvider
interface.DataFieldMaxValueIncrementer
that retrieves the next value of a given PostgreSQL sequence.TableMetaDataProvider
.Session
before view rendering, if necessary.
Session
from the main thread but leave
the Session
open for further use from the async thread.
Session
from the main thread leaving
it open for further use from an async thread.
afterPropertiesSet
or a custom init-method).
ServletContextAwareProcessor
, etc.
ServletContextAwareProcessor
, etc.
PortletContextAwareProcessor
, etc.
PortletContextAwareProcessor
, etc.
afterPropertiesSet
or a custom init-method).
HttpMethodBase
before it is returned as part of a CommonsClientHttpRequest
.
BeanComponentDefinition
but before the
BeanComponentDefinition
has been registered with a
BeanDefinitionRegistry
.
AnnotationSessionFactoryBean.postProcessAnnotationConfiguration(org.hibernate.cfg.AnnotationConfiguration)
.
HttpUriRequest
before it is
returned as part of a HttpComponentsClientHttpRequest
.
Service
.
postProcessAfterInitialization
callback of all
registered BeanPostProcessors, giving them a chance to post-process the
object obtained from FactoryBeans (for example, to auto-proxy them).
-1
if not found.
InstantiationAwareBeanPostProcessor.postProcessBeforeInstantiation(java.lang.Class>, java.lang.String)
callback.
java.util.prefs
).TaskExecutor
prefer short-lived tasks over
long-lived tasks?
Session
according to the settings of this
HibernateAccessor
and bind it to the thread via the
TransactionSynchronizationManager
.
Session
according to the settings of this
HibernateAccessor
and bind it to the thread via the
TransactionSynchronizationManager
.
true
.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
ActionRequest
,
get handler mapping parameter and add it to the ActionResponse.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
FactoryBeans
.
Instrumentation
interface exposed by the JVM.
MBeanServerConnection
is configured and attempts
to detect a local connection if one is not supplied.
NotificationListener
.
HttpURLConnection
.
GenericApplicationContext
created by this ContextLoader
.
PreparedStatementCreator
objects with different parameters based on a SQL statement and a single
set of parameter declarations.JdbcTemplate
class.beforeCommit
synchronization callbacks occur.
persistence.xml
files,
parsing all matching files, configuring and post-processing them.
test instance
of the supplied
test context
by
autowiring
and
initializing
the test instance via its own
application context
(without
checking dependencies).
test instance
of the supplied
test context
, for example by injecting dependencies.
ConditionalTestCase.runBare()
method to prevent
transactional execution.
Ordered
interface, expressing a 'priority'
ordering: Order values expressed by PriorityOrdered objects always
apply before order values of 'plain' Ordered values.Problem
class.
Problem
class.
Problem
class.
ImageReadParam
before it is used to read an image.
ImageWriteParam
before it is used to write an image.
Configuration
classes.
Errors
object.
ContextConfigurationAttributes
for a given test class.
ContextLoader
SPI, the
default implementation simply delegates to AbstractContextLoader.processLocations(Class, String...)
,
passing it the declaring class
and resource locations
retrieved from the supplied
configuration attributes
.
ContextConfigurationAttributes
.
SmartContextLoaders
to process the supplied
ContextConfigurationAttributes
.
RequestDataValueProcessor
instance if one is configured or otherwise returns the same value.
onSubmitAction
's full version else.
CancellableFormController.isCancelRequest(javax.servlet.http.HttpServletRequest)
.
SimpleFormController.showForm(HttpServletRequest, HttpServletResponse, BindException)
in case of errors, and delegates to the full
SimpleFormController.onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException)
's
variant else.
@Autowired
.
@Autowired
injection for the given target object,
based on the current web application context.
@Autowired
injection for the given target object,
based on the current root web application context as stored in the ServletContext.
locations
are null
or
empty and AbstractContextLoader.isGenerateDefaultLocations()
returns
true
, default locations will be
generated
for the specified
class
and the configured
resource suffix
; otherwise, the supplied
locations
will be modified
if
necessary and returned.
DelegatingSmartContextLoader
does not support the
ContextLoader.processLocations(Class, String...)
method.
PropertySourcesPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory, ConfigurablePropertyResolver)
PropertyAccessException
to an appropriate
error registered on the given Errors
instance.
HttpServletRequest
attribute that contains the set of producible MediaTypes
applicable to the mapped handler.
ProfileValueSource
available to subclasses but primarily intended
for use in AbstractAnnotationAwareTransactionalTests.isDisabledInThisEnvironment(Method)
.
ProfileValueSource
available to subclasses but primarily intended
for internal use to provide support for @IfProfileValue
.
ProfileValueSource
to use when retrieving
profile values configured via the @IfProfileValue
annotation.Transactional
annotation, corresponding to the
TransactionDefinition
interface.TransactionDefinition.PROPAGATION_REQUIRED
else.
PropertyEditor
for Properties
objects.java.util.Properties
,
performing standard handling of input streams.MethodNameResolver
interface.java.util.Properties
,
allowing for pluggable parsing strategies.PropertySource
implementation that extracts properties from a
Properties
object.java.beans.PropertyDescriptor
.BeanWrapper
.PropertyAccessor
instances,
in particular for BeanWrapper
instances.PropertyAccessor
interface.property editors
with a
property editor registry
.PropertyEditors
.PropertyEditorRegistry
interface.ParseState
entry representing a JavaBean property.PropertyEntry
class.
FactoryBean
that evaluates a property path on a given target object.PlaceholderConfigurerSupport
subclass that resolves ${...} placeholders
against local
properties
and/or system properties
and environment variables.PropertyPlaceholderHelper
that uses the supplied prefix and suffix.
PropertyPlaceholderHelper
that uses the supplied prefix and suffix.
PropertySource
to Spring's
Environment
.PropertySource
with the given name and source object.
PropertySource
with the given name and with a new Object
instance as the underlying source.
PropertySource
to be used as a placeholder in cases where an actual
property source cannot be eagerly initialized at application context
creation time.PropertySource
objects.PlaceholderConfigurerSupport
that resolves ${...} placeholders within bean definition
property values and @Value
annotations against the current Spring Environment
and its set of PropertySources
.PropertyResolver
implementation that resolves property values against
an underlying set of PropertySources
.PropertyValue
objects,
typically comprising one update for a specific target bean.Editor
for a PropertyValues
object.FactoryBean
implementation that
returns a value which is a JSR-330 Provider
that in turn
returns a bean sourced from a BeanFactory
.OutputStream
.
Writer
.
Result
.
proxy-target-class
attribute as found on AOP-related XML tags.
@Configuration
class that registers the Spring infrastructure beans necessary
to enable proxy-based asynchronous method execution.@Configuration
class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven cache management.AbstractAdvisorAutoProxyCreator
.TargetSource
,
making the proxy implement the specified interface.
FactoryBean
implementation that builds an
AOP proxy based on beans in Spring BeanFactory
.FactoryBean
that creates a java.net.Proxy
.MethodInvocation
interface, allowing access to the proxy that the method invocation was made through.@Configuration
class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven transaction management.WebService
annotated beans in the
containing BeanFactory.
ParseState.Entry
to the Stack
.
T
from the given BeanFactory
declaring a
qualifier (e.g.
AutowireCandidateResolver
implementation that matches bean definition qualifiers
against qualifier annotations
on the field or parameter to be autowired.Qualifier
annotation.
ParseState
entry representing an autowire candidate qualifier.MediaType.sortByQualityValue(List)
.
List
of Objects
of type T
using
the supplied RowMapper
to the query results to the object.
List
of Objects
of type T
using
the supplied RowMapper
to the query results to the object.
List
of Objects
of type T
using
the supplied RowMapper
to the query results to the object.
int
passing in a SQL query
using the named parameter support provided by the
NamedParameterJdbcTemplate
and a map containing the arguments.
int
passing in a SQL query
using the named parameter support provided by the
NamedParameterJdbcTemplate
and a SqlParameterSource
containing the arguments.
int
passing in a SQL query
using the standard '?' placeholders for parameters
and a variable number of arguments.
long
passing in a SQL query
using the named parameter support provided by the
NamedParameterJdbcTemplate
and a map containing the arguments.
long
passing in a SQL query
using the named parameter support provided by the
NamedParameterJdbcTemplate
and a SqlParameterSource
containing the arguments.
long
passing in a SQL query
using the standard '?' placeholders for parameters
and a variable number of arguments.
T
identified by the supplied @Class
.
T
identified by the supplied @Class
.
T
identified by the supplied @Class
.
T
using the supplied
RowMapper
to the query results to the object.
T
using the supplied
RowMapper
to the query results to the object.
T
using the supplied
RowMapper
to the query results to the object.
RedirectView.appendQueryProperties(java.lang.StringBuilder, java.util.Map, java.lang.String)
.
input
'
elements with a 'type
' of 'radio
'.input
'
element with a 'type
' of 'radio
'.AbstractHttpMessageConverter.readInternal(Class, HttpInputMessage)
.
ReadableInstant
instances using a DateTimeFormatter
.ReadablePartial
instances using a DateTimeFormatter
.AbstractHttpMessageConverter.read(Class, HttpInputMessage)
.
readonly
' attribute.
HttpHeaders
object that can only be read, not written to.
CacheManager
bean to use.
Model
interface that controllers can use to
select attributes for a redirect scenario.RedirectAttributes
.ModelMap
implementation of RedirectAttributes
that formats
values as Strings using a DataBinder
.ReflectionTestUtils
is a collection of reflection-based utility
methods for use in unit and integration testing scenarios.LoadTimeWeaver
which uses reflection to delegate to an underlying ClassLoader
with well-known transformation hooks.MethodInvocation
interface,
implementing the extended
ProxyMethodInvocation
interface.MethodResolver
used by default in
StandardEvaluationContext
unless explicit method resolvers have been specified.BeanFactoryRefreshableTargetSource
that determines whether
a refresh is required through the given ScriptFactory
.Pattern
.Advisor
.AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(ParserContext, Element)
and
AopConfigUtils.registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object)
bean
with the supplied
registry
.
BeanDefinitionDecorator
to
handle the specified element.
BeanDefinitionDecorator
to
handle the specified attribute.
BeanDefinitionParser
to
handle the specified element.
@Configuration
class.
MBeanServer
.
MBeanServer
.
ContextLoaderListener
against the given servlet context.
PropertyEditors
with
the given PropertyEditorRegistry
.
registry
with the following resource editors:
ResourceEditor, InputStreamEditor, InputSourceEditor, FileEditor, URLEditor,
URIEditor, ClassEditor, ClassArrayEditor.
DataSource
.
@Component
.
DispatcherServlet
against the given servlet context.
ScriptFactoryPostProcessor
bean definition in the supplied
BeanDefinitionRegistry
if the ScriptFactoryPostProcessor
hasn't
already been registered.
ScheduledExecutorTasks
on the given ScheduledExecutorService
.
ScheduledTimerTasks
on the given Timer
.
TestExecutionListeners
by appending them to the set of listeners used by this TestContextManager
.
TestContext
attribute which indicates
whether or not the dependencies of a test instance should be
reinjected in
beforeTestMethod()
.
BeanFactory
instance referred to by this object is not
needed any longer by the client code which obtained the BeanFactoryReference
.
JndiTemplate.getContext()
.
getJdbcConnection
.
getJdbcConnection
.
ObjectPool
.
TargetSource.getTarget()
method.
MessageSource
implementation that
accesses resource bundles using specified basenames.RemoteInvocation
objects.RemoteInvocation
objects.RemoteInvocation
on a target object.RemoteInvocation
from an AOP Alliance
MethodInvocation
.RemoteInvocation
objects and serialize
RemoteInvocationResult
objects,
for example Spring's HTTP invoker.name
from the underlying scope.
null
if not found.
name
from the underlying
scope.
name
and return its value.
AbstractHtmlElementBodyTag.doFinally()
allowing subclasses to remove any attributes from the
PageContext
as needed.
this key
in the PageContext.PAGE_SCOPE
.
removePropertyValue
that takes a property name.
JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied Writer
.
JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied OutputStream
.
showForm
in case of errors,
and delegates to onSubmitRender's full version else.
- renderFromBodyContent(BodyContent, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- Render the tag contents based on the supplied
BodyContent
.
- renderFromBodyContent(BodyContent, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- renderFromBoolean(Boolean, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
- Render the '
input(checkbox)
' with the supplied value, marking
the 'input
' element as 'checked' if the supplied Boolean is
true
.
- renderFromValue(Object, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
- Render the '
input(checkbox)
' with the supplied value, marking the
'input
' element as 'checked' if the supplied value matches the
bound value.
- renderFromValue(Object, Object, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
- Render the '
input(checkbox)
' with the supplied value, marking the
'input
' element as 'checked' if the supplied value matches the
bound value.
- renderInvalidSubmit(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Handle an invalid submit request, e.g.
- renderInvalidSubmit(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Handle an invalid submit request, e.g.
- RenderMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
- Annotation for mapping Portlet render requests onto handler methods.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractView
- Subclasses must implement this method to actually render the view.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
- Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Render the internal resource given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Finds the report data to use for rendering the report and then invokes the
AbstractJasperReportsView.renderReport(net.sf.jasperreports.engine.JasperPrint, java.util.Map, javax.servlet.http.HttpServletResponse)
method that should be implemented by the subclass.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.RedirectView
- Convert model to request parameters and redirect to the given URL.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.tiles2.TilesView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
-
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Subclasses must implement this method to actually render the view.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Process the model map by merging it with the FreeMarker template.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Process the model map by merging it with the Velocity template.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
- Perform rendering for a single Jasper Reports exporter, that is,
for a pre-defined output format.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Subclasses should implement this method to perform the actual rendering process.
- renderReport(JasperPrint, Map<String, Object>, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Locates the format key in the model using the configured discriminator key and uses this
key to lookup the appropriate view class from the mappings.
- renderReportUsingOutputStream(JRExporter, JasperPrint, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
- We need to write binary output to the response OutputStream.
- renderReportUsingWriter(JRExporter, JasperPrint, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
- We need to write text to the response Writer.
- renderView(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.ViewRendererServlet
- Retrieve the View instance and model Map to render
and trigger actual rendering.
- Repeat - Annotation Type in org.springframework.test.annotation
- Test annotation to indicate that a test method should be invoked repeatedly.
- replace(Object, Object, Object) -
Method in interface org.springframework.core.ConcurrentMap
- Deprecated.
- replace(Object, Object) -
Method in interface org.springframework.core.ConcurrentMap
- Deprecated.
- replace(String, PropertySource<?>) -
Method in class org.springframework.core.env.MutablePropertySources
- Replace the property source with the given name with the given property source object.
- replace(Object, Object, Object) -
Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- This implementation returns the passed-in original as-is.
- replace(String, String, String) -
Static method in class org.springframework.util.StringUtils
- Replace all occurences of a substring within a string with
another string.
- replaceAdvisor(Advisor, Advisor) -
Method in interface org.springframework.aop.framework.Advised
- Replace the given advisor.
- replaceAdvisor(Advisor, Advisor) -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- REPLACED_METHOD_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- ReplaceOverride - Class in org.springframework.beans.factory.support
- Extension of MethodOverride that represents an arbitrary
override of a method by the IoC container.
- ReplaceOverride(String, String) -
Constructor for class org.springframework.beans.factory.support.ReplaceOverride
- Construct a new ReplaceOverride.
- replacePath(String) -
Method in class org.springframework.web.util.UriComponentsBuilder
- Sets the path of this builder overriding all existing path and path segment values.
- replacePlaceholders(String, MethodInvocation, Object, Throwable, long) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Replace the placeholders in the given message with the supplied values,
or values derived from those supplied.
- replacePlaceholders(String, Properties) -
Method in class org.springframework.util.PropertyPlaceholderHelper
- Replaces all placeholders of format
${name}
with the corresponding property
from the supplied Properties
.
- replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) -
Method in class org.springframework.util.PropertyPlaceholderHelper
- Replaces all placeholders of format
${name}
with the value returned from the supplied
PropertyPlaceholderHelper.PlaceholderResolver
.
- replaceQuery(String) -
Method in class org.springframework.web.util.UriComponentsBuilder
- Sets the query of this builder overriding all existing query parameters.
- replaceQueryParam(String, Object...) -
Method in class org.springframework.web.util.UriComponentsBuilder
- Sets the query parameter values overriding all existing query values for the same parameter.
- REPLACER_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- replaceUriTemplateParams(String, List<Param>, Set<String>) -
Method in class org.springframework.web.servlet.tags.UrlTag
- Replace template markers in the URL matching available parameters.
- replaceUriTemplateVariables(String, Map<String, Object>, Map<String, String>, String) -
Method in class org.springframework.web.servlet.view.RedirectView
- Replace URI template variables in the target URL with encoded model
attributes or URI variables from the current request.
- replicate(Object, ReplicationMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(String, Object, ReplicationMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
- replicate(Object, ReplicationMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- replicate(String, Object, ReplicationMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- Repository - Annotation Type in org.springframework.stereotype
- Indicates that an annotated class is a "Repository", originally defined by
Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage,
retrieval, and search behavior which emulates a collection of objects".
- REQUEST_CONTEXT_PAGE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
PageContext
attribute for the
page-level RequestContext
instance.
- REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Well-known name for the RequestToViewNameTranslator object in the bean factory for this namespace.
- RequestAttributes - Interface in org.springframework.web.context.request
- Abstraction for accessing attribute objects associated with a request.
- RequestBody - Annotation Type in org.springframework.web.bind.annotation
- Annotation indicating a method parameter should be bound to the body of the web request.
- RequestCallback - Interface in org.springframework.web.client
- Callback interface for code that operates on a
ClientHttpRequest
. - requestCompleted() -
Method in class org.springframework.web.context.request.AbstractRequestAttributes
- Signal that the request has been completed.
- RequestCondition<T> - Interface in org.springframework.web.servlet.mvc.condition
- The contract for request conditions.
- RequestConditionHolder - Class in org.springframework.web.servlet.mvc.condition
- A holder for a
RequestCondition
useful when the type of the request
condition is not known ahead of time, e.g. - RequestConditionHolder(RequestCondition<?>) -
Constructor for class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
- Create a new holder to wrap the given request condition.
- RequestContext - Class in org.springframework.web.servlet.support
- Context holder for request-specific state, like current web application context, current locale, current theme, and
potential binding errors.
- RequestContext(HttpServletRequest) -
Constructor for class org.springframework.web.servlet.support.RequestContext
- Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, ServletContext) -
Constructor for class org.springframework.web.servlet.support.RequestContext
- Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, Map<String, Object>) -
Constructor for class org.springframework.web.servlet.support.RequestContext
- Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) -
Constructor for class org.springframework.web.servlet.support.RequestContext
- Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext() -
Constructor for class org.springframework.web.servlet.support.RequestContext
- Default constructor for subclasses.
- RequestContextAwareTag - Class in org.springframework.web.servlet.tags
- Superclass for all tags that require a
RequestContext
. - RequestContextAwareTag() -
Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- RequestContextFilter - Class in org.springframework.web.filter
- Servlet 2.3 Filter that exposes the request to the current thread,
through both
LocaleContextHolder
and
RequestContextHolder
. - RequestContextFilter() -
Constructor for class org.springframework.web.filter.RequestContextFilter
-
- RequestContextHolder - Class in org.springframework.web.context.request
- Holder class to expose the web request in the form of a thread-bound
RequestAttributes
object. - RequestContextHolder() -
Constructor for class org.springframework.web.context.request.RequestContextHolder
-
- RequestContextListener - Class in org.springframework.web.context.request
- Servlet 2.4+ listener that exposes the request to the current thread,
through both
LocaleContextHolder
and
RequestContextHolder
. - RequestContextListener() -
Constructor for class org.springframework.web.context.request.RequestContextListener
-
- RequestContextUtils - Class in org.springframework.web.servlet.support
- Utility class for easy access to request-specific state which has been
set by the
DispatcherServlet
. - RequestContextUtils() -
Constructor for class org.springframework.web.servlet.support.RequestContextUtils
-
- RequestDataValueProcessor - Interface in org.springframework.web.servlet.support
- A contract for inspecting and potentially modifying request data values such
as URL query parameters or form field values before they are rendered by a
view or before a redirect.
- requestDestroyed(ServletRequestEvent) -
Method in class org.springframework.web.context.request.RequestContextListener
-
- requestDestructionCallbacks -
Variable in class org.springframework.web.context.request.AbstractRequestAttributes
- Map from attribute name String to destruction callback Runnable
- requested() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Increase the reference count by one because the holder has been requested
(i.e.
- RequestHandledEvent - Class in org.springframework.web.context.support
- Event raised when a request is handled within an ApplicationContext.
- RequestHandledEvent(Object, String, String, long) -
Constructor for class org.springframework.web.context.support.RequestHandledEvent
- Create a new RequestHandledEvent with session information.
- RequestHandledEvent(Object, String, String, long, Throwable) -
Constructor for class org.springframework.web.context.support.RequestHandledEvent
- Create a new RequestHandledEvent with session information.
- RequestHeader - Annotation Type in org.springframework.web.bind.annotation
- Annotation which indicates that a method parameter should be bound to a web request header.
- RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
- Resolves
Map
method arguments annotated with @RequestHeader
. - RequestHeaderMapMethodArgumentResolver() -
Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
- Resolves method arguments annotated with
@RequestHeader
except for
Map
arguments. - RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) -
Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- requestInitialized(ServletRequestEvent) -
Method in class org.springframework.web.context.request.RequestContextListener
-
- RequestMapping - Annotation Type in org.springframework.web.bind.annotation
- Annotation for mapping web requests onto specific handler classes and/or
handler methods.
- requestMappingHandlerAdapter() -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Returns a
RequestMappingHandlerAdapter
for processing requests
through annotated controller methods.
- RequestMappingHandlerAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
- An
AbstractHandlerMethodAdapter
that supports HandlerMethod
s
with the signature -- method argument and return types, defined in
@RequestMapping
. - RequestMappingHandlerAdapter() -
Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Default constructor.
- requestMappingHandlerMapping() -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Return a
RequestMappingHandlerMapping
ordered at 0 for mapping
requests to annotated controllers.
- RequestMappingHandlerMapping - Class in org.springframework.web.servlet.mvc.method.annotation
- Creates
RequestMappingInfo
instances from type and method-level
@RequestMapping
annotations in
@Controller
classes. - RequestMappingHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- RequestMappingInfo - Class in org.springframework.web.servlet.mvc.method
- Encapsulates the following request mapping conditions:
PatternsRequestCondition
RequestMethodsRequestCondition
ParamsRequestCondition
HeadersRequestCondition
ConsumesRequestCondition
ProducesRequestCondition
RequestCondition<?>
(optional, custom request condition)
- RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) -
Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
- Creates a new instance with the given request conditions.
- RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) -
Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
- Re-create a RequestMappingInfo with the given custom request condition.
- RequestMappingInfoHandlerMapping - Class in org.springframework.web.servlet.mvc.method
- Abstract base class for classes for which
RequestMappingInfo
defines
the mapping between a request and a handler method. - RequestMappingInfoHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
-
- RequestMethod - Enum in org.springframework.web.bind.annotation
- Java 5 enumeration of HTTP request methods.
- RequestMethodsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
- A logical disjunction (' || ') request condition that matches a request
against a set of
RequestMethod
s. - RequestMethodsRequestCondition(RequestMethod...) -
Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
- Create a new instance with the given request methods.
- RequestParam - Annotation Type in org.springframework.web.bind.annotation
- Annotation which indicates that a method parameter should be bound to a web
request parameter.
- RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
- Resolves
Map
method arguments annotated with an @RequestParam
where the annotation does not
specify a request parameter name. - RequestParamMapMethodArgumentResolver() -
Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
- Resolves method arguments annotated with @
RequestParam
, arguments of
type MultipartFile
in conjunction with Spring's MultipartResolver
abstraction, and arguments of type javax.servlet.http.Part
in conjunction
with Servlet 3.0 multipart requests. - RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) -
Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- RequestPart - Annotation Type in org.springframework.web.bind.annotation
- Annotation that can be used to associate the part of a "multipart/form-data" request
with a method argument.
- RequestPartMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
- Resolves the following method arguments:
Annotated with
@RequestPart
Of type MultipartFile
in conjunction with Spring's
MultipartResolver
abstraction
Of type javax.servlet.http.Part
in conjunction with
Servlet 3.0 multipart requests
- RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>) -
Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
- RequestPartServletServerHttpRequest - Class in org.springframework.web.multipart.support
ServerHttpRequest
implementation that accesses one part of a multipart
request.- RequestPartServletServerHttpRequest(HttpServletRequest, String) -
Constructor for class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
- Create a new instance.
- RequestResponseBodyMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
- Resolves method arguments annotated with
@RequestBody
and handles
return values from methods annotated with @ResponseBody
by reading
and writing to the body of the request or response with an
HttpMessageConverter
. - RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) -
Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- RequestScope - Class in org.springframework.web.context.request
- Request-backed
Scope
implementation. - RequestScope() -
Constructor for class org.springframework.web.context.request.RequestScope
-
- RequestToViewNameTranslator - Interface in org.springframework.web.servlet
- Strategy interface for translating an incoming
HttpServletRequest
into a
logical view name when no view name is explicitly supplied. - Required - Annotation Type in org.springframework.beans.factory.annotation
- Marks a method (typically a JavaBean setter method) as being 'required': that is,
the setter method must be configured to be dependency-injected with a value.
- REQUIRED_ANNOTATION_PROCESSOR_BEAN_NAME -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- The bean name of the internally managed Required annotation processor.
- RequiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor
implementation
that enforces required JavaBean properties to have been configured.- RequiredAnnotationBeanPostProcessor() -
Constructor for class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- requiredContextClass() -
Method in class org.springframework.context.support.ApplicationObjectSupport
- Determine the context class that any context passed to
setApplicationContext
must be an instance of.
- requiredSingleResult(Collection<T>) -
Static method in class org.springframework.dao.support.DataAccessUtils
- Return a single result object from the given Collection.
- requiredUniqueResult(Collection<T>) -
Static method in class org.springframework.dao.support.DataAccessUtils
- Return a unique result object from the given Collection.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
- Requires
FreeMarkerView
.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- This resolver requires
InternalResourceView
.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Requires the view class to be a subclass of
AbstractJasperReportsView
.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.tiles2.TilesViewResolver
- Requires
TilesView
.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Return the required type of view for this resolver.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Requires VelocityLayoutView.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Requires
VelocityView
.
- requiredViewClass() -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- requiresConfigInterface() -
Method in class org.springframework.scripting.bsh.BshScriptFactory
- BeanShell scripts do require a config interface.
- requiresConfigInterface() -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- Groovy scripts do not need a config interface,
since they expose their setters as public methods.
- requiresConfigInterface() -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
- JRuby scripts do require a config interface.
- requiresConfigInterface() -
Method in interface org.springframework.scripting.ScriptFactory
- Return whether the script requires a config interface to be
generated for it.
- requiresDestruction(Object, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Determine whether the given bean requires destruction on shutdown.
- requiresRefresh() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- Determine whether a refresh is required.
- requiresRefresh() -
Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
- Determine whether a refresh is required through calling
ScriptFactory's
requiresScriptedObjectRefresh
method.
- requiresScriptedObjectRefresh(ScriptSource) -
Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
- requiresScriptedObjectRefresh(ScriptSource) -
Method in interface org.springframework.scripting.ScriptFactory
- Determine whether a refresh is required (e.g.
- rescheduleTaskIfNecessary(Object) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Take the given task object and reschedule it, either immediately if
this container is currently running, or later once this container
has been restarted.
- RESERVED_DEFAULT_PROFILE_NAME -
Static variable in class org.springframework.core.env.AbstractEnvironment
- Name of reserved default profile name: "default".
- reset() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Reset the statement parameter queue, the rows affected cache,
and the execution count.
- reset() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- reset() -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- reset(String) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- reset() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Reset the prepared service of this interceptor,
allowing for reinitialization on next access.
- reset() -
Method in interface org.springframework.transaction.support.ResourceHolder
- Reset the transactional state of this holder.
- reset() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Reset this resource holder - transactional state as well as reference count.
- resetBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Reset all bean definition caches for the given bean,
including the caches of beans that are derived from it.
- resetBuffer() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- resetBuffer() -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- resetCachedTemplates() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Reset the cached Templates object, if any.
- resetConnection() -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
- Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() -
Method in class org.springframework.jms.connection.CachingConnectionFactory
- Resets the Session cache as well.
- resetConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnectionAfterTransaction(Connection, Integer) -
Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- Reset the given Connection after a transaction,
regarding read-only flag and isolation level.
- resetCount() -
Method in class org.springframework.aop.interceptor.DebugInterceptor
- Reset the invocation count to zero.
- resetFilters(boolean) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Reset the configured type filters.
- resetJodaTimeContext() -
Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
- Reset the JodaTimeContext for the current thread.
- resetLocaleContext() -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Reset the LocaleContext for the current thread.
- resetRequestAttributes() -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Reset the RequestAttributes for the current thread.
- resetThreadContextClassLoader(ClassLoader) -
Method in class org.springframework.remoting.support.RemotingSupport
- Reset the original thread context ClassLoader if necessary.
- resolvableToString() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
- Build a default String representation for this MessageSourceResolvable:
including codes, arguments, and default message.
- resolve(String) -
Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
- Locate the
NamespaceHandler
for the supplied namespace URI
from the configured mappings.
- resolve(String) -
Method in interface org.springframework.beans.factory.xml.NamespaceHandlerResolver
- Resolve the namespace URI and return the located
NamespaceHandler
implementation.
- resolve(EvaluationContext, String) -
Method in class org.springframework.context.expression.BeanFactoryResolver
-
- resolve(EvaluationContext, String) -
Method in interface org.springframework.expression.BeanResolver
- Look up the named bean and return it.
- resolve(EvaluationContext, String, List<TypeDescriptor>) -
Method in interface org.springframework.expression.ConstructorResolver
- Within the supplied context determine a suitable constructor on the supplied type that can handle the
specified arguments.
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) -
Method in interface org.springframework.expression.MethodResolver
- Within the supplied context determine a suitable method on the supplied object that can handle the
specified arguments.
- resolve(EvaluationContext, String, List<TypeDescriptor>) -
Method in class org.springframework.expression.spel.support.ReflectiveConstructorResolver
- Locate a constructor on the type.
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) -
Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
- Locate a method on a type.
- resolveAction() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Resolve the value of the '
action
' attribute.
- resolveAliases(StringValueResolver) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Resolve all alias target names and aliases registered in this
factory, applying the given StringValueResolver to them.
- resolveAliases(StringValueResolver) -
Method in class org.springframework.core.SimpleAliasRegistry
- Resolve all alias target names and aliases registered in this
factory, applying the given StringValueResolver to them.
- resolveArgument(MethodParameter, NativeWebRequest) -
Method in interface org.springframework.web.bind.support.WebArgumentResolver
- Resolve an argument for the given handler method parameter within the given web request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
- Delegate to the
WebArgumentResolver
instance.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
- Resolve the argument from the model or if not found instantiate it with
its default if it is available.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
- Resolves a method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
- Iterate over registered
HandlerMethodArgumentResolver
s and invoke the one that supports it.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
- Return a Map with all URI template variables.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
- Resolves a method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
- Set
ModelAndViewContainer.setRequestHandled(boolean)
to
false
to indicate that the method signature provides access
to the response.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) -
Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
-
- resolveArguments(Object[], Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
- Searches through the given array of objects, finds any MessageSourceResolvable
objects and resolves them.
- resolveArguments(Object[], Locale) -
Method in class org.springframework.context.support.MessageSourceSupport
- Template method for resolving argument objects.
- resolveArguments(Object) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Resolve the given arguments Object into an arguments array.
- resolveBasePackage(String) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Resolve the specified base package into a pattern specification for
the package search path.
- resolveBeanClass(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Determine the class of the wrapped bean, resolving it from a
specified class name if necessary.
- resolveBeanClass(RootBeanDefinition, String, Class<?>...) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Resolve the bean class for the specified bean definition,
resolving a bean class name into a Class reference (if necessary)
and storing the resolved Class in the bean definition for further use.
- resolveBeforeInstantiation(String, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Apply before-instantiation post-processors, resolving whether there is a
before-instantiation shortcut for the specified bean.
- resolveClass(ObjectStreamClass) -
Method in class org.springframework.core.ConfigurableObjectInputStream
-
- resolveClassName(String) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- resolveClassName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- resolveClassName(String) -
Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- resolveClassName(String, ClassLoader) -
Static method in class org.springframework.util.ClassUtils
- Resolve the given class name into a Class instance.
- resolveClassName(String) -
Method in class org.springframework.util.MethodInvoker
- Resolve the given class name into a Class.
- resolveCode(String, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
- Subclasses must implement this method to resolve a message.
- resolveCode(String, Locale) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Resolves the given message code as key in the retrieved bundle files,
using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Resolves the given message code as key in the registered resource bundles,
using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) -
Method in class org.springframework.context.support.StaticMessageSource
-
- resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
- Subclasses can override this method to resolve a message without arguments
in an optimized fashion, i.e.
- resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Resolves the given message code as key in the retrieved bundle files,
returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Resolves the given message code as key in the registered resource bundles,
returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.StaticMessageSource
-
- resolveCommonArgument(MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Resolves common method arguments.
- resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Resolves common method arguments.
- resolveContextualObject(String) -
Method in interface org.springframework.beans.factory.config.Scope
- Resolve the contextual object for the given key, if any.
- resolveContextualObject(String) -
Method in class org.springframework.context.support.SimpleThreadScope
-
- resolveContextualObject(String) -
Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- resolveContextualObject(String) -
Method in class org.springframework.web.context.support.ServletContextScope
-
- resolveContextualObject(String) -
Method in class org.springframework.web.portlet.context.PortletContextScope
-
- resolveCookieValue(String, Class, NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Resolves the given
@CookieValue
annotation.
- resolveCssClass() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Gets the appropriate CSS class to use based on the state of the current
BindStatus
object.
- resolveCssClass() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Override resolve CSS class since error class is not supported.
- resolveDefaultResponseDestination(Session) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Resolve the default response destination into a JMS
Destination
, using this
accessor's DestinationResolver
in case of a destination name.
- resolveDefaultValue(String) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveDependency(DependencyDescriptor, String) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- Resolve the specified dependency against the beans defined in this factory.
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
- Resolve the specified dependency against the beans defined in this factory.
- resolveDependency(DependencyDescriptor, String) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- resolveDestinationName(Session, String, boolean) -
Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
-
- resolveDestinationName(Session, String, boolean) -
Method in interface org.springframework.jms.support.destination.DestinationResolver
- Resolve the given destination name, either as located resource
or as dynamic destination.
- resolveDestinationName(Session, String, boolean) -
Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
- Resolve the specified destination name as a dynamic destination.
- resolveDestinationName(Session, String) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
- Resolve the given destination name into a JMS
Destination
,
via this accessor's DestinationResolver
.
- resolveDestinationName(Session, String, boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
- resolveEmbeddedValue(String) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Resolve the given embedded value, e.g.
- resolveEmbeddedValue(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- resolveEmbeddedValue(String) -
Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- resolveEmbeddedValue(String) -
Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.BeansDtdResolver
-
- resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
-
- resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
- resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
-
- resolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Checks whether this resolver is supposed to apply (i.e.
- resolveException(ResourceRequest, ResourceResponse, Object, Exception) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- resolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in interface org.springframework.web.portlet.HandlerExceptionResolver
- Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveException(ResourceRequest, ResourceResponse, Object, Exception) -
Method in interface org.springframework.web.portlet.HandlerExceptionResolver
- Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- Checks whether this resolver is supposed to apply (i.e.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
- Resolve the exception by iterating over the list of configured exception resolvers.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in interface org.springframework.web.servlet.HandlerExceptionResolver
- Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveFallbackIfPossible(String, ClassNotFoundException) -
Method in class org.springframework.core.ConfigurableObjectInputStream
- Resolve the given class name against a fallback class loader.
- resolveFallbackIfPossible(String, ClassNotFoundException) -
Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
-
- resolveFor() -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Determine the '
for
' attribute value for this tag,
autogenerating one if none specified.
- resolveId(Element, AbstractBeanDefinition, ParserContext) -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- Resolve the ID for the supplied
BeanDefinition
.
- resolveId(Element, AbstractBeanDefinition, ParserContext) -
Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
-
- resolveId() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Determine the '
id
' attribute value for this tag,
autogenerating one if none specified.
- resolveId() -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Appends a counter to a specified id as well,
since we're dealing with multiple HTML elements.
- resolveId() -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Appends a counter to a specified id,
since we're dealing with multiple HTML elements.
- resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- resolveLocale(HttpServletRequest) -
Method in interface org.springframework.web.servlet.LocaleResolver
- Resolve the current locale via the given request.
- resolveLocale(TilesRequestContext) -
Method in class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
-
- resolveMessage() -
Method in class org.springframework.web.servlet.tags.MessageTag
- Resolve the specified message into a concrete message String.
- resolveMessageCodes(String) -
Method in class org.springframework.validation.AbstractBindingResult
-
- resolveMessageCodes(String, String) -
Method in class org.springframework.validation.AbstractBindingResult
-
- resolveMessageCodes(String) -
Method in exception org.springframework.validation.BindException
-
- resolveMessageCodes(String, String) -
Method in exception org.springframework.validation.BindException
-
- resolveMessageCodes(String) -
Method in interface org.springframework.validation.BindingResult
- Resolve the given error code into message codes.
- resolveMessageCodes(String, String) -
Method in interface org.springframework.validation.BindingResult
- Resolve the given error code into message codes for the given field.
- resolveMessageCodes(String, String) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
-
- resolveMessageCodes(String, String, String, Class<?>) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
- Build the code list for the given code and field: an
object/field-specific code, a field-specific code, a plain error code.
- resolveMessageCodes(String, String) -
Method in interface org.springframework.validation.MessageCodesResolver
- Build message codes for the given error code and object name.
- resolveMessageCodes(String, String, String, Class<?>) -
Method in interface org.springframework.validation.MessageCodesResolver
- Build message codes for the given error code and field specification.
- resolveMethod(Exception) -
Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
- Find a method to handle the given exception.
- resolveModelAndView(Method, Class, Object, ExtendedModelMap, NativeWebRequest) -
Method in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
-
- resolveModelAttribute() -
Method in class org.springframework.web.servlet.tags.form.FormTag
Resolves
and returns the name of the form object.
- resolveMultipart(HttpServletRequest) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- resolveMultipart(HttpServletRequest) -
Method in interface org.springframework.web.multipart.MultipartResolver
- Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a
MultipartHttpServletRequest
object
that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.
- resolveMultipart(HttpServletRequest) -
Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- resolveMultipart(ActionRequest) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- resolveMultipart(ActionRequest) -
Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
- Parse the given portlet request into multipart files and parameters,
and wrap the request inside a MultipartActionRequest object
that provides access to file descriptors and makes contained
parameters accessible via the standard PortletRequest methods.
- resolveName(String, MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
- Resolves the given parameter type and value name into an argument value.
- resolveName(String, MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- resolveName(String, MethodParameter, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- resolveOriginal(FacesContext, String) -
Method in class org.springframework.web.jsf.DelegatingVariableResolver
- Resolve the attribute via the original JSF VariableResolver.
- resolveParameterType(MethodParameter, Class) -
Static method in class org.springframework.core.GenericTypeResolver
- Determine the target type for the given generic parameter type.
- resolvePath(String) -
Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- Resolve the given path, replacing placeholders with corresponding
system property values if necessary.
- resolvePath(String) -
Method in class org.springframework.core.io.ResourceEditor
- Resolve the given path, replacing placeholders with corresponding
property values from the
environment
if necessary.
- resolvePath(String) -
Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Resolve the given path, replacing placeholders with
corresponding system property values if necessary.
- resolvePathVariable(String, Class, NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Resolves the given
@PathVariable
annotation.
- resolvePlaceholder(String, Properties) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
- This implementation tries to resolve placeholders as keys first
in the user preferences, then in the system preferences, then in
the passed-in properties.
- resolvePlaceholder(String, String, Preferences) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
- Resolve the given path and key against the given Preferences.
- resolvePlaceholder(String, Properties, int) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Resolve the given placeholder using the given properties, performing
a system properties check according to the given mode.
- resolvePlaceholder(String, Properties) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Resolve the given placeholder using the given properties.
- resolvePlaceholder(String) -
Method in interface org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
- Resolves the supplied placeholder name into the replacement value.
- resolvePlaceholder(String, Properties) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Deprecated.
- resolvePlaceholder(String, ServletContext, boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Deprecated. Resolves the given placeholder using the init parameters
and optionally also the attributes of the given ServletContext.
- resolvePlaceholders(String) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- resolvePlaceholders(String) -
Method in class org.springframework.core.env.AbstractPropertyResolver
-
- resolvePlaceholders(String) -
Method in interface org.springframework.core.env.PropertyResolver
- Resolve ${...} placeholders in the given text, replacing them with corresponding
property values as resolved by
PropertyResolver.getProperty(java.lang.String)
.
- resolvePlaceholders(String) -
Static method in class org.springframework.util.SystemPropertyUtils
- Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
- resolvePlaceholders(String, boolean) -
Static method in class org.springframework.util.SystemPropertyUtils
- Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
- resolvePrimitiveClassName(String) -
Static method in class org.springframework.util.ClassUtils
- Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
- resolvePrimitiveIfNecessary(Class<?>) -
Static method in class org.springframework.util.ClassUtils
- Resolve the given class if it is a primitive class,
returning the corresponding primitive wrapper type instead.
- resolveProxyClass(String[]) -
Method in class org.springframework.core.ConfigurableObjectInputStream
-
- resolveProxyTargetClass(BeanDefinition) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- resolveQueue(Session) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Resolve this accessor's target queue.
- resolveQueue(Session, String) -
Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
- Resolve the given destination name to a
Queue
.
- resolveQueueName(Session, String) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Resolve the given queue name into a JMS
Queue
,
via this accessor's DestinationResolver
.
- resolveReference(String) -
Method in class org.springframework.web.context.request.FacesRequestAttributes
-
- resolveReference(String) -
Method in interface org.springframework.web.context.request.RequestAttributes
- Resolve the contextual reference for the given key, if any.
- resolveReference(String) -
Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- resolveReference(String) -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- resolveRefreshCheckDelay(BeanDefinition) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Get the refresh check delay for the given
ScriptFactory
BeanDefinition
.
- resolveRequestBody(MethodParameter, NativeWebRequest, Object) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
- Resolves the given
@RequestBody
annotation.
- resolveRequiredPlaceholders(String) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- resolveRequiredPlaceholders(String) -
Method in class org.springframework.core.env.AbstractPropertyResolver
-
- resolveRequiredPlaceholders(String) -
Method in interface org.springframework.core.env.PropertyResolver
- Resolve ${...} placeholders in the given text, replacing them with corresponding
property values as resolved by
PropertyResolver.getProperty(java.lang.String)
.
- resolveResponseStatus(ResponseStatus, HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
- Template method that handles
@ResponseStatus
annotation.
- resolveReturnType(Method, Class) -
Static method in class org.springframework.core.GenericTypeResolver
- Determine the target type for the generic return type of the given method.
- resolveReturnTypeArgument(Method, Class<?>) -
Static method in class org.springframework.core.GenericTypeResolver
- Resolve the single type argument of the given generic interface against the given
target method which is assumed to return the given interface or an implementation
of it.
- resolveRootDirResource(Resource) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Resolve the specified resource for path matching.
- resolveScopeMetadata(BeanDefinition) -
Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
- resolveScopeMetadata(BeanDefinition) -
Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
- resolveScopeMetadata(BeanDefinition) -
Method in interface org.springframework.context.annotation.ScopeMetadataResolver
- Resolve the
ScopeMetadata
appropriate to the supplied
bean definition
.
- resolveScopeName(String) -
Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
- Resolve the given annotation type into a named Spring scope.
- resolveSignature(String, Class<?>) -
Static method in class org.springframework.beans.BeanUtils
- Parse a method signature in the form
methodName[([arg_list])]
,
where arg_list
is an optional, comma-separated list of fully-qualified
type names, and attempts to resolve that signature against the supplied Class
.
- resolveSpecifiedDataSource(Object) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Resolve the specified data source object into a DataSource instance.
- resolveSpecifiedLookupKey(Object) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Resolve the given lookup key object, as specified in the
targetDataSources
map, into
the actual lookup key to be used for matching with the
current lookup key
.
- resolveSpecifiedLookupKey(Object) -
Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
- Supports Integer values for the isolation level constants
as well as isolation level names as defined on the
TransactionDefinition interface
.
- resolveSpringBean(FacesContext, String) -
Method in class org.springframework.web.jsf.DelegatingVariableResolver
- Resolve the attribute as a Spring bean in the ApplicationContext.
- resolveStandardArgument(Class<?>, NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
-
- resolveStandardArgument(Class<?>, NativeWebRequest, Exception) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Resolves standard method arguments.
- resolveStandardArgument(Class<?>, NativeWebRequest, Exception) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Resolves standard method arguments.
- resolveStringValue(String) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- Resolve the given String value, for example parsing placeholders.
- resolveStringValue(String) -
Method in interface org.springframework.util.StringValueResolver
- Resolve the given String value, for example parsing placeholders.
- resolveSystemProperty(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Resolve the given key as JVM system property, and optionally also as
system environment variable if no matching system property has been found.
- resolveTargetType(ClassLoader) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Determine the type to convert to, resolving it from a specified class name
if necessary.
- resolveThemeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- resolveThemeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- resolveThemeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- resolveThemeName(HttpServletRequest) -
Method in interface org.springframework.web.servlet.ThemeResolver
- Resolve the current theme name via the given request.
- resolveTopic(Session, String) -
Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
- Resolve the given destination name to a
Topic
.
- resolveType(Type, Map<TypeVariable, Type>) -
Static method in class org.springframework.core.GenericTypeResolver
- Resolve the specified generic type against the given TypeVariable map.
- resolveTypeArgument(Class, Class) -
Static method in class org.springframework.core.GenericTypeResolver
- Resolve the single type argument of the given generic interface against
the given target class which is assumed to implement the generic interface
and possibly declare a concrete type for its type variable.
- resolveTypeArguments(Class, Class) -
Static method in class org.springframework.core.GenericTypeResolver
- Resolve the type arguments of the given generic interface against the given
target class which is assumed to implement the generic interface and possibly
declare concrete types for its type variables.
- resolveValue(Object) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- resolveVariable(FacesContext, String) -
Method in class org.springframework.web.jsf.DelegatingVariableResolver
- Delegate to the original VariableResolver first, then try to
resolve the variable as Spring bean in the root WebApplicationContext.
- resolveVariable(FacesContext, String) -
Method in class org.springframework.web.jsf.SpringBeanVariableResolver
-
- resolveVariable(FacesContext, String) -
Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
- Check for the special "webApplicationContext" variable first,
then delegate to the original VariableResolver.
- resolveViewName(String, Map, PortletRequest) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Resolve the given view name into a View object (to be rendered).
- resolveViewName(String, Map<String, Object>, Locale, HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Resolve the given view name into a View object (to be rendered).
- resolveViewName(String, Locale) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
- resolveViewName(String, Locale) -
Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- resolveViewName(String, Locale) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- resolveViewName(String, Locale) -
Method in interface org.springframework.web.servlet.ViewResolver
- Resolve the given view by name.
- resolveWiringInfo(Object) -
Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
-
- resolveWiringInfo(Object) -
Method in interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver
- Resolve the BeanWiringInfo for the given bean instance.
- resolveWiringInfo(Object) -
Method in class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
-
- resort() -
Method in class org.springframework.beans.support.PagedListHolder
- Resort the list if necessary, i.e.
- Resource - Interface in org.springframework.core.io
- Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
- RESOURCE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- RESOURCE_PARAM_NAME -
Static variable in class org.springframework.web.servlet.ResourceServlet
- Name of the parameter that must contain the actual resource path.
- RESOURCE_URL_DELIMITERS -
Static variable in class org.springframework.web.servlet.ResourceServlet
- Any number of these characters are considered delimiters
between multiple resource paths in a single String value.
- ResourceAccessException - Exception in org.springframework.web.client
- Exception thrown when an I/O error occurs.
- ResourceAccessException(String) -
Constructor for exception org.springframework.web.client.ResourceAccessException
- Construct a new
HttpIOException
with the given message.
- ResourceAccessException(String, IOException) -
Constructor for exception org.springframework.web.client.ResourceAccessException
- Construct a new
HttpIOException
with the given message and IOException
.
- ResourceAdapterApplicationContext - Class in org.springframework.jca.context
ApplicationContext
implementation
for a JCA ResourceAdapter.- ResourceAdapterApplicationContext(BootstrapContext) -
Constructor for class org.springframework.jca.context.ResourceAdapterApplicationContext
- Create a new ResourceAdapterApplicationContext for the given BootstrapContext.
- ResourceAdapterFactoryBean - Class in org.springframework.jca.support
FactoryBean
that bootstraps
the specified JCA 1.5 ResourceAdapter
,
starting it with a local BootstrapContext
and exposing it for bean references.- ResourceAdapterFactoryBean() -
Constructor for class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- ResourceAllocationException - Exception in org.springframework.jms
- Runtime exception mirroring the JMS ResourceAllocationException.
- ResourceAllocationException(ResourceAllocationException) -
Constructor for exception org.springframework.jms.ResourceAllocationException
-
- ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
- Editor for
Resource
arrays, to
automatically convert String
location patterns
(e.g. - ResourceArrayPropertyEditor() -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Create a new ResourceArrayPropertyEditor with a default
PathMatchingResourcePatternResolver
and StandardEnvironment
.
- ResourceArrayPropertyEditor(ResourcePatternResolver) -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Deprecated. as of 3.1 in favor of
ResourceArrayPropertyEditor.ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver)
- ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver) -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Create a new ResourceArrayPropertyEditor with the given
ResourcePatternResolver
and PropertyResolver
(typically an Environment
).
- ResourceArrayPropertyEditor(ResourcePatternResolver, boolean) -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Deprecated. as of 3.1 in favor of
ResourceArrayPropertyEditor.ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver, boolean)
- ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver, boolean) -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Create a new ResourceArrayPropertyEditor with the given
ResourcePatternResolver
and PropertyResolver
(typically an Environment
).
- ResourceAwareController - Interface in org.springframework.web.portlet.mvc
- Extension of the Portlet
Controller
interface that allows
for handling Portlet 2.0 resource requests as well. - ResourceBundleEditor - Class in org.springframework.beans.propertyeditors
PropertyEditor
implementation for
ResourceBundles
.- ResourceBundleEditor() -
Constructor for class org.springframework.beans.propertyeditors.ResourceBundleEditor
-
- ResourceBundleMessageSource - Class in org.springframework.context.support
MessageSource
implementation that
accesses resource bundles using specified basenames.- ResourceBundleMessageSource() -
Constructor for class org.springframework.context.support.ResourceBundleMessageSource
-
- ResourceBundleThemeSource - Class in org.springframework.ui.context.support
ThemeSource
implementation that looks up an individual
ResourceBundle
per theme.- ResourceBundleThemeSource() -
Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
ViewResolver
implementation
that uses bean definitions in a ResourceBundle
, specified by
the bundle basename.- ResourceBundleViewResolver() -
Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- ResourceDatabasePopulator - Class in org.springframework.jdbc.datasource.init
- Populates a database from SQL scripts defined in external resources.
- ResourceDatabasePopulator() -
Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
- ResourceEditor - Class in org.springframework.core.io
Editor
for Resource
descriptors, to automatically convert String
locations
e.g.- ResourceEditor() -
Constructor for class org.springframework.core.io.ResourceEditor
- Create a new instance of the
ResourceEditor
class
using a DefaultResourceLoader
and StandardEnvironment
.
- ResourceEditor(ResourceLoader) -
Constructor for class org.springframework.core.io.ResourceEditor
- Deprecated. as of Spring 3.1 in favor of
ResourceEditor.ResourceEditor(ResourceLoader, PropertyResolver)
- ResourceEditor(ResourceLoader, PropertyResolver) -
Constructor for class org.springframework.core.io.ResourceEditor
- Create a new instance of the
ResourceEditor
class
using the given ResourceLoader
and PropertyResolver
.
- ResourceEditor(ResourceLoader, boolean) -
Constructor for class org.springframework.core.io.ResourceEditor
- Deprecated. as of Spring 3.1 in favor of
ResourceEditor.ResourceEditor(ResourceLoader, PropertyResolver, boolean)
- ResourceEditor(ResourceLoader, PropertyResolver, boolean) -
Constructor for class org.springframework.core.io.ResourceEditor
- Create a new instance of the
ResourceEditor
class
using the given ResourceLoader
.
- ResourceEditorRegistrar - Class in org.springframework.beans.support
- PropertyEditorRegistrar implementation that populates a given
PropertyEditorRegistry
(typically a BeanWrapper
used for bean
creation within an ApplicationContext
)
with resource editors. - ResourceEditorRegistrar(ResourceLoader) -
Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
- Deprecated. as of Spring 3.1 in favor of
ResourceEditorRegistrar.ResourceEditorRegistrar(ResourceLoader, PropertyResolver)
- ResourceEditorRegistrar(ResourceLoader, PropertyResolver) -
Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
- Create a new ResourceEditorRegistrar for the given ResourceLoader
- ResourceEntityResolver - Class in org.springframework.beans.factory.xml
- EntityResolver implementation that tries to resolve entity references
through a
ResourceLoader
(usually,
relative to the resource base of an ApplicationContext), if applicable. - ResourceEntityResolver(ResourceLoader) -
Constructor for class org.springframework.beans.factory.xml.ResourceEntityResolver
- Create a ResourceEntityResolver for the specified ResourceLoader
(usually, an ApplicationContext).
- resourceHandlerMapping() -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped
resource handlers.
- ResourceHandlerRegistration - Class in org.springframework.web.servlet.config.annotation
- Encapsulates information required to create a resource handlers.
- ResourceHandlerRegistration(ResourceLoader, String...) -
Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
- Create a
ResourceHandlerRegistration
instance.
- ResourceHandlerRegistry - Class in org.springframework.web.servlet.config.annotation
- Stores registrations of resource handlers for serving static resources such as images, css files and others
through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
- ResourceHandlerRegistry(ApplicationContext, ServletContext) -
Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
- ResourceHolder - Interface in org.springframework.transaction.support
- Generic interface to be implemented by resource holders.
- ResourceHolderSupport - Class in org.springframework.transaction.support
- Convenient base class for resource holders.
- ResourceHolderSupport() -
Constructor for class org.springframework.transaction.support.ResourceHolderSupport
-
- ResourceHolderSynchronization<H extends ResourceHolder,K> - Class in org.springframework.transaction.support
TransactionSynchronization
implementation that manages a
ResourceHolder
bound through TransactionSynchronizationManager
.- ResourceHolderSynchronization(H, K) -
Constructor for class org.springframework.transaction.support.ResourceHolderSynchronization
- Create a new ResourceHolderSynchronization for the given holder.
- ResourceHttpMessageConverter - Class in org.springframework.http.converter
- Implementation of
HttpMessageConverter
that can read and write Resources
. - ResourceHttpMessageConverter() -
Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
- ResourceHttpRequestHandler - Class in org.springframework.web.servlet.resource
HttpRequestHandler
that serves static resources optimized for superior browser performance
(according to the guidelines of Page Speed, YSlow, etc.) by allowing for flexible cache settings
("cacheSeconds" property, last-modified support).- ResourceHttpRequestHandler() -
Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
- ResourceLoader - Interface in org.springframework.core.io
- Strategy interface for loading resources (e..
- resourceLoader -
Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- ResourceLoaderAware - Interface in org.springframework.context
- Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
- ResourceLoaderClassLoadHelper - Class in org.springframework.scheduling.quartz
- Wrapper that adapts from the Quartz
ClassLoadHelper
interface
onto Spring's ResourceLoader
interface. - ResourceLoaderClassLoadHelper() -
Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
- Create a new ResourceLoaderClassLoadHelper for the default
ResourceLoader.
- ResourceLoaderClassLoadHelper(ResourceLoader) -
Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
- Create a new ResourceLoaderClassLoadHelper for the given ResourceLoader.
- ResourceMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
- Annotation for mapping Portlet resource requests onto handler methods.
- ResourceOverridingShadowingClassLoader - Class in org.springframework.instrument.classloading
- Subclass of ShadowingClassLoader that overrides attempts to
locate certain files.
- ResourceOverridingShadowingClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
- Create a new ResourceOverridingShadowingClassLoader,
decorating the given ClassLoader.
- ResourcePatternResolver - Interface in org.springframework.core.io.support
- Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into Resource objects.
- ResourcePatternUtils - Class in org.springframework.core.io.support
- Utility class for determining whether a given URL is a resource
location that can be loaded via a ResourcePatternResolver.
- ResourcePatternUtils() -
Constructor for class org.springframework.core.io.support.ResourcePatternUtils
-
- ResourcePropertySource - Class in org.springframework.core.io.support
- Subclass of
PropertiesPropertySource
that loads a Properties
object from a given Resource
or resource location such as
"classpath:/com/myco/foo.properties"
or "file:/path/to/file.properties"
. - ResourcePropertySource(String, Resource) -
Constructor for class org.springframework.core.io.support.ResourcePropertySource
- Create a PropertySource having the given name based on Properties
loaded from the given resource.
- ResourcePropertySource(Resource) -
Constructor for class org.springframework.core.io.support.ResourcePropertySource
- Create a PropertySource based on Properties loaded from the given resource.
- ResourcePropertySource(String, String, ClassLoader) -
Constructor for class org.springframework.core.io.support.ResourcePropertySource
- Create a PropertySource having the given name based on Properties loaded from
the given resource location and using the given class loader to load the
resource (assuming it is prefixed with
classpath:
).
- ResourcePropertySource(String, String) -
Constructor for class org.springframework.core.io.support.ResourcePropertySource
- Create a PropertySource having the given name based on Properties loaded from
the given resource location.
- ResourcePropertySource(String, ClassLoader) -
Constructor for class org.springframework.core.io.support.ResourcePropertySource
- Create a PropertySource based on Properties loaded from the given resource
location and use the given class loader to load the resource, assuming it is
prefixed with
classpath:
.
- ResourcePropertySource(String) -
Constructor for class org.springframework.core.io.support.ResourcePropertySource
- Create a PropertySource based on Properties loaded from the given resource
location.
- ResourceScriptSource - Class in org.springframework.scripting.support
ScriptSource
implementation
based on Spring's Resource
abstraction.- ResourceScriptSource(Resource) -
Constructor for class org.springframework.scripting.support.ResourceScriptSource
- Create a new ResourceScriptSource for the given resource.
- ResourceServlet - Class in org.springframework.web.servlet
- Simple servlet that can expose an internal resource, including a
default URL if the specified resource is not found.
- ResourceServlet() -
Constructor for class org.springframework.web.servlet.ResourceServlet
-
- ResourceTransactionManager - Interface in org.springframework.transaction.support
- Extension of the
PlatformTransactionManager
interface, indicating a native resource transaction manager, operating on a single
target resource. - ResourceUtils - Class in org.springframework.util
- Utility methods for resolving resource locations to files in the
file system.
- ResourceUtils() -
Constructor for class org.springframework.util.ResourceUtils
-
- RESPONSE_STATUS_ATTRIBUTE -
Static variable in interface org.springframework.web.servlet.View
- Name of the
HttpServletRequest
attribute that contains the response status code.
- ResponseBody - Annotation Type in org.springframework.web.bind.annotation
- Annotation which indicates that a method return value should be bound to the web response body.
- ResponseEntity<T> - Class in org.springframework.http
- Extension of
HttpEntity
that adds a HttpStatus
status code. - ResponseEntity(HttpStatus) -
Constructor for class org.springframework.http.ResponseEntity
- Create a new
ResponseEntity
with the given status code, and no body nor headers.
- ResponseEntity(T, HttpStatus) -
Constructor for class org.springframework.http.ResponseEntity
- Create a new
ResponseEntity
with the given body and status code, and no headers.
- ResponseEntity(MultiValueMap<String, String>, HttpStatus) -
Constructor for class org.springframework.http.ResponseEntity
- Create a new
HttpEntity
with the given headers and status code, and no body.
- ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) -
Constructor for class org.springframework.http.ResponseEntity
- Create a new
HttpEntity
with the given body, headers, and status code.
- ResponseErrorHandler - Interface in org.springframework.web.client
- Strategy interface used by the
RestTemplate
to determine whether a particular response has an error or not. - ResponseExtractor<T> - Interface in org.springframework.web.client
- Generic callback interface used by
RestTemplate
's retrieval methods
Implementations of this interface perform the actual work of extracting data
from a ClientHttpResponse
, but don't need to worry about exception
handling or closing resources. - ResponseStatus - Annotation Type in org.springframework.web.bind.annotation
- Marks a method or exception class with the status code and reason that should be returned.
- ResponseStatusExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
- Implementation of the
HandlerExceptionResolver
interface that uses the @ResponseStatus
annotation to map exceptions to HTTP status codes. - ResponseStatusExceptionResolver() -
Constructor for class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
- RestClientException - Exception in org.springframework.web.client
- Base class for exceptions thrown by
RestTemplate
whenever it encounters client-side HTTP errors. - RestClientException(String) -
Constructor for exception org.springframework.web.client.RestClientException
- Construct a new instance of
HttpClientException
with the given message.
- RestClientException(String, Throwable) -
Constructor for exception org.springframework.web.client.RestClientException
- Construct a new instance of
HttpClientException
with the given message and exception.
- RestGatewaySupport - Class in org.springframework.web.client.support
- Convenient super class for application classes that need REST access.
- RestGatewaySupport() -
Constructor for class org.springframework.web.client.support.RestGatewaySupport
- Construct a new instance of the
RestGatewaySupport
, with default parameters.
- RestGatewaySupport(ClientHttpRequestFactory) -
Constructor for class org.springframework.web.client.support.RestGatewaySupport
- Construct a new instance of the
RestGatewaySupport
, with the given ClientHttpRequestFactory
.
- RestOperations - Interface in org.springframework.web.client
- Interface specifying a basic set of RESTful operations.
- RestTemplate - Class in org.springframework.web.client
- The central class for client-side HTTP access. It simplifies communication with HTTP servers, and
enforces RESTful principles.
- RestTemplate() -
Constructor for class org.springframework.web.client.RestTemplate
- Create a new instance of the
RestTemplate
using default settings.
- RestTemplate(ClientHttpRequestFactory) -
Constructor for class org.springframework.web.client.RestTemplate
- Create a new instance of the
RestTemplate
based on the given ClientHttpRequestFactory
.
- ResultSetExtractor<T> - Interface in org.springframework.jdbc.core
- Callback interface used by
JdbcTemplate
's query methods. - ResultSetSupportingSqlParameter - Class in org.springframework.jdbc.core
- Common base class for ResultSet-supporting SqlParameters like
SqlOutParameter
and SqlReturnResultSet
. - ResultSetSupportingSqlParameter(String, int) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, int) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Create a new ResultSetSupportingSqlParameter.
- ResultSetWrappingSqlRowSet - Class in org.springframework.jdbc.support.rowset
- Default implementation of Spring's
SqlRowSet
interface. - ResultSetWrappingSqlRowSet(ResultSet) -
Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- Create a new ResultSetWrappingSqlRowSet for the given ResultSet.
- ResultSetWrappingSqlRowSetMetaData - Class in org.springframework.jdbc.support.rowset
- Default implementation of Spring's SqlRowSetMetaData interface.
- ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) -
Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
- Create a new ResultSetWrappingSqlRowSetMetaData object
for the given ResultSetMetaData instance.
- resume(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Resume the given transaction.
- resume() -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
- resume() -
Method in interface org.springframework.transaction.support.TransactionSynchronization
- Resume this synchronization.
- resume() -
Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- resumePausedTasks() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Try to resume all paused tasks.
- retainAll(Collection<?>) -
Method in class org.springframework.util.AutoPopulatingList
-
- rethrowException(Throwable) -
Static method in class org.springframework.util.ReflectionUtils
- Rethrow the given
exception
, which is presumably the
target exception of an InvocationTargetException
.
- rethrowRuntimeException(Throwable) -
Static method in class org.springframework.util.ReflectionUtils
- Rethrow the given
exception
, which is presumably the
target exception of an InvocationTargetException
.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) -
Method in interface org.springframework.web.servlet.FlashMapManager
- Find a FlashMap saved by a previous request that matches to the current
request, remove it from underlying storage, and also remove other
expired FlashMap instances.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- retrieveAttribute(WebRequest, String) -
Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- retrieveAttribute(WebRequest, String) -
Method in interface org.springframework.web.bind.support.SessionAttributeStore
- Retrieve the specified attribute from the backend session.
- retrieveAttributes(WebRequest) -
Method in class org.springframework.web.method.annotation.SessionAttributesHandler
- Retrieve "known" attributes from the session, i.e.
- retrieveFlashMaps(HttpServletRequest) -
Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
- Retrieve saved FlashMap instances from underlying storage.
- retrieveFlashMaps(HttpServletRequest) -
Method in class org.springframework.web.servlet.support.SessionFlashMapManager
- Retrieve saved FlashMap instances from the HTTP Session.
- retrieveLastModifiedTime() -
Method in class org.springframework.scripting.support.ResourceScriptSource
- Retrieve the current last-modified timestamp of the underlying resource.
- retrieveMatchingFiles(File, String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Retrieve files that match the given path pattern,
checking the given directory and its subdirectories.
- retrieveProfileValueSource(Class<?>) -
Static method in class org.springframework.test.annotation.ProfileValueUtils
- Retrieves the
ProfileValueSource
type for the specified
test class
as configured via the
@ProfileValueSourceConfiguration
annotation and instantiates a new
instance of that type.
- retrieveTransactionManager() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
- retrieveTransactionManager() -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- retrieveTransactionSynchronizationRegistry() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Allows subclasses to retrieve the JTA 1.1 TransactionSynchronizationRegistry
in a vendor-specific manner.
- retrieveUserTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
- retrieveUserTransaction() -
Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
-
- retrieveUserTransaction() -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- returnedClass() -
Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
- returnedClass() -
Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
-
- returnedClass() -
Method in class org.springframework.orm.hibernate3.support.BlobStringType
-
- returnedClass() -
Method in class org.springframework.orm.hibernate3.support.ClobStringType
-
- returningResultSet(String, RowMapper) -
Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
- returningResultSet(String, ParameterizedRowMapper) -
Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- Deprecated. in favor of
SimpleJdbcCall.returningResultSet(String, org.springframework.jdbc.core.RowMapper)
- returningResultSet(String, RowMapper) -
Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Used to specify when a ResultSet is returned by the stored procedure and you want it mapped
by a RowMapper.
- returningResultSet(String, ParameterizedRowMapper) -
Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Deprecated. in favor of
SimpleJdbcCallOperations.returningResultSet(String, org.springframework.jdbc.core.RowMapper)
- RmiBasedExporter - Class in org.springframework.remoting.rmi
- Convenient superclass for RMI-based remote exporters.
- RmiBasedExporter() -
Constructor for class org.springframework.remoting.rmi.RmiBasedExporter
-
- RmiClientInterceptor - Class in org.springframework.remoting.rmi
MethodInterceptor
for accessing conventional
RMI services or RMI invokers.- RmiClientInterceptor() -
Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
-
- RmiClientInterceptorUtils - Class in org.springframework.remoting.rmi
- Factored-out methods for performing invocations within an RMI client.
- RmiClientInterceptorUtils() -
Constructor for class org.springframework.remoting.rmi.RmiClientInterceptorUtils
-
- RmiInvocationHandler - Interface in org.springframework.remoting.rmi
- Interface for RMI invocation handlers instances on the server,
wrapping exported services.
- RmiProxyFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean
for RMI proxies, supporting both conventional RMI services
and RMI invokers.- RmiProxyFactoryBean() -
Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean
that locates a Registry
and
exposes it for bean references.- RmiRegistryFactoryBean() -
Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- RmiServiceExporter - Class in org.springframework.remoting.rmi
- RMI exporter that exposes the specified service as RMI object with the specified name.
- RmiServiceExporter() -
Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
-
- Role - Annotation Type in org.springframework.context.annotation
- Indicates the 'role' hint for a given bean.
- ROLE_APPLICATION -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
- Role hint indicating that a
BeanDefinition
is a major part
of the application.
- ROLE_GETTER -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the getter role field value in a JMX
Descriptor
.
- ROLE_INFRASTRUCTURE -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
- Role hint indicating that a
BeanDefinition
is providing an
entirely background role and has no relevance to the end-user.
- ROLE_OPERATION -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Identifies an operation (method) in a JMX
Descriptor
.
- ROLE_SETTER -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the setter role field value in a JMX
Descriptor
.
- ROLE_SUPPORT -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
- Role hint indicating that a
BeanDefinition
is a supporting
part of some larger configuration, typically an outer
ComponentDefinition
.
- Rollback - Annotation Type in org.springframework.test.annotation
- Test annotation to indicate whether or not the transaction for the annotated
test method should be rolled back after the test method has
completed.
- rollback() -
Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- rollback() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- rollback(TransactionStatus) -
Method in interface org.springframework.transaction.PlatformTransactionManager
- Perform a rollback of the given transaction.
- rollback(TransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- This implementation of rollback handles participating in existing
transactions.
- ROLLBACK_ON_RUNTIME_EXCEPTIONS -
Static variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
- The
rollback rule
for
RuntimeExceptions
.
- rollbackIfNecessary(Session) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Perform a rollback, if appropriate.
- rollbackIfNecessary(Session) -
Static method in class org.springframework.jms.support.JmsUtils
- Rollback the Session if not within a JTA transaction.
- rollbackOn(Throwable) -
Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
- The default behavior is as with EJB: rollback on unchecked exception.
- rollbackOn(Throwable) -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- rollbackOn(Throwable) -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Winning rule is the shallowest rule (that is, the closest in the
inheritance hierarchy to the exception).
- rollbackOn(Throwable) -
Method in interface org.springframework.transaction.interceptor.TransactionAttribute
- Should we roll back on the given exception?
- rollbackOnExceptionIfNecessary(Session, Throwable) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Perform a rollback, handling rollback exceptions properly.
- RollbackRuleAttribute - Class in org.springframework.transaction.interceptor
- Rule determining whether or not a given exception (and any subclasses)
should cause a rollback.
- RollbackRuleAttribute(Class) -
Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
- Create a new instance of the
RollbackRuleAttribute
class.
- RollbackRuleAttribute(String) -
Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
- Create a new instance of the
RollbackRuleAttribute
class
for the given exceptionName
.
- rollbackToHeldSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Roll back to the savepoint that is held for the transaction.
- rollbackToSavepoint(Object) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
- This implementation rolls back to the given JDBC 3.0 Savepoint.
- rollbackToSavepoint(Object) -
Method in interface org.springframework.transaction.SavepointManager
- Roll back to the given savepoint.
- rollbackToSavepoint(Object) -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- This implementation delegates to a SavepointManager for the
underlying transaction, if possible.
- ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE -
Static variable in interface org.springframework.web.context.WebApplicationContext
- Context attribute to bind root WebApplicationContext to on successful startup.
- rootBeanDefinition(Class) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Create a new
BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
- rootBeanDefinition(Class, String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Create a new
BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
- rootBeanDefinition(String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Create a new
BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
- rootBeanDefinition(String, String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Create a new
BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
- RootBeanDefinition - Class in org.springframework.beans.factory.support
- A root bean definition represents the merged bean definition that backs
a specific bean in a Spring BeanFactory at runtime.
- RootBeanDefinition() -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition, to be configured through its bean
properties and configuration methods.
- RootBeanDefinition(Class) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition for a singleton.
- RootBeanDefinition(Class, boolean) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Deprecated. since Spring 2.5, in favor of
AbstractBeanDefinition.setScope(java.lang.String)
- RootBeanDefinition(Class, int) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Deprecated. as of Spring 3.0, in favor of
AbstractBeanDefinition.setAutowireMode(int)
usage
- RootBeanDefinition(Class, int, boolean) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition for a singleton,
using the given autowire mode.
- RootBeanDefinition(Class, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Deprecated. as of Spring 3.0, in favor of
AbstractBeanDefinition.getPropertyValues()
usage
- RootBeanDefinition(Class, MutablePropertyValues, boolean) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Deprecated. since Spring 2.5, in favor of
AbstractBeanDefinition.setScope(java.lang.String)
- RootBeanDefinition(Class, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
- RootBeanDefinition(String) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
- RootBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
- RootBeanDefinition(RootBeanDefinition) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
- Create a new RootBeanDefinition as deep copy of the given
bean definition.
- RootClassFilter - Class in org.springframework.aop.support
- Simple ClassFilter implementation that passes classes (and optionally subclasses)
- RootClassFilter(Class) -
Constructor for class org.springframework.aop.support.RootClassFilter
-
- RowCallbackHandler - Interface in org.springframework.jdbc.core
- An interface used by
JdbcTemplate
for processing rows of a
ResultSet
on a per-row basis. - RowCountCallbackHandler - Class in org.springframework.jdbc.core
- Implementation of RowCallbackHandler.
- RowCountCallbackHandler() -
Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
-
- RowMapper<T> - Interface in org.springframework.jdbc.core
- An interface used by
JdbcTemplate
for mapping rows of a
ResultSet
on a per-row basis. - RowMapperResultSetExtractor<T> - Class in org.springframework.jdbc.core
- Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create an object for each row.
- RowMapperResultSetExtractor(RowMapper<T>) -
Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
- Create a new RowMapperResultSetExtractor.
- RowMapperResultSetExtractor(RowMapper<T>, int) -
Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
- Create a new RowMapperResultSetExtractor.
- ROWS_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
- Implementation of
HttpMessageConverter
that can read and write RSS feeds. - RssChannelHttpMessageConverter() -
Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- RuleBasedTransactionAttribute - Class in org.springframework.transaction.interceptor
- TransactionAttribute implementation that works out whether a given exception
should cause transaction rollback by applying a number of rollback rules,
both positive and negative.
- RuleBasedTransactionAttribute() -
Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Create a new RuleBasedTransactionAttribute, with default settings.
- RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) -
Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Copy constructor.
- RuleBasedTransactionAttribute(int, List<RollbackRuleAttribute>) -
Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Create a new DefaultTransactionAttribute with the the given
propagation behavior.
- run() -
Method in class org.springframework.jca.work.DelegatingWork
- Delegates execution to the underlying Runnable.
- run() -
Method in class org.springframework.jdbc.object.SqlFunction
- Convenient method to run the function without arguments.
- run(int) -
Method in class org.springframework.jdbc.object.SqlFunction
- Convenient method to run the function with a single int argument.
- run(Object...) -
Method in class org.springframework.jdbc.object.SqlFunction
- Analogous to the SqlQuery.execute([]) method.
- run() -
Method in class org.springframework.scheduling.commonj.DelegatingWork
- Delegates execution to the underlying Runnable.
- run() -
Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
-
- run() -
Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- run() -
Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
-
- run() -
Method in class org.springframework.scheduling.timer.DelegatingTimerTask
- Deprecated. Delegates execution to the underlying Runnable, catching any exception
or error thrown in order to continue scheduled execution.
- run(RunNotifier) -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Check whether the test is enabled in the first place.
- run(IHookCallBack, ITestResult) -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Delegates to the
test
method
in the supplied callback
to execute the actual test
and then tracks the exception thrown during test execution, if any.
- run() -
Method in class org.springframework.web.context.request.async.AsyncExecutionChainRunnable
- Run the async execution chain and complete the async request.
- RunAfterTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
RunAfterTestClassCallbacks
is a custom JUnit 4.5+
Statement
which allows the Spring TestContext Framework to
be plugged into the JUnit execution chain by calling
afterTestClass()
on the supplied
TestContextManager
.- RunAfterTestClassCallbacks(Statement, TestContextManager) -
Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
- Constructs a new
RunAfterTestClassCallbacks
statement.
- RunAfterTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
RunAfterTestMethodCallbacks
is a custom JUnit 4.5+
Statement
which allows the Spring TestContext Framework to
be plugged into the JUnit execution chain by calling
afterTestMethod()
on the supplied TestContextManager
.- RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) -
Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
- Constructs a new
RunAfterTestMethodCallbacks
statement.
- runAfterTransactionMethods(TestContext) -
Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
- Run all
@AfterTransaction methods
for the
specified test context
.
- runBare() -
Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
- Deprecated. Overridden to populate transaction definition from annotations.
- runBare() -
Method in class org.springframework.test.ConditionalTestCase
- Deprecated.
- runBare() -
Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
- Deprecated. Runs the Spring TestContext Framework test sequence.
- runBare() -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated.
- RunBeforeTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
RunBeforeTestClassCallbacks
is a custom JUnit 4.5+
Statement
which allows the Spring TestContext Framework to
be plugged into the JUnit execution chain by calling
beforeTestClass()
on the
supplied TestContextManager
.- RunBeforeTestClassCallbacks(Statement, TestContextManager) -
Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
- Constructs a new
RunBeforeTestClassCallbacks
statement.
- RunBeforeTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
RunBeforeTestMethodCallbacks
is a custom JUnit 4.5+
Statement
which allows the Spring TestContext Framework to
be plugged into the JUnit execution chain by calling
beforeTestMethod()
on the supplied TestContextManager
.- RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) -
Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
- Constructs a new
RunBeforeTestMethodCallbacks
statement.
- runBeforeTransactionMethods(TestContext) -
Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
- Run all
@BeforeTransaction methods
for the
specified test context
.
- runChild(FrameworkMethod, RunNotifier) -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Performs the same logic as
BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier)
,
except that tests are determined to be ignored by
SpringJUnit4ClassRunner.isTestMethodIgnored(FrameworkMethod)
.
- runGeneric() -
Method in class org.springframework.jdbc.object.SqlFunction
- Convenient method to run the function without arguments,
returning the value as an object.
- runGeneric(int) -
Method in class org.springframework.jdbc.object.SqlFunction
- Convenient method to run the function with a single int argument.
- runGeneric(Object[]) -
Method in class org.springframework.jdbc.object.SqlFunction
- Analogous to the
SqlQuery.findObject(Object[])
method.
- runInThread(Runnable) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- runningAllowed() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Check whether this container's listeners are generally allowed to run.
- runTest() -
Method in class org.springframework.test.AssertThrows
- Deprecated. The main template method that drives the running of the
test logic
and the
checking
of the
resulting (expected) Exception
.
- RuntimeBeanNameReference - Class in org.springframework.beans.factory.config
- Immutable placeholder class used for a property value object when it's a
reference to another bean name in the factory, to be resolved at runtime.
- RuntimeBeanNameReference(String) -
Constructor for class org.springframework.beans.factory.config.RuntimeBeanNameReference
- Create a new RuntimeBeanNameReference to the given bean name.
- RuntimeBeanReference - Class in org.springframework.beans.factory.config
- Immutable placeholder class used for a property value object when it's
a reference to another bean in the factory, to be resolved at runtime.
- RuntimeBeanReference(String) -
Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
- Create a new RuntimeBeanReference to the given bean name,
without explicitly marking it as reference to a bean in
the parent factory.
- RuntimeBeanReference(String, boolean) -
Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
- Create a new RuntimeBeanReference to the given bean name,
with the option to mark it as reference to a bean in
the parent factory.
saveOrUpdate
or merge
usage
GenericBeanDefinition
class, based on an ASM ClassReader, with support for annotation metadata exposed
through the AnnotatedBeanDefinition
interface.Configuration
.
Runnable
, invoking it whenever the trigger
indicates a next execution time.
Runnable
, invoking it at the specified execution time.
Runnable
, invoking it at the specified execution time
and subsequently with the given period.
Runnable
, starting as soon as possible and
invoking it with the given period.
AnnotationConfigUtils.SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
Scheduled
to be invoked by a TaskScheduler
according
to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.FactoryBean
that sets up
a JDK 1.5 ScheduledExecutorService
(by default: a ScheduledThreadPoolExecutor
)
and exposes it for bean references.Runnable
and a delay plus period.MethodInvokingRunnable
meant to be used for processing
of no-arg scheduled methods.TaskScheduler
, typically using cron
expressions.scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService
FactoryBean
that creates and configures a Quartz Scheduler
,
manages its lifecycle as part of the Spring application context, and exposes the
Scheduler as bean reference for dependency injection.Runnable
, invoking it at the specified execution time
and subsequently with the given delay between the completion of one execution
and the start of the next.
Runnable
, starting as soon as possible and
invoking it with the given delay between the completion of one execution
and the start of the next.
@Configuration
class that registers a ScheduledAnnotationBeanPostProcessor
bean capable of processing Spring's @Scheduled
annotation.Configuration
classes annotated
with @EnableScheduling
.TaskExecutor
extension exposing
scheduling characteristics that are relevant to potential task submitters.ConfigurableBeanFactory
,
representing a target scope to hold bean instances in.Component
annotation, indicates the name of a scope to use for instances of the annotated
type.owner.(scope)=prototype
.
Object
.BeanPostProcessor
that
handles ScriptFactory
definitions,
replacing each factory with the actual scripted Java object generated by it.ResourceDatabasePopulator
if a statement in one of its SQL scripts
failed when executing it against the target database.AdviceMode
.
AnnotationMetadata
of the importing @Configuration
class.
AdviceMode
.
AnnotationMetadata
of the importing @Configuration
class.
AdviceMode
.
AdviceMode
.
select
'
element.ObjectName
s to the MBeanExporter
.Notification
using the wrapped
ModelMBean
instance.
Notification
to all registered
NotificationListeners
.
Serializer
or
Deserializer
failed.SerializationException
with the specified detail message.
SerializationException
with the specified detail message
and nested exception.
Converter
that delegates to a Serializer
to convert an object to a byte array.Serializer
MBeanServer
instance being used to register beans.
FactoryBean
that exposes the
'primary' service for the configured service class, obtained through
the JDK 1.6 ServiceLoader
facility.FactoryBean
that exposes all
services for the configured service class, represented as a List of service objects,
obtained through the JDK 1.6 ServiceLoader
facility.FactoryBean
that exposes the
JDK 1.6 ServiceLoader
for the configured service class.FactoryBean
implementation that takes an interface which must have one or more
methods with the signatures MyType xxx()
or MyType xxx(MyIdType id)
(typically, MyService getService()
or MyService getService(String id)
)
and creates a dynamic proxy which implements that interface, delegating to an
underlying BeanFactory
.PropertySource
that reads init parameters from a ServletConfig
object.FactoryBean
that fetches a specific, existing ServletContext attribute.BeanPostProcessor
implementation that passes the ServletContext to beans that implement
the ServletContextAware
interface.FactoryBean
that retrieves a specific ServletContext init parameter
(that is, a "context-param" defined in web.xml
).PropertySourcesPlaceholderConfigurer
in conjunction with StandardServletEnvironment
.PropertySource
that reads init parameters from a ServletContext
object.Resource
implementation for
ServletContext
resources, interpreting
relative paths within the web application root directory.PathMatchingResourcePatternResolver
,
able to find matching resources below the web application root directory
via Servlet 2.3's ServletContext.getResourcePaths
.Scope
wrapper for a ServletContext, i.e.AbstractCookieValueMethodArgumentResolver
that resolves cookie
values from an HttpServletRequest
.org.springframework.remoting.jaxws
InvocableHandlerMethod
with the ability to handle return
values through a registered HandlerMethodReturnValueHandler
and
also supports setting the response status based on a method-level
@ResponseStatus
annotation.ServletInvocableHandlerMethod
instance with the given bean and method.
ModelAttributeMethodProcessor
that applies data
binding through a WebDataBinder of type ServletRequestDataBinder
.RequestAttributes
interface.DataBinder
to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files.ServletRequestDataBinder
.WebRequest
ServletRequest
MultipartRequest
HttpSession
Principal
Locale
InputStream
Reader
ServletResponse
OutputStream
Writer
ServerHttpRequest
implementation that is based on a HttpServletRequest
.HttpServletRequest
.
ServerHttpResponse
implementation that is based on a HttpServletResponse
.HttpServletResponse
.
AbstractWebArgumentResolverAdapter
that creates a
NativeWebRequest
from ServletRequestAttributes
.WebRequest
adapter for an HttpServletRequest
.PortletContext
interface,
wrapping an underlying ServletContext
.@SessionAttributes
.MessageListener
interface,
offering not only the received Message but also the underlying
JMS Session object.Session
.FlashMap
instances to and from the HTTP session.Session
to be implemented by
Session proxies.Scope
implementation.SessionStatus
argument by obtaining it from
the ModelAndViewContainer
.Accept
header.
Accept-Charset
header.
acceptCharset
' attribute.
accesskey
' attribute.
Session
interface, e.g.
action
' attribute.
JmsActivationSpecConfig
object that this endpoint manager
should use for activating its listener.
JmsActivationSpecConfig
objects.
Environment
.
XmlAdapter
s to be registered with the JAXB Marshaller
and Unmarshaller
MBeanServer
to locate.
MBeanServer
to locate.
MBeanServer
to locate.
HTTP methods
, as specified by the Allow
header.
Session
should be created when no transactional
Session
can be found for the current thread.
null
values
(adapting them to an internal null holder value).
alt
' attribute.
name
attributes and default names.
ApplicationContext
to be used by this test instance,
provided via ApplicationContextAware
semantics.
ApplicationContext
to be used by this test instance,
provided via ApplicationContextAware
semantics.
ApplicationContext
to be used by this test instance,
provided via ApplicationContextAware
semantics.
MBeanInfoAssembler
interface to use
for this exporter.
String
into Properties
, considering it as
properties content.
Callable
.
name
to the supplied value
.
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
java.util.Properties
object.
java.util.Properties
object,
for all views returned by this resolver.
JmxAttributeSource
implementation to use for
reading the metadata from the bean class.
JmxAttributeSource
interface to use
when reading the source-level metadata.
Authenticator
to be
applied to all detected WebService
annotated beans.
Authenticator
to be
applied to all locally registered contexts
.
autocomplete
' attribute.
autocomplete
' attribute.
setDataSource
.
setDataSource
.
getConnectionFactory()
method.
ResourceBundleMessageSource
referring to a Spring resource location:
e.g.
ResourceBundle
conventions:
essentially, a fully-qualified classpath location.
ResourceBundle
conventions.
ResourceBundleMessageSource
referring to a Spring resource location:
e.g.
ResourceBundle
conventions: essentially, a fully-qualified classpath location.
ResourceBundle
conventions.
class loader
to
a bean instance.
JaxWsPortClientInterceptor.setWebServiceFeatures(java.lang.Object[])
, and also for building a client
proxy in the JaxWsPortProxyFactoryBean
subclass.
BeanFactory
to be used when looking up executors by qualifier.
BeanFactory
in which this aspect must configure beans.
"beans"
Map
and for
autodetection of MBeans (in the latter case, a
ListableBeanFactory
is required).
BeanFactory
to be used when looking up executors by qualifier.
BeanNameGenerator
for use with AnnotatedBeanDefinitionReader
and/or ClassPathBeanDefinitionScanner
, if any.
BeanNameGenerator
to be used when registering imported and nested
Configuration
classes.
Map
of beans to be registered with the JMX
MBeanServer
.
BeanWiringInfoResolver
to use.
PropertyAccessException
s.
PropertyAccessException
s.
PropertyAccessException
s.
PropertyAccessException
s.
BindingType
annotation.
WorkManagerTaskExecutor.execute(java.lang.Runnable)
block until the work
has been completed.
WorkManagerTaskExecutor.execute(java.lang.Runnable)
block until the work
has been actually started.
BootstrapCacheLoader
for this cache, if any.
ClassLoader
to load resource bundles with.
Cache-Control
header.
CacheEntryFactory
to use for a self-populating cache.
cache event listeners
to registered with this cache.
CacheManager
.
CacheManager
.
@SessionAttributes
annotated handlers
for the given number of seconds.
@SessionAttributes
annotated handlers
for the given number of seconds.
@SessionAttributes
annotated handlers
for the given number of seconds.
Templates
instance.
null
should be cached and
automatically resolved to null
subsequently.
@ContextConfiguration
.
ClassFilter
to use for this pointcut.
ClassFilter
to use for this pointcut.
ClassFilter
to use for this pointcut.
ClassFilter
to use for this pointcut.
ClassFilter
to use for this pointcut.
null
for using the thread context class loader at the time of actual resource access.
cols
' attribute.
rollback
.
StaticWebApplicationContext
class does not support this method.
StaticPortletApplicationContext
class does not support this method.
StaticWebApplicationContext
class does not support this method.
StaticPortletApplicationContext
class does not support this method.
Connections
.
MBeanServer
at creation time ("true") or the first time it is invoked ("false").
Content-Disposition
header for form-data
.
Content-Disposition
header values to
mapping keys.
Content-Length
header.
Content-Type
header.
WebApplicationContext
from which to load the delegate Filter
bean.
WebApplicationContext
that this servlet is supposed to use.
ApplicationContextInitializer
class
names, per the optional "contextInitializerClasses" servlet init-param.
ApplicationContextInitializer
instances should be used
to initialize the application context used by this FrameworkServlet
.
HttpHandlers
for specific context paths.
ConfigurableConversionService
to be used when performing type
conversions on properties.
Converter
,
ConverterFactory
,
or GenericConverter
.
Converters
or SingleValueConverters
to be registered
with the XStream
instance.
CronTask
objects.
class
' attribute.
style
' attribute.
Map
, using the
class name of the required type as the key and the class name of the
associated PropertyEditor
as value.
JMXConnectorServer
should be
started as daemon threads.
Database
enum:
DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
DatabasePopulator
to use to populate the data source.
WebDataBinderFactory
to be passed to argument resolvers allowing them to create
a WebDataBinder
for data binding and type conversion purposes.
DataSource
to populate when this component is initialized.
targetDataSources
map.
persistence.xml
against Spring-managed DataSource instances.
Map
of DataSources
; the keys
are Strings
, the values are actual DataSource
instances.
persistence.xml
against Spring-managed DataSources.
Date
header.
LocalDate
objects.
LocalDateTime
and DateTime
objects,
as well as JDK Date
and Calendar
objects.
null
if not needed.
null
if not needed.
Content-Type
to be used for writing.
persistence.xml
.
MBeanServer
,
to be passed to MBeanServerFactory.createMBeanServer()
or MBeanServerFactory.findMBeanServer().
- setDefaultEncoding(String) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the default charset to use for parsing properties files.
- setDefaultEncoding(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the default encoding to use for
MimeMessages
created by this instance.
- setDefaultEncoding(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the default encoding for the FreeMarker configuration.
- setDefaultEncoding(String) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the default character encoding to use for parsing requests,
to be applied to headers of individual parts and to form fields.
- setDefaultEncoding(String) -
Method in class org.springframework.web.util.UrlPathHelper
- Set the default character encoding to use for URL decoding.
- setDefaultErrorView(String) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Set the name of the default error view.
- setDefaultErrorView(String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the name of the default error view.
- setDefaultFileTypeMap(FileTypeMap) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the default Java Activation
FileTypeMap
to use for
MimeMessages
created by this instance.
- setDefaultFilterCondition(String) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- Specify a default filter condition for the filter, if any.
- setDefaultHandler(Object) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Set the default handler for this handler mapping.
- setDefaultHandler(Object) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set the default handler for this handler mapping.
- setDefaultHtmlEscape(boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- (De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
- setDefaultHtmlEscape(String) -
Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
- Set the default value for HTML escaping,
to be put into the current PageContext.
- setDefaultListenerMethod(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Specify the name of the default listener method to delegate to,
for the case where no specific listener method has been determined.
- setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
- Set a default Locale that this resolver will return if no other locale found.
- setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- Set a fixed Locale that this resolver will return if no cookie found.
- setDefaultMethodName(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Set the name of the default handler method that should be
used when no parameter was found in the request
- setDefaultNamespace(String) -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- setDefaultObject(Object) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Specify a default object to fall back to if the JNDI lookup fails.
- setDefaultParentBean(String) -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Set the default parent bean for this bean factory.
- setDefaultParentView(String) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set the default parent for views defined in the
ResourceBundle
.
- setDefaultPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the name of the default persistence unit, if any.
- setDefaultPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Specify the default persistence unit name, to be used in case
of no unit name specified in an
@PersistenceUnit
/
@PersistenceContext
annotation.
- setDefaultPersistenceUnitRootLocation(String) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Set the default persistence unit root location, to be applied
if no unit-specific persistence unit root could be determined.
- setDefaultProfiles(String...) -
Method in class org.springframework.core.env.AbstractEnvironment
- Specify the set of profiles to be made active by default if no other profiles
are explicitly made active through
ConfigurableEnvironment.setActiveProfiles(java.lang.String...)
.
- setDefaultProfiles(String...) -
Method in interface org.springframework.core.env.ConfigurableEnvironment
- Specify the set of profiles to be made active by default if no other profiles
are explicitly made active through
ConfigurableEnvironment.setActiveProfiles(java.lang.String...)
.
- setDefaultProperties(Map<String, String>) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- Specify custom default properties, with String keys and String values.
- setDefaultProxyTargetClass(boolean) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
- setDefaultRefreshCheckDelay(long) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Set the delay between refresh checks, in milliseconds.
- setDefaultResponseDestination(Destination) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the default destination to send response messages to.
- setDefaultResponseQueueName(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the name of the default response queue to send response messages to.
- setDefaultResponseTopicName(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the name of the default response topic to send response messages to.
- setDefaultRollback(boolean) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Deprecated. Subclasses can set this value in their constructor to change the default,
which is always to roll the transaction back.
- setDefaultServletName(String) -
Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
- Set the name of the default Servlet to be forwarded to for static resource requests.
- setDefaultStatusCode(int) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the default HTTP status code that this exception resolver will apply if it resolves an error view and if there
is no status code mapping defined.
- setDefaultTargetDataSource(Object) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Specify the default target DataSource, if any.
- setDefaultThemeName(String) -
Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
- Set the name of the default theme.
- setDefaultThemeName(String) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
- Set the name of the default theme.
- setDefaultTimeout(int) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Specify the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
- setDefaultTransactionIsolation(int) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Set the default transaction isolation level to expose when no target Connection
has been fetched yet (-> actual JDBC Connection default not known yet).
- setDefaultTransactionIsolationName(String) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Set the default transaction isolation level by the name of the corresponding
constant in
Connection
, e.g.
- setDefaultUrl(String) -
Method in class org.springframework.web.servlet.ResourceServlet
- Set the URL within the current web application from which to
include content if the requested path isn't found, or if none
is specified in the first place.
- setDefaultValue(Object) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
- Set the default value of this attribute.
- setDefaultViews(List<View>) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Set the default views to use when a more specific view can not be obtained
from the
ViewResolver
chain.
- setDefinitions(String[]) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Deprecated. Set the Tiles definitions, i.e.
- setDefinitions(String[]) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set the Tiles definitions, i.e.
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set the
DefinitionsFactory
implementation to use.
- setDelay(long) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the delay before starting the task for the first time,
in milliseconds.
- setDelay(long) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Set the delay before starting the task for the first time,
in milliseconds.
- setDelay(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Deprecated. Set the delay before starting the task for the first time,
in milliseconds.
- setDelay(long) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Deprecated. Set the delay to use for scheduling tasks passed into the plain
TimerTaskExecutor.execute(Runnable)
method.
- setDelegate(Object) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set a target object to delegate message listening to.
- setDelegate(Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Set the delegate used by this class; the default is
this
,
assuming that handler methods have been added by a subclass.
- setDelimiter(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the delimiter to be used between each
'
input type="checkbox/radio"
' tag.
- setDelimiter(String) -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Set the delimiter to be used between error messages.
- setDeliveryMode(int) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the delivery mode to use when sending a message.
- setDeliveryPersistent(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message delivery should be persistent or non-persistent,
specified as boolean value ("true" or "false").
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the dependency check code.
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the depency check mode for this definition.
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDependencyCheck(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default dependency-check setting for the document that's currently parsed.
- setDependencyCheck(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Deprecated. Set whether or not dependency checking should be performed for test
properties set by Dependency Injection.
- setDependsOn(String[]) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Set the names of the beans that this bean depends on being initialized.
- setDependsOn(String[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the names of the beans that this bean depends on being initialized.
- setDescendingOrder(int) -
Method in class org.springframework.util.comparator.CompoundComparator
- Change the sort order at the given index to descending sort.
- setDescription(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set a human-readable description of this bean definition.
- setDescription(String) -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- Set a description for this attribute.
- setDescription(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set a description for this notification.
- setDescription(String) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Set a description for this parameter.
- setDescription(String) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Set a textual description for this job.
- setDestination(Destination) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the destination to receive messages from.
- setDestinationName(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the name of the destination to receive messages from.
- setDestinationName(String) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the DestinationResolver that should be used to resolve response
destination names for this adapter.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the DestinationResolver that is to be used to resolve Queue
references for this accessor.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
- Set the
DestinationResolver
that is to be used to resolve
Destination
references for this accessor.
- setDestroyAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- Specify the destroy annotation to check for, indicating destruction
methods to call when the context is shutting down.
- setDestroyMethod(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default destroy-method setting for the document that's currently parsed.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the destroy method.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the destroy method for this definition.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDetectAllHandlerAdapters(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all HandlerAdapter beans in this portlet's context.
- setDetectAllHandlerAdapters(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all HandlerAdapter beans in this servlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
- setDetectAllHandlerMappings(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all HandlerMapping beans in this portlet's context.
- setDetectAllHandlerMappings(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all ViewResolver beans in this portlet's context.
- setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all ViewResolver beans in this servlet's context.
- setDetectHandlerMethodsInAncestorContexts(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
- Whether to detect handler methods in beans in ancestor ApplicationContexts.
- setDetectHandlersInAncestorContexts(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
- Set whether to detect handler beans in ancestor ApplicationContexts.
- setDir(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
dir
' attribute.
- setDirectFieldAccess(boolean) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Set whether to use direct field access instead of bean property access.
- setDirty() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Deprecated. Called to say that the "applicationContext" instance variable is dirty
and should be reloaded.
- setDirty(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
- Deprecated. Mark the context with the given key as dirty.
- setDirty() -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated.
- setDisableCaching(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Disables caching of the generated JSON.
- setDisableCaching(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Disables caching of the generated JSON.
- setDisabled(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether this cache should be marked as disabled.
- setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
disabled
' attribute.
- setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.ButtonTag
- Set the value of the '
disabled
' attribute.
- setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
- Set the value of the '
disabled
' attribute.
- setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the value of the '
disabled
' attribute.
- setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
- Set the value of the '
disabled
' attribute.
- setDisallowedFields(String...) -
Method in class org.springframework.validation.DataBinder
- Register fields that should not be allowed for binding.
- setDiskExpiryThreadIntervalSeconds(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the number of seconds between runs of the disk expiry thread.
- setDiskPersistent(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether the disk store persists between restarts of the Virtual Machine.
- setDiskSpoolBufferSize(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the amount of memory to allocate the write buffer for puts to the disk store.
- setDispatchOptionsRequest(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether this servlet should dispatch an HTTP OPTIONS request to
the
FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
- setDispatchTraceRequest(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether this servlet should dispatch an HTTP TRACE request to
the
FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
- setDisplayName(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
- Set a friendly name for this context.
- setDisplayName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedMetric
- A display name for this metric.
- setDocTypeInternalSubset(String) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Sets the internal subset Id for the DTD declaration written when marshalling.
- setDocTypePublicId(String) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Sets the public Id for the DTD declaration written when marshalling.
- setDocTypeRootElementName(String) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Sets the root element name for the DTD declaration written when marshalling.
- setDocTypeSystemId(String) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Sets the system Id for the DTD declaration written when marshalling.
- setDocumentLoader(DocumentLoader) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
DocumentLoader
to use.
- setDocumentReaderClass(Class<?>) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
BeanDefinitionDocumentReader
implementation to use,
responsible for the actual reading of the XML bean definition document.
- setDriver(Driver) -
Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Specify the JDBC Driver instance to use.
- setDriverClass(Class<? extends Driver>) -
Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
- Set the JDBC driver to use to connect to the database.
- setDriverClass(Class<? extends Driver>) -
Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Specify the JDBC Driver implementation class to use.
- setDriverClassName(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Set the JDBC driver class name.
- setDummyName(String) -
Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
- Set the name of the dummy column.
- setDuplicateKeyCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDurability(boolean) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Specify the job's durability, i.e.
- setDurableSubscriptionName(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the name of a durable subscription to create.
- setDurableSubscriptionName(String) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setDynamic() -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Mark this value as dynamic, i.e.
- setDynamicAttribute(String, String, Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- setDynamicDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set the
DestinationResolver
to use when falling back to dynamic
destinations.
- setEarlyFlushBeforeCommit(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set whether to perform an early flush before proceeding with a commit.
- setEffectiveMajorVersion(int) -
Method in class org.springframework.mock.web.MockServletContext
-
- setEffectiveMinorVersion(int) -
Method in class org.springframework.mock.web.MockServletContext
-
- setElement(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the HTML element used to enclose the
'
input type="checkbox/radio"
' tag.
- setElement(String) -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Set the HTML element must be used to render the error messages.
- setElementTypeName(String) -
Method in class org.springframework.beans.factory.support.ManagedList
- Set the default element type name (class name) to be used for this list.
- setElementTypeName(String) -
Method in class org.springframework.beans.factory.support.ManagedSet
- Set the default element type name (class name) to be used for this set.
- setEmbeddedValueResolver(StringValueResolver) -
Method in interface org.springframework.context.EmbeddedValueResolverAware
- Set the StringValueResolver to use for resolving embedded definition values.
- setEmbeddedValueResolver(StringValueResolver) -
Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
-
- setEmbeddedValueResolver(StringValueResolver) -
Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
-
- setEmbeddedValueResolver(StringValueResolver) -
Method in class org.springframework.format.support.FormattingConversionService
-
- setEmbeddedValueResolver(StringValueResolver) -
Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- setEmbeddedValueResolver(StringValueResolver) -
Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setEnabled(boolean) -
Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
- Flag to explicitly enable or disable the database populator.
- setEncoding(String) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Specify the encoding to use when converting to and from text-based
message body content.
- setEncoding(String) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the encoding to be used for stream access.
- setEncoding(String) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Set the document encoding using for marshalling.
- setEncoding(String) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Set the encoding to be used for stream access.
- setEncoding(String) -
Method in class org.springframework.scripting.support.ResourceScriptSource
- Sets the encoding used for reading the script resource.
- setEncoding(String) -
Method in class org.springframework.web.filter.CharacterEncodingFilter
- Set the encoding to use for requests.
- setEncoding(String) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Set the encoding of the FreeMarker template file.
- setEncoding(JsonEncoding) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Set the
JsonEncoding
for this converter.
- setEncoding(JsonEncoding) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Set the
JsonEncoding
for this converter.
- setEncoding(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the encoding of the Velocity template file.
- setEncodingPropertyName(String) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Specify the name of the JMS message property that carries the encoding from
bytes to String and back is BytesMessage is used during the conversion process.
- setEncodingScheme(String) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set the encoding scheme for this view.
- setEnctype(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
enctype
' attribute.
- setEndpointAddress(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the endpoint address to specify on the stub or call.
- setEndpointAddress(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the endpoint address to specify on the stub.
- setEndpointProperties(Map<String, Object>) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Set the property bag for the endpoint, including properties such as
"javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
- setEnforceDestroyMethod(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify whether or not the configured destroy method is the default.
- setEnforceInitMethod(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify whether or not the configured init method is the default.
- setEnsureUniqueRuntimeObjectNames(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
- Indicates whether Spring should ensure that
ObjectNames
generated by the configured ObjectNamingStrategy
for
runtime-registered MBeans (MBeanExporter.registerManagedResource(java.lang.Object)
) should get
modified: to ensure uniqueness for every instance of a managed Class
.
- setEnterMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Set the template used for method entry log messages.
- setEntityCacheStrategies(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the cache strategies for entities (persistent classes or named entities).
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.JpaAccessor
- Deprecated. Set the JPA EntityManager to use.
- setEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Deprecated. Set the JPA EntityManager to be used by this DAO.
- setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Set the JPA EntityManagerFactory that should be used to create
EntityManagers.
- setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Set the EntityManagerFactory that this instance should manage transactions for.
- setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Deprecated. Set the JPA EntityManagerFactory to be used by this DAO.
- setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated.
- setEntityManagerFactoryBeanName(String) -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
- Set the bean name of the EntityManagerFactory to fetch from Spring's
root application context.
- setEntityManagerFactoryInterface(Class<? extends EntityManagerFactory>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the (potentially vendor-specific) EntityManagerFactory interface
that this EntityManagerFactory proxy is supposed to implement.
- setEntityManagerInterface(Class<? extends EntityManager>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the (potentially vendor-specific) EntityManager interface
that this factory's EntityManagers are supposed to implement.
- setEntityManagerInterface(Class<? extends EntityManager>) -
Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
- Specify the EntityManager interface to expose.
- setEntityResolver(EntityResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set a SAX entity resolver to be used for parsing.
- setEntityTypeFilters(TypeFilter[]) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
- Specify custom type filters for Spring-based scanning for entity classes.
- setEnvironment(Environment) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- Set the Environment to use when reading bean definitions.
- setEnvironment(Environment) -
Method in interface org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
- Set the Environment to use when reading bean definitions.
- setEnvironment(Environment) -
Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- Set the Environment to use when reading bean definitions.
- setEnvironment(Environment) -
Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- Set the Environment to use when evaluating whether
@Profile
-annotated component classes should be registered.
- setEnvironment(ConfigurableEnvironment) -
Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- Set the
Environment
for this application context.
- setEnvironment(Environment) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Set the Environment to use when resolving placeholders and evaluating
@Profile
-annotated component classes.
- setEnvironment(Environment) -
Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setEnvironment(ConfigurableEnvironment) -
Method in interface org.springframework.context.ConfigurableApplicationContext
- Set the
Environment
for this application context.
- setEnvironment(Environment) -
Method in interface org.springframework.context.EnvironmentAware
- Set the
Environment
that this object runs in.
- setEnvironment(ConfigurableEnvironment) -
Method in class org.springframework.context.support.AbstractApplicationContext
- Set the
Environment
for this application context.
- setEnvironment(ConfigurableEnvironment) -
Method in class org.springframework.context.support.GenericXmlApplicationContext
- Set the
Environment
for this application context.
- setEnvironment(Environment) -
Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- Set the
Environment
that this object runs in.
- setEnvironment(Map<String, ?>) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Specify the environment for the JMX connector.
- setEnvironment(Map<String, ?>) -
Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- Specify the environment for the JMX connector.
- setEnvironment(Properties) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set the environment properties used to construct the
JMXConnectorServer
as java.util.Properties
(String key/value pairs).
- setEnvironment(Properties) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- Set the environment properties used to construct the
JMXConnector
as java.util.Properties
(String key/value pairs).
- setEnvironment(Properties) -
Method in class org.springframework.jndi.JndiTemplate
- Set the environment for the JNDI InitialContext.
- setEnvironment(Environment) -
Method in class org.springframework.web.filter.GenericFilterBean
- Set the
Environment
that this object runs in.
- setEnvironment(Environment) -
Method in class org.springframework.web.portlet.GenericPortletBean
- Set the
Environment
that this object runs in.
- setEnvironment(Environment) -
Method in class org.springframework.web.servlet.HttpServletBean
- Set the
Environment
that this object runs in.
- setEnvironmentMap(Map<String, ?>) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set the environment properties used to construct the
JMXConnector
as a Map
of String keys and arbitrary Object values.
- setEnvironmentMap(Map<String, ?>) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- Set the environment properties used to construct the
JMXConnector
as a Map
of String keys and arbitrary Object values.
- setErrorCodes(String[]) -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
- Set the SQL error codes to match.
- setErrorHandler(ErrorHandler) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set an implementation of the
org.xml.sax.ErrorHandler
interface for custom handling of XML parsing errors and warnings.
- setErrorHandler(ErrorHandler) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown
while processing a Message.
- setErrorHandler(ErrorHandler) -
Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
-
- setErrorHandler(ErrorHandler) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- Provide an
ErrorHandler
strategy.
- setErrorHandler(ErrorHandler) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- Provide an
ErrorHandler
strategy.
- setErrorHandler(ResponseErrorHandler) -
Method in class org.springframework.web.client.RestTemplate
- Set the error handler.
- setErrorListener(ErrorListener) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings.
- setErrorListener(ErrorListener) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings.
- setErrorListener(ErrorListener) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings.
- setETag(String) -
Method in class org.springframework.http.HttpHeaders
- Sets the (new) entity tag of the body, as specified by the
ETag
header.
- setETag(String) -
Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setEternal(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether elements are considered as eternal.
- setEvaluationContext(EvaluationContext) -
Method in class org.springframework.expression.spel.standard.SpelExpression
- Set the evaluation context that will be used if none is specified on an evaluation call.
- setEvent(QName, Serializable) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setEvent(String, Serializable) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setEventListener(ReaderEventListener) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify which
ReaderEventListener
to use.
- setEventListeners(Map<String, Object>) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the Hibernate event listeners to register, with listener types
as keys and listener objects as values.
- setExceptionAttribute(String) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Set the name of the model attribute as which the exception should
be exposed.
- setExceptionAttribute(String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the name of the model attribute as which the exception should be exposed.
- setExceptionClass(Class) -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
- Set the exception class for the specified error codes.
- setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateInterceptor
- Set whether to convert any HibernateException raised to a Spring DataAccessException,
compatible with the
org.springframework.dao
exception hierarchy.
- setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.jdo.JdoInterceptor
- Deprecated. Set whether to convert any JDOException raised to a Spring DataAccessException,
compatible with the
org.springframework.dao
exception hierarchy.
- setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.jpa.JpaInterceptor
- Deprecated. Set whether to convert any PersistenceException raised to a Spring DataAccessException,
compatible with the
org.springframework.dao
exception hierarchy.
- setExceptionListener(ExceptionListener) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Specify an JMS ExceptionListener implementation that should be
registered with with the single Connection created by this factory.
- setExceptionListener(ExceptionListener) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the JMS ExceptionListener to notify in case of a JMSException thrown
by the registered message listener or the invocation infrastructure.
- setExceptionMappings(Properties) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Set the mappings between exception class names and error view names.
- setExceptionMappings(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the mappings between exception class names and error view names.
- setExceptionMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Set the template used for method exception log messages.
- setExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
- Set the list of exception resolvers to delegate to.
- setExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Set the exception translator for this instance.
- setExcludedBeans(String[]) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the list of names for beans that should be excluded from autodetection.
- setExcludedClasses(Class[]) -
Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Specify controller classes that should be excluded from this mapping.
- setExcludedExceptions(Class<?>...) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set one or more exceptions to be excluded from the exception mappings.
- setExcludedPackages(String[]) -
Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Specify Java packages that should be excluded from this mapping.
- setExcludedPattern(String) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Convenience method when we have only a single exclusion pattern.
- setExcludedPatterns(String[]) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Set the regular expressions defining methods to match for exclusion.
- setExcludeUnlistedClasses(boolean) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setExecutor(Executor) -
Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
- Supply the executor to be used when executing async methods.
- setExecutor(Executor) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Set the JDK concurrent executor to use for dispatching incoming requests
to exported service instances.
- setExecutor(Executor) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the JDK concurrent executor to use for asynchronous executions
that require callbacks.
- setExecutor(Executor) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Set the JDK concurrent executor to use for dispatching incoming requests.
- setExecutor(Executor) -
Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- Set the
Executor
to use when invoking methods asynchronously.
- setExitMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Set the template used for method exit log messages.
- setExpandUriTemplateVariables(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Whether to treat the redirect URL as a URI template.
- setExpectedType(Class<?>) -
Method in class org.springframework.jndi.JndiObjectLocator
- Specify the type that the located JNDI object is supposed
to be assignable to, if any.
- setExpirationTime(int) -
Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setExpires(long) -
Method in class org.springframework.http.HttpHeaders
- Sets the date and time at which the message is no longer valid, as specified by the
Expires
header.
- setExplicitQosEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set if the QOS values (deliveryMode, priority, timeToLive)
should be used for sending a message.
- setExporterClass(Class<? extends JRExporter>) -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
- Set the
JRExporter
implementation Class
to use.
- setExporterParameters(Map<?, ?>) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the exporter parameters that should be used when rendering a view.
- setExporterParameters(Map<String, Object>) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
exporterParameters
the view class should use.
- setExposeAccessContext(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Set whether to expose the JNDI environment context for all access to the target
EJB, i.e.
- setExposeAccessContext(boolean) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Set whether to expose the JNDI environment context for all access to the target
object, i.e.
- setExposeClassDescriptor(boolean) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Set whether to expose the JMX descriptor field "class" for managed operations.
- setExposeContextBeansAsAttributes(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposeContextBeansAsAttributes(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposedContextBeanNames(String[]) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Specify the names of beans in the context which are supposed to be exposed.
- setExposedContextBeanNames(String[]) -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- Specify the names of beans in the context which are supposed to be exposed.
- setExposeForwardAttributes(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Set whether to explictly expose the Servlet 2.4 forward request attributes
when forwarding to the underlying view resource.
- setExposeListenerSession(boolean) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set whether to expose the listener JMS Session to a registered
SessionAwareMessageListener
as well as to
JmsTemplate
calls.
- setExposeManagedResourceClassLoader(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
- Indicates whether or not the managed resource should be exposed on the
thread context ClassLoader
before
allowing any invocations on the MBean to occur.
- setExposeModelAttributes(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set the
exposeModelAttributes
flag which denotes whether
or not model attributes should be exposed as HTTP query parameters.
- setExposeNativeEntityManager(boolean) -
Method in class org.springframework.orm.jpa.JpaTemplate
- Deprecated. Set whether to expose the native JPA EntityManager to JpaCallback
code.
- setExposeNativePersistenceManager(boolean) -
Method in class org.springframework.orm.jdo.JdoTemplate
- Deprecated. Set whether to expose the native JDO PersistenceManager to JdoCallback
code.
- setExposeNativeSession(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set whether to expose the native Hibernate Session to
HibernateCallback code.
- setExposePathVariables(boolean) -
Method in class org.springframework.web.servlet.view.AbstractView
- Whether to add path variables in the model or not.
- setExposePathVariables(Boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Whether views resolved by this resolver should add path variables the model or not.
- setExposeProxy(boolean) -
Method in interface org.springframework.aop.framework.Advised
- Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
- setExposeProxy(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
- setExposeRequestAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeRequestAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeSchedulerInRepository(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to expose the Spring-managed
Scheduler
instance in the
Quartz SchedulerRepository
.
- setExposeSessionAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSessionAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSpringMacroHelpers(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeSpringMacroHelpers(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeTransactionAwareSessionFactory(boolean) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Set whether to expose a transaction-aware current Session from the
SessionFactory's
getCurrentSession()
method, returning the
Session that's associated with the current Spring-managed transaction, if any.
- setExposeUnconfigurableExecutor(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExpression(String) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setExpression(String) -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
- setExpression(String) -
Method in class org.springframework.web.servlet.tags.EvalTag
- Set the expression to evaluate.
- setExpressionParser(ExpressionParser) -
Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- Specify the EL parser to use for expression parsing.
- setExpressionPrefix(String) -
Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- Set the prefix that an expression string starts with.
- setExpressionSuffix(String) -
Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- Set the suffix that an expression string ends with.
- setExtendedPersistenceContexts(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Specify the extended persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
- setExtractOldValueForEditor(boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setExtractOldValueForEditor(boolean) -
Method in interface org.springframework.beans.ConfigurablePropertyAccessor
- Set whether to extract the old property value when applying a
property editor to a new value for a property.
- setExtractOldValueForEditor(boolean) -
Method in class org.springframework.validation.DataBinder
- Set whether to extract the old field value when applying a
property editor to a new value for a field.
- setExtractValueFromSingleKeyModel(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Set whether to serialize models containing a single attribute as a map or whether to
extract the single value from the model and serialize it directly.
- setExtractValueFromSingleKeyModel(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Set whether to serialize models containing a single attribute as a map or whether to
extract the single value from the model and serialize it directly.
- SetFactoryBean - Class in org.springframework.beans.factory.config
- Simple factory for shared Set instances.
- SetFactoryBean() -
Constructor for class org.springframework.beans.factory.config.SetFactoryBean
-
- setFactoryBean(String, String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of preparing this on the
raw BeanDefinition object
- setFactoryBeanName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Specify the factory bean to use, if any.
- setFactoryBeanName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- setFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Deprecated. Set the factory class for Tiles.
- setFactoryMethod(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the name of the factory method to use for this definition.
- setFactoryMethodName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Specify a factory method, if any.
- setFactoryMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- setFailEarlyOnGlobalRollbackOnly(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether to fail early in case of the transaction being globally marked
as rollback-only.
- setFailureMessage(String) -
Method in class org.springframework.test.AssertThrows
- Deprecated. Set the extra, contextual failure message that will be included
in the failure text if the text fails.
- setFallbackToDefaultTypeMatch(boolean) -
Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Set whether to allow a fallback to a type match if no explicit name has been
specified.
- setFallbackToDynamicDestination(boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set whether this resolver is supposed to create dynamic destinations
if the destination name is not found in JNDI.
- setFallbackToNoOpCache(boolean) -
Method in class org.springframework.cache.support.CompositeCacheManager
- Indicate whether a
NoOpCacheManager
should be added at the end of the manager lists.
- setFallbackToSystemLocale(boolean) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set whether to fall back to the system Locale if no files for a specific
Locale have been found.
- setFallbackTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
- Override the default SQL state fallback translator
(typically a
SQLStateSQLExceptionTranslator
).
- setFavorParameter(boolean) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Indicate whether a request parameter should be used to determine the requested media type,
in favor of looking at the
Accept
header.
- setFavorPathExtension(boolean) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Indicate whether the extension of the request path should be used to determine the requested media type,
in favor of looking at the
Accept
header.
- setFeedType(String) -
Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
- Sets the Rome feed type to use.
- setFetchSize(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the fetch size for this JdbcTemplate.
- setFetchSize(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the fetch size for this RDBMS operation.
- setFetchSize(int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set the fetch size for this HibernateTemplate.
- setField(Object, String, Object) -
Static method in class org.springframework.test.util.ReflectionTestUtils
- Set the
field
with the given name
on the provided
target object
to the supplied value
.
- setField(Object, String, Object, Class<?>) -
Static method in class org.springframework.test.util.ReflectionTestUtils
- Set the
field
with the given name
on the provided
target object
to the supplied value
.
- setField(Field, Object, Object) -
Static method in class org.springframework.util.ReflectionUtils
- Set the field represented by the supplied
field object
on the
specified target object
to the specified value
.
- setFieldAliases(Map<String, String>) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Sets a field alias/type map, consiting of field names
- setFieldDefaultPrefix(String) -
Method in class org.springframework.web.bind.WebDataBinder
- Specify a prefix that can be used for parameters that indicate default
value fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) -
Method in class org.springframework.web.bind.WebDataBinder
- Specify a prefix that can be used for parameters that mark potentially
empty fields, having "prefix + field" as name.
- setFileEncoding(String) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set the encoding to use for parsing properties files.
- setFileEncodings(Properties) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set per-file charsets to use for parsing properties files.
- setFileTypeMap(FileTypeMap) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the Java Activation Framework
FileTypeMap
to use
for determining the content type of inline content and attachments
that get added to the message.
- setFilterDefinitions(FilterDefinition[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the Hibernate FilterDefinitions to register with the SessionFactory.
- setFilterName(String) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- Set the name of the filter.
- setFilterName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the name of a Hibernate filter to be activated for all
Sessions that this accessor works with.
- setFilterNames(String[]) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set one or more names of Hibernate filters to be activated for all
Sessions that this accessor works with.
- setFilters(List<Filter>) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Register common
Filters
to be
applied to all detected WebService
annotated beans.
- setFilters(List<Filter>) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Register common
Filters
to be
applied to all locally registered contexts
.
- setFilters(List<? extends Filter>) -
Method in class org.springframework.web.filter.CompositeFilter
-
- setFinishRenderParameter(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Pass the the parameter that indicates a finish request forward to the
render phase.
- setFixedDelayTasks(Map<Runnable, Long>) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
- setFixedDelayTasksList(List<IntervalTask>) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Specify fixed-delay tasks as a list of
IntervalTask
objects.
- setFixedRate(boolean) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) -
Method in class org.springframework.scheduling.support.PeriodicTrigger
- Specify whether the periodic interval should be measured between the
scheduled start times rather than between actual completion times.
- setFixedRate(boolean) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Deprecated. Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRateTasks(Map<Runnable, Long>) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
- setFixedRateTasksList(List<IntervalTask>) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Specify fixed-rate tasks as a list of
IntervalTask
objects.
- setFlashMapTimeout(int) -
Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
- Set the amount of time in seconds after a
FlashMap
is saved
(at request completion) and before it expires.
- setFlushEager(boolean) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Deprecated. Set if this accessor should flush changes to the database eagerly.
- setFlushEager(boolean) -
Method in class org.springframework.orm.jpa.JpaAccessor
- Deprecated. Set if this accessor should flush changes to the database eagerly.
- setFlushMode(int) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the flush behavior to one of the constants in this class.
- setFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Specify the Hibernate FlushMode to apply to this filter's
Session
.
- setFlushModeName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the flush behavior by the name of the respective constant
in this class, e.g.
- setFor(String) -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Set the value of the '
for
' attribute.
- setForceEncoding(boolean) -
Method in class org.springframework.web.filter.CharacterEncodingFilter
- Set whether the configured
encoding
of this filter
is supposed to override existing request and response encodings.
- setFormatKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Set the key of the model parameter that holds the format discriminator.
- setFormatMappings(Map<String, Class<? extends AbstractJasperReportsView>>) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Set the mappings of format discriminators to view class names.
- setFormatterRegistrars(Set<FormatterRegistrar>) -
Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- Configure the set of FormatterRegistrars to invoke to register
Converters and Formatters in addition to those added declaratively
via
FormattingConversionServiceFactoryBean.setConverters(Set)
and FormattingConversionServiceFactoryBean.setFormatters(Set)
.
- setFormatters(Set<?>) -
Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- Configure the set of custom formatter objects that should be added.
- setFormSubmit(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Set the action response parameter that indicates this in a form submission.
- setFormView(String) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Deprecated. Set the name of the view that should be used for form display.
- setFormView(String) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Deprecated. Set the name of the view that should be used for form display.
- setForwardedUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setForwardedUrl(String) -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setForwarder(MBeanServerForwarder) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set an MBeanServerForwarder to be applied to the
JMXConnectorServer
.
- setFractionDigits(int) -
Method in class org.springframework.format.number.CurrencyFormatter
- Specify the desired number of fraction digits.
- setFreemarkerSettings(Properties) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set properties that contain well-known FreeMarker keys which will be
passed to FreeMarker's
Configuration.setSettings
method.
- setFreemarkerVariables(Map<String, Object>) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a Map that contains well-known FreeMarker objects which will be passed
to FreeMarker's
Configuration.setAllSharedVariables()
method.
- setFrom(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setFrom(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setFrom(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setFrom(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setFrom(String) -
Method in interface org.springframework.mail.MailMessage
-
- setFrom(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setFrozen(boolean) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set whether or not the proxy should be frozen, preventing advice
from being added to it once it is created.
- setFrozen(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether this config should be frozen.
- setFrozen(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setFunction(boolean) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify whether this call is a function call.
- setFunction(boolean) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Specify whether this call is a function call.
- setFunction(boolean) -
Method in class org.springframework.jdbc.object.SqlCall
- Set whether this call is for a function.
- setFunctionReturnName(String) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify the name used for the return value of the function.
- setGenerateDdl(boolean) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Set whether to generate DDL after the EntityManagerFactory has been initialized,
creating/updating all relevant tables.
- setGeneratedKeyName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Specify the name of a single generated key column
- setGeneratedKeyNames(String[]) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Set the names of any generated keys
- setGeneratedKeysColumnNameArraySupported(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- Specify whether a column name array is supported for generated keys
- setGeneratedKeysColumnNames(String[]) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set the column names of the auto-generated keys.
- setGeneratedKeysColumnNames(String[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the column names of the auto-generated keys.
- setGetGeneratedKeysSupported(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- Specify whether a column name array is supported for generated keys
- setGlobalJobListeners(JobListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify global Quartz JobListeners to be registered with the Scheduler.
- setGlobalRollbackOnParticipationFailure(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether to globally mark an existing transaction as rollback-only
after a participating transaction failed.
- setGlobalTriggerListeners(TriggerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify global Quartz TriggerListeners to be registered with the Scheduler.
- setGroup(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the trigger's group.
- setGroup(String) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Specify the job's group.
- setGroup(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the group of the job.
- setGroup(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the trigger's group.
- setHandback(Object) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster
when notifying
any NotificationListener
.
- setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) -
Method in class org.springframework.web.method.support.InvocableHandlerMethod
- Set
HandlerMethodArgumentResolver
s to use to use for resolving method argument values.
- setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
- Register
HandlerMethodReturnValueHandler
instances to use to
handle return values.
- setHandlerResolver(HandlerResolver) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the JAX-WS HandlerResolver to use for all proxies and dispatchers
created through this factory.
- setHeader(String, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setHeaders(HttpServletResponse, Resource, MediaType) -
Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- Set headers on the given servlet response.
- setHeaders(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify the set of headers that are included in each of response.
- setHeaders(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
headers
the view class should use.
- setHessian2(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether version 2 of the Hessian protocol should be used for
parsing requests and replies.
- setHessian2Reply(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether version 2 of the Hessian protocol should be used for
parsing replies.
- setHessian2Request(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether version 2 of the Hessian protocol should be used for
parsing requests.
- setHibernateManagedSession(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set whether to operate on a Hibernate-managed Session instead of a
Spring-managed Session, that is, whether to obtain the Session through
Hibernate's
SessionFactory.getCurrentSession()
instead of SessionFactory.openSession()
(with a Spring
TransactionSynchronizationManager
check preceding it).
- setHibernateManagedSession(boolean) -
Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
- Set whether to operate on a Hibernate-managed Session instead of a
Spring-managed Session, that is, whether to obtain the Session through
Hibernate's
SessionFactory.getCurrentSession()
instead of SessionFactory.openSession()
(with a Spring
TransactionSynchronizationManager
check preceding it).
- setHibernateProperties(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set Hibernate properties, such as "hibernate.dialect".
- setHibernateProperties(Properties) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set Hibernate properties, such as "hibernate.dialect".
- setHibernateTemplate(HibernateTemplate) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
- setHideProxyClassNames(boolean) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- Set to "true" to have
dynamic loggers
hide
proxy class names wherever possible.
- setHomeInterface(Class) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- Set a home interface that this invoker will narrow to before performing
the parameterless SLSB
create()
call that returns the actual
SLSB proxy.
- setHost(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail server host, typically an SMTP host.
- setHost(String) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set the host of the registry for the exported RMI service,
i.e.
- setHostname(String) -
Method in class org.springframework.http.client.support.ProxyFactoryBean
- Sets the proxy host name.
- setHostname(String) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify the HTTP server's hostname to bind to.
- setHostname(String) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Specify the HTTP server's hostname to bind to.
- setHtmlEscape(String) -
Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
- Set HTML escaping for this tag, as boolean value.
- setHttp10Compatible(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set whether to stay compatible with HTTP 1.0 clients.
- setHttpClient(HttpClient) -
Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
- Deprecated. Set the
HttpClient
used by this factory.
- setHttpClient(HttpClient) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
- Set the
HttpClient
used by this factory.
- setHttpClient(HttpClient) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Set the HttpClient instance to use for this request executor.
- setHttpClient(HttpClient) -
Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- Set the
HttpClient
instance to use for this request executor.
- setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
- setId(String) -
Method in interface org.springframework.context.ConfigurableApplicationContext
- Set the unique id of this application context.
- setId(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
- Set the unique id of this application context.
- setId(String) -
Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
- setId(String) -
Method in class org.springframework.context.support.GenericApplicationContext
-
- setId(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Set the value of the '
id
' attribute.
- setIdleConsumerLimit(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the limit for the number of consumers that are allowed to be idle
at any given time.
- setIdleTaskExecutionLimit(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the limit for idle executions of a consumer task, not having
received any message within its execution.
- setIfModifiedSince(long) -
Method in class org.springframework.http.HttpHeaders
- Sets the (new) value of the
If-Modified-Since
header.
- setIfNoneMatch(String) -
Method in class org.springframework.http.HttpHeaders
- Sets the (new) value of the
If-None-Match
header.
- setIfNoneMatch(List<String>) -
Method in class org.springframework.http.HttpHeaders
- Sets the (new) values of the
If-None-Match
header.
- setIgnoreAcceptHeader(boolean) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Indicate whether the HTTP
Accept
header should be ignored.
- setIgnoreCase(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set whether upper and lower case in String values should be ignored.
- setIgnoreDefaultModelOnRedirect(boolean) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- When set to
true
the default model is never used in a redirect
scenario.
- setIgnoreDefaultModelOnRedirect(boolean) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- By default the content of the "default" model is used both during
rendering and redirect scenarios.
- setIgnoredMethodMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- Set the mappings of bean keys to a comma-separated list of method names.
- setIgnoredMethods(String[]) -
Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- Set the array of method names to be ignored when creating the management info.
- setIgnoredUnknownProperties(String[]) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
- Specify the unknown properties (not found in the bean) that should be ignored.
- setIgnoreExtraAttributes(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set whether the Castor
Unmarshaller
should ignore attributes that do not match a specific field.
- setIgnoreExtraElements(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set whether the Castor
Unmarshaller
should ignore elements that do not match a specific field.
- setIgnoreFailedDrops(boolean) -
Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
- Flag to indicate that a failed SQL
DROP
statement can be ignored.
- setIgnoreInvalidFields(boolean) -
Method in class org.springframework.validation.DataBinder
- Set whether to ignore invalid fields, that is, whether to ignore bind
parameters that have corresponding fields in the target object which are
not accessible (for example because of null values in the nested path).
- setIgnoreInvalidKeys(boolean) -
Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- Set whether to ignore invalid keys.
- setIgnoreInvalidRequests(boolean) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
- Set whether invalidly formatted messages should be discarded.
- setIgnoreNestedPath(boolean) -
Method in class org.springframework.web.servlet.tags.BindTag
- Set whether to ignore a nested path, if any.
- setIgnoreResourceNotFound(boolean) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set if failure to find the property resource should be ignored.
- setIgnoreUnknownFields(boolean) -
Method in class org.springframework.validation.DataBinder
- Set whether to ignore unknown fields, that is, whether to ignore bind
parameters that do not have corresponding fields in the target object.
- setIgnoreUnresolvableEditors(boolean) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- Set whether unresolvable editors should simply be skipped.
- setIgnoreUnresolvablePlaceholders(boolean) -
Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- Set whether to ignore unresolvable placeholders.
- setIgnoreWarnings(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether or not we want to ignore SQLWarnings.
- setImplicitCollections(Map<Class<?>, String>) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Specify implicit collection fields, as a Map consisting of
Class
instances
mapped to comma separated collection field names.
- setImportMetadata(AnnotationMetadata) -
Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
-
- setImportMetadata(AnnotationMetadata) -
Method in interface org.springframework.context.annotation.ImportAware
- Set the annotation metadata of the importing @
Configuration
class.
- setImportMetadata(AnnotationMetadata) -
Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- setImportMetadata(AnnotationMetadata) -
Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
-
- setImportMetadata(AnnotationMetadata) -
Method in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
-
- setIncludeAnnotatedControllers(boolean) -
Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Set whether to activate or deactivate detection of annotated controllers.
- setIncludeAnnotationConfig(boolean) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Specify whether to register annotation config post-processors.
- setIncludeClientInfo(boolean) -
Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
- Set whether or not the session id and user name should be included
in the log message.
- setIncludeClientInfo(boolean) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set whether or not the client address and session id should be included in the log message.
- setIncludedUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setIncludedUrl(String) -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setIncludePatterns(List<String>) -
Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- Set a list of regex patterns, matching eligible @AspectJ bean names.
- setIncludePayload(boolean) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set whether or not the request payload (body) should be included in the log message.
- setIncludeQueryString(boolean) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set whether or not the query string should be included in the log message.
- setIncrementerName(String) -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Set the name of the sequence/table.
- setIndent(int) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Set the number of nesting indent spaces.
- setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndex(int) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Set the index of this parameter in the operation signature.
- setInitAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- Specify the init annotation to check for, indicating initialization
methods to call after configuration of a bean.
- setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Configure the supported argument types in
@InitBinder
methods.
- setInitialDelay(long) -
Method in class org.springframework.scheduling.support.PeriodicTrigger
- Specify the delay for the initial execution.
- setInitMethod(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default init-method setting for the document that's currently parsed.
- setInitMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the initializer method.
- setInitMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the init method for this definition.
- setInitMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setInitParameter(String, String) -
Method in class org.springframework.mock.web.MockServletContext
-
- setInitParameters(Map<String, String>) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
- Specify init parameters for the portlet to wrap,
as name-value pairs.
- setInitParameters(Properties) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Specify init parameters for the servlet to wrap,
as name-value pairs.
- setInitParamName(String) -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
- Set the name of the ServletContext init parameter to expose.
- setInParameterNames(Set<String>) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Set the names of in parameters to be used.
- setInputSource(InputSource) -
Method in class org.springframework.oxm.support.MarshallingSource
- Throws a
UnsupportedOperationException
.
- setInstanceId(String) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- setInstanceName(String) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- setInstantiationStrategy(InstantiationStrategy) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Set the instantiation strategy to use for creating bean instances.
- setInteractionSpec(InteractionSpec) -
Method in class org.springframework.jca.cci.object.EisOperation
- Set the CCI InteractionSpec for this operation.
- setInterceptorNames(String[]) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set the common interceptors.
- setInterceptorNames(String[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the list of Advice/Advisor bean names.
- setInterceptors(List<ClientHttpRequestInterceptor>) -
Method in class org.springframework.http.client.support.InterceptingHttpAccessor
- Sets the request interceptors that this accessor should use.
- setInterceptors(Object[]) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set additional interceptors (or advisors) to be applied before the
remote endpoint, e.g.
- setInterceptors(Object[]) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Set the interceptors to apply for all handlers mapped by this handler mapping.
- setInterceptors(Object[]) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set the interceptors to apply for all handlers mapped by this handler mapping.
- setInterfaceMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- Set the mappings of bean keys to a comma-separated list of interface names.
- setInterfaces(Class[]) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Set the interfaces to be proxied.
- setInterval(int) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
- Set the interval between validation runs (in seconds).
- setIntHeader(String, int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setIntrospectionClass(Class) -
Method in class org.springframework.beans.BeanWrapperImpl
- Set the class to introspect.
- setInvalidResultSetAccessCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setInvalidSubmit(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Set the action response parameter that indicates this in an invalid submission.
- setIsolationLevel(int) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Specify the default isolation level to use for Connection retrieval,
according to the JDBC
Connection
constants
(equivalent to the corresponding Spring
TransactionDefinition
constants).
- setIsolationLevel(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the isolation level.
- setIsolationLevelName(String) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Set the default isolation level by the name of the corresponding constant
in
TransactionDefinition
, e.g.
- setIsolationLevelName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the isolation level by the name of the corresponding constant in
TransactionDefinition, e.g.
- setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the value to be displayed as part of the
'
input type="checkbox/radio"
' tag.
- setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the name of the property mapped to the label (inner text) of the
'
option
' tag.
- setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the name of the property mapped to the label (inner text) of the
'
option
' tag.
- setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the
Collection
, Map
or array of objects
used to generate the 'input type="checkbox/radio"
' tags.
- setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the
Collection
, Map
or array
of objects used to generate the inner 'option
' tags.
- setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the
Collection
, Map
or array of objects used to
generate the inner 'option
' tags.
- setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the name of the property mapped to the '
value
' attribute
of the 'input type="checkbox/radio"
' tag.
- setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the name of the property mapped to the '
value
'
attribute of the 'option
' tag.
- setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the name of the property mapped to the '
value
'
attribute of the 'option
' tag.
- setJavaMailProperties(Properties) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set JavaMail properties for the
Session
.
- setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
- Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.EvalTag
- Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.UrlTag
- Set JavaScript escaping for this tag, as boolean value.
- setJaxbContextProperties(Map<String, ?>) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the
JAXBContext
properties.
- setJaxRpcService(Service) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set a reference to an existing JAX-RPC Service instance,
for example obtained via
JndiObjectFactoryBean
.
- setJaxRpcServiceInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the JAX-RPC service interface to use for looking up the service.
- setJaxRpcServiceProperties(Properties) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set JAX-RPC service properties to be passed to the ServiceFactory, if any.
- setJaxWsService(Service) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set a reference to an existing JAX-WS Service instance,
for example obtained via
JndiObjectFactoryBean
.
- setJdbcDataSource(DataSource) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify the
javax.sql.DataSource
to use for reports with
embedded SQL statements.
- setJdbcDataSource(DataSource) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
DataSource
the view class should use.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the JDBC exception translator for this instance.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateExceptionTranslator
- Set the JDBC exception translator for the SessionFactory,
exposed via the PersistenceExceptionTranslator interface.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set the JDBC exception translator for this transaction manager.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- Set the JDBC exception translator for this dialect.
- setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
- Set the JdbcTemplate to be used by this bean factory.
- setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Set the JdbcTemplate for this DAO explicitly,
as an alternative to specifying a DataSource.
- setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- An alternative to the more commonly used setDataSource() when you want to
use the same JdbcTemplate in multiple RdbmsOperations.
- setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Deprecated. Set the JDO dialect to use for this accessor.
- setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Set the JDO dialect to use for this transaction manager.
- setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set the JDO dialect to use for the PersistenceExceptionTranslator
functionality of this factory.
- setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
- Set the JDO dialect to use for this proxy.
- setJdoProperties(Properties) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
- setJdoPropertyMap(Map<String, Object>) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Specify JDO properties as a Map, to be passed into
JDOHelper.getPersistenceManagerFactory
(if any).
- setJdoTemplate(JdoTemplate) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Deprecated. Set the JdoTemplate for this DAO explicitly,
as an alternative to specifying a PersistenceManagerFactory.
- setJmsTemplate(JmsTemplate) -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
- Set the JmsTemplate for the gateway.
- setJndiEnvironment(Properties) -
Method in class org.springframework.jndi.JndiAccessor
- Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JNDI environment to use for JNDI lookups.
- setJndiFactory(BeanFactory) -
Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Specify the factory for objects to be injected into
@Resource
/
@WebServiceRef
/ @EJB
annotated fields and setter methods,
for mappedName
attributes that point directly into JNDI.
- setJndiName(String) -
Method in class org.springframework.jndi.JndiObjectLocator
- Specify the JNDI name to look up.
- setJndiName(String) -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- Set the JNDI name of the exported RMI service.
- setJndiTemplate(JndiTemplate) -
Method in class org.springframework.jndi.JndiAccessor
- Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(Object) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JndiTemplate to use for JNDI lookups.
- setJobClass(Class) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- Overridden to support any job class, to allow a custom JobFactory
to adapt the given job class to the Quartz Job interface.
- setJobClass(Class) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Specify the job's implementation class.
- setJobDataAsMap(Map<String, ?>) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Register objects in the JobDataMap via a given Map.
- setJobDataMap(JobDataMap) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Set the trigger's JobDataMap.
- setJobDataMap(JobDataMap) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Set the job's JobDataMap.
- setJobDataMap(JobDataMap) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Set the trigger's JobDataMap.
- setJobDetail(JobDetail) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the JobDetail that this trigger should be associated with.
- setJobDetail(JobDetail) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Set the JobDetail that this trigger should be associated with.
- setJobDetail(JobDetail) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the JobDetail that this trigger should be associated with.
- setJobDetail(JobDetail) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Set the JobDetail that this trigger should be associated with.
- setJobDetails(JobDetail[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Register a list of JobDetail objects with the Scheduler that
this FactoryBean creates, to be referenced by Triggers.
- setJobFactory(JobFactory) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Quartz JobFactory to use for this Scheduler.
- setJobListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- Set a list of JobListener names for this job, referring to
non-global JobListeners registered with the Scheduler.
- setJobListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set a list of JobListener names for this job, referring to
non-global JobListeners registered with the Scheduler.
- setJobListeners(JobListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify named Quartz JobListeners to be registered with the Scheduler.
- setJobSchedulingDataLocation(String) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set the location of a Quartz job definition XML file that follows the
"job_scheduling_data_1_5" XSD.
- setJobSchedulingDataLocations(String[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set the locations of Quartz job definition XML files that follow the
"job_scheduling_data_1_5" XSD.
- setJodaTimeContext(JodaTimeContext) -
Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
- Associate the given JodaTimeContext with the current thread.
- setJpaDialect(JpaDialect) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the vendor-specific JpaDialect implementation to associate with
this EntityManagerFactory.
- setJpaDialect(JpaDialect) -
Method in class org.springframework.orm.jpa.JpaAccessor
- Deprecated. Set the JPA dialect to use for this accessor.
- setJpaDialect(JpaDialect) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Set the JPA dialect to use for this transaction manager.
- setJpaProperties(Properties) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify JPA properties, to be passed into
Persistence.createEntityManagerFactory
(if any).
- setJpaProperties(Properties) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaProperties(Properties) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaPropertyMap(Map<String, ?>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify JPA properties as a Map, to be passed into
Persistence.createEntityManagerFactory
(if any).
- setJpaPropertyMap(Map<String, Object>) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaPropertyMap(Map<String, ?>) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
- setJpaTemplate(JpaTemplate) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Deprecated. Set the JpaTemplate for this DAO explicitly,
as an alternative to specifying a EntityManagerFactory.
- setJpaVendorAdapter(JpaVendorAdapter) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the JpaVendorAdapter implementation for the desired JPA provider,
if any.
- setJtaDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setJtaTransactionManager(TransactionManager) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the JTA TransactionManager to be used for Hibernate's
TransactionManagerLookup.
- setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setKeepTaskList(boolean) -
Method in class org.springframework.util.StopWatch
- Determine whether the TaskInfo array is built over time.
- setKey(String) -
Method in class org.springframework.cache.interceptor.CacheOperation
-
- setKeyGenerator(KeyGenerator) -
Method in class org.springframework.cache.interceptor.CacheAspectSupport
- Set the KeyGenerator for this cache aspect.
- setKeyTypeName(String) -
Method in class org.springframework.beans.factory.support.ManagedMap
- Set the default key type name (class name) to be used for this map.
- setLabel(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
- Set the value of the '
label
' attribute.
- setLabel(String) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
- Set the text body of the rendered HTML
<option>
tag.
- setLang(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
lang
' attribute.
- setLastModified(long) -
Method in class org.springframework.http.HttpHeaders
- Sets the time the resource was last changed, as specified by the
Last-Modified
header.
- setLayoutKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutUrl(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Set the layout template to use.
- setLayoutUrl(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Set the layout template to use.
- setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
- Set whether to lazily start a database transaction within an
EclipseLink transaction.
- setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
- Deprecated. Set whether to lazily start a database transaction within a TopLink
transaction.
- setLazyInit(boolean) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Set whether this bean should be lazily initialized.
- setLazyInit(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set whether this bean should be lazily initialized.
- setLazyInit(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set whether beans for this definition should be lazily initialized or not.
- setLazyInit(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setLazyInit(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default lazy-init flag for the document that's currently parsed.
- setLazyInit(boolean) -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Set whether to lazily initialize the SQLExceptionTranslator for this accessor,
on first encounter of a SQLException.
- setLazyInit(boolean) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set whether to lazily initialize the
JAXBContext
for this marshaller.
- setLazyInitHandlers(boolean) -
Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
- Set whether to lazily initialize handlers.
- setLazyInitHandlers(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set whether to lazily initialize handlers.
- setLenient(boolean) -
Method in class org.springframework.format.datetime.DateFormatter
- Specify whether or not parsing is to be lenient.
- setLenient(boolean) -
Method in class org.springframework.format.number.AbstractNumberFormatter
- Specify whether or not parsing is to be lenient.
- setLenientConstructorResolution(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify whether to resolve constructors in lenient mode (
true
,
which is the default) or to switch to strict resolution (throwing an exception
in case of ambigious constructors that all match when converting the arguments,
whereas lenient mode would use the one with the 'closest' type matches).
- setLenientFallback(boolean) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Specify whether to apply a lenient fallback to the default DataSource
if no specific DataSource could be found for the current lookup key.
- setLimitedInParameterNames(Set<String>) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify a limited set of in parameters to be used.
- setListeners(MBeanExporterListener[]) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the
MBeanExporterListener
s that should be notified
of MBean registration and unregistration events.
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in interface org.springframework.context.weaving.LoadTimeWeaverAware
- Set the
LoadTimeWeaver
of this object's containing
ApplicationContext
.
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- setLobHandler(LobHandler) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the LobHandler to be used by the SessionFactory.
- setLobHandler(LobHandler) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the LobHandler to be used by the SqlMapClient.
- setLocalAddr(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocale(Locale) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Associate the given Locale with the current thread.
- setLocale(Locale, boolean) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Associate the given Locale with the current thread.
- setLocale(Locale) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setLocale(Locale) -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in interface org.springframework.web.servlet.LocaleResolver
- Set the current locale to the given one.
- setLocaleContext(LocaleContext) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Associate the given LocaleContext with the current thread,
not exposing it as inheritable for child threads.
- setLocaleContext(LocaleContext, boolean) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Associate the given LocaleContext with the current thread.
- setLocalesToInitialize(Locale[]) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Specify Locales to initialize eagerly, rather than lazily when actually accessed.
- setLocalName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalOverride(boolean) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set whether local properties override properties from files.
- setLocalPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalVariable(String, Object) -
Method in class org.springframework.expression.spel.ExpressionState
-
- setLocateExistingServerIfPossible(boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set whether or not the
MBeanServerFactoryBean
should attempt
to locate a running MBeanServer
before creating one.
- setLocation(String) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setLocation(String) -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
- Set the location for debugging.
- setLocation(Resource) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set a location of a properties file to be loaded.
- setLocation(URI) -
Method in class org.springframework.http.HttpHeaders
- Set the (new) location of a resource, as specified by the
Location
header.
- setLocation(Resource) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
- Set the location of the XML file that defines the view beans.
- setLocations(Resource[]) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set locations of properties files to be loaded.
- setLocations(String[]) -
Method in class org.springframework.test.context.ContextConfigurationAttributes
- Set the processed resource locations, effectively overriding the
original value declared via
@ContextConfiguration
.
- setLocations(List<Resource>) -
Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- Set a
List
of Resource
paths to use as sources
for serving static resources.
- setLog(boolean) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setLogFile(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setLogger(Log) -
Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
- Set the
logger
that is to be used to report warnings.
- setLoggerName(String) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- Set the name of the logger to use.
- setLoggerName(String) -
Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
- Set the name of the logger to use.
- setLogicalMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Specifies a set of optional logical method name mappings.
- setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- Setting a login timeout is not supported.
- setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLogName(String) -
Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
- The name of the log.
- setLogTargetClassInvocation(boolean) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Set whether to log the invocation on the target class, if applicable
(i.e.
- setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- LogWriter methods are not supported.
- setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLookupHomeOnStartup(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Set whether to look up the EJB home object on startup.
- setLookupOnStartup(boolean) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Set whether to look up the JNDI object on startup.
- setLookupOnStartup(boolean) -
Method in class org.springframework.jndi.JndiObjectTargetSource
- Set whether to look up the JNDI object on startup.
- setLookupServiceOnStartup(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set whether to look up the JAX-RPC service on startup.
- setLookupServiceOnStartup(boolean) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set whether to look up the JAX-WS service on startup.
- setLookupStubOnStartup(boolean) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set whether to look up the RMI stub on startup.
- setLookupStubOnStartup(boolean) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Set whether to look up the RMI stub on startup.
- setMaintainSession(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the maintain session flag to specify on the stub or call.
- setMaintainSession(boolean) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the "session.maintain" flag to specify on the stub.
- setMajorVersion(int) -
Method in class org.springframework.mock.web.MockServletContext
-
- setManagedConnectionFactory(ManagedConnectionFactory) -
Method in class org.springframework.jca.support.LocalConnectionFactoryBean
- Set the JCA ManagerConnectionFactory that should be used to create
the desired connection factory.
- setManagedInterfaces(Class[]) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- Set the array of interfaces to use for creating the management info.
- setManagedMethods(String[]) -
Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- Set the array of method names to use for creating the management info.
- setManagedResource(Object, String) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Sets managed resource to expose and stores its
ClassLoader
.
- setManagementInterface(Class) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the management interface of the target MBean, exposing bean property
setters and getters for MBean attributes and conventional Java methods
for MBean operations.
- setMappedClass(Class<T>) -
Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
- Set the class that each row should be mapped to.
- setMappedHandlerClasses(Class[]) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Specify the set of classes that this exception resolver should apply to.
- setMappedHandlerClasses(Class[]) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- Specify the set of classes that this exception resolver should apply to.
- setMappedHandlers(Set) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Specify the set of handlers that this exception resolver should map.
- setMappedHandlers(Set) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- Specify the set of handlers that this exception resolver should apply to.
- setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
- Convenience method when we have only a single method name to match.
- setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- Convenience method when we have only a single method name to match.
- setMappedNames(String[]) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
- Set the method names defining methods to match.
- setMappedNames(String[]) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- Set the method names defining methods to match.
- setMappedObjectName(Object) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the
ObjectName
-style name of the single MBean
that the encapsulated NotificationFilter
will be registered with to listen for Notifications
.
- setMappedObjectNames(Object[]) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set an array of
ObjectName
-style names of the MBeans
that the encapsulated NotificationFilter
will be registered with to listen for Notifications
.
- setMappingDirectoryLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingDirectoryLocations(Resource[]) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingJarLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingJarLocations(Resource[]) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingLocation(Resource) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Set a location of a properties file to be loaded,
containing object name mappings.
- setMappingLocation(Resource) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Specify the
Resource
from which mappings are loaded.
- setMappingLocation(Resource) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the locations of the Castor XML Mapping files.
- setMappingLocations(Resource[]) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Set location of properties files to be loaded,
containing object name mappings.
- setMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingLocations(Resource[]) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set locations of iBATIS sql-map mapping files that are going to be
merged into the SqlMapClient configuration at runtime.
- setMappingLocations(Resource[]) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the locations of the Castor XML Mapping files.
- setMappingLocations(Resource[]) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify resource locations to load XML constraint mapping files from, if any.
- setMappingResources(String[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappingResources(String[]) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappingResources(String...) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Specify one or more mapping resources (equivalent to
<mapping-file>
entries in persistence.xml
) for the default persistence unit.
- setMappingResources(String...) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify one or more mapping resources (equivalent to
<mapping-file>
entries in persistence.xml
) for the default persistence unit.
- setMappings(Properties) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Set local properties, containing object name mappings, e.g.
- setMappings(String[]) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Specify additional MIME type mappings as lines that follow the
mime.types file format, as specified by the
Java Activation Framework, for example:
text/html html htm HTML HTM
- setMappings(Properties) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
- Set PortletMode to handler bean name mappings from a Properties object.
- setMappings(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
- Map URL paths to handler bean names.
- setMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
- Set explicit URL to method name mappings through a Properties object.
- setMarshalAsDocument(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets whether this marshaller should output the xml declaration.
- setMarshalExtendedType(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets whether this marshaller should output for given type the
xsi:type
attribute.
- setMarshaller(Marshaller) -
Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- Set the
Marshaller
to be used by this message converter.
- setMarshaller(Marshaller) -
Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
- Set the
Marshaller
to be used by this message converter.
- setMarshaller(Marshaller) -
Method in class org.springframework.web.servlet.view.xml.MarshallingView
- Sets the
Marshaller
to be used by this view.
- setMarshallerListener(Marshaller.Listener) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Specify the
Marshaller.Listener
to be registered with the JAXB Marshaller
.
- setMarshallerProperties(Map<String, ?>) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the JAXB
Marshaller
properties.
- setMaxConcurrency(int) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- Specify the maximum number of consumers/sessions to use, effectively
controlling the number of concurrent invocations on the target listener.
- setMaxConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the maximum number of concurrent consumers to create.
- setMaxElementsInMemory(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Specify the maximum number of cached objects in memory.
- setMaxElementsOnDisk(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Specify the maximum number of cached objects on disk.
- setMaxIdle(int) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the maximum number of idle objects in the pool.
- setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.MockHttpSession
-
- setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setMaxInMemorySize(int) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxlength(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
maxlength
' attribute.
- setMaxLinkedPages(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the maximum number of page links to a few pages around the current one.
- setMaxMessagesPerTask(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the maximum number of messages to process in one task.
- setMaxPayloadLength(int) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Sets the maximum length of the payload body to be included in the log message.
- setMaxPoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's maximum pool size.
- setMaxResults(int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set the maximum number of rows for this HibernateTemplate.
- setMaxRows(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the maximum number of rows for this JdbcTemplate.
- setMaxRows(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the maximum number of rows for this RDBMS operation.
- setMaxRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Set the maximum number of rows that may be affected by this update.
- setMaxSize(int) -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Set the maximum size of the pool.
- setMaxUploadSize(long) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the maximum allowed size (in bytes) before uploads are refused.
- setMaxWait(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the maximum waiting time for fetching an object from the pool.
- setMediaTypes(Map<String, String>) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Set the mapping from file extensions to media types.
- setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the memory style eviction policy for this cache.
- setMerge(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default merge setting for the document that's currently parsed.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedList
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedMap
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedProperties
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedSet
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMessage(Object) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the MessageSourceResolvable for this tag.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.AbstractBindingResult
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.DataBinder
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Set the strategy to use for resolving errors into message codes.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the message converter for this template.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the converter that will convert incoming JMS messages to
listener method arguments, and objects returned from listener
methods back to JMS messages.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Specify the MessageConverter to use for turning
RemoteInvocation
objects into request messages, as well as response messages into
RemoteInvocationResult
objects.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
- Specify the MessageConverter to use for turning request messages into
RemoteInvocation
objects,
as well as RemoteInvocationResult
objects into response messages.
- setMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.client.RestTemplate
- Set the message body converters to use.
- setMessageConverters(HttpMessageConverter<?>[]) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the message body converters to use.
- setMessageConverters(HttpMessageConverter<?>[]) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
- Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Provide the converters to use in argument resolvers and return value
handlers that support reading and/or writing to the body of the
request and response.
- setMessageDrivenContext(MessageDrivenContext) -
Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
- Required lifecycle method.
- setMessageEndpointFactory(MessageEndpointFactory) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Set the JCA MessageEndpointFactory to activate, pointing to a
MessageListener object that the endpoints will delegate to.
- setMessageIdEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message IDs are enabled.
- setMessageInterpolator(MessageInterpolator) -
Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
- Specify a custom MessageInterpolator to use for this Validator.
- setMessageInterpolator(MessageInterpolator) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify a custom MessageInterpolator to use for this ValidatorFactory
and its exposed default Validator.
- setMessageListener(Object) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
- Specify the message listener object that the endpoint should expose
(e.g.
- setMessageListener(Object) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the message listener implementation to register.
- setMessageListener(MessageListener) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
- Set the JMS MessageListener for this endpoint.
- setMessageListener(MessageListener) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Set the JMS MessageListener for this endpoint.
- setMessageSelector(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the JMS message selector expression (or
null
if none).
- setMessageSelector(String) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setMessageSource(MessageSource) -
Method in interface org.springframework.context.MessageSourceAware
- Set the MessageSource that this object runs in.
- setMessageTimestampEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message timestamps are enabled.
- setMetadataReaderFactory(MetadataReaderFactory) -
Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- Set the
MetadataReaderFactory
to use.
- setMethod(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setMethod(String) -
Method in class org.springframework.mock.web.portlet.MockClientDataRequest
-
- setMethod(String) -
Method in class org.springframework.mock.web.portlet.MockEventRequest
-
- setMethod(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
method
' attribute.
- setMethodInvoker(MethodInvoker) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- Set the MethodInvoker to use.
- setMethodMap(Map<String, TransactionAttribute>) -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- Set a name/attribute map, consisting of "FQCN.method" method names
(e.g.
- setMethodMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- Set the mappings of bean keys to a comma-separated list of method names.
- setMethodName(String) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
- Set the name of the
Method
to locate.
- setMethodName(String) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the name of the target method.
- setMethodNameResolver(MethodNameResolver) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the MethodNameResolver to use for resolving default handler methods
(carrying an empty
@RequestMapping
annotation).
- setMethodNameResolver(MethodNameResolver) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Set the method name resolver that this class should use.
- setMethodOverrides(MethodOverrides) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify method overrides for the bean, if any.
- setMethodParam(String) -
Method in class org.springframework.web.filter.HiddenHttpMethodFilter
- Set the parameter name to look for HTTP methods.
- setMethodParam(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the name of the request param for non-browser supported HTTP methods.
- setMethodParamNames(String[]) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Set a String array of parameter names, where the very existence of a
parameter in the list (with value ignored) means that a method of the
same name should be invoked.
- setMethodResolvers(List<MethodResolver>) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setMetricType(MetricType) -
Method in class org.springframework.jmx.export.metadata.ManagedMetric
- A description of how this metric's values change over time.
- setMimeMultiparts(MimeMultipart, MimeMultipart) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given MimeMultipart objects for use by this MimeMessageHelper.
- setMinEvictableIdleTimeMillis(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the minimum time that an idle object can sit in the pool before
it becomes subject to eviction.
- setMinIdle(int) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the minimum number of idle objects in the pool.
- setMinorVersion(int) -
Method in class org.springframework.mock.web.MockServletContext
-
- setMisfireInstruction(int) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify a misfire instruction for this trigger.
- setMisfireInstruction(int) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify a misfire instruction for this trigger.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the
CronTrigger
class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Set the misfire instruction via the name of the corresponding
constant in the
CronTrigger
class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the
SimpleTrigger
class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Set the misfire instruction via the name of the corresponding
constant in the
SimpleTrigger
class.
- setMode(int) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Set the XStream mode.
- setModelAndViewResolvers(List<ModelAndViewResolver>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Provide custom
ModelAndViewResolver
s.
- setModelAttribute(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the name of the form attribute in the model.
- setModelKey(String) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Set the attribute in the model that should be rendered by this view.
- setModelKey(String) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Set the attribute in the model that should be rendered by this view.
- setModelKey(String) -
Method in class org.springframework.web.servlet.view.xml.MarshallingView
- Set the name of the model key that represents the object to be marshalled.
- setModelKeys(Set<String>) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Set the attributes in the model that should be rendered by this view.
- setModelKeys(Set<String>) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Set the attributes in the model that should be rendered by this view.
- setMtomEnabled(boolean) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Specify whether MTOM support should be enabled or not.
- setMultipartFiles(MultiValueMap<String, MultipartFile>) -
Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
- Set a Map with parameter names as keys and list of MultipartFile objects as values.
- setMultipartFiles(MultiValueMap<String, MultipartFile>) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Set a Map with parameter names as keys and list of MultipartFile objects as values.
- setMultipartParameterContentTypes(Map<String, String>) -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
- Set a Map with parameter names as keys and content type Strings as values.
- setMultipartParameterContentTypes(Map<String, String>) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Set a Map with parameter names as keys and content type Strings as values.
- setMultipartParameters(Map<String, String[]>) -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
- Set a Map with parameter names as keys and String array objects as values.
- setMultipartParameters(Map<String, String[]>) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Set a Map with parameter names as keys and String array objects as values.
- setMultipartResolverBeanName(String) -
Method in class org.springframework.web.multipart.support.MultipartFilter
- Set the bean name of the MultipartResolver to fetch from Spring's
root application context.
- setMultiple(Object) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the value of the HTML '
multiple
' attribute rendered
on the final 'select
' element.
- setName(String) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the name of the constructor argument.
- setName(String) -
Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- Specify the name of the cache.
- setName(String) -
Method in class org.springframework.cache.interceptor.CacheOperation
-
- setName(String) -
Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
- Sets the name of the embedded database
Defaults to 'testdb' if not called.
- setName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set the name of this notification.
- setName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Set the name of this parameter in the operation signature.
- setName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the trigger's name.
- setName(String) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Specify the job's name.
- setName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the name of the job.
- setName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the trigger's name.
- setName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the name of this transaction.
- setName(String) -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
- Set the name of the bean that this tag should check.
- setName(String) -
Method in class org.springframework.web.servlet.tags.form.ButtonTag
- Get the value of the '
name
' attribute.
- setName(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
name
' attribute.
- setName(String) -
Method in class org.springframework.web.servlet.tags.Param
- Set the raw name of the parameter
- setName(String) -
Method in class org.springframework.web.servlet.tags.ParamTag
- Sets the name of the parameter
- setNameMap(Map<String, Collection<CacheOperation>>) -
Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
- Set a name/attribute map, consisting of method names
(e.g.
- setNameMap(Map<String, TransactionAttribute>) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- Set a name/attribute map, consisting of method names
(e.g.
- setNamespace(String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- setNamespace(String) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the namespace for this web application context,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setNamespace(String) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the namespace for this portlet application context,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set a custom namespace for this portlet,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set a custom namespace for this servlet,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Deprecated. Set a custom namespace for the ActionServlet,
to be used for building a default context config location.
- setNamespaceAware(boolean) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set whether or not the XML parser should be XML namespace aware.
- setNamespaceHandlerResolver(NamespaceHandlerResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
NamespaceHandlerResolver
to use.
- setNamespaceMappings(Map<String, String>) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the namespace mappings.
- setNamespaceToPackageMapping(Map<String, String>) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the namespace to package mappings.
- setNamespaceUri(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the namespace URI of the service.
- setNamespaceUri(String) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the namespace URI of the service.
- setNamingStrategy(ObjectNamingStrategy) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the implementation of the
ObjectNamingStrategy
interface
to use for this exporter.
- setNamingStrategy(NamingStrategy) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setNamingStrategy(NamingStrategy) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setNativeConnectionNecessaryForNativeCallableStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
- Set whether it is necessary to work on the native Connection to
receive native CallableStatements.
- setNativeConnectionNecessaryForNativePreparedStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
- Set whether it is necessary to work on the native Connection to
receive native PreparedStatements.
- setNativeConnectionNecessaryForNativeStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
- Set whether it is necessary to work on the native Connection to
receive native Statements.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- Specify the NativeJdbcExtractor to use for unwrapping CallableStatements, if any.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Set
NativeJdbcExtractor
to be used to retrieve the native connection.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
- Set the
NativeJdbcExtractor
to use to retrieve the native connection if necessary
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Specify the NativeJdbcExtractor to use for unwrapping PreparedStatements, if any.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Set the
NativeJdbcExtractor
to use to retrieve the native connection if necessary
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying
native
oracle.jdbc.OracleConnection
.
- setNestedPath(String) -
Method in class org.springframework.validation.AbstractErrors
-
- setNestedPath(String) -
Method in exception org.springframework.validation.BindException
-
- setNestedPath(String) -
Method in interface org.springframework.validation.Errors
- Allow context to be changed so that standard validators can validate
subtrees.
- setNestedPath(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- setNestedTransactionAllowed(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether nested transactions are allowed.
- setNew(boolean) -
Method in class org.springframework.mock.web.MockHttpSession
-
- setNew(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setNextCallable(Callable<Object>) -
Method in class org.springframework.web.context.request.async.AbstractDelegatingCallable
-
- setNextPossiblePortletModes(Collection<PortletMode>) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setNoNamespaceSchemaLocation(String) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets the value of
xsi:noNamespaceSchemaLocation
attribute.
- setNonJtaDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setNonOptionArgsPropertyName(String) -
Method in class org.springframework.core.env.CommandLinePropertySource
- Specify the name of the special "non-option arguments" property.
- setNonPublicAccessAllowed(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify whether to allow access to non-public constructors and methods,
for the case of externalized metadata pointing to those.
- setNonTransactionalDataSource(DataSource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the DataSource to be used by the Scheduler for non-transactional access.
- setNotificationFilter(NotificationFilter) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the
NotificationFilter
associated
with the encapsulated NotificationFilter
.
- setNotificationInfoMappings(Map<String, Object>) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationInfos(ManagedNotification[]) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationListener(NotificationListener) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the
NotificationListener
.
- setNotificationListenerMappings(Map<?, ? extends NotificationListener>) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the
NotificationListeners
to register
with the MBeanServer
.
- setNotificationListeners(NotificationListenerBean[]) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the
NotificationListenerBeans
containing the
NotificationListeners
that will be registered with the MBeanServer
.
- setNotificationPublisher(NotificationPublisher) -
Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
- Set the
NotificationPublisher
instance for the current managed resource instance.
- setNotificationType(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set a single notification type, or a list of notification types
as comma-delimited String.
- setNotificationTypes(String[]) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set a list of notification types.
- setNullValue(String) -
Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- Set a value that should be treated as
null
when
resolved as a placeholder value: e.g.
- setNumberToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or
null
if not needed.
- setNumberToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or
null
if not needed.
- setObject(Object) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets the expected object for the unmarshaller, into which the source will be unmarshalled.
- setObjectMapper(ObjectMapper) -
Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
- Set the
ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) -
Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
- Set the
ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Specify the
ObjectMapper
to use instead of using the default.
- setObjectMapper(ObjectMapper) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Sets the
ObjectMapper
for this view.
- setObjectMapper(ObjectMapper) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Sets the
ObjectMapper
for this view.
- setObjectName(Object) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the
ObjectName
of the MBean which calls are routed to,
as ObjectName
instance or as String
.
- setObjectName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
- Set the JMX ObjectName of this managed resource.
- setObjectName(Object) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set the
ObjectName
used to register the JMXConnectorServer
itself with the MBeanServer
, as ObjectName
instance
or as String
.
- setOmittedFields(Map<Class<?>, String>) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Specify omitted fields, as a Map consisting of
Class
instances
mapped to comma separated field names.
- setOnblur(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
onblur
' attribute.
- setOnchange(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
onchange
' attribute.
- setOnclick(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onclick
' attribute.
- setOndblclick(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
ondblclick
' attribute.
- setOnfocus(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
onfocus
' attribute.
- setOnkeydown(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onkeydown
' attribute.
- setOnkeypress(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onkeypress
' attribute.
- setOnkeyup(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onkeyup
' attribute.
- setOnmousedown(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmousedown
' attribute.
- setOnmousemove(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmousemove
' attribute.
- setOnmouseout(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmouseout
' attribute.
- setOnmouseover(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmouseover
' attribute.
- setOnmouseup(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmouseup
' attribute.
- setOnreset(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
onreset
' attribute.
- setOnselect(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
onselect
' attribute.
- setOnselect(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Set the value of the '
onselect
' attribute.
- setOnsubmit(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
onsubmit
' attribute.
- setOpaque(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether proxies created by this configuration should be prevented
from being cast to
Advised
to query proxy status.
- setOperatorOverloader(OperatorOverloader) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setOptimize(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether proxies should perform aggressive optimizations.
- setOptional(boolean) -
Method in class org.springframework.beans.PropertyValue
-
- setOptions(Map<String, ?>) -
Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
- Set options on the underlying
XmlOptions
object.
- setOrder(int) -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set the ordering which will apply to this class's implementation
of Ordered, used when applying multiple BeanPostProcessors.
- setOrder(int) -
Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Set the order value of this object for sorting purposes.
- setOrder(int) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- setOrder(int) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Specify the order value for this HandlerMapping bean.
- setOrder(int) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify the order value for this HandlerAdapter bean.
- setOrder(int) -
Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
- Specify the order to use for resource handling relative to other
HandlerMapping
s configured in
the Spring MVC application context.
- setOrder(int) -
Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
- Specify the order to use for ViewControllers mappings relative to other
HandlerMapping
s
configured in the Spring MVC application context.
- setOrder(int) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Specify the order value for this HandlerMapping bean.
- setOrder(int) -
Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
- setOrder(int) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify the order value for this HandlerAdapter bean.
- setOrder(int) -
Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
- Specify the order value for this HandlerAdapter bean.
- setOrder(int) -
Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the order in which this
ViewResolver
is evaluated.
- setOrder(int) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- setOriginatingBeanDefinition(BeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the originating (e.g.
- setOutParameterNames(List<String>) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify the names of the out parameters.
- setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputRecordCreator(RecordCreator) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Set a RecordCreator that should be used for creating default output Records.
- setOutputRecordCreator(RecordCreator) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
- Set a RecordCreator that should be used for creating default output Records.
- setOutputStreamAccessAllowed(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
- Set whether
MockHttpServletResponse.getOutputStream()
access is allowed.
- setOverflowToDisk(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether elements can overflow to disk when the in-memory cache
has reached the maximum size limit.
- setOverloaded(boolean) -
Method in class org.springframework.beans.factory.support.MethodOverride
- Set whether the overridden method has to be considered as overloaded
(that is, whether arg type matching has to happen).
- setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set whether overloaded methods should be enabled for remote invocations.
- setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether overloaded methods should be enabled for remote invocations.
- setOverrideIncludeSynonymsDefault(boolean) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Specify whether we should override default for accessing synonyms.
- setOverrideIncludeSynonymsDefault(boolean) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Specify whether the default for including synonyms should be changed.
- setOverrideLogging(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set whether Velocity should log via Commons Logging, i.e.
- setOverwriteExistingJobs(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set whether any jobs defined on this SchedulerFactoryBean should overwrite
existing job definitions.
- setPackagesToScan(String[]) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
- Specify packages to search using Spring-based scanning for entity classes in
the classpath.
- setPackagesToScan(String...) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
- Specify packages to search for autodetection of your entity classes in the
classpath.
- setPackagesToScan(String...) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set whether to use Spring-based scanning for entity classes in the classpath
instead of using JPA's standard scanning of jar files with
persistence.xml
markers in them.
- setPackagesToScan(String...) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Set whether to use Spring-based scanning for entity classes in the classpath
instead of using JPA's standard scanning of jar files with
persistence.xml
markers in them.
- setPackagesToScan(String[]) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the packages to search using Spring-based scanning for classes with JAXB2 annotations in the classpath.
- setPaddingLength(int) -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Set the padding length, i.e.
- setPage(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the current page number.
- setPageAttribute(String) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Set the name of the page attribute in the model, containing
an Integer with the current page number.
- setPageAttribute(String) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Deprecated. Set the name of the page attribute in the model, containing
an Integer with the current page number.
- setPageRenderParameter(ActionResponse, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Pass the page number to the render phase by setting a render parameter.
- setPages(String[]) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Set the wizard pages, i.e.
- setPages(String[]) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Deprecated. Set the wizard pages, i.e.
- setPageSize(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the current page size.
- setParallelism(int) -
Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- Specify the parallelism level.
- setParameter(String, String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Set a single value for the specified HTTP parameter.
- setParameter(String, String[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Set an array of values for the specified HTTP parameter.
- setParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameter(PreparedStatement, int, Object, String) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- This implementation delegates to setParameterInternal,
passing in a transaction-synchronized LobCreator for the
LobHandler of this type.
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- Template method to set the given value on the given statement.
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
-
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
-
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
-
- setParameterMap(Map<String, ?>) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
- Set a Map with parameters as keys and handler beans or bean names as values.
- setParameterName(String) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
- Set the name of the parameter used for mapping to handlers.
- setParameterName(String) -
Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
- Set the name of the parameter used for mapping.
- setParameterName(String) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Set the name of the parameter used for mapping to handlers.
- setParameterName(String) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Set the parameter name that can be used to determine the requested media type if the
ContentNegotiatingViewResolver.setFavorParameter(boolean)
property is true
.
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.web.method.support.InvocableHandlerMethod
- Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the ParameterNameDiscoverer to use for resolving method parameter names if needed
(e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g.
- setParameterNames(String[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Set the parameter names for the pointcut.
- setParameterNames(String[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setParameters(SqlParameter[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Add one or more declared parameters.
- setParameters(Map) -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Sets all provided parameters
replacing any existing
values for the provided parameter names.
- setParameters(Map<String, String[]>) -
Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setParameters(Map<String, String[]>) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameters(Properties) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Specify default parameters for the type.
- setParameterTypes(Class[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Set the parameter types for the pointcut.
- setParameterTypes(Class[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setParameterTypes(Map<String, String>) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- Set the parameter types for the filter,
with parameter names as keys and type names as values.
- setParameterTypes(Class[]) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the parameter types of the target method.
- setParameterValue(PreparedStatement, int, SqlParameter, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, String, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Set the value for a parameter.
- setParamName(String) -
Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
- Set the name of the parameter that contains a locale specification
in a locale change request.
- setParamName(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Set the name of the parameter whose value identifies the name of
the method to invoke.
- setParamName(String) -
Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
- Set the name of the parameter that contains a theme specification
in a theme change request.
- setParent(ApplicationContext) -
Method in interface org.springframework.context.ConfigurableApplicationContext
- Set the parent of this application context.
- setParent(ApplicationContext) -
Method in class org.springframework.context.support.AbstractApplicationContext
- Set the parent of this application context.
- setParent(ApplicationContext) -
Method in class org.springframework.context.support.GenericApplicationContext
- Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
- setParent(ApplicationContext) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
- Set the parent of this application context.
- setParent(ApplicationContext) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
- Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
- setParentBeanFactory(BeanFactory) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Set the parent of this bean factory.
- setParentBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setParentMessageSource(MessageSource) -
Method in interface org.springframework.context.HierarchicalMessageSource
- Set the parent that will be used to try to resolve messages
that this object can't resolve.
- setParentMessageSource(MessageSource) -
Method in class org.springframework.context.support.AbstractMessageSource
-
- setParentMessageSource(MessageSource) -
Method in class org.springframework.context.support.DelegatingMessageSource
-
- setParentName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Set the name of the parent definition of this bean definition, if any.
- setParentName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the name of the parent definition of this bean definition.
- setParentName(String) -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- setParentName(String) -
Method in class org.springframework.beans.factory.support.GenericBeanDefinition
-
- setParentName(String) -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- setParentThemeSource(ThemeSource) -
Method in interface org.springframework.ui.context.HierarchicalThemeSource
- Set the parent that will be used to try to resolve theme messages
that this object can't resolve.
- setParentThemeSource(ThemeSource) -
Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- setParentThemeSource(ThemeSource) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- setPartConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.http.converter.FormHttpMessageConverter
- Set the message body converters to use.
- setPassword(String) -
Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
- Set the JDBC password to use for connecting through the Driver.
- setPassword(String) -
Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
- Sets the password to use to connect to the database.
- setPassword(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set the default user's password that this adapter should use for retrieving Connections.
- setPassword(String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Set the password that this adapter should use for retrieving Connections.
- setPassword(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the password for the account at the mail host, if any.
- setPassword(String) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set the password that this factory should use to access the remote service.
- setPassword(String) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the password that this factory should use to access the remote service.
- setPassword(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the password to specify on the stub or call.
- setPassword(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the password to specify on the stub.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.BindTag
- Set the path that this tag should apply.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Set the property path from the
form object
.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Unsupported for forms.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.NestedPathTag
- Set the path that this tag should apply.
- setPath(HttpServletRequest, String) -
Static method in class org.springframework.web.servlet.view.tiles.TilesView
- Deprecated. Set the path of the layout page to render.
- setPathInfo(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setPathMatcher(PathMatcher) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Set the PathMatcher implementation to use for this
resource pattern resolver.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns, for determining cache mappings.
- setPathPrefix(String) -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
- Specify a prefix to prepend to the path generated from the controller name.
- setPathSeparator(String) -
Method in class org.springframework.util.AntPathMatcher
- Set the path separator to use for pattern parsing.
- setPattern(String) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Convenience method when we have only a single pattern.
- setPattern(String) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Set the regular expression defining methods to match.
- setPattern(String) -
Method in class org.springframework.format.datetime.DateFormatter
- Set the pattern to use to format date values.
- setPattern(String) -
Method in class org.springframework.format.number.NumberFormatter
- Sets the pattern to use to format number values.
- setPatterns(String[]) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Set the regular expressions defining methods to match.
- setPatterns(String[]) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Set the regular expressions defining methods to match.
- setPeriod(long) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the period between repeated task executions, in milliseconds.
- setPeriod(long) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Set the period between repeated task executions, in milliseconds.
- setPeriod(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Deprecated. Set the period between repeated task executions, in milliseconds.
- setPermissionDeniedCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setPersistenceContexts(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Specify the transactional persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
- setPersistenceExceptionTranslator(PersistenceExceptionTranslator) -
Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
- Specify the PersistenceExceptionTranslator to use.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Deprecated. Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Set the PersistenceManagerFactory that this instance should manage transactions for.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Deprecated. Set the JDO PersistenceManagerFactory to be used by this DAO.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
- Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
- Set the target PersistenceManagerFactory for this proxy.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
- Set the target JDO PersistenceManagerFactory that this proxy should
delegate to.
- setPersistenceManagerFactoryBeanName(String) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
- Set the bean name of the PersistenceManagerFactory to fetch from Spring's
root application context.
- setPersistenceManagerFactoryName(String) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Specify the name of the desired PersistenceManagerFactory.
- setPersistenceManagerInterface(Class<? extends PersistenceManager>) -
Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
- Specify the PersistenceManager interface to expose,
possibly including vendor extensions.
- setPersistenceProvider(PersistenceProvider) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Set the PersistenceProvider instance to use for creating the
EntityManagerFactory.
- setPersistenceProviderClass(Class<? extends PersistenceProvider>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Set the PersistenceProvider implementation class to use for creating the
EntityManagerFactory.
- setPersistenceProviderClassName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceProviderPackageName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceProviderPackageName(String) -
Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
- Set the persistence provider's own package name, for exclusion from class transformation.
- setPersistenceUnitManager(PersistenceUnitManager) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set the PersistenceUnitManager to use for obtaining the JPA persistence unit
that this FactoryBean is supposed to build an EntityManagerFactory for.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the name of the EntityManagerFactory configuration.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Set the name of the persistence unit to access the EntityManagerFactory for.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Set the name of the persistence unit to manage transactions for.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Uses the specified persistence unit name as the name of the default
persistence unit, if applicable.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
- Set the name of the persistence unit to access the EntityManagerFactory for.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set the PersistenceUnitPostProcessors to be applied to the
PersistenceUnitInfo used for creating this EntityManagerFactory.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Set the PersistenceUnitPostProcessors to be applied to each
PersistenceUnitInfo that has been parsed by this manager.
- setPersistenceUnitRootUrl(URL) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnits(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Specify the persistence units for EntityManagerFactory lookups,
as a Map from persistence unit name to persistence unit JNDI name
(which needs to resolve to an EntityManagerFactory instance).
- setPersistenceXmlLocation(String) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set the location of the
persistence.xml
file
we want to use.
- setPersistenceXmlLocation(String) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the location of the
persistence.xml
files to load.
- setPersistenceXmlLocations(String...) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify multiple locations of
persistence.xml
files to load.
- setPersistenceXMLSchemaVersion(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistLocation(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedMetric
- The persist period for this metric.
- setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedMetric
- The persist policy for this metric.
- setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPhase(int) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Specify the phase in which this endpoint manager should be started
and stopped.
- setPhase(int) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Specify the phase in which this container should be started and
stopped.
- setPhase(int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Specify the phase in which this scheduler should be started and
stopped.
- setPlaceholderPrefix(String) -
Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- Set the prefix that a placeholder string starts with.
- setPlaceholderPrefix(String) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- setPlaceholderPrefix(String) -
Method in class org.springframework.core.env.AbstractPropertyResolver
- Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderPrefix(String) -
Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderSuffix(String) -
Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- Set the suffix that a placeholder string ends with.
- setPlaceholderSuffix(String) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- setPlaceholderSuffix(String) -
Method in class org.springframework.core.env.AbstractPropertyResolver
- Set the suffix that placeholders replaced by this resolver must end with.
- setPlaceholderSuffix(String) -
Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- Set the suffix that placeholders replaced by this resolver must end with.
- setPointcut(Pointcut) -
Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
- Specify the pointcut targeting the advice.
- setPointcut(Pointcut) -
Method in class org.springframework.aop.support.DefaultPointcutAdvisor
- Specify the pointcut targeting the advice.
- setPointcut(Pointcut) -
Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- Set a pointcut, i.e a bean that can cause conditional invocation
of the CacheInterceptor depending on method and attributes passed.
- setPointcut(Pointcut) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set a pointcut, i.e a bean that can cause conditional invocation
of the TransactionInterceptor depending on method and attributes passed.
- setPointcutDeclarationScope(Class) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Set the declaration scope for the pointcut.
- setPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Set the ScheduledExecutorService's pool size.
- setPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- Set the ScheduledExecutorService's pool size.
- setPoolSize(String) -
Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setPopulateProtectedVariables(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Deprecated. Set whether to populate protected variables of this test case.
- setPopulators(DatabasePopulator...) -
Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
- Specify a list of populators to delegate to.
- setPort(int) -
Method in class org.springframework.http.client.support.ProxyFactoryBean
- Sets the proxy port.
- setPort(int) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail server port.
- setPort(int) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify the HTTP server's port.
- setPort(int) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set the port of the registry for the exported RMI service,
i.e.
- setPort(int) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Specify the HTTP server's port.
- setPortInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the JAX-RPC port interface to use.
- setPortletClass(Class) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
- Set the class of the Portlet to wrap.
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setPortletConfig(PortletConfig) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the PortletConfig for this portlet application context.
- setPortletConfig(PortletConfig) -
Method in interface org.springframework.web.portlet.context.PortletConfigAware
- Set the PortletConfigthat this object runs in.
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setPortletContext(PortletContext) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the PortletContext for this portlet application context.
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
-
- setPortletContext(PortletContext) -
Method in interface org.springframework.web.portlet.context.PortletContextAware
- Set the PortletContext that this object runs in.
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-
- setPortletContextName(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setPortletModeMap(Map<String, ?>) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
- Set a Map with PortletModes as keys and handler beans as values.
- setPortletModeParameterMap(Map<String, Map<String, ?>>) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Set a Map with portlet mode names as keys and another Map as values.
- setPortletName(String) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
- Set the name of the Portlet to wrap.
- setPortName(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the name of the port.
- setPortName(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the name of the port.
- setPosition(int) -
Method in exception org.springframework.expression.spel.SpelEvaluationException
- Set the position in the related expression which gave rise to this exception.
- setPostInterceptors(Object[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set additional interceptors (or advisors) to be applied after the
implicit transaction interceptor.
- setPostTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a List of
TemplateLoaders that will be used to search
for templates.
- setPragma(String) -
Method in class org.springframework.http.HttpHeaders
- Sets the (new) value of the
Pragma
header.
- setPreferences(PortletPreferences) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setPreferencesValidator(PreferencesValidator) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set whether to prefer file system access for template loading.
- setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set whether to prefer file system access for template loading.
- setPrefetchSize(int) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- Specify the maximum number of messages to load into a session
(a kind of batch size).
- setPreFiltered(boolean) -
Method in interface org.springframework.aop.framework.Advised
- Set whether this proxy configuration is pre-filtered so that it only
contains applicable advisors (matching this proxy's target class).
- setPreFiltered(boolean) -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- setPrefix(String) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Set the text that will get appended to the trace data.
- setPrefix(String) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
- Specify a prefix to be applied to any code built by this resolver.
- setPrefix(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Specify a common prefix for handler method names.
- setPrefix(String) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Set the prefix to prepend to the request URL filename
to build a view name.
- setPrefix(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set the prefix to prepend to generated view names.
- setPrefix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the prefix that gets prepended to view names when building a URL.
- setPrefixJson(boolean) -
Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
- Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrefixJson(boolean) -
Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
- Indicate whether the JSON output by this view should be prefixed with "{} &&".
- setPrefixJson(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Indicates whether the JSON output by this view should be prefixed with "{} && ".
- setPrefixJson(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Indicates whether the JSON output by this view should be prefixed with "{} && ".
- setPreInterceptors(Object[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set additional interceptors (or advisors) to be applied before the
implicit transaction interceptor, e.g.
- setPrepareConnection(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPrepareConnection(boolean) -
Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
- Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPreparedStatementType(Class<? extends PreparedStatement>) -
Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
- Set the vendor's PreparedStatement type, e.g.
- setPreparerFactoryClass(Class<? extends PreparerFactory>) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set the
PreparerFactory
implementation to use.
- setPreTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a List of
TemplateLoaders that will be used to search
for templates.
- setPrettyPrint(boolean) -
Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
- Whether to use the
DefaultPrettyPrinter
when writing JSON.
- setPrettyPrint(boolean) -
Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
- Whether to use the
DefaultPrettyPrinter
when writing JSON.
- setPrettyPrint(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Whether to use the
DefaultPrettyPrinter
when writing JSON.
- setPrettyPrint(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Whether to use the
DefaultPrettyPrinter
when writing JSON.
- setPreventDispatchLoop(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Set whether to explicitly prevent dispatching back to the
current handler path.
- setPreventResponseCaching(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- Specify whether to prevent HTTP response caching for any view resolved
by this HandlerExceptionResolver.
- setPreviousFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- setPreviousFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate4.SessionHolder
-
- setPreviousIsolationLevel(Integer) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setPrimary(boolean) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Set whether this bean is a primary autowire candidate.
- setPrimary(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set whether this bean is a primary autowire candidate.
- setPrimitivesDefaultedForNullValue(boolean) -
Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
- Set whether we're defaulting Java primitives in the case of mapping a null value
from corresponding database fields.
- setPriority(int) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the priority of a message when sending.
- setPriority(int) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the priority ("X-Priority" header) of the message.
- setPriority(int) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the priority of this trigger.
- setPriority(int) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the priority of this trigger.
- setProblemReporter(ProblemReporter) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify which
ProblemReporter
to use.
- setProblemReporter(ProblemReporter) -
Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- Set the
ProblemReporter
to use.
- setProcedureName(String) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify the name of the procedure.
- setProcedureName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Set the name of the stored procedure.
- setProcessingInstructions(Map<String, String>) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets the processing instructions that will be used by during marshalling.
- setPropagationBehavior(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the propagation behavior.
- setPropagationBehaviorName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the propagation behavior by the name of the corresponding constant in
TransactionDefinition, e.g.
- setProperties(Properties) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set local properties, e.g.
- setProperties(Properties) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setProperties(Properties) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- Parses the given properties into a name/attribute map.
- setPropertiesArray(Properties[]) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set local properties, e.g.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set the PropertiesPersister to use for parsing properties files.
- setProperty(String) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set the property to compare.
- setProperty(String, Object) -
Method in class org.springframework.mock.env.MockPropertySource
- Set the given property on the underlying
Properties
object.
- setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
- Set a single value for the specified property.
- setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- setPropertyAccessors(List<PropertyAccessor>) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
- setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- Specify the
PropertyEditorRegistrars
to apply to beans defined within the current application context.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Specify one or more PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Specify multiple PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- setPropertyPath(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the property path to apply to the target.
- setPropertySources(PropertySources) -
Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- Customize the set of
PropertySources
to be used by this configurer.
- setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.AbstractPropertyAccessor
- Actually set a property value.
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.DirectFieldAccessor
-
- setPropertyValue(String, Object) -
Method in interface org.springframework.beans.PropertyAccessor
- Set the specified value as current property value.
- setPropertyValue(PropertyValue) -
Method in interface org.springframework.beans.PropertyAccessor
- Set the specified value as current property value.
- setPropertyValueAt(PropertyValue, int) -
Method in class org.springframework.beans.MutablePropertyValues
- Modify a PropertyValue object held in this object.
- setPropertyValues(Map<?, ?>) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues, boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues, boolean, boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(MutablePropertyValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify property values for this bean, if any.
- setPropertyValues(Map<?, ?>) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a batch update from a Map.
- setPropertyValues(PropertyValues) -
Method in interface org.springframework.beans.PropertyAccessor
- The preferred way to perform a batch update.
- setPropertyValues(PropertyValues, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a batch update with more control over behavior.
- setPropertyValues(PropertyValues, boolean, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a batch update with full control over behavior.
- setProtocol(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail protocol.
- setProtocol(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setProviderClass(Class) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify the desired provider class, if any.
- setProxy(Proxy) -
Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
- Set the
Proxy
to use for this request factory.
- setProxyClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the ClassLoader to generate the proxy class in.
- setProxyFactory(BurlapProxyFactory) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set the BurlapProxyFactory instance to use.
- setProxyFactory(HessianProxyFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the HessianProxyFactory instance to use.
- setProxyInterface(Class) -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- Set the interface that the generated proxy will implement.
- setProxyInterface(Class) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(Class<?>[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Specify the set of interfaces being proxied.
- setProxyInterfaces(Class[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the names of the interfaces we're proxying.
- setProxyInterfaces(Class[]) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Specify multiple proxy interfaces to use for the JNDI object.
- setProxyTargetClass(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether to proxy the target class directly, instead of just proxying
specific interfaces.
- setPublicScope(boolean) -
Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setPublishContext(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set whether to publish this portlet's context as a PortletContext attribute,
available to all objects in the web container.
- setPublishContext(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether to publish this servlet's context as a ServletContext attribute,
available to all objects in the web container.
- setPublishEvents(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set whether this portlet should publish a PortletRequestHandledEvent at the end
of each request.
- setPublishEvents(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether this servlet should publish a ServletRequestHandledEvent at the end
of each request.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.JmsTransactionManager102
- Deprecated. Configure the transaction manager with knowledge of the JMS domain used.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.SingleConnectionFactory102
- Deprecated. Configure the factory with knowledge of the JMS domain used.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
- Configure the destination accessor with knowledge of the JMS domain used.
- setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether to inhibit the delivery of messages published by its own connection.
- setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Set whether to inhibit the delivery of messages published by its own connection.
- setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Set whether to inhibit the delivery of messages published by its own connection.
- setQualifier(String) -
Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
- Associate a qualifier value with this transaction attribute.
- setQuartzProperties(Properties) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set Quartz properties, like "org.quartz.threadPool.class".
- setQueryCacheRegion(String) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set the name of the cache region for queries executed by this template.
- setQueryString(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setQueryTimeout(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the query timeout for statements that this JdbcTemplate executes.
- setQueryTimeout(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the query timeout for statements that this RDBMS operation executes.
- setQueue(Queue) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the target Queue to send invoker requests to.
- setQueueCapacity(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) -
Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setQueueName(String) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the name of target queue to send invoker requests to.
- setRaiseExceptions(boolean) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- Indicate whether
IllegalArgumentException
and AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
must be thrown as appropriate in the case of failing to deduce advice parameter names.
- setReadOnly(String, boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setReadOnly(boolean) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set whether to optimize as read-only transaction.
- setReadonly(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Sets the value of the '
readonly
' attribute.
- setReadTimeout(int) -
Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
- Deprecated. Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
- Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) -
Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
- Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(long) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the timeout to use when waiting for a reply from the Hessian service.
- setReadTimeout(int) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) -
Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- Set the socket read timeout for the underlying HttpClient.
- setReadTimeout(int) -
Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
- Set the underlying URLConnection's read timeout (in milliseconds).
- setReceiveTimeout(long) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the timeout to use for receive calls (in milliseconds).
- setReceiveTimeout(long) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Set the timeout to use for receive calls, in milliseconds.
- setReceiveTimeout(long) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the timeout to use for receiving the response message for a request
(in milliseconds).
- setReconnectOnException(boolean) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Specify whether the single Connection should be reset (to be subsequently renewed)
when a JMSException is reported by the underlying Connection.
- setRecordName(String) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- setRecordShortDescription(String) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- setRecoveryInterval(long) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the interval between recovery attempts, in milliseconds.
- setRedirectAction(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Specify whether the action phase is expected to call
ActionResponse.sendRedirect(java.lang.String)
.
- setRedirectContextRelative(boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set whether to interpret a given redirect URL that starts with a
slash ("/") as relative to the current ServletContext, i.e.
- setRedirectHttp10Compatible(boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set whether redirects should stay compatible with HTTP 1.0 clients.
- setRedirectModel(ModelMap) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- Provide a separate model instance to use in a redirect scenario.
- setRedirectModelScenario(boolean) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- Signal the conditions are in place for using a redirect model.
- setReference(Reference) -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- setRefreshCheckDelay(long) -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- Set the delay between refresh checks, in milliseconds.
- setRefreshHomeOnConnectFailure(boolean) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- Set whether to refresh the EJB home on connect failure.
- setRefreshOnConnectFailure(boolean) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set whether to refresh the MBeanServer connection on connect failure.
- setRefreshServiceAfterConnectFailure(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set whether to refresh the JAX-RPC service on connect failure,
that is, whenever a JAX-RPC invocation throws a RemoteException.
- setRefreshStubOnConnectFailure(boolean) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set whether to refresh the RMI stub on connect failure.
- setRefreshStubOnConnectFailure(boolean) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Set whether to refresh the RMI stub on connect failure.
- setRefreshTimestamp(long) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- setRegisterDefaultFormatters(boolean) -
Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- Indicate whether default formatters should be registered or not.
- setRegisterTraceInterceptor(boolean) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set whether to register a RemoteInvocationTraceInterceptor for exported
services.
- setRegisterWithFactory(boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set whether to register the
MBeanServer
with the
MBeanServerFactory
, making it available through
MBeanServerFactory.findMBeanServer().
- setRegistrationBehavior(int) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Specify what action should be taken when attempting to register an MBean
under an
ObjectName
that already exists.
- setRegistrationBehaviorName(String) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Set the registration behavior by the name of the corresponding constant,
e.g.
- setRegistry(Registry) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Specify the RMI registry to register the exported service with.
- setRegistryClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Set a custom RMI client socket factory to use for accessing the RMI registry.
- setRegistryClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI client socket factory to use for the RMI registry.
- setRegistryHost(String) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the host of the registry for the exported RMI service,
i.e.
- setRegistryPort(int) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the port of the registry for the exported RMI service,
i.e.
- setRegistryServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI server socket factory to use for the RMI registry.
- setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setRejectedExecutionHandler(Object) -
Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setReleaseResourcesAfterRead(boolean) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Set whether to agressively release any resources used by the LOB.
- setRemoteAddr(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteHost(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteInvocationExecutor(RemoteInvocationExecutor) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
- Set the RemoteInvocationExecutor to use for this exporter.
- setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the RemoteInvocationFactory to use for this accessor.
- setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set the RemoteInvocationFactory to use for this accessor.
- setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
- Set the RemoteInvocationFactory to use for this accessor.
- setRemotePort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteUser(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteUser(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setRenderCommandAndErrors(ActionRequest, Object, BindException) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Set the command object and errors object for the render phase.
- setRenderedAttributes(Set<String>) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Deprecated. use
MappingJackson2JsonView.setModelKeys(Set)
instead
- setRenderedAttributes(Set<String>) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Deprecated. use
MappingJacksonJsonView.setModelKeys(Set)
instead
- setRenderParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setRenderParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setRenderParameters(Map<String, String[]>) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameters(EventRequest) -
Method in class org.springframework.mock.web.portlet.MockEventResponse
-
- setRenderParameters(Map<String, String[]>) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setRenderParameters(String[]) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Specify the list of parameters that should be passed forward
from the action phase to the render phase whenever the form is
re-rendered or when
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
is called.
- setRenderWhenMinimized(boolean) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Set if the resolver should render a view when the portlet is in
a minimized window.
- setRenderWhenMinimized(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractController
- Set if the controller should render an view when the portlet is in
a minimized window.
- setReobtainTransactionalConnections(boolean) -
Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Specify whether to reobtain the target Connection for each operation
performed within a transaction.
- setRepeatInterval(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the interval between execution times of this trigger.
- setReplaceExistingBinding(boolean) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set whether to replace an existing binding in the RMI registry,
that is, whether to simply override an existing binding with the
specified service in case of a naming conflict in the registry.
- setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setReplyTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setReplyTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the name of the model attribute that represents the report data.
- setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
reportDataKey
the view class should use.
- setRepositoryAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
- Set the 'repository' annotation type.
- setRequestAttributes(RequestAttributes) -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Bind the given RequestAttributes to the current thread,
not exposing it as inheritable for child threads.
- setRequestAttributes(RequestAttributes, boolean) -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Bind the given RequestAttributes to the current thread.
- setRequestBody(HttpInvokerClientConfiguration, PostMethod, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Set the given serialized remote invocation as request body.
- setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
- Set the given serialized remote invocation as request body.
- setRequestContextAttribute(String) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set the name of the RequestContext attribute for this view.
- setRequestContextAttribute(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the name of the RequestContext attribute for all views.
- setRequestedSessionId(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromCookie(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromURL(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setRequestFactory(ClientHttpRequestFactory) -
Method in class org.springframework.http.client.support.HttpAccessor
- Set the request factory that this accessor uses for obtaining
HttpRequests
.
- setRequestHandled(boolean) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- Signal a scenario where the request is handled directly.
- setRequestURI(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequiredAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
- Set the 'required' annotation type, to be used on bean property
setter methods.
- setRequiredFields(String...) -
Method in class org.springframework.validation.DataBinder
- Register fields that are required for each binding process.
- setRequiredParameterName(String) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- Set the name of a parameter of the annotation that specifies
whether it is required.
- setRequiredParameterValue(boolean) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- Set the boolean value that marks a dependency as required
- setRequiredProperties(String...) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- setRequiredProperties(String...) -
Method in class org.springframework.core.env.AbstractPropertyResolver
-
- setRequiredProperties(String...) -
Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- Specify which properties must be present, to be verified by
ConfigurablePropertyResolver.validateRequiredProperties()
.
- setRequiredRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Set the exact number of rows that must be affected by this update.
- setRequiredType(Class<T>) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
- Set the type that each result object is expected to match.
- setRequireSession(boolean) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Set whether a session should be required to handle requests.
- setRequireSession(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether a session should be required to handle requests.
- setResolveLazily(boolean) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResolveLazily(boolean) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
- Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResource(Resource) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the resource that this bean definition came from
(for the purpose of showing context in case of errors).
- setResourceAdapter(ResourceAdapter) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Set the JCA ResourceAdapter to manage endpoints for.
- setResourceAdapter(ResourceAdapter) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the target JCA ResourceAdapter, passed in as configured instance
which hasn't been started yet.
- setResourceAdapterClass(Class) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the target JCA ResourceAdapter as class, to be instantiated
with its default configuration.
- setResourceBundle(Locale, ResourceBundle) -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- setResourceDescription(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
- setResourceDescription(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of preparing this on the
raw BeanDefinition object
- setResourceFactory(BeanFactory) -
Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Specify the factory for objects to be injected into
@Resource
/
@WebServiceRef
/ @EJB
annotated fields and setter methods,
for name
attributes and default names.
- setResourceID(String) -
Method in class org.springframework.mock.web.portlet.MockResourceRequest
-
- setResourceID(String) -
Method in class org.springframework.mock.web.portlet.MockResourceURL
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
- setResourceLoader(ResourceLoader) -
Method in interface org.springframework.context.ResourceLoaderAware
- Set the ResourceLoader that this object runs in.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.support.GenericApplicationContext
- Set a ResourceLoader to use for this context.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the Spring ResourceLoader to use for loading FreeMarker template files.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the Velocity resource loader path via a Spring resource location.
- setResourcePattern(String) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Set the resource pattern to use when scanning the classpath.
- setResourceRef(boolean) -
Method in class org.springframework.jndi.JndiLocatorSupport
- Set whether the lookup occurs in a J2EE container, i.e.
- setResourceRef(boolean) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Set whether the lookup occurs in a J2EE container, i.e.
- setRestTemplate(RestTemplate) -
Method in class org.springframework.web.client.support.RestGatewaySupport
- Sets the
RestTemplate
for the gateway.
- setResultSetType(int) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set whether to use statements that return a specific type of ResultSet.
- setResultSetType(Class<? extends ResultSet>) -
Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
- Set the vendor's ResultSet type, e.g.
- setResultsMapCaseInsensitive(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether execution of a CallableStatement will return the results in a Map
that uses case insensitive names for the parameters.
- setResultType(Class) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the type of the result from evaluating the property path.
- setResultType(Class<T>) -
Method in class org.springframework.jdbc.object.SqlFunction
- Specify the type that the result object is required to match.
- setReturnGeneratedKeys(boolean) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set whether prepared statements should be capable of returning auto-generated keys.
- setReturnGeneratedKeys(boolean) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set whether prepared statements should be capable of returning
auto-generated keys.
- setReturningName(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setReturningName(String) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- If
afterReturning
advice binds the return value, the
returning variable name must be specified.
- setReturningName(String) -
Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-
- setReturningNameNoCheck(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- We need to hold the returning name at this level for argument binding calculations,
this method allows the afterReturning advice subclass to set the name.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
- Configure the complete list of supported return value types thus
overriding handlers that would otherwise be configured by default.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Configure the complete list of supported return value types thus
overriding handlers that would otherwise be configured by default.
- setReturnValueRequired(boolean) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify whether a return value is required.
- setReturnValueRequired(boolean) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Specify whether the call requires a rerurn value.
- setReuseObjects(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets whether this unmarshaller should re-use objects.
- setRole(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the role hint for this
BeanDefinition
.
- setRole(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the role of this definition.
- setRollbackOnCommitFailure(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether
doRollback
should be performed on failure of the
doCommit
call.
- setRollbackOnly() -
Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
-
- setRollbackOnly() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setRollbackOnly() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
- setRollbackOnly() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Mark the resource transaction as rollback-only.
- setRollbackOnly() -
Method in interface org.springframework.transaction.TransactionStatus
- Set the transaction rollback-only.
- setRollbackRules(List<RollbackRuleAttribute>) -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Set the list of
RollbackRuleAttribute
objects
(and/or NoRollbackRuleAttribute
objects) to apply.
- setRoot(String) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. The document root element name.
- setRootElement(String) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets the name of the root element.
- setRootHandler(Object) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set the root handler for this handler mapping, that is,
the handler to be registered for the root path ("/").
- setRootObject(Object, TypeDescriptor) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setRootObject(Object) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setRoundingMode(RoundingMode) -
Method in class org.springframework.format.number.CurrencyFormatter
- Specify the rounding mode to use for decimal parsing.
- setRowMapperClass(Class) -
Method in class org.springframework.jdbc.object.GenericSqlQuery
-
- setRows(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Set the value of the '
rows
' attribute.
- setRowsExpected(int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Set the number of rows expected.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the Runnable to schedule as TimerListener.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Set the Runnable to schedule as executor task.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Deprecated. Set the Runnable to schedule as TimerTask.
- setSampledStatisticsEnabled(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether to enable EhCache's sampled statistics on this cache.
- setSavepoint(Object) -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Set a savepoint for this transaction.
- setSavepointAllowed(boolean) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setSavepointManager(SavepointManager) -
Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- setScheduledExecutor(ScheduledExecutorService) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- Specify the JDK 1.5 scheduled executor to delegate to.
- setScheduledExecutorTasks(ScheduledExecutorTask[]) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
- setScheduledTimerListeners(ScheduledTimerListener[]) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
- Register a list of ScheduledTimerListener objects with the TimerManager
that this FactoryBean creates.
- setScheduledTimerTasks(ScheduledTimerTask[]) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
- Deprecated. Register a list of ScheduledTimerTask objects with the Timer that
this FactoryBean creates.
- setScheduler(Object) -
Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- Set the
TaskScheduler
that will invoke
the scheduled methods, or a ScheduledExecutorService
to be wrapped as a TaskScheduler.
- setScheduler(Object) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Set the
TaskScheduler
to register scheduled tasks with, or a
ScheduledExecutorService
to be wrapped as a
TaskScheduler
.
- setScheduler(Scheduler) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- Specify the Quartz Scheduler instance to operate on.
- setSchedulerContext(SchedulerContext) -
Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
- Set the SchedulerContext of the current Quartz Scheduler.
- setSchedulerContext(SchedulerContext) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- setSchedulerContextAsMap(Map) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Register objects in the Scheduler context via a given Map.
- setSchedulerFactoryClass(Class) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Quartz SchedulerFactory implementation to use.
- setSchedulerListeners(SchedulerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- Specify the Quartz Scheduler to operate on via its scheduler name in the Spring
application context or also in the Quartz
SchedulerRepository
.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the name of the Scheduler to create via the SchedulerFactory.
- setSchema(Resource) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the schema resource to use for validation.
- setSchemaLanguage(String) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the schema language.
- setSchemaLocation(String) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets the value of
xsi:schemaLocation
attribute.When set, the xsi:schemaLocation
attribute will be
written for the root element.
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Secify the name of the schema.
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Set the name of the schema for this context.
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Set the schema name to use,
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Set the name of the schema for this insert
- setSchemaResourceResolver(LSResourceResolver) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Sets the resource resolver, as used to load the schema resources.
- setSchemas(Resource[]) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the schema resources to use for validation.
- setSchemaUpdate(boolean) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set whether to execute a schema update after SessionFactory initialization.
- setScheme(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setScheme(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setScope(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Override the target scope of this bean, specifying a new scope name.
- setScope(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the target scope for the bean.
- setScope(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the scope of this definition.
- setScope(String) -
Method in class org.springframework.web.servlet.tags.EvalTag
- Set the scope to export the evaluation result to.
- setScope(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the scope to export the variable to.
- setScope(String) -
Method in class org.springframework.web.servlet.tags.TransformTag
- Set the scope to export the variable to.
- setScope(String) -
Method in class org.springframework.web.servlet.tags.UrlTag
- Set the scope to export the URL variable to.
- setScopeAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- Set the type of annotation that is checked for by this
AnnotationScopeMetadataResolver
.
- setScopedProxyMode(ScopedProxyMode) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Specify the proxy behavior for non-singleton scoped beans.
- setScopedProxyMode(ScopedProxyMode) -
Method in class org.springframework.context.annotation.ScopeMetadata
- Set the proxy-mode to be applied to the scoped instance.
- setScopeMetadataResolver(ScopeMetadataResolver) -
Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
- Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) -
Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- Set the
ScopeMetadataResolver
to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) -
Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
- Set the
ScopeMetadataResolver
to use for detected bean classes.
- setScopeName(String) -
Method in class org.springframework.context.annotation.ScopeMetadata
- Set the name of the scope.
- setScopes(Map<String, Object>) -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
- Specify the custom scopes that are to be registered.
- setScreenContentKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Set the name of the context key that will hold the content of
the screen within the layout template.
- setScreenContentKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Set the name of the context key that will hold the content of
the screen within the layout template.
- setScript(String) -
Method in class org.springframework.scripting.support.StaticScriptSource
- Set a fresh script String, overriding the previous script.
- setScripts(Resource[]) -
Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
- Set the scripts to execute to populate the database.
- setSearchContextAttributes(boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Deprecated. Set whether to search for matching a ServletContext attribute before
checking a ServletContext init parameter.
- setSearchSystemEnvironment(boolean) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set whether to search for a matching system environment variable
if no matching system property has been found.
- setSecure(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSecure(boolean) -
Method in class org.springframework.mock.web.portlet.MockBaseURL
-
- setSecure(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setSecurityContext(AccessControlContext) -
Method in class org.springframework.beans.BeanWrapperImpl
- Set the security context used during the invocation of the wrapped instance methods.
- setSecurityContextProvider(SecurityContextProvider) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Set the security context provider for this bean factory.
- setSendCollectionType(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether to send the Java collection type for each serialized
collection.
- setSendCollectionType(boolean) -
Method in class org.springframework.remoting.caucho.HessianExporter
- Set whether to send the Java collection type for each serialized
collection.
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the sent-date of the message.
- setSentDate(Date) -
Method in interface org.springframework.mail.MailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setSeparator(String) -
Method in class org.springframework.core.io.support.LocalizedResourceHelper
- Set the separator to use inbetween file name parts.
- setSeparator(String) -
Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
- Specify the statement separator, if a custom one.
- setSeparator(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set the value that will replace '
/
' as the separator
in the view name.
- setSerializationId(String) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Specify an id for serialization purposes, allowing this BeanFactory to be
deserialized from this id back into the BeanFactory object, if needed.
- setSerializerFactory(SerializerFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Specify the Hessian SerializerFactory to use.
- setSerializerFactory(SerializerFactory) -
Method in class org.springframework.remoting.caucho.HessianExporter
- Specify the Hessian SerializerFactory to use.
- setServer(MBeanServerConnection) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the
MBeanServerConnection
used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServerConnection) -
Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- Set the
MBeanServerConnection
used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServer) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Specify the
MBeanServer
instance with which all beans should
be registered.
- setServer(HttpServer) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify an existing HTTP server to register the web service contexts
with.
- setServerName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerName(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setServerPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerPort(int) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set a custom RMI server socket factory to use for the RMI registry.
- setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI server socket factory to use for exporting the service.
- setService(Object) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set the service to export.
- setServiceFactory(ServiceFactory) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the ServiceFactory instance to use.
- setServiceFactoryClass(Class) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the ServiceFactory class to use, for example
"org.apache.axis.client.ServiceFactory".
- setServiceInterface(Class) -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
- Set the interface that the proxy must implement.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the interface of the service that this factory should create a proxy for.
- setServiceInterface(Class<?>) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the interface of the service that this factory should create a proxy for.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set the interface of the service to access.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.support.RemoteAccessor
- Set the interface of the service to access.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set the interface of the service to export.
- setServiceLocatorExceptionClass(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Set the exception class that the service locator should throw if service
lookup failed.
- setServiceLocatorInterface(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Set the service locator interface to use, which must have one or more methods with
the signatures
MyType xxx()
or MyType xxx(MyIdType id)
(typically, MyService getService()
or MyService getService(String id)
).
- setServiceMappings(Properties) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Set mappings between service ids (passed into the service locator)
and bean names (in the bean factory).
- setServiceName(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the name of the service to look up.
- setServiceName(String) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the name of the service to look up.
- setServiceName(String) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the name of the exported RMI service,
i.e.
- setServicePort(int) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the port that the exported RMI service will use.
- setServicePostProcessors(JaxRpcServicePostProcessor[]) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the JaxRpcServicePostProcessors to be applied to JAX-RPC Service
instances created by this factory.
- setServiceType(Class) -
Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
- Specify the desired service type (typically the service's public API).
- setServiceUrl(String) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the service URL of the remote
MBeanServer
.
- setServiceUrl(String) -
Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- Set the service URL of the remote
MBeanServer
.
- setServiceUrl(String) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set the service URL for the
JMXConnectorServer
.
- setServiceUrl(String) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- Set the service URL of the remote
MBeanServer
.
- setServiceUrl(String) -
Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
- Set the URL of this remote accessor's target service.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.ActionSupport
- Deprecated. Initialize the WebApplicationContext for this Action.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.DispatchActionSupport
- Deprecated. Initialize the WebApplicationContext for this Action.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.LookupDispatchActionSupport
- Deprecated. Initialize the WebApplicationContext for this Action.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.MappingDispatchActionSupport
- Deprecated. Initialize the WebApplicationContext for this Action.
- setServletClass(Class) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Set the class of the servlet to wrap.
- setServletConfig(ServletConfig) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the ServletConfig for this web application context.
- setServletConfig(ServletConfig) -
Method in interface org.springframework.web.context.ServletConfigAware
- Set the ServletConfig that this object runs in.
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the ServletContext for this web application context.
- setServletContext(ServletContext) -
Method in interface org.springframework.web.context.ServletContextAware
- Set the ServletContext that this object runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
- Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextFactoryBean
- Deprecated.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Deprecated. Set the ServletContext to resolve placeholders against.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.filter.GenericFilterBean
- Stores the ServletContext that the bean factory runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
- If the
defaultServletName
property has not been explicitly set,
attempts to locate the default Servlet using the known common
container-specific names.
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- Initialize the
TaglibFactory
for the given ServletContext.
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
- setServletContextName(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- setServletName(String) -
Method in class org.springframework.web.servlet.mvc.ServletForwardingController
- Set the name of the servlet to forward to,
i.e.
- setServletName(String) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Set the name of the servlet to wrap.
- setServletPath(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSession(Session) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the JavaMail
Session
, possibly pulled from JNDI.
- setSession(HttpSession) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSession(PortletSession) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setSessionAcknowledgeMode(int) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the JMS acknowledgement mode that is used when creating a JMS
Session
to send a message.
- setSessionAcknowledgeModeName(String) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the JMS acknowledgement mode by the name of the corresponding constant
in the JMS
Session
interface, e.g.
- setSessionAttribute(PortletRequest, String, Object) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Set the session attribute with the given name to the given value under the
PortletSession.PORTLET_SCOPE
.
- setSessionAttribute(PortletRequest, String, Object, int) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Set the session attribute with the given name to the given value in the given scope.
- setSessionAttribute(HttpServletRequest, String, Object) -
Static method in class org.springframework.web.util.WebUtils
- Set the session attribute with the given name to the given value.
- setSessionAttributeStore(SessionAttributeStore) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify the strategy to store session attributes with.
- setSessionAttributeStore(SessionAttributeStore) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify the strategy to store session attributes with.
- setSessionAttributeStore(SessionAttributeStore) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Specify the strategy to store session attributes with.
- setSessionCacheSize(int) -
Method in class org.springframework.jms.connection.CachingConnectionFactory
- Specify the desired size for the JMS Session cache (per JMS Session type).
- setSessionContext(SessionContext) -
Method in class org.springframework.ejb.support.AbstractSessionBean
- Set the session context for this EJB.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
- Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
- setSessionFactoryBeanName(String) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Set the bean name of the SessionFactory to fetch from Spring's
root application context.
- setSessionFactoryBeanName(String) -
Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
- Set the bean name of the SessionFactory to fetch from Spring's
root application context.
- setSessionForm(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Activate/deactivate session form mode.
- setSessionForm(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Deprecated. Activate/deactivate session form mode.
- setSessionTransacted(boolean) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- setSessionTransacted(boolean) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the transaction mode that is used when creating a JMS
Session
.
- setShareableResources(String[]) -
Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- Set a list of names of shareable JNDI resources,
which this factory is allowed to cache once obtained.
- setShared(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
- Set whether the EHCache CacheManager should be shared (as a singleton at the VM level)
or independent (typically local within the application).
- setShared(boolean) -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Specify whether the TimerManager obtained by this FactoryBean
is a shared instance ("true") or an independent instance ("false").
- setShouldStopConnections(boolean) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
- Indicate whether Connections obtained from the target factory are supposed
to be stopped before closed ("true") or simply closed ("false").
- setShowPassword(boolean) -
Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
- Is the password value to be rendered?
- setShowSql(boolean) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Set whether to show SQL in the log (or in the console).
- setShutdownDelay(int) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setShutdownDelay(int) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Set whether to use a single session for each request.
- setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
- Set whether to use a single session for each request.
- setSingleton(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the value of the singleton property.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Set if a singleton should be created, or a new object on each request
otherwise.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
- Set if a singleton should be created, or a new object on each
request else.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- Set whether a shared 'singleton' Properties instance should be
created, or rather a new Properties instance on each request.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Deprecated. since Spring 2.5, in favor of
AbstractBeanDefinition.setScope(java.lang.String)
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of
BeanDefinitionBuilder.setScope(java.lang.String)
- setSize(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
size
' attribute.
- setSize(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the value of the HTML '
size
' attribute rendered
on the final 'select
' element.
- setSkipResultsProcessing(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether results processing should be skipped.
- setSkipUndeclaredResults(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether undelared results should be skipped.
- setSoapActionUri(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the SOAP action URI to specify on the stub.
- setSort(SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the sort definition for this holder.
- setSource(Object) -
Method in class org.springframework.beans.BeanMetadataAttribute
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.BeanMetadataAttributeAccessor
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of preparing this on the
raw BeanDefinition object
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedList
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedProperties
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedSet
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.MethodOverride
- Set the configuration source
Object
for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the configuration source
Object
for this metadata element.
- setSource(List<E>) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the source list for this holder.
- setSourceExtractor(SourceExtractor) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
SourceExtractor
to use.
- setSourceExtractor(SourceExtractor) -
Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- Set the
SourceExtractor
to use for generated bean definitions
that correspond to Bean
factory methods.
- setSourceKey(String) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set the name of the model attribute that represents the XSLT Source.
- setSourceKey(String) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set the name of the model attribute that represents the XSLT Source.
- setSourceList(List) -
Method in class org.springframework.beans.factory.config.ListFactoryBean
- Set the source List, typically populated via XML "list" elements.
- setSourceMap(Map) -
Method in class org.springframework.beans.factory.config.MapFactoryBean
- Set the source Map, typically populated via XML "map" elements.
- setSourceSet(Set) -
Method in class org.springframework.beans.factory.config.SetFactoryBean
- Set the source Set, typically populated via XML "set" elements.
- setSpecifiedTypeName(String) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Set the type name as actually specified for this particular value, if any.
- setSql(String) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the SQL executed by this operation.
- setSqlErrorCodes(SQLErrorCodes) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Set custom error codes to be used for translation.
- setSqlMapClient(SqlMapClient) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
- setSqlMapClient(SqlMapClient) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the iBATIS Database Layer SqlMapClient to work with.
- setSqlMapClientProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set optional properties to be passed into the SqlMapClientBuilder, as
alternative to a
<properties>
tag in the sql-map-config.xml
file.
- setSqlMapClientTemplate(SqlMapClientTemplate) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the SqlMapClientTemplate for this DAO explicitly,
as an alternative to specifying a SqlMapClient.
- setSqlReadyForUse(boolean) -
Method in class org.springframework.jdbc.object.SqlCall
- Set whether the SQL can be used as is.
- setSqlScriptEncoding(String) -
Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Deprecated. Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- Deprecated. Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setStandalone(Boolean) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Set the document standalone flag for marshalling.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the start delay in milliseconds.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Set the start delay in milliseconds.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the start delay in milliseconds.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Set the start delay in milliseconds.
- setStartupDelay(int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the number of seconds to wait after initialization before
starting the scheduler asynchronously.
- setStatementParameters(Object[], PreparedStatement, int[]) -
Static method in class org.springframework.jdbc.core.BatchUpdateUtils
-
- setStatementType(Class<? extends Statement>) -
Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
- Set the vendor's Statement type, e.g.
- setStaticField(String) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set a fully qualified static field name to retrieve,
e.g.
- setStaticMethod(String) -
Method in class org.springframework.util.MethodInvoker
- Set a fully qualified static method name to invoke,
e.g.
- setStatisticsEnabled(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether to enable EhCache statistics on this cache.
- setStatus(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setStatus(int, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setStatusCode(HttpStatus) -
Method in interface org.springframework.http.server.ServerHttpResponse
- Set the HTTP status code of the response.
- setStatusCode(HttpStatus) -
Method in class org.springframework.http.server.ServletServerHttpResponse
-
- setStatusCode(HttpStatus) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set the status code for this view.
- setStatusCodes(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the HTTP status code that this exception resolver will apply for a given resolved error view.
- setStore(ConcurrentMap<Object, Object>) -
Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- Specify the ConcurrentMap to use as an internal store
(possibly pre-populated).
- setStoresLowerCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- Specify whether the database uses lower case for identifiers
- setStoresLowerCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- Specify whether identifiers use lower case.
- setStoresUpperCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- Specify whether the database uses upper case for identifiers
- setStoresUpperCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- Specify whether identifiers use upper case
- setStreamAsLob(boolean) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
- Specify whether to submit a binary stream / character stream to the JDBC
driver as explicit LOB content, using the JDBC 4.0
setBlob
/
setClob
method with a stream argument.
- setStreamDriver(HierarchicalStreamDriver) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Set the XStream hierarchical stream driver to be used with stream readers and writers.
- setStripExtension(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set whether or not file extensions should be stripped from the URI when
generating the view name.
- setStripLeadingSlash(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set whether or not leading slashes should be stripped from the URI when
generating the view name.
- setStripTrailingSlash(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set whether or not trailing slashes should be stripped from the URI when
generating the view name.
- setStyle(int) -
Method in class org.springframework.format.datetime.DateFormatter
- Set the style to use to format date values.
- setStylesheetLocation(Resource) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set the location of the XSLT stylesheet.
- setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the subject of the message, using the correct encoding.
- setSubject(String) -
Method in interface org.springframework.mail.MailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setSubReportDataKeys(String[]) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the list of names corresponding to the model parameters that will contain
data source objects for use in sub-reports.
- setSubReportDataKeys(String[]) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
subReportDataKeys
the view class should use.
- setSubReportUrls(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify resource paths which must be loaded as instances of
JasperReport
and passed to the JasperReports engine for
rendering as sub-reports, under the same keys as in this mapping.
- setSubReportUrls(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
subReportUrls
the view class should use.
- setSubscriptionDurable(boolean) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set whether to make the subscription durable.
- setSubscriptionDurable(boolean) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setSuccessView(String) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Deprecated. Set the name of the view that should be shown on successful submit.
- setSuccessView(String) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Deprecated. Set the name of the view that should be shown on successful submit.
- setSuffix(String) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Set the text that will get prepended to the trace data.
- setSuffix(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Specify a common suffix for handler method names.
- setSuffix(String) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Set the suffix to append to the request URL filename
to build a view name.
- setSuffix(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set the suffix to append to generated view names.
- setSuffix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the suffix that gets appended to view names when building a URL.
- setSupportedClasses(Class[]) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Set the classes supported by this marshaller.
- setSupportedMediaTypes(List<MediaType>) -
Method in class org.springframework.http.converter.AbstractHttpMessageConverter
- Set the list of
MediaType
objects supported by this converter.
- setSupportedMediaTypes(List<MediaType>) -
Method in class org.springframework.http.converter.FormHttpMessageConverter
- Set the list of
MediaType
objects supported by this converter.
- setSupportedMethods(String[]) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set the HTTP methods that this content generator should support.
- setSupportJaxbElementClass(boolean) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Specify whether the
Jaxb2Marshaller.supports(Class)
returns true
for the JAXBElement
class.
- setSupportsCatalogsInProcedureCalls(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- Specify whether the database supports the use of catalog name in procedure calls
- setSupportsSchemasInProcedureCalls(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- Specify whether the database supports the use of schema name in procedure calls
- setSuppressClose(boolean) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Set whether the returned Connection should be a close-suppressing proxy
or the physical Connection.
- setSuppressNamespaces(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets whether this marshaller should output namespaces.
- setSuppressXsiType(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets whether this marshaller should output the
xsi:type
attribute.
- setSynchedLocalTransactionAllowed(boolean) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Set whether to allow for a local JMS transaction that is synchronized with a
Spring-managed transaction (where the main transaction might be a JDBC-based
one for a specific DataSource, for example), with the JMS transaction committing
right after the main transaction.
- setSynchronizedWithTransaction(boolean) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Mark the resource as synchronized with a transaction.
- setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractController
- Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractController
- Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSyncTaskExecutor(TaskExecutor) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
- Specify the TaskExecutor to use for synchronous work execution
(i.e.
- setSynthetic(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set whether this bean definition is 'synthetic', that is, not defined
by the application itself (for example, an infrastructure bean such
as a helper for auto-proxying, created through
<aop:config>
).
- setSystemPropertiesMode(int) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set how to check system properties: as fallback, as override, or never.
- setSystemPropertiesModeName(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set the system property mode by the name of the corresponding constant,
e.g.
- setSystemTreePath(String) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
- Set the path in the system preferences tree to use for resolving
placeholders.
- setTabindex(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
tabindex
' attribute.
- setTableName(String) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Set the name of the table for this context.
- setTableName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Set the name of the table for this insert
- setTarget(Object) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set the target object, that is, the bean to be wrapped with a transactional proxy.
- setTarget(Object) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Set the given object as target.
- setTarget(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
target
' attribute.
- setTargetBeanName(String) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
- Set the name of the bean to locate the
Method
on.
- setTargetBeanName(String) -
Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
- Set the name of the bean that is to be scoped.
- setTargetBeanName(String) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Set the name of the target bean in the factory.
- setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
- Set the name of the target bean.
- setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
- Set the name of the target bean.
- setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the name of a target bean to apply the property path to.
- setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
- Set the name of the target bean.
- setTargetBeanName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the name of the target bean in the Spring BeanFactory.
- setTargetBeanName(String) -
Method in class org.springframework.web.filter.DelegatingFilterProxy
- Set the name of the target bean in the Spring application context.
- setTargetClass(Class) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Set a target class to be proxied, indicating that the proxy
should be castable to the given class.
- setTargetClass(Class) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Specify the target class explicitly, to avoid any kind of access to the
target bean (for example, to avoid initialization of a FactoryBean instance).
- setTargetClass(Class) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set the target class on which the field is defined.
- setTargetClass(Class) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the Castor target class.
- setTargetClass(Class<?>) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Set the target class for this instance.
- setTargetClass(Class) -
Method in class org.springframework.util.MethodInvoker
- Set the target class on which to call the target method.
- setTargetClasses(Class[]) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the Castor target classes.
- setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
- Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
- Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Set the target ConnectionFactory which will be used to lazily
create a single Connection.
- setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetDataSource(DataSource) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- Set the target DataSource that this DataSource should delegate to.
- setTargetDataSources(Map<Object, Object>) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Specify the map of target DataSources, with the lookup key as key.
- setTargetField(String) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set the name of the field to be retrieved.
- setTargetFilterLifecycle(boolean) -
Method in class org.springframework.web.filter.DelegatingFilterProxy
- Set whether to invoke the
Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
- setTargetListClass(Class) -
Method in class org.springframework.beans.factory.config.ListFactoryBean
- Set the class to use for the target List.
- setTargetMapClass(Class) -
Method in class org.springframework.beans.factory.config.MapFactoryBean
- Set the class to use for the target Map.
- setTargetMethod(String) -
Method in class org.springframework.util.MethodInvoker
- Set the name of the method to be invoked.
- setTargetName(String) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the name of the target bean.
- setTargetObject(Object) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set the target object on which the field is defined.
- setTargetObject(Object) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify a target object to apply the property path to.
- setTargetObject(Object) -
Method in class org.springframework.util.MethodInvoker
- Set the target object on which to call the target method.
- setTargetPackage(String) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the names of package with the Castor descriptor classes.
- setTargetPackage(String) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
- Set the target package for this instance.
- setTargetPackages(String[]) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set the names of packages with the Castor descriptor classes.
- setTargetPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
- Set the target JDO PersistenceManagerFactory that this proxy should
delegate to.
- setTargetRenderParameter(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Pass the the parameter that indicates the target page of the request
forward to the render phase.
- setTargetRequestPath(String) -
Method in class org.springframework.web.servlet.FlashMap
- Provide a URL path to help identify the target request for this FlashMap.
- setTargetSetClass(Class) -
Method in class org.springframework.beans.factory.config.SetFactoryBean
- Set the class to use for the target Set.
- setTargetSource(TargetSource) -
Method in interface org.springframework.aop.framework.Advised
- Change the TargetSource used by this Advised object.
- setTargetSource(TargetSource) -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- setTargetType(Class) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Set the type to convert to.
- setTargetType(MessageType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Specify whether
MappingJacksonMessageConverter.toMessage(Object, Session)
should marshal to a
BytesMessage
or a TextMessage
.
- setTargetType(MessageType) -
Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
- Specify whether
MarshallingMessageConverter.toMessage(Object, Session)
should marshal to
a BytesMessage
or a TextMessage
.
- setTargetTypeName(String) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Specify the type to convert to.
- setTaskExecutor(Executor) -
Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
- Set the TaskExecutor to execute application listeners with.
- setTaskExecutor(Executor) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Set the Spring
TaskExecutor
to use for running the listener threads.
- setTaskExecutor(Executor) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Set the Spring TaskExecutor to use for executing the listener once
a message has been received by the provider.
- setTaskExecutor(Executor) -
Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
- Specify the task executor to use for asynchronous methods.
- setTaskExecutor(Executor) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Spring TaskExecutor to use as Quartz backend.
- setTaskExecutor(AsyncTaskExecutor) -
Method in class org.springframework.web.context.request.async.AsyncExecutionChain
- Provide an AsyncTaskExecutor to use when
AsyncExecutionChain.startCallableChainProcessing()
is invoked, for example when a
controller method returns a Callable.
- setTaskScheduler(TaskScheduler) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Set the
TaskScheduler
to register scheduled tasks with.
- setTempClassLoader(ClassLoader) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Specify a temporary ClassLoader to use for type matching purposes.
- setTempClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setTemplateLoaderPath(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the Freemarker template loader path via a Spring resource location.
- setTemplateLoaderPaths(String[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set multiple Freemarker template loader paths via Spring resource locations.
- setTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Deprecated. as of Spring 2.0.1, in favor of the "preTemplateLoaders"
and "postTemplateLoaders" properties
- SETTERS -
Static variable in class org.springframework.aop.support.Pointcuts
- Pointcut matching all bean property setters, in any class
- setText(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setText(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given plain text and HTML text as alternatives, offering
both options to the email client.
- setText(String) -
Method in interface org.springframework.mail.MailMessage
-
- setText(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setText(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the message text for this tag.
- setText(HSSFCell, String) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Convenient method to set a String as text content in a cell.
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in interface org.springframework.web.servlet.ThemeResolver
- Set the current theme name to the given one.
- setThreadContextInheritable(boolean) -
Method in class org.springframework.web.filter.RequestContextFilter
- Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an
InheritableThreadLocal
).
- setThreadContextInheritable(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an
InheritableThreadLocal
).
- setThreadContextInheritable(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an
InheritableThreadLocal
).
- setThreaded(boolean) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set whether the
JMXConnectorServer
should be started in a separate thread.
- setThreadFactory(ThreadFactory) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Specify an external factory to use for creating new Threads,
instead of relying on the local properties of this executor.
- setThreadFactory(ThreadFactory) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
- setThreadFactory(ThreadFactory) -
Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
- setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) -
Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- Set the factory for creating new ForkJoinWorkerThreads.
- setThreadGroup(ThreadGroup) -
Method in class org.springframework.util.CustomizableThreadCreator
- Specify the thread group that threads should be created in.
- setThreadGroupName(String) -
Method in class org.springframework.util.CustomizableThreadCreator
- Specify the name of the thread group that threads should be created in.
- setThreadNamePrefix(String) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
- setThreadNamePrefix(String) -
Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
- setThreadNamePrefix(String) -
Method in class org.springframework.util.CustomizableThreadCreator
- Specify the prefix to use for the names of newly created threads.
- setThreadPoolName(String) -
Method in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
- Identify a specific GlassFish thread pool to talk to.
- setThreadPriority(int) -
Method in class org.springframework.util.CustomizableThreadCreator
- Set the priority of the threads that this factory creates.
- setThrowingName(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setThrowingName(String) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- If
afterThrowing
advice binds the thrown value, the
throwing variable name must be specified.
- setThrowingName(String) -
Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
-
- setThrowingNameNoCheck(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- We need to hold the throwing name at this level for argument binding calculations,
this method allows the afterThrowing advice subclass to set the name.
- setTilesInitializer(TilesInitializer) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
- setTilesProperties(Properties) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set Tiles properties (equivalent to the ServletContext init-params in
the Tiles documentation), overriding the default settings.
- setTimeBetweenEvictionRunsMillis(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the time between eviction runs that check idle objects whether
they have been idle for too long or have become invalid.
- setTimeout(int) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
- Set the timeout (in seconds) after which a fatal exception
will be thrown.
- setTimeout(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the timeout to apply, as number of seconds.
- setTimeout(Long) -
Method in interface org.springframework.web.context.request.async.AsyncWebRequest
- Set the timeout for asynchronous request processing in milliseconds.
- setTimeout(Long) -
Method in class org.springframework.web.context.request.async.NoOpAsyncWebRequest
-
- setTimeout(Long) -
Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- setTimeoutHandler(Runnable) -
Method in interface org.springframework.web.context.request.async.AsyncWebRequest
- Invoked on a timeout to complete the response instead of the default
behavior that sets the status to 503 (SERVICE_UNAVAILABLE).
- setTimeoutHandler(Runnable) -
Method in class org.springframework.web.context.request.async.NoOpAsyncWebRequest
-
- setTimeoutHandler(Runnable) -
Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- setTimeoutInMillis(long) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Set the timeout for this object in milliseconds.
- setTimeoutInSeconds(int) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Set the timeout for this object in seconds.
- setTimeoutPerShutdownPhase(long) -
Method in class org.springframework.context.support.DefaultLifecycleProcessor
- Specify the maximum time allotted in milliseconds for the shutdown of
any phase (group of SmartLifecycle beans with the same 'phase' value).
- setTimer(Timer) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Deprecated. Set the
Timer
to use for this TimerTaskExecutor
, for example
a shared Timer
instance defined by a TimerFactoryBean
.
- setTimerListener(TimerListener) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the TimerListener to schedule.
- setTimerManager(TimerManager) -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Specify the CommonJ TimerManager to delegate to.
- setTimerManagerName(String) -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Set the JNDI name of the CommonJ TimerManager.
- setTimerTask(TimerTask) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Deprecated. Set the TimerTask to schedule.
- setTimeStyle(String) -
Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- Set the default format style of Joda
LocalTime
objects.
- setTimeToIdle(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the time in seconds to idle for an element before it expires, that is,
the maximum amount of time between accesses before an element expires.
- setTimeToLive(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the time in seconds to live for an element before it expires,
i.e.
- setTimeToLive(long) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the time-to-live of the message when sending.
- setTimeUnit(TimeUnit) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Specify the time unit for the delay and period values.
- setTimeZone(TimeZone) -
Method in class org.springframework.format.datetime.DateFormatter
- Set the TimeZone to normalize the date values into, if any.
- setTimeZone(DateTimeZone) -
Method in class org.springframework.format.datetime.joda.JodaTimeContext
- Set the user's timezone.
- setTimeZone(TimeZone) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the time zone for this trigger's cron expression.
- setTitle(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setTitle(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
title
' attribute.
- setTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setTo(String[]) -
Method in interface org.springframework.mail.MailMessage
-
- setTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTo(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setToggleAscendingOnProperty(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set whether to toggle the ascending flag if the same property gets set again
(that is,
MutableSortDefinition.setProperty(java.lang.String)
gets called with already set property name again).
- setToolAttributes(Map<String, Class>) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set tool attributes to expose to the view, as attribute name / class name pairs.
- setToolboxConfigLocation(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
- Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setToolboxConfigLocation(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setTrackAllInvocations(boolean) -
Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
- Set whether to track all invocations that go through this interceptor,
or just invocations with trace logging enabled.
- setTrackRowsAffected(boolean) -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Set whether to track the rows affected by batch updates performed
by this operation object.
- setTransaction(Transaction) -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- setTransaction(Transaction) -
Method in class org.springframework.orm.hibernate4.SessionHolder
-
- setTransactionActive(boolean) -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
- Set whether this holder represents an active, JDBC-managed transaction.
- setTransactionActive(boolean) -
Method in class org.springframework.orm.jdo.PersistenceManagerHolder
-
- setTransactionActive(boolean) -
Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- setTransactionAttribute(TransactionAttribute) -
Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
- Allows a transaction attribute to be specified, using the String form, for
example, "PROPAGATION_REQUIRED".
- setTransactionAttributes(Properties) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g.
- setTransactionAttributes(Properties) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g.
- setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
- Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSources(TransactionAttributeSource[]) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Set multiple transaction attribute sources which are used to find transaction
attributes.
- setTransactionConfigClass(Class) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the iBATIS TransactionConfig class to use.
- setTransactionConfigProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set properties to be passed to the TransactionConfig instance used
by this SqlMapClient.
- setTransactionDefinition(TransactionDefinition) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Deprecated. Call this method in an overridden
ConditionalTestCase.runBare()
method to override
the transaction attributes that will be used, so that AbstractSingleSpringContextTests.setUp()
and AbstractSingleSpringContextTests.tearDown()
behavior is modified.
- setTransactionFactory(TransactionFactory) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- Set the Spring TransactionFactory to use for wrapping endpoint
invocations, enlisting the endpoint resource in each such transaction.
- setTransactionInterceptor(TransactionInterceptor) -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Set the transaction interceptor to use for this advisor.
- setTransactionManager(Object) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- Set the the XA transaction manager to use for wrapping endpoint
invocations, enlisting the endpoint resource in each such transaction.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Specify the Spring
PlatformTransactionManager
to use for transactional wrapping of message reception plus listener execution.
- setTransactionManager(Object) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Set the XA transaction manager to use for wrapping endpoint
invocations, enlisting the endpoint resource in each such transaction.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set the transaction manager to be used for registering jobs and triggers
that are defined by this SchedulerFactoryBean.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Deprecated. Specify the transaction manager to use.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Specify the target transaction manager.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set the transaction manager.
- setTransactionManager(TransactionManager) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JTA TransactionManager to use as direct reference.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.transaction.support.TransactionTemplate
- Set the transaction management strategy to be used.
- setTransactionManagerBeanName(String) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Specify the name of the default transaction manager bean.
- setTransactionManagerName(String) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JNDI name of the JTA TransactionManager.
- setTransactionName(String) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- Specify the name of the transaction, if any.
- setTransactionName(String) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Specify the transaction name to use for transactional wrapping.
- setTransactionSynchronization(int) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set when this transaction manager should activate the thread-bound
transaction synchronization support.
- setTransactionSynchronizationName(String) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set the transaction synchronization by the name of the corresponding constant
in this class, e.g.
- setTransactionSynchronizationRegistryName(String) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JNDI name of the JTA 1.1 TransactionSynchronizationRegistry.
- setTransactionTimeout(int) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
- Specify the transaction timeout, if any.
- setTransactionTimeout(int) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Specify the transaction timeout to use for transactional wrapping, in seconds.
- setTransactionTimeout(int) -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setTransactionType(PersistenceUnitTransactionType) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setTransformerFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Specify the XSLT TransformerFactory class to use.
- setTransformerFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Specify the XSLT TransformerFactory class to use.
- setTransientDataAccessResourceCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setTranslators(Map<String, SQLExceptionTranslator>) -
Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
- Setter for a Map of
SQLExceptionTranslator
references where the key must
be the database name as defined in the sql-error-codes.xml
file.
- setTraversableResolver(TraversableResolver) -
Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
- Specify a custom TraversableResolver to use for this Validator.
- setTraversableResolver(TraversableResolver) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify a custom TraversableResolver to use for this ValidatorFactory
and its exposed default Validator.
- setTriggerListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set a list of TriggerListener names for this job, referring to
non-global TriggerListeners registered with the Scheduler.
- setTriggerListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set a list of TriggerListener names for this job, referring to
non-global TriggerListeners registered with the Scheduler.
- setTriggerListeners(TriggerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify named Quartz TriggerListeners to be registered with the Scheduler.
- setTriggers(Trigger[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Register a list of Trigger objects with the Scheduler that
this FactoryBean creates.
- setTriggerTasks(Map<Runnable, Trigger>) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects
(typically custom implementations of the
Trigger
interface).
- setTriggerTasksList(List<TriggerTask>) -
Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
- Specify triggered tasks as a list of
TriggerTask
objects.
- setType(String) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the type of the constructor argument.
- setType(Proxy.Type) -
Method in class org.springframework.http.client.support.ProxyFactoryBean
- Sets the proxy type.
- setType(EmbeddedDatabaseType) -
Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
- Sets the type of embedded database.
- setTypeClass(String) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Set the type implementation class.
- setTypeComparator(TypeComparator) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setTypeConverter(TypeConverter) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Set a custom type converter that this BeanFactory should use for converting
bean property values, constructor argument values, etc.
- setTypeConverter(TypeConverter) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setTypeConverter(TypeConverter) -
Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
- Set a TypeConverter to use for argument type conversion.
- setTypeConverter(TypeConverter) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setTypeDefinitions(TypeDefinitionBean[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the Hibernate type definitions to register with the SessionFactory,
as Spring TypeDefinitionBean instances.
- setTypeIdMappings(Map<String, Class<?>>) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Specify mappings from type ids to Java classes, if desired.
- setTypeIdOnMessage(Object, Message) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Set a type id for the given payload object on the given JMS Message.
- setTypeIdPropertyName(String) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
- Specify the name of the JMS message property that carries the type id for the
contained object: either a mapped id value or a raw Java class name.
- setTypeIndexForCurrentLevel(int) -
Method in class org.springframework.core.MethodParameter
- Set the type index for the current nesting level.
- setTypeLocator(TypeLocator) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setTypeName(String) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Set the name of the type.
- setTypePattern(String) -
Method in class org.springframework.aop.aspectj.TypePatternClassFilter
- Set the AspectJ type pattern to match.
- setTypes(int[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Add anonymous parameters, specifying only their SQL types
as defined in the
java.sql.Types
class.
- setTypeValue(PreparedStatement, int, int, String) -
Method in interface org.springframework.jdbc.core.SqlTypeValue
- Set the type value on the given PreparedStatement.
- setTypeValue(PreparedStatement, int, int, String) -
Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
-
- setTypeValue(PreparedStatement, int, int, String) -
Method in class org.springframework.jdbc.core.support.SqlLobValue
- Set the specified content via the LobCreator.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) -
Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- Set the handler for internal worker threads that terminate due to unrecoverable errors
encountered while executing tasks.
- setUniqueFactoryMethodName(String) -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
- Specify a factory method name that refers to a non-overloaded method.
- setUnit(String) -
Method in class org.springframework.jmx.export.metadata.ManagedMetric
- The expected unit of measurement values.
- setUnmarshaller(Unmarshaller) -
Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- Set the
Unmarshaller
to be used by this message converter.
- setUnmarshaller(Unmarshaller) -
Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
- Set the
Unmarshaller
to be used by this message converter.
- setUnmarshallerListener(Unmarshaller.Listener) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the
Unmarshaller.Listener
to be registered with the JAXB Unmarshaller
.
- setUnmarshallerProperties(Map<String, ?>) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the JAXB
Unmarshaller
properties.
- setUowManager(UOWManager) -
Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
- Set the WebSphere UOWManager to use as direct reference.
- setUowManagerName(String) -
Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
- Set the JNDI name of the WebSphere UOWManager.
- setUp() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Deprecated. This implementation is final.
- setupArgumentsForVarargsInvocation(Class[], Object...) -
Static method in class org.springframework.expression.spel.support.ReflectionHelper
- Package up the arguments so that they correctly match what is expected in parameterTypes.
- setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- Set whether to use prepared statements capable of returning updatable ResultSets.
- setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set whether to use prepared statements capable of returning updatable ResultSets.
- setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set whether to use statements that are capable of returning
updatable ResultSets.
- setUpdateContentLength(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- Whether to update the 'Content-Length' header of the response.
- setUpdateContentLength(boolean) -
Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
- Whether to update the 'Content-Length' header of the response.
- setUploadTempDir(Resource) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the temporary directory where uploaded files get stored.
- setUriResolver(URIResolver) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set the URIResolver used in the transform.
- setUriResolver(URIResolver) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set the URIResolver used in the transform.
- setUriResolver(URIResolver) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set the URIResolver used in the transform.
- setUrl(String) -
Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
- Set the JDBC URL to use for connecting through the Driver.
- setUrl(String) -
Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
- Sets the JDBC connection URL of the database.
- setUrl(String) -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
- Set the URL of the resource that this view wraps.
- setUrl(String) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Set the URL of the Excel workbook source, without localization part nor extension.
- setUrl(String) -
Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
- Set the URL of the Excel workbook source, without localization part nor extension.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set if the context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.util.UrlPathHelper
- Set if context path and request URI should be URL-decoded.
- setUrlMap(Map<String, ?>) -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
- Set a Map with URL paths as keys and handler beans (or handler bean names)
as values.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
- Set the UrlPathHelper to use for the resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
- Set the UrlPathHelper to use to match FlashMap instances to requests.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.support.RequestContext
- Set the UrlPathHelper to use for context path and request URI decoding.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set the
UrlPathHelper
to use for
the resolution of lookup paths.
- setUrlPrefix(String) -
Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
- Set an optional prefix to prepend to generated URL mappings.
- setUrlSuffix(String) -
Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
- Set an optional suffix to append to generated URL mappings.
- setUseAttributeFor(Map<?, ?>) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Set the types to use XML attributes for.
- setUseAttributeForTypes(Class[]) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
- Set types to use XML attributes for.
- setUseCacheControlHeader(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether to use the HTTP 1.1 cache-control header.
- setUseCacheControlNoStore(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether to use the HTTP 1.1 cache-control header value "no-store"
when preventing caching.
- setUseCachedContent(boolean) -
Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setUseCodeAsDefaultMessage(boolean) -
Method in class org.springframework.context.support.AbstractMessageSource
- Set whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- setUseDefaultSuffixPattern(boolean) -
Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
- Set whether to register paths using the default suffix pattern as well:
i.e.
- setUseDynamicLogger(boolean) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- Set whether to use a dynamic logger or a static logger.
- setUseExpiresHeader(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether to use the HTTP 1.0 expires header.
- setUseIsoFormat(boolean) -
Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- Set whether standard ISO formatting should be applied to all Date/Time types.
- setUseJaf(boolean) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Indicate whether to use the Java Activation Framework to map from file extensions to media types.
- setUseMutableTilesContainer(boolean) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set whether to use a MutableTilesContainer (typically the CachingTilesContainer
implementation) for this application.
- setUseNotAcceptableStatusCode(boolean) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Indicate whether a
406 Not Acceptable
status code should be returned if no suitable view can be found.
- setUsePrefix(boolean) -
Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Set whether to exclude advisors with a certain prefix
in the bean name.
- setUserAttribute(String, Object) -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- setUserAttribute(String, Object) -
Method in interface org.springframework.aop.ProxyMethodInvocation
- Add the specified user attribute with the given value to this invocation.
- setUserinfoUsernameAttributes(String[]) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set the list of attributes to search in the USER_INFO map when trying
to find the username of the current user.
- setUsername(String) -
Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
- Set the JDBC username to use for connecting through the Driver.
- setUsername(String) -
Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
- Sets the username to use to connect to the database.
- setUsername(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set the default username that this adapter should use for retrieving Connections.
- setUsername(String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Set the username that this adapter should use for retrieving Connections.
- setUsername(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the username for the account at the mail host, if any.
- setUsername(String) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set the username that this factory should use to access the remote service.
- setUsername(String) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the username that this factory should use to access the remote service.
- setUsername(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Deprecated. Set the username to specify on the stub or call.
- setUsername(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the username to specify on the stub.
- setUserPrincipal(Principal) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setUserPrincipal(Principal) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setUserTransaction(UserTransaction) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JTA UserTransaction to use as direct reference.
- setUserTransactionName(String) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JNDI name of the JTA UserTransaction.
- setUserTreePath(String) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
- Set the path in the system preferences tree to use for resolving
placeholders.
- setUseSharedPortletConfig(boolean) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
- Set whether to use the shared PortletConfig object passed in
through
setPortletConfig
, if available.
- setUseSharedPortletConfig(boolean) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
- Set whether to use the shared PortletConfig object passed in
through
setPortletConfig
, if available.
- setUseSharedServletConfig(boolean) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- Set whether to use the shared ServletConfig object passed in
through
setServletConfig
, if available.
- setUseSingleModelNameAsRoot(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set whether to use the name of a given single model object as the
document root element name.
- setUseSoapAction(boolean) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the "soapaction.use" flag to specify on the stub.
- setUseSqlStateForTranslation(boolean) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
- Set this property to true for databases that do not provide an error code
but that do provide SQL State (this includes PostgreSQL).
- setUseStrictCasing(boolean) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set whether to use strict casing for attributes.
- setUseStrictCasing(boolean) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Set whether to use strict casing for attributes.
- setUseSuffixPatternMatch(boolean) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseTrailingSlashMatch(boolean) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- Whether to match to URLs irrespective of the presence of a trailing slash.
- setUseTransactionAwareDataSource(boolean) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Set whether to use a transaction-aware DataSource for the SessionFactory,
i.e.
- setUseTransactionAwareDataSource(boolean) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set whether to use a transaction-aware DataSource for the SqlMapClient,
i.e.
- setUseWriter(boolean) -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
- Specifies whether or not the
JRExporter
writes to the PrintWriter
of the associated with the request (true
) or whether it writes directly to the
InputStream
of the request (false
).
- setUseXSITypeAtRoot(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Sets whether this marshaller should output the
xsi:type
attribute for the root element.
- setValidateAddresses(boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set whether to validate all addresses which get passed to this helper.
- setValidatedAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
- Set the 'validated' annotation type.
- setValidateDefinitions(boolean) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Deprecated. Set whether to validate the Tiles XML definitions.
- setValidateDefinitions(boolean) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set whether to validate the Tiles XML definitions.
- setValidateExistingTransaction(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether existing transactions should be validated before participating
in them.
- setValidateOnBinding(boolean) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Set if the Validator should get applied when binding.
- setValidateOnBinding(boolean) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Set if the Validator should get applied when binding.
- setValidating(boolean) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set whether to use XML validation.
- setValidating(boolean) -
Method in class org.springframework.context.support.AbstractXmlApplicationContext
- Set whether to use XML validation.
- setValidating(boolean) -
Method in class org.springframework.context.support.GenericXmlApplicationContext
- Set whether to use XML validation.
- setValidating(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set whether this marshaller should validate in- and outgoing documents.
- setValidating(boolean) -
Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
- Set whether this marshaller should validate in- and outgoing documents.
- setValidationEventHandler(ValidationEventHandler) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Set the JAXB validation event handler.
- setValidationMessageSource(MessageSource) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify a custom Spring MessageSource for resolving validation messages,
instead of relying on JSR-303's default "ValidationMessages.properties" bundle
in the classpath.
- setValidationMode(int) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set the validation mode to use.
- setValidationModeName(String) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set the validation mode to use by name.
- setValidationProperties(Properties) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify bean validation properties to be passed to the validation provider.
- setValidationPropertyMap(Map<String, String>) -
Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- Specify bean validation properties to be passed to the validation provider as a Map.
- setValidationQuery(String) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
- Set the SQL query string to use for validation.
- setValidator(Validator) -
Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- Set the JSR-303 Validator to delegate to for validating beans.
- setValidator(Validator) -
Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
- Set the JSR-303 Validator to delegate to for validating methods.
- setValidator(Validator) -
Method in class org.springframework.validation.DataBinder
- Set the Validator to apply after each binding step.
- setValidator(Validator) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Set the Validator to apply after each binding step.
- setValidator(Validator) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Set the primary Validator for this controller.
- setValidator(Validator) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Set the primary Validator for this controller.
- setValidatorFactory(ValidatorFactory) -
Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- Set the JSR-303 ValidatorFactory to delegate to for validating beans,
using its default Validator.
- setValidatorFactory(ValidatorFactory) -
Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
- Set the ValidatorFactory to obtain the target Validator from.
- setValidatorFactory(ValidatorFactory) -
Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
- Set the JSR-303 ValidatorFactory to delegate to for validating methods,
using its default Validator.
- setValidators(Validator[]) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Set the Validators for this controller.
- setValidators(Validator[]) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Set the Validators for this controller.
- setValidators(Validator[]) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Set the
Validators
for this controller.
- setValue(ELContext, Object, Object, Object) -
Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- setValue(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the value for the constructor argument.
- setValue(String) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Set the String value.
- setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Convert the given value to a Collection of the target type.
- setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
- Convert the given value to a Map of the target type.
- setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
- Coerce a Number value into the required target class, if necessary.
- setValue(Object) -
Method in class org.springframework.beans.propertyeditors.PropertiesEditor
- Take
Properties
as-is; convert Map
into Properties
.
- setValue(Object) -
Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Treat the given value as a collection or array and convert it to a Resource array.
- setValue(EvaluationContext, Object) -
Method in class org.springframework.expression.common.CompositeStringExpression
-
- setValue(EvaluationContext, Object, Object) -
Method in class org.springframework.expression.common.CompositeStringExpression
-
- setValue(Object, Object) -
Method in class org.springframework.expression.common.CompositeStringExpression
-
- setValue(EvaluationContext, Object) -
Method in class org.springframework.expression.common.LiteralExpression
-
- setValue(EvaluationContext, Object, Object) -
Method in class org.springframework.expression.common.LiteralExpression
-
- setValue(Object, Object) -
Method in class org.springframework.expression.common.LiteralExpression
-
- setValue(EvaluationContext, Object) -
Method in interface org.springframework.expression.Expression
- Set this expression in the provided context to the value provided.
- setValue(Object, Object) -
Method in interface org.springframework.expression.Expression
- Set this expression in the provided context to the value provided.
- setValue(EvaluationContext, Object, Object) -
Method in interface org.springframework.expression.Expression
- Set this expression in the provided context to the value provided.
- setValue(ExpressionState, Object) -
Method in class org.springframework.expression.spel.ast.CompoundExpression
-
- setValue(ExpressionState, Object) -
Method in class org.springframework.expression.spel.ast.Indexer
-
- setValue(ExpressionState, Object) -
Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
- setValue(ExpressionState, Object) -
Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
- setValue(ExpressionState, Object) -
Method in class org.springframework.expression.spel.ast.VariableReference
-
- setValue(ExpressionState, Object) -
Method in interface org.springframework.expression.spel.SpelNode
- Evaluate the expression to a node and then set the new value on that node.
- setValue(EvaluationContext, Object) -
Method in class org.springframework.expression.spel.standard.SpelExpression
-
- setValue(Object, Object) -
Method in class org.springframework.expression.spel.standard.SpelExpression
-
- setValue(EvaluationContext, Object, Object) -
Method in class org.springframework.expression.spel.standard.SpelExpression
-
- setValue(PreparedStatement, int) -
Method in interface org.springframework.jdbc.support.SqlValue
- Set the value on the given PreparedStatement.
- setValue(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setValue(ELContext, Object, Object, Object) -
Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
-
- setValue(Object) -
Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- setValue(Object) -
Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setValue(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
- Set the value of the '
value
' attribute.
- setValue(String) -
Method in class org.springframework.web.servlet.tags.form.ButtonTag
- Set the value of the '
value
' attribute.
- setValue(Object) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
- Set the 'value' attribute of the rendered HTML
<option>
tag.
- setValue(String) -
Method in class org.springframework.web.servlet.tags.Param
- Set the raw value of the parameter
- setValue(String) -
Method in class org.springframework.web.servlet.tags.ParamTag
- Sets the value of the parameter
- setValue(Object) -
Method in class org.springframework.web.servlet.tags.TransformTag
- Set the value to transform, using the appropriate PropertyEditor
from the enclosing BindTag.
- setValue(String) -
Method in class org.springframework.web.servlet.tags.UrlTag
- Sets the value of the URL
- setValueAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
- Set the 'value' annotation type, to be used on fields, method parameters
and constructor parameters.
- setValues(PreparedStatement, int) -
Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
- Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement, T) -
Method in interface org.springframework.jdbc.core.ParameterizedPreparedStatementSetter
- Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement) -
Method in interface org.springframework.jdbc.core.PreparedStatementSetter
- Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement, int) -
Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
- This implementation calls
AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
and sets this instance's exhaustion flag accordingly.
- setValues(PreparedStatement, LobCreator) -
Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
- Set values on the given PreparedStatement, using the given
LobCreator for BLOB/CLOB arguments.
- setValues(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setValueSeparator(String) -
Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- Specify the separating character between the placeholder variable
and the associated default value, or
null
if no such
special character should be processed as a value separator.
- setValueSeparator(String) -
Method in class org.springframework.core.env.AbstractEnvironment
-
- setValueSeparator(String) -
Method in class org.springframework.core.env.AbstractPropertyResolver
- Specify the separating character between the placeholders replaced by this
resolver and their associated default value, or
null
if no such
special character should be processed as a value separator.
- setValueSeparator(String) -
Method in interface org.springframework.core.env.ConfigurablePropertyResolver
- Specify the separating character between the placeholders replaced by this
resolver and their associated default value, or
null
if no such
special character should be processed as a value separator.
- setValuesIfAvailable(PreparedStatement, int) -
Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
- Check for available values and set them on the given PreparedStatement.
- setValueTypeName(String) -
Method in class org.springframework.beans.factory.support.ManagedMap
- Set the default value type name (class name) to be used for this map.
- setVar(String) -
Method in class org.springframework.web.servlet.tags.EvalTag
- Set the variable name to expose the evaluation result under.
- setVar(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set PageContext attribute name under which to expose
a variable that contains the resolved message.
- setVar(String) -
Method in class org.springframework.web.servlet.tags.TransformTag
- Set PageContext attribute name under which to expose
a variable that contains the result of the transformation.
- setVar(String) -
Method in class org.springframework.web.servlet.tags.UrlTag
- Set the variable name to expose the URL under.
- setVariable(String, Object) -
Method in interface org.springframework.expression.EvaluationContext
- Set a named variable within this evaluation context to a specified value.
- setVariable(String, Object) -
Method in class org.springframework.expression.spel.ExpressionState
-
- setVariable(String, Object) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setVariables(Map<String, Object>) -
Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
- setVelocityEngine(VelocityEngine) -
Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
- Set a pre-configured VelocityEngine to use for the Velocity web
configuration: e.g.
- setVelocityEngine(VelocityEngine) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the VelocityEngine to be used by this view.
- setVelocityProperties(Properties) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map<String, Object>) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".
- setView(Object) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- Set a View object to be used by the DispatcherServlet.
- setView(Object) -
Method in class org.springframework.web.portlet.ModelAndView
- Set a View object for this ModelAndView.
- setView(View) -
Method in class org.springframework.web.servlet.ModelAndView
- Set a View object for this ModelAndView.
- setViewClass(Class) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the view class that should be used to create views.
- setViewName(String) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
- Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
- setViewName(String) -
Method in class org.springframework.web.portlet.ModelAndView
- Set a view name for this ModelAndView, to be resolved by the
DispatcherPortlet via a ViewResolver.
- setViewName(String) -
Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
- Set the name of the view to delegate to.
- setViewName(String) -
Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
- Sets the view name to use for this view controller.
- setViewName(String) -
Method in class org.springframework.web.servlet.ModelAndView
- Set a view name for this ModelAndView, to be resolved by the
DispatcherServlet via a ViewResolver.
- setViewName(String) -
Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
- Set the name of the view to delegate to.
- setViewNames(String[]) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the view names (or name patterns) that can be handled by this
ViewResolver
.
- setViewRendererUrl(String) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set the URL to the ViewRendererServlet.
- setViewResolvers(List<ViewResolver>) -
Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- Sets the view resolvers to be wrapped by this view resolver.
- setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to wait for running jobs to complete on shutdown.
- setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- Set whether to wait for running jobs to complete on shutdown.
- setWaitForTasksToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set whether to wait for scheduled tasks to complete on shutdown.
- setWaitForTasksToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- Set whether to wait for scheduled tasks to complete on shutdown.
- setWarnLogCategory(String) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Set the log category for warn logging.
- setWarnLogCategory(String) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- Set the log category for warn logging.
- setWebAppRootSystemProperty(ServletContext) -
Static method in class org.springframework.web.util.WebUtils
- Set a system property to the web application root directory.
- setWebBindingInitializer(WebBindingInitializer) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebBindingInitializer(WebBindingInitializer) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Provide a WebBindingInitializer with "global" initialization to apply
to every DataBinder instance.
- setWebBindingInitializer(WebBindingInitializer) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
- setWebServiceFeatures(Object[]) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Allows for providing JAX-WS 2.2 WebServiceFeature specifications:
in the form of actual
WebServiceFeature
objects,
WebServiceFeature Class references, or WebServiceFeature class names.
- setWebServiceFeatures(Object[]) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Allows for providing JAX-WS 2.1 WebServiceFeature specifications:
in the form of actual
WebServiceFeature
objects,
WebServiceFeature Class references, or WebServiceFeature class names.
- setWhenExhaustedAction(byte) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the action to take when the pool is exhausted.
- setWhenExhaustedActionName(String) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the action to take when the pool is exhausted.
- setWhitespacePreserve(boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Set whether the Castor
Unmarshaller
should preserve "ignorable" whitespace.
- setWindowID(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- setWorkingDirSystemProperty(String) -
Static method in class org.springframework.util.Log4jConfigurer
- Set the specified system property to the current working directory.
- setWorkListener(WorkListener) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Specify a JCA 1.5 WorkListener to apply, if any.
- setWorkListener(WorkListener) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- Specify a CommonJ WorkListener to apply, if any.
- setWorkManager(WorkManager) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.
- setWorkManager(WorkManager) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Specify the JCA WorkManager instance to delegate to.
- setWorkManager(WorkManager) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- Specify the CommonJ WorkManager to delegate to.
- setWorkManagerMBeanName(String) -
Method in class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
- Identify a specific JBossWorkManagerMBean to talk to,
through its JMX object name.
- setWorkManagerName(String) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Set the JNDI name of the JCA WorkManager.
- setWorkManagerName(String) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- Set the JNDI name of the CommonJ WorkManager.
- setWrapAsLob(boolean) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
- Specify whether to submit a byte array / String to the JDBC driver
wrapped in a JDBC Blob / Clob object, using the JDBC
setBlob
/
setClob
method with a Blob / Clob argument.
- setWrappedInstance(Object) -
Method in class org.springframework.beans.BeanWrapperImpl
- Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
- Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWriteAcceptCharset(boolean) -
Method in class org.springframework.http.converter.StringHttpMessageConverter
- Indicates whether the
Accept-Charset
should be written to any outgoing request.
- setWriterAccessAllowed(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
- Set whether
MockHttpServletResponse.getWriter()
access is allowed.
- setWsdlDocumentUrl(URL) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Deprecated. Set the URL of the WSDL document that describes the service.
- setWsdlDocumentUrl(URL) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the URL of the WSDL document that describes the service.
- setXaTerminator(XATerminator) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the JCA XATerminator to use for bootstrapping the ResourceAdapter.
- setXmlOptions(XmlOptions) -
Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
- Set the
XmlOptions
.
- setXMLReader(XMLReader) -
Method in class org.springframework.oxm.support.MarshallingSource
- Throws a
UnsupportedOperationException
.
- ShadowingClassLoader - Class in org.springframework.instrument.classloading
- ClassLoader decorator that shadows an enclosing ClassLoader,
applying registered transformers to all affected classes.
- ShadowingClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
- Create a new ShadowingClassLoader, decorating the given ClassLoader.
- shallowCopyFieldState(Object, Object) -
Static method in class org.springframework.util.ReflectionUtils
- Given the source object and the destination, which must be the same class
or a subclass, copy all fields, including inherited fields.
- ShallowEtagHeaderFilter - Class in org.springframework.web.filter
Filter
that generates an ETag
value based on the content on the response.- ShallowEtagHeaderFilter() -
Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
-
- sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Return whether a shared JMS Connection should be maintained
by this container base class.
- sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Use a shared JMS Connection depending on the "cacheLevel" setting.
- sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Always use a shared JMS Connection.
- sharedConnectionMonitor -
Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- sharedEntityManager -
Variable in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated. Subclasses can use this in test cases.
- SharedEntityManagerBean - Class in org.springframework.orm.jpa.support
FactoryBean
that exposes a shared JPA EntityManager
reference for a given EntityManagerFactory.- SharedEntityManagerBean() -
Constructor for class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- SharedEntityManagerCreator - Class in org.springframework.orm.jpa
- Factory for a shareable JPA
EntityManager
for a given EntityManagerFactory
. - SharedEntityManagerCreator() -
Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator
-
- ShortCodedLabeledEnum - Class in org.springframework.core.enums
- Deprecated. as of Spring 3.0, in favor of Java 5 enums.
- ShortCodedLabeledEnum(int, String) -
Constructor for class org.springframework.core.enums.ShortCodedLabeledEnum
- Deprecated. Create a new ShortCodedLabeledEnum instance.
- shortSummary() -
Method in class org.springframework.util.StopWatch
- Return a short description of the total running time.
- shortValue() -
Method in class org.springframework.core.enums.StaticLabeledEnum
- Deprecated. Return the code of this LabeledEnum instance as a short.
- shouldApplyTo(PortletRequest, Object) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Check whether this resolver is supposed to apply to the given handler.
- shouldApplyTo(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- Check whether this resolver is supposed to apply to the given handler.
- shouldApplyTo(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
- Checks if the handler is a
HandlerMethod
instance and performs the check against the bean
instance it contains.
- shouldBuffer(URI, HttpMethod) -
Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
- Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
- shouldClose(Connection) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- This is a single Connection: Do not close it when returning to the "pool".
- shouldClose(Connection) -
Method in interface org.springframework.jdbc.datasource.SmartDataSource
- Should we close this Connection, obtained from this DataSource?
- shouldCommitAfterNoMessageReceived(Session) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Determine whether to trigger a commit after no message has been received.
- shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- This implementation returns "true": a JDO2 commit will properly handle
transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- This implementation returns "true": a JPA commit will properly handle
transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- This implementation returns "true": a JTA commit will properly handle
transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Return whether to call
doCommit
on a transaction that has been
marked as rollback-only in a global fashion.
- shouldFireEvents() -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- Controls whether this parser is supposed to fire a
BeanComponentDefinition
event after parsing the bean definition.
- shouldGenerateId() -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- Should an ID be generated instead of read from the passed in
Element
?
- shouldGenerateId() -
Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
-
- shouldGenerateIdAsFallback() -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- Should an ID be generated instead if the passed in
Element
does not
specify an "id" attribute explicitly?
- shouldNotFilter(HttpServletRequest) -
Method in class org.springframework.web.filter.OncePerRequestFilter
- Can be overridden in subclasses for custom filtering control,
returning
true
to avoid filtering of the given request.
- shouldObtainFixedConnection(DataSource) -
Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Determine whether to obtain a fixed target Connection for the proxy
or to reobtain the target Connection for each operation.
- shouldProxyTargetClass(Class<?>, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Determine whether the given bean should be proxied with its target
class rather than its interfaces.
- shouldProxyTargetClass(ConfigurableListableBeanFactory, String) -
Static method in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
- Determine whether the given bean should be proxied with its target
class rather than its interfaces.
- shouldReleaseAfterCompletion(H) -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- Return whether this holder's resource should be released after
transaction completion (
true
).
- shouldReleaseBeforeCompletion() -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- Return whether this holder's resource should be released before
transaction completion (
true
) or rather after
transaction completion (false
).
- shouldRender() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- Should rendering of this tag proceed at all.
- shouldRender() -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Should rendering of this tag proceed at all?
- shouldSkip(Class, String) -
Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
-
- shouldSkip(Class<?>, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Subclasses should override this method to return
true
if the
given bean should not be considered for auto-proxying by this post-processor.
- shouldSkip(ConfigurableListableBeanFactory, String) -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
- Check whether the given bean definition is not subject to the annotation-based
required property check as performed by this post-processor.
- shouldStop(Connection) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
- shouldStop(Connection) -
Method in interface org.springframework.jms.connection.SmartConnectionFactory
- Should we stop the Connection, obtained from this ConnectionFactory?
- shouldUnbindAtCompletion() -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- Return whether this holder should be unbound at completion
(or should rather be left bound to the thread after the transaction).
- shouldUseShadowLoader() -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Deprecated. Subclasses should override this method if they wish to disable shadow class loading.
- showForm(RenderRequest, RenderResponse, BindException) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Prepare the form model and view, including reference and error data.
- showForm(RenderRequest, BindException, String) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Prepare model and view for the given form, including reference and errors.
- showForm(RenderRequest, BindException, String, Map) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Prepare model and view for the given form, including reference and errors,
adding a controller-specific control model.
- showForm(RenderRequest, RenderResponse, BindException) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Show the first page as form view.
- showForm(RenderRequest, RenderResponse, BindException) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Deprecated. This implementation shows the configured form view, delegating to the
analogous showForm version with a controlModel argument.
- showForm(RenderRequest, RenderResponse, BindException, Map) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Deprecated. This implementation shows the configured form view.
- showForm(HttpServletRequest, HttpServletResponse, BindException) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Deprecated. Prepare the form model and view, including reference and error data.
- showForm(HttpServletRequest, BindException, String) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Deprecated. Prepare model and view for the given form, including reference and errors.
- showForm(HttpServletRequest, BindException, String, Map) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Deprecated. Prepare model and view for the given form, including reference and errors,
adding a controller-specific control model.
- showForm(HttpServletRequest, HttpServletResponse, BindException) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Deprecated. Show the first page as form view.
- showForm(HttpServletRequest, HttpServletResponse, BindException) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Deprecated. This implementation shows the configured form view, delegating to the analogous
SimpleFormController.showForm(HttpServletRequest, HttpServletResponse, BindException, Map)
variant with a "controlModel" argument.
- showForm(HttpServletRequest, HttpServletResponse, BindException, Map) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Deprecated. This implementation shows the configured form view.
- showNewForm(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Show a new form.
- showNewForm(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Deprecated. Show a new form.
- showPage(RenderRequest, BindException, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Prepare the form model and view, including reference and error data,
for the given page.
- showPage(HttpServletRequest, BindException, int) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Deprecated. Prepare the form model and view, including reference and error data,
for the given page.
- shutdown() -
Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- shutdown() -
Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabase
- Shutdown this embedded database.
- shutdown(DataSource, String) -
Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
- Shutdown the embedded database instance that backs dataSource.
- shutdown() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Stop the shared Connection, call
AbstractJmsListeningContainer.doShutdown()
,
and close this container.
- shutdown() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Perform a shutdown on the ThreadPoolExecutor.
- shutdown() -
Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- Perform a shutdown on the ThreadPoolExecutor.
- shutdown(boolean) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- shutdownDatabase() -
Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
- Hook to shutdown the embedded database.
- shutdownLogging() -
Static method in class org.springframework.util.Log4jConfigurer
- Shut down log4j, properly releasing all file locks.
- shutdownLogging(ServletContext) -
Static method in class org.springframework.web.util.Log4jWebConfigurer
- Shut down log4j, properly releasing all file locks
and resetting the web app root system property.
- shutdownNow() -
Method in class org.springframework.core.task.support.ExecutorServiceAdapter
-
- SimpleAliasRegistry - Class in org.springframework.core
- Simple implementation of the
AliasRegistry
interface. - SimpleAliasRegistry() -
Constructor for class org.springframework.core.SimpleAliasRegistry
-
- SimpleApplicationEventMulticaster - Class in org.springframework.context.event
- Simple implementation of the
ApplicationEventMulticaster
interface. - SimpleApplicationEventMulticaster() -
Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
- Create a new SimpleApplicationEventMulticaster.
- SimpleApplicationEventMulticaster(BeanFactory) -
Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
- Create a new SimpleApplicationEventMulticaster for the given BeanFactory.
- SimpleAspectInstanceFactory - Class in org.springframework.aop.aspectj
- Implementation of
AspectInstanceFactory
that creates a new instance
of the specified aspect class for every SimpleAspectInstanceFactory.getAspectInstance()
call. - SimpleAspectInstanceFactory(Class) -
Constructor for class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
- Create a new SimpleAspectInstanceFactory for the given aspect class.
- SimpleAsyncTaskExecutor - Class in org.springframework.core.task
TaskExecutor
implementation that fires up a new Thread for each task,
executing it asynchronously.- SimpleAsyncTaskExecutor() -
Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
- Create a new SimpleAsyncTaskExecutor with default thread name prefix.
- SimpleAsyncTaskExecutor(String) -
Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
- Create a new SimpleAsyncTaskExecutor with the given thread name prefix.
- SimpleAsyncTaskExecutor(ThreadFactory) -
Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
- Create a new SimpleAsyncTaskExecutor with the given external thread factory.
- SimpleAutowireCandidateResolver - Class in org.springframework.beans.factory.support
AutowireCandidateResolver
implementation to use when no annotation
support is available.- SimpleAutowireCandidateResolver() -
Constructor for class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
- SimpleBeanDefinitionRegistry - Class in org.springframework.beans.factory.support
- Simple implementation of the
BeanDefinitionRegistry
interface. - SimpleBeanDefinitionRegistry() -
Constructor for class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
-
- SimpleBeanFactoryAwareAspectInstanceFactory - Class in org.springframework.aop.config
- Implementation of
AspectInstanceFactory
that locates the aspect from the
BeanFactory
using a configured bean name. - SimpleBeanFactoryAwareAspectInstanceFactory() -
Constructor for class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- SimpleBeanTargetSource - Class in org.springframework.aop.target
- Simple
TargetSource
implementation,
freshly obtaining the specified target bean from its containing
Spring BeanFactory
. - SimpleBeanTargetSource() -
Constructor for class org.springframework.aop.target.SimpleBeanTargetSource
-
- SimpleBootstrapContext - Class in org.springframework.jca.support
- Simple implementation of the JCA 1.5
BootstrapContext
interface, used for bootstrapping a JCA ResourceAdapter in a local environment. - SimpleBootstrapContext(WorkManager) -
Constructor for class org.springframework.jca.support.SimpleBootstrapContext
- Create a new SimpleBootstrapContext for the given WorkManager,
with no XATerminator available.
- SimpleBootstrapContext(WorkManager, XATerminator) -
Constructor for class org.springframework.jca.support.SimpleBootstrapContext
- Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
- SimpleBurlapServiceExporter - Class in org.springframework.remoting.caucho
- HTTP request handler that exports the specified service bean as
Burlap service endpoint, accessible via a Burlap proxy.
- SimpleBurlapServiceExporter() -
Constructor for class org.springframework.remoting.caucho.SimpleBurlapServiceExporter
-
- SimpleCacheManager - Class in org.springframework.cache.support
- Simple cache manager working against a given collection of caches.
- SimpleCacheManager() -
Constructor for class org.springframework.cache.support.SimpleCacheManager
-
- SimpleClientHttpRequestFactory - Class in org.springframework.http.client
ClientHttpRequestFactory
implementation that uses standard J2SE facilities.- SimpleClientHttpRequestFactory() -
Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
-
- SimpleCommandLinePropertySource - Class in org.springframework.core.env
CommandLinePropertySource
implementation backed by a simple String array.- SimpleCommandLinePropertySource(String...) -
Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
- Create a new
SimpleCommandLinePropertySource
having the default name
and backed by the given String[]
of command line arguments.
- SimpleCommandLinePropertySource(String, String[]) -
Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
- Create a new
SimpleCommandLinePropertySource
having the given name
and backed by the given String[]
of command line arguments.
- SimpleConnectionHandle - Class in org.springframework.jdbc.datasource
- Simple implementation of the
ConnectionHandle
interface,
containing a given JDBC Connection. - SimpleConnectionHandle(Connection) -
Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
- Create a new SimpleConnectionHandle for the given Connection.
- SimpleConstructorNamespaceHandler - Class in org.springframework.beans.factory.xml
- Simple
NamespaceHandler
implementation that maps custom
attributes directly through to bean properties. - SimpleConstructorNamespaceHandler() -
Constructor for class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
-
- SimpleControllerHandlerAdapter - Class in org.springframework.web.portlet.mvc
- Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
- SimpleControllerHandlerAdapter() -
Constructor for class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-
- simpleControllerHandlerAdapter() -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- Returns a
SimpleControllerHandlerAdapter
for processing requests
with interface-based controllers.
- SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
- Adapter to use the plain
Controller
workflow interface with
the generic DispatcherServlet
. - SimpleControllerHandlerAdapter() -
Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- SimpleDriverDataSource - Class in org.springframework.jdbc.datasource
- Simple implementation of the standard JDBC
DataSource
interface,
configuring a plain old JDBC Driver
via bean properties, and returning
a new Connection
from every getConnection
call. - SimpleDriverDataSource() -
Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Constructor for bean-style configuration.
- SimpleDriverDataSource(Driver, String) -
Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, String, String) -
Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, Properties) -
Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleFormController - Class in org.springframework.web.portlet.mvc
- Deprecated. as of Spring 3.0, in favor of annotated controllers
- SimpleFormController() -
Constructor for class org.springframework.web.portlet.mvc.SimpleFormController
- Deprecated. Create a new SimpleFormController.
- SimpleFormController - Class in org.springframework.web.servlet.mvc
- Deprecated. as of Spring 3.0, in favor of annotated controllers
- SimpleFormController() -
Constructor for class org.springframework.web.servlet.mvc.SimpleFormController
- Deprecated. Create a new SimpleFormController.
- SimpleHessianServiceExporter - Class in org.springframework.remoting.caucho
- HTTP request handler that exports the specified service bean as
Hessian service endpoint, accessible via a Hessian proxy.
- SimpleHessianServiceExporter() -
Constructor for class org.springframework.remoting.caucho.SimpleHessianServiceExporter
-
- SimpleHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
- HttpInvokerRequestExecutor implementation that uses standard J2SE facilities
to execute POST requests, without support for HTTP authentication or
advanced configuration options.
- SimpleHttpInvokerRequestExecutor() -
Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
- SimpleHttpInvokerServiceExporter - Class in org.springframework.remoting.httpinvoker
- HTTP request handler that exports the specified service bean as
HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
- SimpleHttpInvokerServiceExporter() -
Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
-
- SimpleHttpServerFactoryBean - Class in org.springframework.remoting.support
FactoryBean
that creates a simple
HTTP server, based on the HTTP server that is included in Sun's JRE 1.6.- SimpleHttpServerFactoryBean() -
Constructor for class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
- SimpleHttpServerJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
- Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService
annotation) and exporting
them through the HTTP server included in Sun's JDK 1.6. - SimpleHttpServerJaxWsServiceExporter() -
Constructor for class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
- SimpleInstantiationStrategy - Class in org.springframework.beans.factory.support
- Simple object instantiation strategy for use in a BeanFactory.
- SimpleInstantiationStrategy() -
Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
- SimpleInstrumentableClassLoader - Class in org.springframework.instrument.classloading
- Simplistic implementation of an instrumentable
ClassLoader
. - SimpleInstrumentableClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
- Create a new
SimpleLoadTimeWeaver
for the given
ClassLoader
.
- SimpleJaxWsServiceExporter - Class in org.springframework.remoting.jaxws
- Simple exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService
annotation) and exporting
them with a configured base address (by default "http://localhost:8080/")
using the JAX-WS provider's built-in publication support. - SimpleJaxWsServiceExporter() -
Constructor for class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
-
- SimpleJdbcCall - Class in org.springframework.jdbc.core.simple
- A SimpleJdbcCall is a multi-threaded, reusable object representing a call
to a stored procedure or a stored function.
- SimpleJdbcCall(DataSource) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
- Constructor that takes one parameter with the JDBC DataSource to use when creating the
JdbcTemplate.
- SimpleJdbcCall(JdbcTemplate) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
- Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
- SimpleJdbcCallOperations - Interface in org.springframework.jdbc.core.simple
- Interface specifying the API for a Simple JDBC Call implemented by
SimpleJdbcCall
. - SimpleJdbcDaoSupport - Class in org.springframework.jdbc.core.simple
- Deprecated. since Spring 3.1 in favor of
JdbcDaoSupport
and
NamedParameterJdbcDaoSupport
. The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. - SimpleJdbcDaoSupport() -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
- Deprecated.
- SimpleJdbcInsert - Class in org.springframework.jdbc.core.simple
- A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert
capabilities for a table.
- SimpleJdbcInsert(DataSource) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- Constructor that takes one parameter with the JDBC DataSource to use when creating the
JdbcTemplate.
- SimpleJdbcInsert(JdbcTemplate) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
- SimpleJdbcInsertOperations - Interface in org.springframework.jdbc.core.simple
- Interface specifying the API for a Simple JDBC Insert implemented by
SimpleJdbcInsert
. - SimpleJdbcOperations - Interface in org.springframework.jdbc.core.simple
- Deprecated. since Spring 3.1 in favor of
JdbcOperations
and
NamedParameterJdbcOperations
. The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. - SimpleJdbcTemplate - Class in org.springframework.jdbc.core.simple
- Deprecated. since Spring 3.1 in favor of
JdbcTemplate
and
NamedParameterJdbcTemplate
. The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. - SimpleJdbcTemplate(DataSource) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
- Deprecated. Create a new SimpleJdbcTemplate for the given DataSource.
- SimpleJdbcTemplate(JdbcOperations) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
- Deprecated. Create a new SimpleJdbcTemplate for the given classic Spring JdbcTemplate.
- SimpleJdbcTemplate(NamedParameterJdbcOperations) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
- Deprecated. Create a new SimpleJdbcTemplate for the given Spring NamedParameterJdbcTemplate.
- simpleJdbcTemplate -
Variable in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
- Deprecated.
- simpleJdbcTemplate -
Variable in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- Deprecated. The SimpleJdbcTemplate that this base class manages, available to subclasses.
- simpleJdbcTemplate -
Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
- The SimpleJdbcTemplate that this base class manages, available to subclasses.
- simpleJdbcTemplate -
Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- The SimpleJdbcTemplate that this base class manages, available to subclasses.
- SimpleJdbcTestUtils - Class in org.springframework.test.jdbc
- A Java-5-based collection of JDBC related utility functions intended to
simplify standard database testing scenarios.
- SimpleJdbcTestUtils() -
Constructor for class org.springframework.test.jdbc.SimpleJdbcTestUtils
-
- SimpleJndiBeanFactory - Class in org.springframework.jndi.support
- Simple JNDI-based implementation of Spring's
BeanFactory
interface. - SimpleJndiBeanFactory() -
Constructor for class org.springframework.jndi.support.SimpleJndiBeanFactory
-
- SimpleLoadTimeWeaver - Class in org.springframework.instrument.classloading
LoadTimeWeaver
that builds and exposes a
SimpleInstrumentableClassLoader
.- SimpleLoadTimeWeaver() -
Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
- Create a new
SimpleLoadTimeWeaver
for the current context
ClassLoader
.
- SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) -
Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
- Create a new
SimpleLoadTimeWeaver
for the given
ClassLoader
.
- SimpleLocaleContext - Class in org.springframework.context.i18n
- Simple implementation of the
LocaleContext
interface,
always returning a specified Locale
. - SimpleLocaleContext(Locale) -
Constructor for class org.springframework.context.i18n.SimpleLocaleContext
- Create a new SimpleLocaleContext that exposes the specified Locale.
- SimpleMailMessage - Class in org.springframework.mail
- Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
- SimpleMailMessage() -
Constructor for class org.springframework.mail.SimpleMailMessage
- Create a new
SimpleMailMessage
.
- SimpleMailMessage(SimpleMailMessage) -
Constructor for class org.springframework.mail.SimpleMailMessage
- Copy constructor for creating a new
SimpleMailMessage
from the state
of an existing SimpleMailMessage
instance.
- SimpleMappingExceptionResolver - Class in org.springframework.web.portlet.handler
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a
set of given handlers or for all handlers in the DispatcherPortlet.- SimpleMappingExceptionResolver() -
Constructor for class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
- SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
HandlerExceptionResolver
implementation that allows for mapping exception
class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.- SimpleMappingExceptionResolver() -
Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- simpleMatch(String, String) -
Static method in class org.springframework.util.PatternMatchUtils
- Match a String against the given pattern, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- simpleMatch(String[], String) -
Static method in class org.springframework.util.PatternMatchUtils
- Match a String against the given patterns, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- SimpleMessageConverter - Class in org.springframework.jms.support.converter
- A simple message converter which is able to handle TextMessages, BytesMessages,
MapMessages, and ObjectMessages.
- SimpleMessageConverter() -
Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
-
- SimpleMessageConverter102 - Class in org.springframework.jms.support.converter
- Deprecated. as of Spring 3.0, in favor of the JMS 1.1 based
SimpleMessageConverter
- SimpleMessageConverter102() -
Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter102
- Deprecated.
- SimpleMessageListenerContainer - Class in org.springframework.jms.listener
- Message listener container that uses the plain JMS client API's
MessageConsumer.setMessageListener()
method to
create concurrent MessageConsumers for the specified listeners. - SimpleMessageListenerContainer() -
Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer
-
- SimpleMessageListenerContainer102 - Class in org.springframework.jms.listener
- Deprecated. as of Spring 3.0, in favor of the JMS 1.1 based
SimpleMessageListenerContainer
- SimpleMessageListenerContainer102() -
Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer102
- Deprecated.
- SimpleMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
- Implementation of
MetadataAwareAspectInstanceFactory
that
creates a new instance of the specified aspect class for every
SimpleAspectInstanceFactory.getAspectInstance()
call. - SimpleMetadataAwareAspectInstanceFactory(Class, String) -
Constructor for class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
- Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
- SimpleMetadataReaderFactory - Class in org.springframework.core.type.classreading
- Simple implementation of the
MetadataReaderFactory
interface,
creating a new ASM ClassReader
for every request. - SimpleMetadataReaderFactory() -
Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- Create a new SimpleMetadataReaderFactory for the default class loader.
- SimpleMetadataReaderFactory(ResourceLoader) -
Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- Create a new SimpleMetadataReaderFactory for the given resource loader.
- SimpleMetadataReaderFactory(ClassLoader) -
Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
- Create a new SimpleMetadataReaderFactory for the given class loader.
- SimpleNamespaceContext - Class in org.springframework.util.xml
- Simple
javax.xml.namespace.NamespaceContext
implementation. - SimpleNamespaceContext() -
Constructor for class org.springframework.util.xml.SimpleNamespaceContext
-
- SimpleNamingContext - Class in org.springframework.mock.jndi
- Simple implementation of a JNDI naming context.
- SimpleNamingContext() -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
- Create a new naming context.
- SimpleNamingContext(String) -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
- Create a new naming context with the given naming root.
- SimpleNamingContext(String, Hashtable<String, Object>, Hashtable<String, Object>) -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
- Create a new naming context with the given naming root,
the given name/object map, and the JNDI environment entries.
- SimpleNamingContextBuilder - Class in org.springframework.mock.jndi
- Simple implementation of a JNDI naming context builder.
- SimpleNamingContextBuilder() -
Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
- SimpleNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
- Simple implementation of the
NativeJdbcExtractor
interface. - SimpleNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
- SimplePortletHandlerAdapter - Class in org.springframework.web.portlet.handler
- Adapter to use the Portlet interface with the generic DispatcherPortlet.
- SimplePortletHandlerAdapter() -
Constructor for class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-
- SimplePortletPostProcessor - Class in org.springframework.web.portlet.handler
- Bean post-processor that applies initialization and destruction callbacks
to beans that implement the Portlet interface.
- SimplePortletPostProcessor() -
Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- SimplePropertyNamespaceHandler - Class in org.springframework.beans.factory.xml
- Simple
NamespaceHandler
implementation that maps custom attributes
directly through to bean properties. - SimplePropertyNamespaceHandler() -
Constructor for class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
-
- SimpleRecordOperation - Class in org.springframework.jca.cci.object
- EIS operation object that accepts a passed-in CCI input Record
and returns a corresponding CCI output Record.
- SimpleRecordOperation() -
Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
- Constructor that allows use as a JavaBean.
- SimpleRecordOperation(ConnectionFactory, InteractionSpec) -
Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
- Convenient constructor with ConnectionFactory and specifications
(connection and interaction).
- SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
- Simple subclass of
AbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing
all public methods and properties as operations and attributes. - SimpleReflectiveMBeanInfoAssembler() -
Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
- SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
- Basic invoker for a remote Stateless Session Bean.
- SimpleRemoteSlsbInvokerInterceptor() -
Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
- SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
- Convenient
FactoryBean
for remote SLSB proxies. - SimpleRemoteStatelessSessionProxyFactoryBean() -
Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- SimpleSaxErrorHandler - Class in org.springframework.util.xml
- Simple
org.xml.sax.ErrorHandler
implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation. - SimpleSaxErrorHandler(Log) -
Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
- Create a new SimpleSaxErrorHandler for the given
Commons Logging logger instance.
- SimpleSecurityContextProvider - Class in org.springframework.beans.factory.support
- Simple
SecurityContextProvider
implementation. - SimpleSecurityContextProvider() -
Constructor for class org.springframework.beans.factory.support.SimpleSecurityContextProvider
- Construct a new
SimpleSecurityContextProvider
instance.
- SimpleSecurityContextProvider(AccessControlContext) -
Constructor for class org.springframework.beans.factory.support.SimpleSecurityContextProvider
- Construct a new
SimpleSecurityContextProvider
instance.
- SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
- Adapter to use the Servlet interface with the generic DispatcherServlet.
- SimpleServletHandlerAdapter() -
Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
BeanPostProcessor
that applies initialization and destruction callbacks to beans that
implement the Servlet
interface.- SimpleServletPostProcessor() -
Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- SimpleSessionStatus - Class in org.springframework.web.bind.support
- Simple implementation of the
SessionStatus
interface,
keeping the complete
flag as an instance variable. - SimpleSessionStatus() -
Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
-
- SimpleSpringBeanELResolver - Class in org.springframework.beans.factory.access.el
- Simple concrete variant of
SpringBeanELResolver
, delegating
to a given BeanFactory
that the resolver was constructed with. - SimpleSpringBeanELResolver(BeanFactory) -
Constructor for class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
- Create a new SimpleSpringBeanELResolver for the given BeanFactory.
- SimpleSpringPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
- Tiles2
PreparerFactory
implementation
that expects preparer class names and builds preparer instances for those,
creating them through the Spring ApplicationContext in order to apply
Spring container callbacks and configured Spring BeanPostProcessors. - SimpleSpringPreparerFactory() -
Constructor for class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
-
- SimpleTaskWorkManager - Class in org.springframework.jca.work
- Simple JCA 1.5
WorkManager
implementation that
delegates to a Spring TaskExecutor
. - SimpleTaskWorkManager() -
Constructor for class org.springframework.jca.work.SimpleTaskWorkManager
-
- SimpleTheme - Class in org.springframework.ui.context.support
- Default
Theme
implementation, wrapping a name and an
underlying MessageSource
. - SimpleTheme(String, MessageSource) -
Constructor for class org.springframework.ui.context.support.SimpleTheme
- Create a SimpleTheme.
- SimpleThreadPoolTaskExecutor - Class in org.springframework.scheduling.quartz
- Subclass of Quartz's SimpleThreadPool that implements Spring's
TaskExecutor
interface
and listens to Spring lifecycle callbacks. - SimpleThreadPoolTaskExecutor() -
Constructor for class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- SimpleThreadScope - Class in org.springframework.context.support
- Thread-backed
Scope
implementation. - SimpleThreadScope() -
Constructor for class org.springframework.context.support.SimpleThreadScope
-
- SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
- ClassLoader that can be used to load classes without bringing them
into the parent loader.
- SimpleThrowawayClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
- Create a new SimpleThrowawayClassLoader for the given class loader.
- SimpleTraceInterceptor - Class in org.springframework.aop.interceptor
- Simple AOP Alliance
MethodInterceptor
that can be introduced
in a chain to display verbose trace information about intercepted method
invocations, with method entry and method exit info. - SimpleTraceInterceptor() -
Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
- Create a new SimpleTraceInterceptor with a static logger.
- SimpleTraceInterceptor(boolean) -
Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
- Create a new SimpleTraceInterceptor with dynamic or static logger,
according to the given flag.
- SimpleTransactionFactory - Class in org.springframework.transaction.jta
- Default implementation of the
TransactionFactory
strategy interface,
simply wrapping a standard JTA TransactionManager
. - SimpleTransactionFactory(TransactionManager) -
Constructor for class org.springframework.transaction.jta.SimpleTransactionFactory
- Create a new SimpleTransactionFactory for the given TransactionManager
- SimpleTransactionStatus - Class in org.springframework.transaction.support
- A simple
TransactionStatus
implementation. - SimpleTransactionStatus() -
Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
- Create a new instance of the
SimpleTransactionStatus
class,
indicating a new transaction.
- SimpleTransactionStatus(boolean) -
Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
- Create a new instance of the
SimpleTransactionStatus
class.
- SimpleTransformErrorListener - Class in org.springframework.util.xml
- Simple
javax.xml.transform.ErrorListener
implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation. - SimpleTransformErrorListener(Log) -
Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
- Create a new SimpleTransformErrorListener for the given
Commons Logging logger instance.
- SimpleTriggerBean - Class in org.springframework.scheduling.quartz
- Convenience subclass of Quartz's
SimpleTrigger
class,
making bean-style usage easier. - SimpleTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
-
- SimpleTriggerContext - Class in org.springframework.scheduling.support
- Simple data holder implementation of the
TriggerContext
interface. - SimpleTriggerContext() -
Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
- SimpleTriggerFactoryBean - Class in org.springframework.scheduling.quartz
- A Spring
FactoryBean
for creating a Quartz SimpleTrigger
instance, supporting bean-style usage for trigger configuration. - SimpleTriggerFactoryBean() -
Constructor for class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- SimpleTypeConverter - Class in org.springframework.beans
- Simple implementation of the TypeConverter interface that does not operate
on any specific target object.
- SimpleTypeConverter() -
Constructor for class org.springframework.beans.SimpleTypeConverter
-
- SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
- Implementation of the
HandlerMapping
interface to map from URLs to request handler beans. - SimpleUrlHandlerMapping() -
Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
- SimpleValueWrapper - Class in org.springframework.cache.support
- Straightforward implementation of
Cache.ValueWrapper
,
simply holding the value as given at construction and returning it from SimpleValueWrapper.get()
. - SimpleValueWrapper(Object) -
Constructor for class org.springframework.cache.support.SimpleValueWrapper
- Create a new SimpleValueWrapper instance for exposing the given value.
- SingleColumnRowMapper<T> - Class in org.springframework.jdbc.core
RowMapper
implementation that converts a single column into a single
result value per row.- SingleColumnRowMapper() -
Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
- Create a new SingleColumnRowMapper.
- SingleColumnRowMapper(Class<T>) -
Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
- Create a new SingleColumnRowMapper.
- SingleConnectionDataSource - Class in org.springframework.jdbc.datasource
- Implementation of
SmartDataSource
that wraps a single JDBC Connection
which is not closed after use. - SingleConnectionDataSource() -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Constructor for bean-style configuration.
- SingleConnectionDataSource(String, String, String, String, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Deprecated. since Spring 2.5. Driver parameter usage is generally not recommended
for a SingleConnectionDataSource. If you insist on using driver parameters
directly, set up the Driver class manually before invoking this DataSource.
- SingleConnectionDataSource(String, String, String, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(String, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(Connection, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Create a new SingleConnectionDataSource with a given Connection.
- SingleConnectionFactory - Class in org.springframework.jca.cci.connection
- A CCI ConnectionFactory adapter that returns the same Connection on all
getConnection
calls, and ignores calls to
Connection.close()
. - SingleConnectionFactory() -
Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory for bean-style usage.
- SingleConnectionFactory(Connection) -
Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory that always returns the
given Connection.
- SingleConnectionFactory(ConnectionFactory) -
Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory that always returns a single
Connection which it will lazily create via the given target
ConnectionFactory.
- SingleConnectionFactory - Class in org.springframework.jms.connection
- A JMS ConnectionFactory adapter that returns the same Connection
from all
SingleConnectionFactory.createConnection()
calls, and ignores calls to
Connection.close()
. - SingleConnectionFactory() -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory for bean-style usage.
- SingleConnectionFactory(Connection) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory that always returns the given Connection.
- SingleConnectionFactory(ConnectionFactory) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory that always returns a single
Connection that it will lazily create via the given target
ConnectionFactory.
- SingleConnectionFactory102 - Class in org.springframework.jms.connection
- Deprecated. as of Spring 3.0, in favor of the JMS 1.1 based
SingleConnectionFactory
- SingleConnectionFactory102() -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
- Deprecated. Create a new SingleConnectionFactory102 for bean-style usage.
- SingleConnectionFactory102(ConnectionFactory, boolean) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
- Deprecated. Create a new SingleConnectionFactory102 that always returns a single
Connection that it will lazily create via the given target
ConnectionFactory.
- SingleDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
- An implementation of the DataSourceLookup that simply wraps a
single given DataSource, returned for any data source name.
- SingleDataSourceLookup(DataSource) -
Constructor for class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
- Create a new instance of the
SingleDataSourceLookup
class.
- singleResult(Collection<T>) -
Static method in class org.springframework.dao.support.DataAccessUtils
- Return a single result object from the given Collection.
- SINGLETON_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- SINGLETON_KEY -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Special key to distinguish
owner.(singleton)=false
.
- SingletonAspectInstanceFactory - Class in org.springframework.aop.aspectj
- Implementation of
AspectInstanceFactory
that is backed by a
specified singleton object, returning the same instance for every
SingletonAspectInstanceFactory.getAspectInstance()
call. - SingletonAspectInstanceFactory(Object) -
Constructor for class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
- Create a new SingletonAspectInstanceFactory for the given aspect instance.
- SingletonBeanFactoryLocator - Class in org.springframework.beans.factory.access
- Keyed-singleton implementation of
BeanFactoryLocator
,
which accesses shared Spring BeanFactory
instances. - SingletonBeanFactoryLocator(String) -
Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Constructor which uses the the specified name as the resource name
of the definition file(s).
- SingletonBeanRegistry - Interface in org.springframework.beans.factory.config
- Interface that defines a registry for shared bean instances.
- SingletonMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
- Implementation of
MetadataAwareAspectInstanceFactory
that is backed
by a specified singleton object, returning the same instance for every
SingletonAspectInstanceFactory.getAspectInstance()
call. - SingletonMetadataAwareAspectInstanceFactory(Object, String) -
Constructor for class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
- Create a new SingletonMetadataAwareAspectInstanceFactory for the given aspect.
- SingletonTargetSource - Class in org.springframework.aop.target
- Implementation of the
TargetSource
interface
that holds a given object. - SingletonTargetSource(Object) -
Constructor for class org.springframework.aop.target.SingletonTargetSource
- Create a new SingletonTargetSource for the given target.
- size() -
Method in class org.springframework.beans.MutablePropertyValues
- Return the number of PropertyValue entries in the list.
- size() -
Method in class org.springframework.core.env.MutablePropertySources
- Return the number of
PropertySource
objects contained.
- size() -
Method in class org.springframework.http.HttpHeaders
-
- size() -
Method in class org.springframework.util.AutoPopulatingList
-
- size() -
Method in class org.springframework.util.CachingMapDecorator
-
- size() -
Method in class org.springframework.util.LinkedMultiValueMap
-
- SIZE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- skip -
Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- SKIP_REQUIRED_CHECK_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
- Bean definition attribute that may indicate whether a given bean is supposed
to be skipped when performing this post-processor's required property check.
- sleepInbetweenRecoveryAttempts() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Sleep according to the specified recovery interval.
- SmartApplicationListener - Interface in org.springframework.context.event
- Extended variant of the standard
ApplicationListener
interface,
exposing further metadata such as the supported event type. - SmartClassLoader - Interface in org.springframework.core
- Interface to be implemented by a reloading-aware ClassLoader
(e.g.
- SmartConnectionFactory - Interface in org.springframework.jms.connection
- Extension of the
javax.jms.ConnectionFactory
interface,
indicating how to release Connections obtained from it. - SmartContextLoader - Interface in org.springframework.test.context
- Strategy interface for loading an
application context
for an integration test managed by the Spring TestContext Framework. - SmartDataSource - Interface in org.springframework.jdbc.datasource
- Extension of the
javax.sql.DataSource
interface, to be
implemented by special DataSources that return JDBC Connections
in an unwrapped fashion. - SmartFactoryBean<T> - Interface in org.springframework.beans.factory
- Extension of the
FactoryBean
interface. - SmartInstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
- Extension of the
InstantiationAwareBeanPostProcessor
interface,
adding a callback for predicting the eventual type of a processed bean. - SmartLifecycle - Interface in org.springframework.context
- An extension of the
Lifecycle
interface for those objects that require to be
started upon ApplicationContext refresh and/or shutdown in a particular order. - SmartPersistenceUnitInfo - Interface in org.springframework.orm.jpa.persistenceunit
- Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaboration
between Spring's
LocalEntityManagerFactoryBean
and
PersistenceUnitManager
implementations. - SmartSessionBean - Interface in org.springframework.ejb.support
- Interface to be implemented by Session Beans that want
to expose important state to cooperating classes.
- SmartTransactionObject - Interface in org.springframework.transaction.support
- Interface to be implemented by transaction objects that are able to
return an internal rollback-only marker, typically from a another
transaction that has participated and marked it as rollback-only.
- SmartValidator - Interface in org.springframework.validation
- Extended variant of the
Validator
interface, adding support for
validation 'hints'. - SmartView - Interface in org.springframework.web.servlet
- Provides additional information about a View such as whether it
performs redirects.
- snapshot() -
Method in class org.springframework.beans.factory.parsing.ParseState
- Create a new instance of
ParseState
which is an independent snapshot
of this instance.
- SoapFaultException - Exception in org.springframework.remoting.soap
- RemoteInvocationFailureException subclass that provides the details
of a SOAP fault.
- SoapFaultException(String, Throwable) -
Constructor for exception org.springframework.remoting.soap.SoapFaultException
- Constructor for SoapFaultException.
- sort(List, SortDefinition) -
Static method in class org.springframework.beans.support.PropertyComparator
- Sort the given List according to the given sort definition.
- sort(Object[], SortDefinition) -
Static method in class org.springframework.beans.support.PropertyComparator
- Sort the given source according to the given sort definition.
- sort(List<?>) -
Static method in class org.springframework.core.OrderComparator
- Sort the given List with a default OrderComparator.
- sort(Object[]) -
Static method in class org.springframework.core.OrderComparator
- Sort the given array with a default OrderComparator.
- sortAdvisors(List<Advisor>) -
Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
- Sort the rest by AspectJ precedence.
- sortAdvisors(List<Advisor>) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- Sort advisors based on ordering.
- sortByQualityValue(List<MediaType>) -
Static method in class org.springframework.http.MediaType
- Sorts the given list of
MediaType
objects by quality value.
- sortBySpecificity(List<MediaType>) -
Static method in class org.springframework.http.MediaType
- Sorts the given list of
MediaType
objects by specificity.
- sortBySpecificityAndQuality(List<MediaType>) -
Static method in class org.springframework.http.MediaType
- Sorts the given list of
MediaType
objects by specificity as the
primary criteria and quality value the secondary.
- SortDefinition - Interface in org.springframework.beans.support
- Definition for sorting bean instances by a property.
- SortedResourcesFactoryBean - Class in org.springframework.jdbc.config
FactoryBean
implementation that takes a list of location Strings
and creates a sorted array of Resource
instances.- SortedResourcesFactoryBean(List<String>) -
Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- SortedResourcesFactoryBean(ResourceLoader, List<String>) -
Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
-
- sortStringArray(String[]) -
Static method in class org.springframework.util.StringUtils
- Turn given source String array into sorted array.
- source -
Variable in class org.springframework.core.env.PropertySource
-
- SourceExtractor - Interface in org.springframework.beans.factory.parsing
- Simple strategy allowing tools to control how source metadata is attached
to the bean definition metadata.
- SourceFilteringListener - Class in org.springframework.context.event
ApplicationListener
decorator that filters
events from a specified event source, invoking its delegate listener for
matching ApplicationEvent
objects only.- SourceFilteringListener(Object, ApplicationListener) -
Constructor for class org.springframework.context.event.SourceFilteringListener
- Create a SourceFilteringListener for the given event source.
- SourceFilteringListener(Object) -
Constructor for class org.springframework.context.event.SourceFilteringListener
- Create a SourceFilteringListener for the given event source,
expecting subclasses to override the
SourceFilteringListener.onApplicationEventInternal(org.springframework.context.ApplicationEvent)
method (instead of specifying a delegate listener).
- SourceHttpMessageConverter<T extends javax.xml.transform.Source> - Class in org.springframework.http.converter.xml
- Implementation of
HttpMessageConverter
that can read and write Source
objects. - SourceHttpMessageConverter() -
Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- SPAN_TAG -
Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
- The HTML '
span
' tag.
- SPECIFICITY_COMPARATOR -
Static variable in class org.springframework.http.MediaType
- Comparator used by
MediaType.sortBySpecificity(List)
.
- SpelEvaluationException - Exception in org.springframework.expression.spel
- Root exception for Spring EL related exceptions.
- SpelEvaluationException(SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelEvaluationException(int, SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelEvaluationException(int, Throwable, SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelEvaluationException(Throwable, SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelEvaluationException
-
- SpelExpression - Class in org.springframework.expression.spel.standard
- A SpelExpressions represents a parsed (valid) expression that is ready to be evaluated in a specified context.
- SpelExpression(String, SpelNodeImpl, SpelParserConfiguration) -
Constructor for class org.springframework.expression.spel.standard.SpelExpression
- Construct an expression, only used by the parser.
- SpelExpressionParser - Class in org.springframework.expression.spel.standard
- SpEL parser.
- SpelExpressionParser() -
Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
- Create a parser with standard configuration.
- SpelExpressionParser(SpelParserConfiguration) -
Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
- Create a parser with some configured behavior.
- SpelMessage - Enum in org.springframework.expression.spel
- Contains all the messages that can be produced by the Spring Expression Language.
- SpelMessage.Kind - Enum in org.springframework.expression.spel
-
- SpelNode - Interface in org.springframework.expression.spel
- Represents a node in the Ast for a parsed expression.
- SpelNodeImpl - Class in org.springframework.expression.spel.ast
- The common supertype of all AST nodes in a parsed Spring Expression Language format expression.
- SpelNodeImpl(int, SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.SpelNodeImpl
-
- SpelParseException - Exception in org.springframework.expression.spel
- Root exception for Spring EL related exceptions.
- SpelParseException(String, int, SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelParseException
-
- SpelParseException(int, SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelParseException
-
- SpelParseException(int, Throwable, SpelMessage, Object...) -
Constructor for exception org.springframework.expression.spel.SpelParseException
-
- SpelParserConfiguration - Class in org.springframework.expression.spel
- Configuration object for the SpEL expression parser.
- SpelParserConfiguration(boolean, boolean) -
Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
- split(String, String) -
Static method in class org.springframework.util.StringUtils
- Split a String at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String) -
Static method in class org.springframework.util.StringUtils
- Take an array Strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) -
Static method in class org.springframework.util.StringUtils
- Take an array Strings and split each element based on the given delimiter.
- splitSqlScript(String, char, List<String>) -
Static method in class org.springframework.test.jdbc.JdbcTestUtils
- Split an SQL script into separate statements delimited with the provided
delimiter character.
- SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
- Variable name of the RequestContext instance in the template model,
available to Spring's macros: e.g.
- SPRING_RESOURCE_LOADER -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CACHE -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CLASS -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_PATH -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SpringAsmInfo - Class in org.springframework.asm
- Placeholder to allow Javadoc generation.
- SpringAsmInfo() -
Constructor for class org.springframework.asm.SpringAsmInfo
-
- SpringBeanAutowiringInterceptor - Class in org.springframework.ejb.interceptor
- EJB3-compliant interceptor class that injects Spring beans into
fields and methods which are annotated with
@Autowired
. - SpringBeanAutowiringInterceptor() -
Constructor for class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
-
- SpringBeanAutowiringSupport - Class in org.springframework.web.context.support
- Convenient base class for self-autowiring classes that gets constructed
within a Spring-based web application.
- SpringBeanAutowiringSupport() -
Constructor for class org.springframework.web.context.support.SpringBeanAutowiringSupport
- This constructor performs injection on this instance,
based on the current web application context.
- SpringBeanELResolver - Class in org.springframework.beans.factory.access.el
- Unified EL
ELResolver
that delegates to a Spring BeanFactory,
resolving name references to Spring-defined beans. - SpringBeanELResolver() -
Constructor for class org.springframework.beans.factory.access.el.SpringBeanELResolver
-
- SpringBeanFacesELResolver - Class in org.springframework.web.jsf.el
- JSF 1.2
ELResolver
that delegates to the Spring root
WebApplicationContext
, resolving name references to
Spring-defined beans. - SpringBeanFacesELResolver() -
Constructor for class org.springframework.web.jsf.el.SpringBeanFacesELResolver
-
- SpringBeanJobFactory - Class in org.springframework.scheduling.quartz
- Subclass of
AdaptableJobFactory
that also supports Spring-style
dependency injection on bean properties. - SpringBeanJobFactory() -
Constructor for class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- SpringBeanPreparerFactory - Class in org.springframework.web.servlet.view.tiles2
- Tiles2
PreparerFactory
implementation
that expects preparer bean names and obtains preparer beans from the
Spring ApplicationContext. - SpringBeanPreparerFactory() -
Constructor for class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
-
- SpringBeanVariableResolver - Class in org.springframework.web.jsf
- This is a subclass of the JSF 1.1
DelegatingVariableResolver
,
letting Spring bean definitions override other attributes of the same name. - SpringBeanVariableResolver(VariableResolver) -
Constructor for class org.springframework.web.jsf.SpringBeanVariableResolver
-
- SpringBindingActionForm - Class in org.springframework.web.struts
- Deprecated. as of Spring 3.0
- SpringBindingActionForm() -
Constructor for class org.springframework.web.struts.SpringBindingActionForm
- Deprecated.
- SpringCacheAnnotationParser - Class in org.springframework.cache.annotation
- Strategy implementation for parsing Spring's
Caching
, Cacheable
,
CacheEvict
and CachePut
annotations. - SpringCacheAnnotationParser() -
Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser
-
- SpringConfiguredConfiguration - Class in org.springframework.context.annotation
@Configuration
class that registers an AnnotationBeanConfigurerAspect
capable of performing dependency injection services for non-Spring managed objects
annotated with @Configurable
.- SpringConfiguredConfiguration() -
Constructor for class org.springframework.context.annotation.SpringConfiguredConfiguration
-
- SpringConstraintValidatorFactory - Class in org.springframework.validation.beanvalidation
- JSR-303
ConstraintValidatorFactory
implementation that delegates to a
Spring BeanFactory for creating autowired ConstraintValidator
instances. - SpringConstraintValidatorFactory(AutowireCapableBeanFactory) -
Constructor for class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
- Create a new SpringConstraintValidatorFactory for the given BeanFactory.
- SpringContextResourceAdapter - Class in org.springframework.jca.context
- JCA 1.5
ResourceAdapter
implementation
that loads a Spring ApplicationContext
,
starting and stopping Spring-managed beans as part of the ResourceAdapter's
lifecycle. - SpringContextResourceAdapter() -
Constructor for class org.springframework.jca.context.SpringContextResourceAdapter
-
- SpringFailOnTimeout - Class in org.springframework.test.context.junit4.statements
SpringFailOnTimeout
is a custom JUnit 4.5+ Statement
which adds support for Spring's @Timed
annotation by throwing
an exception if the next statement in the execution chain takes more than the
specified number of milliseconds.- SpringFailOnTimeout(Statement, long) -
Constructor for class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
- Constructs a new
SpringFailOnTimeout
statement.
- SpringJtaSessionContext - Class in org.springframework.orm.hibernate4
- Spring-specific subclass of Hibernate's JTASessionContext,
setting
FlushMode.MANUAL
for read-only transactions. - SpringJtaSessionContext(SessionFactoryImplementor) -
Constructor for class org.springframework.orm.hibernate4.SpringJtaSessionContext
-
- SpringJtaSynchronizationAdapter - Class in org.springframework.transaction.jta
- Adapter that implements the JTA
Synchronization
interface delegating to an underlying Spring
TransactionSynchronization
. - SpringJtaSynchronizationAdapter(TransactionSynchronization) -
Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
- Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
- SpringJtaSynchronizationAdapter(TransactionSynchronization, UserTransaction) -
Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
- Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
- SpringJtaSynchronizationAdapter(TransactionSynchronization, TransactionManager) -
Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
- Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
- SpringJUnit4ClassRunner - Class in org.springframework.test.context.junit4
-
SpringJUnit4ClassRunner
is a custom extension of
BlockJUnit4ClassRunner
which provides functionality of the
Spring TestContext Framework to standard JUnit 4.5+ tests by means
of the TestContextManager
and associated support classes and
annotations. - SpringJUnit4ClassRunner(Class<?>) -
Constructor for class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
- Constructs a new
SpringJUnit4ClassRunner
and initializes a
TestContextManager
to provide Spring testing functionality to
standard JUnit tests.
- SpringLobCreatorSynchronization - Class in org.springframework.jdbc.support.lob
- Callback for resource cleanup at the end of a Spring transaction.
- SpringLobCreatorSynchronization(LobCreator) -
Constructor for class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
- Create a SpringLobCreatorSynchronization for the given LobCreator.
- SpringLocaleResolver - Class in org.springframework.web.servlet.view.tiles2
- Tiles LocaleResolver adapter that delegates to a Spring
LocaleResolver
,
exposing the DispatcherServlet-managed locale. - SpringLocaleResolver() -
Constructor for class org.springframework.web.servlet.view.tiles2.SpringLocaleResolver
-
- SpringModelMBean - Class in org.springframework.jmx.export
- Extension of the
RequiredModelMBean
class that ensures the
thread context ClassLoader
is switched
for the managed resource's ClassLoader
before any invocations occur. - SpringModelMBean() -
Constructor for class org.springframework.jmx.export.SpringModelMBean
- Construct a new SpringModelMBean instance with an empty
ModelMBeanInfo
.
- SpringModelMBean(ModelMBeanInfo) -
Constructor for class org.springframework.jmx.export.SpringModelMBean
- Construct a new SpringModelMBean instance with the given
ModelMBeanInfo
.
- SpringPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
- Proxy that implements the
PersistenceManager
interface,
delegating to the current thread-bound PersistenceManager (the Spring-managed
transactional PersistenceManager or the single OpenPersistenceManagerInView
PersistenceManager, if any) on each invocation. - SpringPersistenceManagerProxyBean() -
Constructor for class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
-
- SpringProxy - Interface in org.springframework.aop
- Marker interface implemented by all AOP proxies.
- SpringRepeat - Class in org.springframework.test.context.junit4.statements
SpringRepeat
is a custom JUnit 4.5+ Statement
which adds
support for Spring's @Repeat
annotation by repeating the
test for the specified number of times.- SpringRepeat(Statement, Method, int) -
Constructor for class org.springframework.test.context.junit4.statements.SpringRepeat
- Constructs a new
SpringRepeat
statement.
- SpringResourceLoader - Class in org.springframework.ui.velocity
- Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() -
Constructor for class org.springframework.ui.velocity.SpringResourceLoader
-
- SpringServletContainerInitializer - Class in org.springframework.web
- Servlet 3.0
ServletContainerInitializer
designed to support code-based
configuration of the servlet container using Spring's WebApplicationInitializer
SPI as opposed to (or possibly in combination with) the traditional
web.xml
-based approach. - SpringServletContainerInitializer() -
Constructor for class org.springframework.web.SpringServletContainerInitializer
-
- SpringSessionContext - Class in org.springframework.orm.hibernate3
- Implementation of Hibernate 3.1's CurrentSessionContext interface
that delegates to Spring's SessionFactoryUtils for providing a
Spring-managed current Session.
- SpringSessionContext(SessionFactoryImplementor) -
Constructor for class org.springframework.orm.hibernate3.SpringSessionContext
- Create a new SpringSessionContext for the given Hibernate SessionFactory.
- SpringSessionContext - Class in org.springframework.orm.hibernate4
- Implementation of Hibernate 3.1's CurrentSessionContext interface
that delegates to Spring's SessionFactoryUtils for providing a
Spring-managed current Session.
- SpringSessionContext(SessionFactoryImplementor) -
Constructor for class org.springframework.orm.hibernate4.SpringSessionContext
- Create a new SpringSessionContext for the given Hibernate SessionFactory.
- SpringTemplateLoader - Class in org.springframework.ui.freemarker
- FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
- SpringTemplateLoader(ResourceLoader, String) -
Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
- Create a new SpringTemplateLoader.
- springTestContextAfterTestClass() -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Delegates to the configured
TestContextManager
to call
'after test class'
callbacks.
- springTestContextAfterTestMethod(Method) -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Delegates to the configured
TestContextManager
to
post-process
the test method after the actual test has executed.
- springTestContextBeforeTestClass() -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Delegates to the configured
TestContextManager
to call
'before test class'
callbacks.
- springTestContextBeforeTestMethod(Method) -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Delegates to the configured
TestContextManager
to
pre-process
the test method before the actual test is executed.
- springTestContextPrepareTestInstance() -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Delegates to the configured
TestContextManager
to
prepare
this test
instance prior to execution of any individual tests, for example for
injecting dependencies, etc.
- SpringTilesApplicationContextFactory - Class in org.springframework.web.servlet.view.tiles2
- Spring-specific subclass of the standard Tiles AbstractTilesApplicationContextFactory,
passing given properties through as Tiles init-param map.
- SpringTilesApplicationContextFactory() -
Constructor for class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
-
- SpringTransactionAnnotationParser - Class in org.springframework.transaction.annotation
- Strategy implementation for parsing Spring's
Transactional
annotation. - SpringTransactionAnnotationParser() -
Constructor for class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
-
- SpringTransactionFactory - Class in org.springframework.orm.hibernate3
- Spring-aware implementation of the Hibernate TransactionFactory interface, aware of
Spring-synchronized transactions (in particular Spring-managed JTA transactions)
and asking for default release mode ON_CLOSE.
- SpringTransactionFactory() -
Constructor for class org.springframework.orm.hibernate3.SpringTransactionFactory
-
- SpringValidatorAdapter - Class in org.springframework.validation.beanvalidation
- Adapter that takes a JSR-303
javax.validator.Validator
and exposes it as a Spring Validator
while also exposing the original JSR-303 Validator interface itself. - SpringValidatorAdapter(Validator) -
Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- Create a new SpringValidatorAdapter for the given JSR-303 Validator.
- SpringVersion - Class in org.springframework.core
- Class that exposes the Spring version.
- SpringVersion() -
Constructor for class org.springframework.core.SpringVersion
-
- SQL_ERROR_CODE_DEFAULT_PATH -
Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
- The name of default SQL error code files, loading from the class path.
- SQL_ERROR_CODE_OVERRIDE_PATH -
Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
- The name of custom SQL error codes file, loading from the root
of the class path (e.g.
- SqlCall - Class in org.springframework.jdbc.object
- RdbmsOperation using a JdbcTemplate and representing a SQL-based
call such as a stored procedure or a stored function.
- SqlCall() -
Constructor for class org.springframework.jdbc.object.SqlCall
- Constructor to allow use as a JavaBean.
- SqlCall(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlCall
- Create a new SqlCall object with SQL, but without parameters.
- SQLErrorCodes - Class in org.springframework.jdbc.support
- JavaBean for holding JDBC error codes for a particular database.
- SQLErrorCodes() -
Constructor for class org.springframework.jdbc.support.SQLErrorCodes
-
- SQLErrorCodesFactory - Class in org.springframework.jdbc.support
- Factory for creating
SQLErrorCodes
based on the
"databaseProductName" taken from the DatabaseMetaData
. - SQLErrorCodesFactory() -
Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
- Create a new instance of the
SQLErrorCodesFactory
class.
- SQLErrorCodeSQLExceptionTranslator - Class in org.springframework.jdbc.support
- Implementation of
SQLExceptionTranslator
that analyzes vendor-specific error codes. - SQLErrorCodeSQLExceptionTranslator() -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Constructor for use as a JavaBean.
- SQLErrorCodeSQLExceptionTranslator(DataSource) -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Create a SQL error code translator for the given DataSource.
- SQLErrorCodeSQLExceptionTranslator(String) -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Create a SQL error code translator for the given database product name.
- SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Create a SQLErrorCode translator given these error codes.
- SQLExceptionSubclassTranslator - Class in org.springframework.jdbc.support
SQLExceptionTranslator
implementation which analyzes the specific
SQLException
subclass thrown by the JDBC driver.- SQLExceptionSubclassTranslator() -
Constructor for class org.springframework.jdbc.support.SQLExceptionSubclassTranslator
-
- SQLExceptionTranslator - Interface in org.springframework.jdbc.support
- Strategy interface for translating between
SQLExceptions
and Spring's data access strategy-agnostic DataAccessException
hierarchy. - SqlFunction<T> - Class in org.springframework.jdbc.object
- SQL "function" wrapper for a query that returns a single row of results.
- SqlFunction() -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Constructor to allow use as a JavaBean.
- SqlFunction(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SqlFunction object with SQL, but without parameters.
- SqlFunction(DataSource, String, int[]) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SqlFunction object with SQL and parameters.
- SqlFunction(DataSource, String, int[], Class<T>) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SqlFunction object with SQL, parameters and a result type.
- SqlInOutParameter - Class in org.springframework.jdbc.core
- Subclass of
SqlOutParameter
to represent an INOUT parameter. - SqlInOutParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, int) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, String, SqlReturnType) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
- Create a new SqlInOutParameter.
- SqlLobValue - Class in org.springframework.jdbc.core.support
- Object to represent an SQL BLOB/CLOB value parameter.
- SqlLobValue(byte[]) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB value with the given byte array,
using a DefaultLobHandler.
- SqlLobValue(byte[], LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB value with the given byte array.
- SqlLobValue(String) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given content string,
using a DefaultLobHandler.
- SqlLobValue(String, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given content string.
- SqlLobValue(InputStream, int) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB/CLOB value with the given stream,
using a DefaultLobHandler.
- SqlLobValue(InputStream, int, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB/CLOB value with the given stream.
- SqlLobValue(Reader, int) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given character stream,
using a DefaultLobHandler.
- SqlLobValue(Reader, int, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given character stream.
- SqlMapClientCallback<T> - Interface in org.springframework.orm.ibatis
- Callback interface for data access code that works with the iBATIS
SqlMapExecutor
interface. - SqlMapClientDaoSupport - Class in org.springframework.orm.ibatis.support
- Convenient super class for iBATIS SqlMapClient data access objects.
- SqlMapClientDaoSupport() -
Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
-
- SqlMapClientFactoryBean - Class in org.springframework.orm.ibatis
FactoryBean
that creates an
iBATIS SqlMapClient
.- SqlMapClientFactoryBean() -
Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean
-
- SqlMapClientOperations - Interface in org.springframework.orm.ibatis
- Interface that specifies a basic set of iBATIS SqlMapClient operations,
implemented by
SqlMapClientTemplate
. - SqlMapClientTemplate - Class in org.springframework.orm.ibatis
- Helper class that simplifies data access via the iBATIS
SqlMapClient
API, converting checked
SQLExceptions into unchecked DataAccessExceptions, following the
org.springframework.dao
exception hierarchy. - SqlMapClientTemplate() -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
- Create a new SqlMapClientTemplate.
- SqlMapClientTemplate(SqlMapClient) -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
- Create a new SqlMapTemplate.
- SqlMapClientTemplate(DataSource, SqlMapClient) -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
- Create a new SqlMapTemplate.
- SqlOperation - Class in org.springframework.jdbc.object
- Operation object representing a SQL-based operation such as a query or update,
as opposed to a stored procedure.
- SqlOperation() -
Constructor for class org.springframework.jdbc.object.SqlOperation
-
- SqlOutParameter - Class in org.springframework.jdbc.core
- Subclass of SqlParameter to represent an output parameter.
- SqlOutParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, int) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, String, SqlReturnType) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlParameter - Class in org.springframework.jdbc.core
- Object to represent a SQL parameter definition.
- SqlParameter(int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(int, String) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(int, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(SqlParameter) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Copy constructor.
- SqlParameterSource - Interface in org.springframework.jdbc.core.namedparam
- Interface that defines common functionality for objects that can
offer parameter values for named SQL parameters, serving as argument
for
NamedParameterJdbcTemplate
operations. - SqlParameterSourceUtils - Class in org.springframework.jdbc.core.namedparam
- Class that provides helper methods for the use of
SqlParameterSource
with SimpleJdbc
classes. - SqlParameterSourceUtils() -
Constructor for class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
-
- SqlParameterValue - Class in org.springframework.jdbc.core
- Object to represent a SQL parameter value, including parameter metadata
such as the SQL type and the scale for numeric values.
- SqlParameterValue(int, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
- Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(int, String, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
- Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(int, int, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
- Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(SqlParameter, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
- Create a new SqlParameterValue based on the given SqlParameter declaration.
- SqlProvider - Interface in org.springframework.jdbc.core
- Interface to be implemented by objects that can provide SQL strings.
- SqlQuery<T> - Class in org.springframework.jdbc.object
- Reusable operation object representing a SQL query.
- SqlQuery() -
Constructor for class org.springframework.jdbc.object.SqlQuery
- Constructor to allow use as a JavaBean.
- SqlQuery(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlQuery
- Convenient constructor with a
DataSource
and SQL string.
- SqlReturnResultSet - Class in org.springframework.jdbc.core
- Represents a returned
ResultSet
from a stored procedure call. - SqlReturnResultSet(String, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new instance of the
SqlReturnResultSet
class.
- SqlReturnResultSet(String, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new instance of the
SqlReturnResultSet
class.
- SqlReturnResultSet(String, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new instance of the
SqlReturnResultSet
class.
- SqlReturnType - Interface in org.springframework.jdbc.core
- Interface to be implemented for retrieving values for more complex database-specific
types not supported by the standard
CallableStatement.getObject
method. - SqlReturnUpdateCount - Class in org.springframework.jdbc.core
- Represents a returned update count from a stored procedure call.
- SqlReturnUpdateCount(String) -
Constructor for class org.springframework.jdbc.core.SqlReturnUpdateCount
- Create a new instance of the
SqlReturnUpdateCount
class.
- SqlRowSet - Interface in org.springframework.jdbc.support.rowset
- Mirror interface for
javax.sql.RowSet
, representing
disconnected java.sql.ResultSet
data. - SqlRowSetMetaData - Interface in org.springframework.jdbc.support.rowset
- Meta data interface for Spring's SqlRowSet,
analogous to
javax.sql.ResultSetMetaData
- SqlRowSetResultSetExtractor - Class in org.springframework.jdbc.core
- ResultSetExtractor implementation that returns a Spring SqlRowSet
representation for each given ResultSet.
- SqlRowSetResultSetExtractor() -
Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
-
- SqlServerCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
- SQL Server specific implementation for the
CallMetaDataProvider
interface. - SqlServerCallMetaDataProvider(DatabaseMetaData) -
Constructor for class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
-
- SqlServerMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer
that increments the maximum value of a given SQL Server table
with the equivalent of an auto-increment column.- SqlServerMaxValueIncrementer() -
Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
- Default constructor for bean property style usage.
- SqlServerMaxValueIncrementer(DataSource, String, String) -
Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
- Convenience constructor.
- SQLStateSQLExceptionTranslator - Class in org.springframework.jdbc.support
SQLExceptionTranslator
implementation that analyzes the SQL state in
the SQLException
based on the first two digits (the SQL state "class").- SQLStateSQLExceptionTranslator() -
Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
-
- sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
- sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
-
- sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.BlobStringType
-
- sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.ClobStringType
-
- sqlTypesToAnonymousParameterList(int[]) -
Static method in class org.springframework.jdbc.core.SqlParameter
- Convert a list of JDBC types, as defined in
java.sql.Types
,
to a List of SqlParameter objects as used in this package.
- SqlTypeValue - Interface in org.springframework.jdbc.core
- Interface to be implemented for setting values for more complex database-specific
types not supported by the standard
setObject
method. - SqlUpdate - Class in org.springframework.jdbc.object
- Reusable operation object representing a SQL update.
- SqlUpdate() -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Constructor to allow use as a JavaBean.
- SqlUpdate(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Constructs an update object with a given DataSource and SQL.
- SqlUpdate(DataSource, String, int[]) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Construct an update object with a given DataSource, SQL
and anonymous parameters.
- SqlUpdate(DataSource, String, int[], int) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Construct an update object with a given DataSource, SQL,
anonymous parameters and specifying the maximum number of rows
that may be affected.
- SqlValue - Interface in org.springframework.jdbc.support
- Simple interface for complex types to be set as statement parameters.
- SQLWarning() -
Method in exception org.springframework.jdbc.SQLWarningException
- Return the underlying SQLWarning.
- SQLWarningException - Exception in org.springframework.jdbc
- Exception thrown when we're not ignoring
SQLWarnings
. - SQLWarningException(String, SQLWarning) -
Constructor for exception org.springframework.jdbc.SQLWarningException
- Constructor for SQLWarningException.
- SqlXmlFeatureNotImplementedException - Exception in org.springframework.jdbc.support.xml
- Exception thrown when the underlying implementation does not support the
requested feature of the API.
- SqlXmlFeatureNotImplementedException(String) -
Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
- Constructor for SqlXmlFeatureNotImplementedException.
- SqlXmlFeatureNotImplementedException(String, Throwable) -
Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
- Constructor for SqlXmlFeatureNotImplementedException.
- SqlXmlHandler - Interface in org.springframework.jdbc.support.xml
- Abstraction for handling XML fields in specific databases.
- SqlXmlObjectMappingHandler - Interface in org.springframework.jdbc.support.xml
- Abstraction for handling XML object mapping to fields in a database.
- SqlXmlValue - Interface in org.springframework.jdbc.support.xml
- Subinterface of
SqlValue
that supports passing in XML data to specified column and adds a
cleanup callback, to be invoked after the value has been set and
the corresponding statement has been executed. - StaleAsyncRequestCheckingCallable - Class in org.springframework.web.context.request.async
- Invokes the next Callable in a chain and then checks if the AsyncWebRequest
provided to the constructor has ended before returning.
- StaleAsyncRequestCheckingCallable(AsyncWebRequest) -
Constructor for class org.springframework.web.context.request.async.StaleAsyncRequestCheckingCallable
-
- StaleAsyncWebRequestException - Exception in org.springframework.web.context.request.async
- Raised if a stale AsyncWebRequest is detected during async request processing.
- StaleAsyncWebRequestException(String) -
Constructor for exception org.springframework.web.context.request.async.StaleAsyncWebRequestException
-
- StandardAnnotationMetadata - Class in org.springframework.core.type
AnnotationMetadata
implementation that uses standard reflection
to introspect a given Class
.- StandardAnnotationMetadata(Class<?>) -
Constructor for class org.springframework.core.type.StandardAnnotationMetadata
- Create a new
StandardAnnotationMetadata
wrapper for the given Class.
- StandardAnnotationMetadata(Class<?>, boolean) -
Constructor for class org.springframework.core.type.StandardAnnotationMetadata
- Create a new
StandardAnnotationMetadata
wrapper for the given Class,
providing the option to return any nested annotations or annotation arrays in the
form of AnnotationAttributes
instead of actual Annotation
instances.
- StandardBeanExpressionResolver - Class in org.springframework.context.expression
- Standard implementation of the
BeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module. - StandardBeanExpressionResolver() -
Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
-
- StandardClassMetadata - Class in org.springframework.core.type
ClassMetadata
implementation that uses standard reflection
to introspect a given Class
.- StandardClassMetadata(Class) -
Constructor for class org.springframework.core.type.StandardClassMetadata
- Create a new StandardClassMetadata wrapper for the given Class.
- StandardEnvironment - Class in org.springframework.core.env
Environment
implementation suitable for use in 'standard' (i.e.- StandardEnvironment() -
Constructor for class org.springframework.core.env.StandardEnvironment
-
- StandardEvaluationContext - Class in org.springframework.expression.spel.support
- Provides a default EvaluationContext implementation.
- StandardEvaluationContext() -
Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
-
- StandardEvaluationContext(Object) -
Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
-
- StandardJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
- Standard implementation of the
JmsActivationSpecFactory
interface. - StandardJmsActivationSpecFactory() -
Constructor for class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
- StandardMethodMetadata - Class in org.springframework.core.type
MethodMetadata
implementation that uses standard reflection
to introspect a given Method
.- StandardMethodMetadata(Method) -
Constructor for class org.springframework.core.type.StandardMethodMetadata
- Create a new StandardMethodMetadata wrapper for the given Method.
- StandardMethodMetadata(Method, boolean) -
Constructor for class org.springframework.core.type.StandardMethodMetadata
- Create a new StandardMethodMetadata wrapper for the given Method.
- StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
- Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest
and its Part objects.
- StandardMultipartHttpServletRequest(HttpServletRequest) -
Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
- Create a new StandardMultipartHttpServletRequest wrapper for the given request.
- StandardOperatorOverloader - Class in org.springframework.expression.spel.support
-
- StandardOperatorOverloader() -
Constructor for class org.springframework.expression.spel.support.StandardOperatorOverloader
-
- StandardPersistenceManagerProxyBean - Class in org.springframework.orm.jdo.support
- Proxy that implements the
PersistenceManager
interface,
delegating to a thread-bound PersistenceManager on each invocation -
as defined by the JDO 2.1 specification. - StandardPersistenceManagerProxyBean() -
Constructor for class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
-
- StandardPortletEnvironment - Class in org.springframework.web.portlet.context
Environment
implementation to be used by Servlet
-based web
applications.- StandardPortletEnvironment() -
Constructor for class org.springframework.web.portlet.context.StandardPortletEnvironment
-
- StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
- A Servlet 3.0 implementation of
AsyncWebRequest
. - StandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) -
Constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- StandardServletEnvironment - Class in org.springframework.web.context.support
Environment
implementation to be used by Servlet
-based web
applications.- StandardServletEnvironment() -
Constructor for class org.springframework.web.context.support.StandardServletEnvironment
-
- StandardServletMultipartResolver - Class in org.springframework.web.multipart.support
- Standard implementation of the
MultipartResolver
interface,
based on the Servlet 3.0 Part
API. - StandardServletMultipartResolver() -
Constructor for class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
- StandardTypeComparator - Class in org.springframework.expression.spel.support
- A simple basic TypeComparator implementation.
- StandardTypeComparator() -
Constructor for class org.springframework.expression.spel.support.StandardTypeComparator
-
- StandardTypeConverter - Class in org.springframework.expression.spel.support
- Default implementation of the
TypeConverter
interface,
delegating to a core Spring ConversionService
. - StandardTypeConverter() -
Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
- StandardTypeConverter(ConversionService) -
Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
- StandardTypeLocator - Class in org.springframework.expression.spel.support
- A default implementation of a TypeLocator that uses the context classloader (or any classloader set upon it).
- StandardTypeLocator() -
Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
-
- StandardTypeLocator(ClassLoader) -
Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
-
- start() -
Method in interface org.springframework.context.Lifecycle
- Start this component.
- start() -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- start() -
Method in class org.springframework.context.support.DefaultLifecycleProcessor
- Start all registered beans that implement Lifecycle and are
not already running.
- start(BootstrapContext) -
Method in class org.springframework.jca.context.SpringContextResourceAdapter
- This implementation loads a Spring ApplicationContext through the
SpringContextResourceAdapter.createApplicationContext(javax.resource.spi.BootstrapContext)
template method.
- start() -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Activates the configured message endpoint.
- start() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Start this container.
- start() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Overridden to reset the stop callback, if any.
- start(Properties) -
Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
-
- start(Settings, Properties) -
Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
- start() -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Resumes the underlying TimerManager (if not shared).
- start() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- start() -
Method in class org.springframework.util.StopWatch
- Start an unnamed task.
- start(String) -
Method in class org.springframework.util.StopWatch
- Start a named task.
- startAsync() -
Method in interface org.springframework.web.context.request.async.AsyncWebRequest
- Mark the start of async request processing for example ensuring the
request remains open in order to be completed in a separate thread.
- startAsync() -
Method in class org.springframework.web.context.request.async.NoOpAsyncWebRequest
-
- startAsync() -
Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- startCallableChainProcessing() -
Method in class org.springframework.web.context.request.async.AsyncExecutionChain
- Start the async execution chain by submitting an
AsyncExecutionChainRunnable
instance to the TaskExecutor provided via
AsyncExecutionChain.setTaskExecutor(AsyncTaskExecutor)
and returning immediately.
- startDeferredResultProcessing(DeferredResult) -
Method in class org.springframework.web.context.request.async.AsyncExecutionChain
- Mark the start of async request processing accepting the provided
DeferredResult and initializing it such that if
DeferredResult.set(Object)
is called (from another thread),
the set Object value will be processed with the execution chain by
invoking AsyncExecutionChainRunnable
.
- startExpirationPeriod(int) -
Method in class org.springframework.web.servlet.FlashMap
- Start the expiration period for this instance.
- startNewTransaction() -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Deprecated. Start a new transaction.
- startScheduler(Scheduler, int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Start the Quartz Scheduler, respecting the "startupDelay" setting.
- startSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Start the shared Connection.
- startSharedConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- This implementations proceeds even after an exception thrown from
Connection.start()
, relying on listeners to perform
appropriate recovery.
- startsWithIgnoreCase(String, String) -
Static method in class org.springframework.util.StringUtils
- Test if the given String starts with the specified prefix,
ignoring upper/lower case.
- startTag(String) -
Method in class org.springframework.web.servlet.tags.form.TagWriter
- Start a new tag with the supplied name.
- startWork(Work) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- startWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- startWork(Work) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- startWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- state(boolean, String) -
Static method in class org.springframework.util.Assert
- Assert a boolean expression, throwing
IllegalStateException
if the test result is false
.
- state(boolean) -
Static method in class org.springframework.util.Assert
- Assert a boolean expression, throwing
IllegalStateException
if the test result is false
.
- STATE_COMMITTED -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
- STATE_MIXED -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
- STATE_ROLLED_BACK -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
- STATE_UNKNOWN -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
- Values for the outcome state of a heuristically completed transaction.
- StatementCallback<T> - Interface in org.springframework.jdbc.core
- Generic callback interface for code that operates on a JDBC Statement.
- StatementCreatorUtils - Class in org.springframework.jdbc.core
- Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator
implementations, providing sophisticated parameter management (including support
for LOB values).
- StatementCreatorUtils() -
Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
-
- StaticApplicationContext - Class in org.springframework.context.support
ApplicationContext
implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources.- StaticApplicationContext() -
Constructor for class org.springframework.context.support.StaticApplicationContext
- Create a new StaticApplicationContext.
- StaticApplicationContext(ApplicationContext) -
Constructor for class org.springframework.context.support.StaticApplicationContext
- Create a new StaticApplicationContext with the given parent.
- StaticLabeledEnum - Class in org.springframework.core.enums
- Deprecated. as of Spring 3.0, in favor of Java 5 enums.
- StaticLabeledEnum(int, String) -
Constructor for class org.springframework.core.enums.StaticLabeledEnum
- Deprecated. Create a new StaticLabeledEnum instance.
- StaticLabeledEnumResolver - Class in org.springframework.core.enums
- Deprecated. as of Spring 3.0, in favor of Java 5 enums.
- StaticLabeledEnumResolver() -
Constructor for class org.springframework.core.enums.StaticLabeledEnumResolver
- Deprecated.
- StaticListableBeanFactory - Class in org.springframework.beans.factory.support
- Static
BeanFactory
implementation
which allows to register existing singleton instances programmatically. - StaticListableBeanFactory() -
Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- StaticMessageSource - Class in org.springframework.context.support
- Simple implementation of
MessageSource
which allows messages to be registered programmatically. - StaticMessageSource() -
Constructor for class org.springframework.context.support.StaticMessageSource
-
- StaticMethodMatcher - Class in org.springframework.aop.support
- Convenient abstract superclass for static method matchers, which don't care
about arguments at runtime.
- StaticMethodMatcher() -
Constructor for class org.springframework.aop.support.StaticMethodMatcher
-
- StaticMethodMatcherPointcut - Class in org.springframework.aop.support
- Convenient superclass when we want to force subclasses to implement the
MethodMatcher
interface but subclasses will want to be pointcuts. - StaticMethodMatcherPointcut() -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- StaticMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
- Convenient base class for Advisors that are also static pointcuts.
- StaticMethodMatcherPointcutAdvisor() -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
- Create a new StaticMethodMatcherPointcutAdvisor,
expecting bean-style configuration.
- StaticMethodMatcherPointcutAdvisor(Advice) -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
- Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
- StaticPortletApplicationContext - Class in org.springframework.web.portlet.context
- Static Portlet-based
ApplicationContext
implementation for testing. - StaticPortletApplicationContext() -
Constructor for class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- StaticScriptSource - Class in org.springframework.scripting.support
- Static implementation of the
ScriptSource
interface,
encapsulating a given String that contains the script source text. - StaticScriptSource(String) -
Constructor for class org.springframework.scripting.support.StaticScriptSource
- Create a new StaticScriptSource for the given script.
- StaticScriptSource(String, String) -
Constructor for class org.springframework.scripting.support.StaticScriptSource
- Create a new StaticScriptSource for the given script.
- StaticWebApplicationContext - Class in org.springframework.web.context.support
- Static
WebApplicationContext
implementation for testing. - StaticWebApplicationContext() -
Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
-
- STATUS_COMMITTED -
Static variable in interface org.springframework.transaction.support.TransactionSynchronization
- Completion status in case of proper commit
- STATUS_ROLLED_BACK -
Static variable in interface org.springframework.transaction.support.TransactionSynchronization
- Completion status in case of proper rollback
- STATUS_UNKNOWN -
Static variable in interface org.springframework.transaction.support.TransactionSynchronization
- Completion status in case of heuristic mixed completion or system errors
- STATUS_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.BindTag
- Name of the exposed variable within the scope of this tag: "status".
- StaxUtils - Class in org.springframework.util.xml
- Convenience methods for working with the StAX API.
- StaxUtils() -
Constructor for class org.springframework.util.xml.StaxUtils
-
- stop() -
Method in interface org.springframework.context.Lifecycle
- Stop this component, typically in a synchronous fashion, such that
the component is fully stopped upon return of this method.
- stop(Runnable) -
Method in interface org.springframework.context.SmartLifecycle
- Indicates that a Lifecycle component must stop if it is currently running.
- stop() -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- stop() -
Method in class org.springframework.context.support.DefaultLifecycleProcessor
- Stop all registered beans that implement Lifecycle and are
currently running.
- stop() -
Method in class org.springframework.jca.context.SpringContextResourceAdapter
- This implementation closes the Spring ApplicationContext.
- stop() -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Deactivates the configured message endpoint.
- stop(Runnable) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
- stop() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Stop this container.
- stop(Runnable) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- stop(Runnable) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Stop this listener container, invoking the specific callback
once all listener processing has actually stopped.
- stop() -
Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
-
- stop() -
Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
-
- stop() -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Suspends the underlying TimerManager (if not shared).
- stop() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- stop(Runnable) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- stop() -
Method in class org.springframework.util.StopWatch
- Stop the current task.
- stopSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Stop the shared Connection.
- stopSharedConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- This implementations proceeds even after an exception thrown from
Connection.stop()
, relying on listeners to perform
appropriate recovery after a restart.
- StopWatch - Class in org.springframework.util
- Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
- StopWatch() -
Constructor for class org.springframework.util.StopWatch
- Construct a new stop watch.
- StopWatch(String) -
Constructor for class org.springframework.util.StopWatch
- Construct a new stop watch with the given id.
- StopWatch.TaskInfo - Class in org.springframework.util
- Inner class to hold data about one task executed within the stop watch.
- store() -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- store(Properties, OutputStream, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- store(Properties, Writer, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- store(Properties, OutputStream, String) -
Method in interface org.springframework.util.PropertiesPersister
- Write the contents of the given Properties object to the
given OutputStream.
- store(Properties, Writer, String) -
Method in interface org.springframework.util.PropertiesPersister
- Write the contents of the given Properties object to the
given Writer.
- storeAttribute(WebRequest, String, Object) -
Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
- storeAttribute(WebRequest, String, Object) -
Method in interface org.springframework.web.bind.support.SessionAttributeStore
- Store the supplied attribute in the backend session.
- storeAttributes(WebRequest, Map<String, ?>) -
Method in class org.springframework.web.method.annotation.SessionAttributesHandler
- Store a subset of the given attributes in the session.
- StoredProcedure - Class in org.springframework.jdbc.object
- Superclass for object abstractions of RDBMS stored procedures.
- StoredProcedure() -
Constructor for class org.springframework.jdbc.object.StoredProcedure
- Allow use as a bean.
- StoredProcedure(DataSource, String) -
Constructor for class org.springframework.jdbc.object.StoredProcedure
- Create a new object wrapper for a stored procedure.
- StoredProcedure(JdbcTemplate, String) -
Constructor for class org.springframework.jdbc.object.StoredProcedure
- Create a new object wrapper for a stored procedure.
- storeToXml(Properties, OutputStream, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- storeToXml(Properties, OutputStream, String, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- storeToXml(Properties, OutputStream, String) -
Method in interface org.springframework.util.PropertiesPersister
- Write the contents of the given Properties object to the
given XML OutputStream.
- storeToXml(Properties, OutputStream, String, String) -
Method in interface org.springframework.util.PropertiesPersister
- Write the contents of the given Properties object to the
given XML OutputStream.
- streamData(ResultSet) -
Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
- Stream LOB content from the given ResultSet to some OutputStream.
- StringArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
- Custom
PropertyEditor
for String arrays. - StringArrayPropertyEditor() -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Create a new StringArrayPropertyEditor with the default separator
(a comma).
- StringArrayPropertyEditor(String) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, boolean, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Create a new StringArrayPropertyEditor with the given separator.
- StringArrayPropertyEditor(String, String, boolean, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Create a new StringArrayPropertyEditor with the given separator.
- StringCodedLabeledEnum - Class in org.springframework.core.enums
- Deprecated. as of Spring 3.0, in favor of Java 5 enums.
- StringCodedLabeledEnum(String, String) -
Constructor for class org.springframework.core.enums.StringCodedLabeledEnum
- Deprecated. Create a new StringCodedLabeledEnum instance.
- StringHttpMessageConverter - Class in org.springframework.http.converter
- Implementation of
HttpMessageConverter
that can read and write strings. - StringHttpMessageConverter() -
Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
- StringLiteral - Class in org.springframework.expression.spel.ast
-
- StringLiteral(String, int, String) -
Constructor for class org.springframework.expression.spel.ast.StringLiteral
-
- StringMultipartFileEditor - Class in org.springframework.web.multipart.support
- Custom
PropertyEditor
for converting
MultipartFiles
to Strings. - StringMultipartFileEditor() -
Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
- Create a new
StringMultipartFileEditor
, using the default charset.
- StringMultipartFileEditor(String) -
Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
- Create a new
StringMultipartFileEditor
, using the given charset.
- StringTrimmerEditor - Class in org.springframework.beans.propertyeditors
- Property editor that trims Strings.
- StringTrimmerEditor(boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
- Create a new StringTrimmerEditor.
- StringTrimmerEditor(String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
- Create a new StringTrimmerEditor.
- StringUtils - Class in org.springframework.util
- Miscellaneous
String
utility methods. - StringUtils() -
Constructor for class org.springframework.util.StringUtils
-
- StringValueResolver - Interface in org.springframework.util
- Simple strategy interface for resolving a String value.
- stripFilenameExtension(String) -
Static method in class org.springframework.util.StringUtils
- Strip the filename extension from the given path,
e.g.
- style(Object) -
Method in class org.springframework.core.style.DefaultValueStyler
-
- style(Object) -
Static method in class org.springframework.core.style.StylerUtils
- Style the specified value according to default conventions.
- style(Object) -
Method in interface org.springframework.core.style.ValueStyler
- Style the given value, returning a String representation.
- STYLE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- styleEnd(StringBuilder, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleEnd(StringBuilder, Object) -
Method in interface org.springframework.core.style.ToStringStyler
- Style a
toString()
'ed object after it's fields are styled.
- styleField(StringBuilder, String, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleField(StringBuilder, String, Object) -
Method in interface org.springframework.core.style.ToStringStyler
- Style a field value as a string.
- styleFieldEnd(StringBuilder, String) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleFieldSeparator(StringBuilder) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleFieldSeparator(StringBuilder) -
Method in interface org.springframework.core.style.ToStringStyler
- Style the field separator.
- styleFieldStart(StringBuilder, String) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- StylerUtils - Class in org.springframework.core.style
- Simple utility class to allow for convenient access to value
styling logic, mainly to support descriptive logging messages.
- StylerUtils() -
Constructor for class org.springframework.core.style.StylerUtils
-
- styleStart(StringBuilder, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleStart(StringBuilder, Object) -
Method in interface org.springframework.core.style.ToStringStyler
- Style a
toString()
'ed object before its fields are styled.
- styleValue(StringBuilder, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
-
- styleValue(StringBuilder, Object) -
Method in interface org.springframework.core.style.ToStringStyler
- Style the given value.
- subList(int, int) -
Method in class org.springframework.util.AutoPopulatingList
-
- submit(Runnable) -
Method in interface org.springframework.core.task.AsyncTaskExecutor
- Submit a Runnable task for execution, receiving a Future representing that task.
- submit(Callable<T>) -
Method in interface org.springframework.core.task.AsyncTaskExecutor
- Submit a Callable task for execution, receiving a Future representing that task.
- submit(Runnable) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- submit(Callable<T>) -
Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
- submit(Runnable) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- submit(Runnable) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Deprecated.
- submit(Callable<T>) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Deprecated.
- SUBMIT_IMAGE_SUFFIXES -
Static variable in class org.springframework.web.util.WebUtils
- Name suffixes in case of image buttons
- SubscriptionNameProvider - Interface in org.springframework.jms.listener
- Interface to be implemented by message listener objects that suggest a specific
name for a durable subscription that they might be registered with.
- substituteNamedParameters(ParsedSql, SqlParameterSource) -
Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
- Parse the SQL statement and locate any placeholders or named parameters.
- substituteNamedParameters(String, SqlParameterSource) -
Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
- Parse the SQL statement and locate any placeholders or named parameters.
- substringMatch(CharSequence, int, CharSequence) -
Static method in class org.springframework.util.StringUtils
- Test whether the given string matches the given substring
at the given index.
- suggestedClassName() -
Method in interface org.springframework.scripting.ScriptSource
- Determine a class name for the underlying script.
- suggestedClassName() -
Method in class org.springframework.scripting.support.ResourceScriptSource
-
- suggestedClassName() -
Method in class org.springframework.scripting.support.StaticScriptSource
-
- supportedDatabaseProductsForFunctions -
Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
- List of supported database products for function calls
- supportedDatabaseProductsForProcedures -
Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
- List of supported database products for procedure calls
- supports(Class<?>) -
Method in class org.springframework.http.converter.AbstractHttpMessageConverter
- Indicates whether the given class is supported by this converter.
- supports(Class<?>) -
Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.ResourceHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.StringHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
- supports(Class<?>) -
Method in class org.springframework.oxm.castor.CastorMarshaller
- Returns
true
for all classes, i.e.
- supports(Type) -
Method in interface org.springframework.oxm.GenericMarshaller
- Indicates whether this marshaller can marshal instances of the supplied generic type.
- supports(Type) -
Method in interface org.springframework.oxm.GenericUnmarshaller
- Indicates whether this marshaller can marshal instances of the supplied generic type.
- supports(Class<?>) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supports(Type) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- supports(Class<?>) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- supports(Class<?>) -
Method in interface org.springframework.oxm.Marshaller
- Indicates whether this marshaller can marshal instances of the supplied type.
- supports(Class<?>) -
Method in interface org.springframework.oxm.Unmarshaller
- Indicates whether this unmarshaller can unmarshal instances of the supplied type.
- supports(Class<?>) -
Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
- This implementation returns true if the given class is an implementation of
XmlObject
.
- supports(Class) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- supports(Class<?>) -
Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
- supports(Class<?>) -
Method in interface org.springframework.validation.Validator
- Can this
Validator
validate
instances of the supplied clazz
?
- supports(Object) -
Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
-
- supports(Object) -
Method in interface org.springframework.web.portlet.HandlerAdapter
- Given a handler instance, return whether or not this HandlerAdapter can
support it.
- supports(Object) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- supports(Object) -
Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
-
- supports(Object) -
Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- supports(Object) -
Method in interface org.springframework.web.servlet.HandlerAdapter
- Given a handler instance, return whether or not this HandlerAdapter can
support it.
- supports(Object) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- supports(Object) -
Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
-
- supports(Object) -
Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
- Given a handler instance, return whether or not this HandlerAdapter can
support it.
- supports(Object) -
Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- supportsAdvice(Advice) -
Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
- Does this adapter understand this advice object? Is it valid to
invoke the
getInterceptors
method with an Advisor that
contains this advice as an argument?
- supportsAggressiveRelease() -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
- This implementation returns
false
: We cannot guarantee
to receive the same Connection within a transaction, not even when
dealing with a JNDI DataSource.
- supportsAggressiveRelease() -
Method in class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
- This implementation returns
true
,
since we're assuming a JTA DataSource.
- supportsAggressiveRelease() -
Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
- This implementation returns
true
: We can guarantee
to receive the same Connection within a transaction, as we are
exposing a TransactionAwareDataSourceProxy.
- supportsBatchUpdates(Connection) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Return whether the given JDBC driver supports JDBC 2.0 batch updates.
- supportsEntityManagerFactoryPlusOperations() -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
- supportsEntityManagerFactoryPlusOperations() -
Method in interface org.springframework.orm.jpa.JpaDialect
- Return whether the EntityManagerFactoryPlus(Operations) interface is
supported by this provider.
- supportsEntityManagerPlusOperations() -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
- supportsEntityManagerPlusOperations() -
Method in interface org.springframework.orm.jpa.JpaDialect
- Return whether the EntityManagerPlus(Operations) interface is
supported by this provider.
- supportsEvent(ApplicationListener, Class<? extends ApplicationEvent>, Class) -
Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- Determine whether the given listener supports the given event.
- supportsEventType(Class<? extends ApplicationEvent>) -
Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsEventType(Class<? extends ApplicationEvent>) -
Method in interface org.springframework.context.event.SmartApplicationListener
- Determine whether this listener actually supports the given event type.
- supportsEventType(Class<? extends ApplicationEvent>) -
Method in class org.springframework.context.event.SourceFilteringListener
-
- supportsInternal(HandlerMethod) -
Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
- Given a handler method, return whether or not this adapter can support it.
- supportsInternal(HandlerMethod) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- Always return
true
since any method argument and return value
type will be processed in some way.
- supportsLobParameters() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- BatchSqlUpdate does not support BLOB or CLOB parameters.
- supportsLobParameters() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Return whether BLOB/CLOB parameters are supported for this kind of operation.
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
- Actually resolve the value and check the resolved value is not
WebArgumentResolver.UNRESOLVED
absorbing _any_ exceptions.
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
- Supports the following:
@RequestParam-annotated method arguments.
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
- Whether the given method parameter is
supported by this resolver.
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
- Whether the given method parameter is supported by any registered
HandlerMethodArgumentResolver
.
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
- Supports the following:
Annotated with
@RequestPart
Of type MultipartFile
unless annotated with @RequestParam
.
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- supportsParameter(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
-
- supportsProceedingJoinPoint() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- supportsProceedingJoinPoint() -
Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
-
- supportsResourceAdapterManagedTransactions() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- supportsResourceAdapterManagedTransactions() -
Method in class org.springframework.transaction.jta.SimpleTransactionFactory
-
- supportsResourceAdapterManagedTransactions() -
Method in interface org.springframework.transaction.jta.TransactionFactory
- Determine whether the underlying transaction manager supports XA transactions
managed by a resource adapter (i.e.
- supportsResourceAdapterManagedTransactions() -
Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
- Returns
true
since WebSphere ResourceAdapters (as exposed in JNDI)
implicitly perform transaction enlistment if the MessageEndpointFactory's
isDeliveryTransacted
method returns true
.
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.method.annotation.MapMethodProcessor
-
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
- Return
true
if there is a method-level @ModelAttribute
or if it is a non-simple type when annotationNotRequired=true
.
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.method.annotation.ModelMethodProcessor
-
- supportsReturnType(MethodParameter) -
Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
- Whether the given method return type is
supported by this handler.
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
- Whether the given method return type is supported by any registered
HandlerMethodReturnValueHandler
.
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
-
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
- Always returns
true
.
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
-
- supportsReturnType(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
- supportsSavepoints() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
- Return whether JDBC 3.0 Savepoints are supported.
- supportsSourceType(Class<?>) -
Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- supportsSourceType(Class<?>) -
Method in interface org.springframework.context.event.SmartApplicationListener
- Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) -
Method in class org.springframework.context.event.SourceFilteringListener
-
- supportsTypeLevelMappings() -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Indicates whether this handler mapping support type-level mappings.
- supportsTypeLevelMappings() -
Method in class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
- suppress(String) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
- Ensure that a resource with the given path is not found.
- suppressBinding(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Return whether to suppress binding for the given request.
- suppressBinding(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Return whether to suppress binding for the given request.
- suppressInterface(Class) -
Method in class org.springframework.aop.support.IntroductionInfoSupport
- Suppress the specified interface, which may have been autodetected
due to the delegate implementing it.
- suppressValidation(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Deprecated. Return whether to suppress validation for the given request.
- suppressValidation(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Deprecated. This implementation delegates to
SimpleFormController.isFormChangeRequest(javax.portlet.PortletRequest)
:
A form change request changes the appearance of the form
and should not get validated but just show the new form.
- suppressValidation(HttpServletRequest, Object, BindException) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Return whether to suppress validation for the given request.
- suppressValidation(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. Return whether to suppress validation for the given request.
- suppressValidation(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Deprecated. as of Spring 2.0.4, in favor of the
BaseCommandController.suppressValidation(HttpServletRequest, Object)
variant
- suppressValidation(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
- Deprecated. Suppress validation for an explicit cancel request too.
- suppressValidation(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Deprecated. This implementation delegates to
SimpleFormController.isFormChangeRequest(HttpServletRequest, Object)
:
A form change request changes the appearance of the form and should not get
validated but just show the new form.
- suspend(Object) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Suspend the given transaction.
- suspend() -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
- suspend() -
Method in interface org.springframework.transaction.support.TransactionSynchronization
- Suspend this synchronization.
- suspend() -
Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- swap(Object) -
Method in class org.springframework.aop.target.HotSwappableTargetSource
- Swap the target, returning the old target object.
- SybaseAnywhereMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer
that increments
the maximum value of a given Sybase SQL Anywhere table
with the equivalent of an auto-increment column.- SybaseAnywhereMaxValueIncrementer() -
Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
- Default constructor for bean property style usage.
- SybaseAnywhereMaxValueIncrementer(DataSource, String, String) -
Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
- Convenience constructor.
- SybaseCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
- Sybase specific implementation for the
CallMetaDataProvider
interface. - SybaseCallMetaDataProvider(DatabaseMetaData) -
Constructor for class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
-
- SybaseMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer
that increments
the maximum value of a given Sybase SQL Server table
with the equivalent of an auto-increment column.- SybaseMaxValueIncrementer() -
Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
- Default constructor for bean property style usage.
- SybaseMaxValueIncrementer(DataSource, String, String) -
Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
- Convenience constructor.
- SynchedLocalTransactionFailedException - Exception in org.springframework.jms.connection
- Exception thrown when a synchronized local transaction failed to complete
(after the main transaction has already completed).
- SynchedLocalTransactionFailedException(String, JMSException) -
Constructor for exception org.springframework.jms.connection.SynchedLocalTransactionFailedException
- Create a new SynchedLocalTransactionFailedException.
- SYNCHRONIZATION_ALWAYS -
Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Always activate transaction synchronization, even for "empty" transactions
that result from PROPAGATION_SUPPORTS with no existing backend transaction.
- SYNCHRONIZATION_NEVER -
Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Never active transaction synchronization, not even for actual transactions.
- SYNCHRONIZATION_ON_ACTUAL_TRANSACTION -
Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Activate transaction synchronization only for actual transactions,
that is, not for empty ones that result from PROPAGATION_SUPPORTS with
no existing backend transaction.
- SyncTaskExecutor - Class in org.springframework.core.task
TaskExecutor
implementation that executes each task synchronously
in the calling thread.- SyncTaskExecutor() -
Constructor for class org.springframework.core.task.SyncTaskExecutor
-
- SYSTEM_ENVIRONMENT_BEAN_NAME -
Static variable in interface org.springframework.context.ConfigurableApplicationContext
- Name of the System environment bean in the factory.
- SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME -
Static variable in class org.springframework.core.env.StandardEnvironment
- System environment property source name: "systemEnvironment"
- SYSTEM_PROPERTIES_BEAN_NAME -
Static variable in interface org.springframework.context.ConfigurableApplicationContext
- Name of the System properties bean in the factory.
- SYSTEM_PROPERTIES_MODE_FALLBACK -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Check system properties if not resolvable in the specified properties.
- SYSTEM_PROPERTIES_MODE_NEVER -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Never check system properties.
- SYSTEM_PROPERTIES_MODE_OVERRIDE -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Check system properties first, before trying the specified properties.
- SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME -
Static variable in class org.springframework.core.env.StandardEnvironment
- JVM system properties property source name: "systemProperties"
- SystemEnvironmentPropertySource - Class in org.springframework.core.env
- Specialization of
MapPropertySource
designed for use with
system environment variables. - SystemEnvironmentPropertySource(String, Map<String, Object>) -
Constructor for class org.springframework.core.env.SystemEnvironmentPropertySource
- Create a new
SystemEnvironmentPropertySource
with the given name and
delegating to the given MapPropertySource
.
- SystemProfileValueSource - Class in org.springframework.test.annotation
- Implementation of
ProfileValueSource
which uses system properties as
the underlying source. - SystemPropertyUtils - Class in org.springframework.util
- Helper class for resolving placeholders in texts.
- SystemPropertyUtils() -
Constructor for class org.springframework.util.SystemPropertyUtils
-
TableMetaDataProvider
implementation based on the type of databse being used.Strings
to web scopes.Writer
instance.TagWriter
class that writes to
the supplied PageContext
.
TagWriter
class that writes to
the supplied Writer
.
TargetSource
is used to obtain the current "target" of
an AOP invocation, which will be invoked via reflection if no around
advice chooses to end the interceptor chain itself.Runnable
to be executed as a task, typically at a
scheduled time or interval.Task
.
Runnable
.java.util.concurrent.Executor
and
exposes a Spring TaskExecutor
for it.NamespaceHandler
for the 'task' namespace.TaskExecutor
rejects to accept
a given task for execution.TaskRejectedException
with the specified detail message and no root cause.
TaskRejectedException
with the specified detail message and the given root cause.
Runnables
based on different kinds of triggers.AsyncTaskExecutor
rejects to accept
a given task for execution because of the specified timeout.TaskTimeoutException
with the specified detail message and no root cause.
TaskTimeoutException
with the specified detail message and the given root cause.
java.io.File
.
ParserContext
implementation for template parsing.abstract
method and
provide the test logic.
TestContext
encapsulates the context in which a test is executed,
agnostic of the actual testing framework in use.TestContextManager
is the main entry point into the
Spring TestContext Framework, which provides support for loading and
accessing application contexts
, dependency
injection of test instances,
transactional
execution of test methods, etc.TestContextManager.TestContextManager(Class, String)
with a value of
null
for the default ContextLoader
class name.
TestContextManager
for the specified test class
and automatically registers
the
TestExecutionListeners
configured for the test class
via the @TestExecutionListeners
annotation.
TestExecutionListener
defines a listener API for
reacting to test execution events published by the TestContextManager
with which the listener is registered.TestExecutionListeners
defines class-level metadata for
configuring which TestExecutionListeners
should
be registered with a TestContextManager
.text/html
.
MediaType.TEXT_HTML
.
text/plain
.
MediaType.TEXT_PLAIN
.
text/xml
.
MediaType.TEXT_XML
.
textarea
'.Themes
.ThreadPoolExecutor
in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds",
"queueCapacity" properties) and exposing it as a bean reference of its native
ExecutorService
type.ThreadPoolExecutor
in bean
style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
properties), exposing it as a Spring TaskExecutor
.ThreadPoolExecutor
in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
properties) and exposing it as a Spring TaskExecutor
.TaskScheduler
interface, wrapping
a native ScheduledThreadPoolExecutor
.View
implementation that retrieves a
Tiles definition.UrlBasedViewResolver
that supports TilesView
(i.e.specified time period
.scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService
TimerManager
Defines common configuration settings and common lifecycle handling.FactoryBean
that retrieves a
CommonJ TimerManager
and exposes it for bean references.TaskScheduler
interface, wrapping
a CommonJ TimerManager
.scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService
Timer
.
java.util.TimeZone
, translating timezone IDs into
TimeZone objects.TomcatInstrumentableClassLoader
using the
current context class loader.
TomcatInstrumentableClassLoader
with the
supplied class loader as parent.
TextMessage
or
BytesMessage
.
Map<K, List<V>>
to an MultiValueMap<K,V>
.
EclipseLinkJpaDialect
EclipseLinkJpaVendorAdapter
toString()
will normally be delegated to the target,
this returns the equivalent for the AOP proxy.
MultiValueMap
.
null
).
null
).
AbstractComponentDefinition.getDescription()
.
ParseState
.
MediaType
objects.
test class
,
locations
, annotated classes
,
active profiles
, and the name of the
ContextLoader
.
getTaskInfo()
and use the task info directly.
toString()
.
toString()
.
toString()
methods
with pluggable styling conventions.toString()
methods.URI
from this UriComponents
instance.
UriComponents
instance.
Configuration
class.
TestExecutionListener
that provides support for executing
tests within transactions by using the
@Transactional
and @NotTransactional
annotations.TransactionInterceptor
or an AspectJ aspect.BeanFactoryUtils
rollbackOn
specification to TransactionDefinition
.TransactionAttribute
objects.TransactionAttributeSource
, used to include
a TransactionInterceptor
only for methods that are transactional.TransactionAttributeSource
.ConnectionFactory
, adding
awareness of Spring-managed transactions.ConnectionFactory
, adding awareness of
Spring-managed transactions.DataSource
, adding awareness of
Spring-managed transactions.PersistenceManagerFactory
,
returning the current thread-bound PersistenceManager (the Spring-managed
transactional PersistenceManager or the single OpenPersistenceManagerInView
PersistenceManager) on getPersistenceManager()
, if any.Transaction
objects based on specified transactional characteristics.PlatformTransactionManager
).AbstractTransactionManagementConfiguration
should be used based on the value of EnableTransactionManagement.mode()
on the
importing @Configuration
class.Configuration
classes annotated with @EnableTransactionManagement
that wish
or need to specify explicitly the PlatformTransactionManager
bean to be used
for annotation-driven transaction management, as opposed to the default approach of a
by-type lookup.TransactionSynchronization
adapter containing empty
method implementations, for easier overriding of single methods.TransactionSynchronization
callback methods on all currently registered synchronizations.Source
to the Result
.
Transformers
, and the
javax.xml.transform
package in general.spring:bind
tag (or a data-bound
form element tag from Spring's form tag library).AbstractFallbackSQLExceptionTranslator.doTranslate(java.lang.String, java.lang.String, java.sql.SQLException)
, and invokes the
fallback translator
if necessary.
SQLException
into a generic DataAccessException
.
org.springframework.dao
hierarchy if necessary, or
return the exception itself if it is not persistence related
afterCommit
callbacks on all currently registered synchronizations.
afterCompletion
callbacks on all currently registered synchronizations.
beforeCommit
callbacks.
beforeCommit
callbacks on all currently registered synchronizations.
beforeCompletion
callbacks.
beforeCompletion
callbacks on all currently registered synchronizations.
flush
callbacks on all currently registered synchronizations.
Task
implementation defining a Runnable
to be executed according to a
given Trigger
.TriggerTask
.
String.trim()
on each of them.
DeferredResult.set(Object)
that absorbs a potential, resulting
StaleAsyncWebRequestException
.
NamespaceHandler
allowing for the configuration of
declarative transaction management using either XML or using annotations.Comparable
.MethodParameter
.
Field
.
Property
.
TypedStringValue
for the given String value.
TypedStringValue
for the given String value
and target type.
TypedStringValue
for the given String value
and target type.
MetadataReader
.ClassFilter
implementation using AspectJ type matching.TypePatternClassFilter
class.
TypePatternClassFilter
using the
given type pattern.
UnableToRegisterMBeanException
with the
specified error message.
UnableToRegisterMBeanException
with the
specified error message and root cause.
Notification
is unable to be sent.UnableToSendNotificationException
class with the specified error message.
UnableToSendNotificationException
with the specified error message and root cause.
String
, changing the first letter to
lower case as per Character.toLowerCase(char)
.
UncategorizedMappingException
with the specified detail message
and nested exception.
Source
into an object graph,
reading binary attachments from a MimeContainer
.
javax.xml.transform.Source
into an object graph.
Source
into an object graph.
Node
.
DOMSource
s.
BytesMessage
into an object.
TextMessage
into an object.
InputStream
.
MarshallingFailureException
with the specified detail message.
MarshallingFailureException
with the specified detail message
and nested exception.
Reader
.
XMLReader
and InputSource
.
SAXSource
s.
StaxSource
s.
StreamSource
s.
XMLEventReader
.
XMLStreamReader
.
ServletRequestBindingException
subclass that indicates an unsatisfied
parameter condition, as typically expressed using an @RequestMapping
annotation at the @Controller
type level.updateRow()
method for each row.update
that adds the given statement
parameters to the queue rather than executing them immediately.
Session
.
Session
.
Session
.
Session
.
session.setAttribute
calls, explicitly indicating to the container that they might have been modified.
session.setAttribute
calls, explicitly indicating to the container that they might have been modified.
RequestDataValueProcessor
, if any, and allow
it to update the redirect target URL.
HttpServletRequest
attribute that contains the URI
templates map, mapping variable names to values.
UriComponents
.UriComponentsBuilder
.java.net.URI
, to directly populate a URI property
instead of using a String property as bridge.UriTemplate
with the given URI String.
ViewResolver
interface, allowing for direct resolution of symbolic view names to URLs,
without explicit mapping definition.java.net.URL
, to directly populate a URL property
instead of using a String property as bridge.Controller
implementation that transforms the virtual
path of a URL into a view name and returns that view.Resource
implementation for java.net.URL
locators.BeanFactory
(or derived
interface such as ApplicationContext
)
specified by the factoryKey
parameter.
java:comp/env/ejb/BeanFactoryPath
.
"useCaches"
flag on the
given connection, preferring false
but leaving the
flag at true
for JNLP based resources.
StringArrayPropertyEditor
.
include
or
forward
method.
include
or
forward
method.
java.lang.Object
.
ConnectionFactory
, applying the
given user credentials to every standard createConnection()
call,
that is, implicitly invoking createConnection(username, password)
on the target.DataSource
, applying the specified
user credentials to every standard getConnection()
call, implicitly
invoking getConnection(username, password)
on the target.TransactionManager
reference and creating
a JTA UserTransaction
handle for it.java.io.Writer
to write text content
to the HTTP response.
JRExporter
should render its data.
java.io.Writer
to write text content
to the HTTP response.
NamespaceHandler
for the util
namespace.java.util.UUID
, translating UUID
String representations into UUID objects and back.XmlObject
.
target
object, which must be of a type of Class
for which the Validator.supports(Class)
method typically returns true
.
target
object, which must be
of a Class
for which the Validator.supports(Class)
method
typically has (or would) return true
.
Valid
, supporting the
specification of validation groups.ConfigurablePropertyResolver.setRequiredProperties(java.lang.String...)
is present and resolves to a
non-null
value.
ValidationFailureException
with the specified detail message.
ValidationFailureException
with the specified detail message
and nested exception.
Validator
and for rejecting empty fields.MediaType
object,
with this method name following the 'valueOf' naming convention
(as supported by ConversionService
.
VelocityView
subclass which adds support for Velocity Tools toolboxes
and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods.UrlBasedViewResolver
that supports VelocityView
(i.e.Resource
implementation.ViewControllerRegistration
with the given URL path.
View
.void
and String
interpreting
them as view name reference.Problem
to the Log
at WARN
level.
ModelAndView.clear()
i.e.
ModelAndView.clear()
i.e.
NULL
.
ELResolver
that exposes the Spring
WebApplicationContext
instance under a variable named
"webApplicationContext".WebApplicationContext
for a given
ServletContext
.VariableResolver
that exposes the Spring
WebApplicationContext
instance under a variable named
"webApplicationContext".ServletContext
programmatically -- as opposed to (or possibly in conjunction
with) the traditional web.xml
-based approach.WebDataBinder
for performing data binding in the context of a specific web request.AbstractController
and WebContentInterceptor
.DataBinder
for data binding from web request parameters
to JavaBean objects.WebDataBinder
instance for a named target object.JtaTransactionManager
variant for BEA WebLogic (9.0 and higher).LoadTimeWeaver
implementation for WebLogic's instrumentable
ClassLoader.WebLogicLoadTimeWeaver
class using
the default class loader
.
WebLogicLoadTimeWeaver
class using
the supplied ClassLoader
.
NativeJdbcExtractor
interface for WebLogic,
supporting WebLogic Server 8.1 and higher.@EnableWebMvc
.WebMvcConfigurer
with empty methods allowing
sub-classes to override only the methods they're interested in.DataBinder
to perform data binding
from web request parameters to JavaBeans, including support for multipart files.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.LoadTimeWeaver
implementation for WebSphere's instrumentable ClassLoader.WebSphereLoadTimeWeaver
class using
the default class loader
.
WebSphereLoadTimeWeaver
class using
the supplied ClassLoader
.
FactoryBean
that obtains a WebSphere MBeanServer
reference through WebSphere's proprietary AdminServiceFactory
API,
available on WebSphere 5.1 and higher.NativeJdbcExtractor
interface for WebSphere,
supporting WebSphere Application Server 5.1 and higher.UOWManager
instance, obtained from WebSphere's
JNDI environment.Statement
returned by the parent implementation with a
RunAfterTestClassCallbacks
statement, thus preserving the default
functionality but adding support for the Spring TestContext Framework.
Statement
returned by the parent implementation with a
RunAfterTestMethodCallbacks
statement, thus preserving the
default functionality but adding support for the Spring TestContext
Framework.
Statement
returned by the parent implementation with a
RunBeforeTestClassCallbacks
statement, thus preserving the
default functionality but adding support for the Spring TestContext
Framework.
Statement
returned by the parent implementation with a
RunBeforeTestMethodCallbacks
statement, thus preserving the
default functionality but adding support for the Spring TestContext
Framework.
@Repeat
annotation by returning a
SpringRepeat
statement initialized with the configured repeat
count or 1
if no repeat count is configured.
@Timed
and JUnit's
@Test(timeout=...)
annotations, but not both
simultaneously.
MockPropertySource.setProperty(java.lang.String, java.lang.Object)
that returns the current instance.
TaskExecutor
implementation
that delegates to a JCA 1.5 WorkManager, implementing the
WorkManager
interface.WorkManager
interface,
which either needs to be specified as reference or through the JNDI name.AbstractHttpMessageConverter.getDefaultContentType(Object)
if a content
type was not provided, calls AbstractHttpMessageConverter.getContentLength(T, org.springframework.http.MediaType)
, and sets the corresponding headers
on the output message.
TagWriter
.
TagWriter
.
TagWriter
.
TagWriter
.
null
or zero length.
input
' element to the supplied
TagWriter
,
marking it as 'checked' if appropriate.
input type="radio"
' element with the configured
AbstractMultiCheckedElementTag.setItems(Object)
values.
input(radio)
' element with the configured
value
.
form
' tag and exposes
the form object name in the PageContext
.
input
' tag to the supplied TagWriter
including the
databound value.
input
' tag to the supplied TagWriter
.
label
' tag and forces a block tag so
that body content is written correctly.
select
' tag to the supplied
TagWriter
.
Log
instance.
Throwable
to the
supplied Log
instance.
AbstractXmlHttpMessageConverter.writeInternal(Object, HttpOutputMessage)
.
value
' attribute to the supplied TagWriter
.
value
' attribute to the supplied TagWriter
.
PasswordInputTag
only writes it's value if the
'showPassword'
property value is
true
.
FormHttpMessageConverter
,
adding support for XML-based parts through a SourceHttpMessageConverter
.SAXException
, typically a SAXParseException
which contains information about the error location.DefaultListableBeanFactory
and
XmlBeanDefinitionReader
Marshaller
interface for Apache XMLBeans.OutputStream
data for XML input.Writer
data for XML input.XmlMappingException
with the specified detail message.
XmlMappingException
with the specified detail message
and nested exception.
FactoryBean
that configures an XMLBeans XmlOptions
object
and provides it as a bean reference.WebApplicationContext
implementation which takes its configuration from XML documents, understood
by an XmlBeanDefinitionReader
.ReaderContext
,
specific to use with an XmlBeanDefinitionReader
.Result
data for XML input.WebApplicationContext
implementation
which takes its configuration from XML documents, understood by an
XmlBeanDefinitionReader
.ViewResolver
implementation that
resolves instances of XsltView
by translating the supplied view name
into the URL of the XSLT stylesheet.Marshaller
interface for XStream.
|
Spring Framework | ||||||||
PREV NEXT | FRAMES NO FRAMES |