A B C D E F G H I J K L M N O P Q R S T U V W X

S

sameResourceFactory(ResourceTransactionManager, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Check whether the given resource transaction managers refers to the given (underlying) resource factory.
save(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
save(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the given transient instance.
save(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
save(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
saveOrUpdateAll(Collection) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Deprecated. as of Spring 2.5, in favor of individual saveOrUpdate or merge usage
saveOrUpdateAll(Collection) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
SAVEPOINT_NAME_PREFIX - Static variable in class org.springframework.jdbc.datasource.ConnectionHolder
 
SavepointManager - Interface in org.springframework.transaction
Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
SaxResourceUtils - Class in org.springframework.oxm.support
Convenient utility methods for dealing with SAX.
SaxResourceUtils() - Constructor for class org.springframework.oxm.support.SaxResourceUtils
 
scan(String...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Perform a scan within the specified base packages.
scan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Perform a scan within the specified base packages.
scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Perform a scan within the specified base packages.
ScannedGenericBeanDefinition - Class in org.springframework.context.annotation
Extension of the GenericBeanDefinition class, based on an ASM ClassReader, with support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
ScannedGenericBeanDefinition(MetadataReader) - Constructor for class org.springframework.context.annotation.ScannedGenericBeanDefinition
Create a new ScannedGenericBeanDefinition for the class that the given MetadataReader describes.
scanPackages(AnnotationConfiguration) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Perform Spring-based scanning for entity classes.
scanPackages(String...) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Perform Spring-based scanning for entity classes, registering them as annotated classes with this Configuration.
schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
schedule(Runnable, Date) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
schedule(Work) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
schedule(Work, WorkListener) - Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
schedule(Runnable, Date) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
schedule(Runnable, Trigger) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it whenever the trigger indicates a next execution time.
schedule(Runnable, Date) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time.
scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given period.
scheduleAtFixedRate(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given period.
Scheduled - Annotation Type in org.springframework.scheduling.annotation
Annotation that marks a method to be scheduled.
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Scheduled annotation processor.
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
Deprecated. as of Spring 3.1 in favor of AnnotationConfigUtils.SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
ScheduledAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
Bean post-processor that registers methods annotated with @Scheduled to be invoked by a TaskScheduler according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
ScheduledAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
scheduledAnnotationProcessor() - Method in class org.springframework.scheduling.annotation.SchedulingConfiguration
 
ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
FactoryBean that sets up a JDK 1.5 ScheduledExecutorService (by default: a ScheduledThreadPoolExecutor) and exposes it for bean references.
ScheduledExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
ScheduledExecutorTask() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, to be populated via bean properties.
ScheduledExecutorTask(Runnable) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution without delay.
ScheduledExecutorTask(Runnable, long) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution with the given delay.
ScheduledExecutorTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask.
ScheduledMethodRunnable - Class in org.springframework.scheduling.support
Variant of MethodInvokingRunnable meant to be used for processing of no-arg scheduled methods.
ScheduledMethodRunnable(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledMethodRunnable(Object, String) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledTaskRegistrar - Class in org.springframework.scheduling.config
Helper bean for registering tasks with a TaskScheduler, typically using cron expressions.
ScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
ScheduledTasksBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'scheduled-tasks' element of the scheduling namespace.
ScheduledTasksBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
ScheduledTimerListener - Class in org.springframework.scheduling.commonj
JavaBean that describes a scheduled TimerListener, consisting of the TimerListener itself (or a Runnable to create a TimerListener for) and a delay plus period.
ScheduledTimerListener() - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, to be populated via bean properties.
ScheduledTimerListener(TimerListener) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution without delay.
ScheduledTimerListener(TimerListener, long) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution with the given delay.
ScheduledTimerListener(TimerListener, long, long, boolean) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener.
ScheduledTimerListener(Runnable) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution without delay.
ScheduledTimerListener(Runnable, long) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution with the given delay.
ScheduledTimerListener(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener.
ScheduledTimerTask - 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
ScheduledTimerTask() - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask, to be populated via bean properties.
ScheduledTimerTask(TimerTask) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask, with default one-time execution without delay.
ScheduledTimerTask(TimerTask, long) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask, with default one-time execution with the given delay.
ScheduledTimerTask(TimerTask, long, long, boolean) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask.
ScheduledTimerTask(Runnable) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask, with default one-time execution without delay.
ScheduledTimerTask(Runnable, long) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask, with default one-time execution with the given delay.
ScheduledTimerTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Create a new ScheduledTimerTask.
scheduleNewInvokerIfAppropriate() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Schedule a new invoker, increasing the total number of scheduled invokers for this listener container, but only if the specified "maxConcurrentConsumers" limit has not been reached yet, and only if the specified "idleConsumerLimit" has not been reached either.
SchedulerAccessor - Class in org.springframework.scheduling.quartz
Common base class for accessing a Quartz Scheduler, i.e.
SchedulerAccessor() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessor
 
SchedulerAccessorBean - Class in org.springframework.scheduling.quartz
Spring bean-style class for accessing a Quartz Scheduler, i.e.
SchedulerAccessorBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
SchedulerBeanDefinitionParser - Class in org.springframework.scheduling.config
Parser for the 'scheduler' element of the 'task' namespace.
SchedulerBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
SchedulerContextAware - Interface in org.springframework.scheduling.quartz
Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it).
SchedulerFactoryBean - Class in org.springframework.scheduling.quartz
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.
SchedulerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given 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.
scheduleWithFixedDelay(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
Schedule the given 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.
scheduleWork(Work) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
 
scheduleWork(Work) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
 
SchedulingAwareRunnable - Interface in org.springframework.scheduling
Extension of the Runnable interface, adding special callbacks for long-running operations.
SchedulingConfiguration - Class in org.springframework.scheduling.annotation
@Configuration class that registers a ScheduledAnnotationBeanPostProcessor bean capable of processing Spring's @Scheduled annotation.
SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
 
SchedulingConfigurer - Interface in org.springframework.scheduling.annotation
Interface to be implemented by @Configuration classes annotated with @EnableScheduling that wish to register scheduled tasks in a programmatic fashion as opposed to the declarative approach of using the @Scheduled annotation.
SchedulingException - Exception in org.springframework.scheduling
General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
SchedulingException(String) - Constructor for exception org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingException(String, Throwable) - Constructor for exception org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingTaskExecutor - Interface in org.springframework.scheduling
A TaskExecutor extension exposing scheduling characteristics that are relevant to potential task submitters.
schemaNameToUse(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.
schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the schema name formatted based on metadata information.
scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
Sets the URI scheme.
Scope - Interface in org.springframework.beans.factory.config
Strategy interface used by a ConfigurableBeanFactory, representing a target scope to hold bean instances in.
Scope - Annotation Type in org.springframework.context.annotation
When used as a type-level annotation in conjunction with the Component annotation, indicates the name of a scope to use for instances of the annotated type.
SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for the global web application scope: "application".
SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the application scope
SCOPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
SCOPE_DEFAULT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Constant for the default scope name: "", equivalent to singleton status but to be overridden from a parent bean definition (if applicable).
SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates global session scope.
SCOPE_GLOBAL_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for global session scope: "globalSession".
SCOPE_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(scope)=prototype.
SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the page scope
SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Scope identifier for the standard prototype scope: "prototype".
SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Scope identifier for the standard prototype scope: "prototype".
SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates request scope.
SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for request scope: "request".
SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the request scope
SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
Constant that indicates session scope.
SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
Scope identifier for session scope: "session".
SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
Constant identifying the session scope
SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Scope identifier for the standard singleton scope: "singleton".
SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Scope identifier for the standard singleton scope: "singleton".
scopeAnnotationType - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
 
ScopedBeanInterceptor - Class in org.springframework.orm.hibernate3.support
Hibernate3 interceptor used for getting the proper entity name for scoped beans.
ScopedBeanInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
 
ScopedObject - Interface in org.springframework.aop.scope
An AOP introduction interface for scoped objects.
ScopedProxyFactoryBean - Class in org.springframework.aop.scope
Convenient proxy factory bean for scoped objects.
ScopedProxyFactoryBean() - Constructor for class org.springframework.aop.scope.ScopedProxyFactoryBean
Create a new ScopedProxyFactoryBean instance.
ScopedProxyMode - Enum in org.springframework.context.annotation
Enumerates the various scoped-proxy options.
ScopedProxyUtils - Class in org.springframework.aop.scope
Utility class for creating a scoped proxy.
ScopedProxyUtils() - Constructor for class org.springframework.aop.scope.ScopedProxyUtils
 
ScopeMetadata - Class in org.springframework.context.annotation
Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
ScopeMetadata() - Constructor for class org.springframework.context.annotation.ScopeMetadata
 
ScopeMetadataResolver - Interface in org.springframework.context.annotation
Strategy interface for resolving the scope of bean definitions.
ScriptCompilationException - Exception in org.springframework.scripting
Exception to be thrown on script compilation failure.
ScriptCompilationException(String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptFactory - Interface in org.springframework.scripting
Script definition interface, encapsulating the configuration of a specific script as well as a factory method for creating the actual scripted Java Object.
ScriptFactoryPostProcessor - Class in org.springframework.scripting.support
BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
ScriptFactoryPostProcessor() - Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
ScriptingDefaultsParser - Class in org.springframework.scripting.config
 
ScriptingDefaultsParser() - Constructor for class org.springframework.scripting.config.ScriptingDefaultsParser
 
ScriptSource - Interface in org.springframework.scripting
Interface that defines the source of a script.
ScriptStatementFailedException - Exception in org.springframework.jdbc.datasource.init
Thrown by ResourceDatabasePopulator if a statement in one of its SQL scripts failed when executing it against the target database.
ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
Constructor a new ScriptStatementFailedException.
SecurityContextProvider - Interface in org.springframework.beans.factory.support
Provider of the security context of the code running inside the bean factory.
selectImports(AdviceMode) - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AnnotationMetadata) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
Select and return the names of which class(es) should be imported based on the AnnotationMetadata of the importing @Configuration class.
selectImports(AdviceMode) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportSelector
Select and return the names of which class(es) should be imported based on the AnnotationMetadata of the importing @Configuration class.
selectImports(AdviceMode) - Method in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AdviceMode) - Method in class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
Selection - Class in org.springframework.expression.spel.ast
Represents selection over a map or collection.
Selection(boolean, int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Selection
 
selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.web.method.HandlerMethodSelector
Selects handler methods for the given handler type.
SelectTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag that renders an HTML 'select' element.
SelectTag() - Constructor for class org.springframework.web.servlet.tags.form.SelectTag
 
SelfNaming - Interface in org.springframework.jmx.export.naming
Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.
send(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the default destination.
send(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the specified destination.
send(String, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
Send a message to the specified destination.
send(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(String, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
 
send(MimeMessage) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the given JavaMail MIME message.
send(MimeMessage[]) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the given array of JavaMail MIME messages in batch.
send(MimeMessagePreparator) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
send(MimeMessagePreparator[]) - Method in interface org.springframework.mail.javamail.JavaMailSender
Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.
send(SimpleMailMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessagePreparator) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessagePreparator[]) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage) - Method in interface org.springframework.mail.MailSender
Send the given simple mail message.
send(SimpleMailMessage[]) - Method in interface org.springframework.mail.MailSender
Send the given array of simple mail messages in batch.
sendError(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendError(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendNotification(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Send the supplied Notification using the wrapped ModelMBean instance.
sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
Send the specified Notification to all registered NotificationListeners.
sendRedirect(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
sendRedirect(String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
sendRedirect(String, String) - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Send a redirect back to the HTTP client
sendResponse(Session, Destination, Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Send the given response message to the given destination.
sendResponse(Session, Destination, Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated. Overrides the superclass method to use the JMS 1.0.2 API to send a response.
SEPARATOR - Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Separator between prefix and remainder of bean name
SEPARATOR - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Separator between bean name and property name.
SerializationFailedException - Exception in org.springframework.core.serializer.support
Wrapper for the native IOException (or similar) when a Serializer or Deserializer failed.
SerializationFailedException(String) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
Construct a SerializationException with the specified detail message.
SerializationFailedException(String, Throwable) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
Construct a SerializationException with the specified detail message and nested exception.
SerializationUtils - Class in org.springframework.util
Static utilities for serialization and deserialization.
SerializationUtils() - Constructor for class org.springframework.util.SerializationUtils
 
serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.DefaultSerializer
Writes the source object to an output stream using Java Serialization.
serialize(T, OutputStream) - Method in interface org.springframework.core.serializer.Serializer
Write an object of type T to the given OutputStream.
serialize(Object) - Static method in class org.springframework.util.SerializationUtils
Serialize the given object to a byte array.
Serializer<T> - Interface in org.springframework.core.serializer
A strategy interface for streaming an object to an OutputStream.
serializeState() - Method in class org.springframework.mock.web.MockHttpSession
Serialize the attributes of this session into an object that can be turned into a byte array with standard Java serialization.
SerializingConverter - Class in org.springframework.core.serializer.support
A that delegates to a Serializer to convert an object to a byte array.
SerializingConverter() - Constructor for class org.springframework.core.serializer.support.SerializingConverter
Create a default SerializingConverter that uses standard Java serialization.
SerializingConverter(Serializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializingConverter
Create a SerializingConverter that delegates to the provided Serializer
series() - Method in enum org.springframework.http.HttpStatus
Returns the HTTP status series of this status code.
server - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
The MBeanServer instance being used to register beans.
serveResource(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
 
serveResource(ResourceRequest, ResourceResponse, PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
Serve the resource as specified in the given request to the given response, using the PortletContext's request dispatcher.
ServerHttpRequest - Interface in org.springframework.http.server
Represents a server-side HTTP request.
ServerHttpResponse - Interface in org.springframework.http.server
Represents a server-side HTTP response.
Service - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Service", originally defined by Domain-Driven Design (Evans, 2003) as "an operation offered as an interface that stands alone in the model, with no encapsulated state."
service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
 
ServiceFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 ServiceLoader facility.
ServiceFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
 
ServiceListFactoryBean - Class in org.springframework.beans.factory.serviceloader
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.
ServiceListFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
 
ServiceLoaderFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes the JDK 1.6 ServiceLoader for the configured service class.
ServiceLoaderFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
 
ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
A 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.
ServiceLocatorFactoryBean() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Name of the ServletConfig environment bean in the factory.
SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
Servlet config init parameters property source name: "servletConfigInitParams"
SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext environment bean in the factory.
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
Prefix for the ServletContext attribute for the WebApplicationContext.
SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Prefix for the ServletContext attribute for the WebApplicationContext.
SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
Servlet context init parameters property source name: "servletContextInitParams"
ServletConfigAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletConfig (typically determined by the WebApplicationContext) that it runs in.
ServletConfigPropertySource - Class in org.springframework.web.context.support
PropertySource that reads init parameters from a ServletConfig object.
ServletConfigPropertySource(String, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletConfigPropertySource
 
ServletContextAttributeExporter - Class in org.springframework.web.context.support
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
 
ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
FactoryBean that fetches a specific, existing ServletContext attribute.
ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
ServletContextAware - Interface in org.springframework.web.context
Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
ServletContextAwareProcessor - Class in org.springframework.web.context.support
BeanPostProcessor implementation that passes the ServletContext to beans that implement the ServletContextAware interface.
ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context.
ServletContextAwareProcessor(ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given config.
ServletContextAwareProcessor(ServletContext, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context and config.
ServletContextFactoryBean - Class in org.springframework.web.context.support
Deprecated. as of Spring 3.0, since "servletContext" is now available as a default bean in every WebApplicationContext
ServletContextFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.  
ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
FactoryBean that retrieves a specific ServletContext init parameter (that is, a "context-param" defined in web.xml).
ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
ServletContextPropertyPlaceholderConfigurer - Class in org.springframework.web.context.support
Deprecated. in Spring 3.1 in favor of PropertySourcesPlaceholderConfigurer in conjunction with StandardServletEnvironment.
ServletContextPropertyPlaceholderConfigurer() - Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated.  
ServletContextPropertySource - Class in org.springframework.web.context.support
PropertySource that reads init parameters from a ServletContext object.
ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
 
ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
 
ServletContextResource - Class in org.springframework.web.context.support
Resource implementation for ServletContext resources, interpreting relative paths within the web application root directory.
ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
Create a new ServletContextResource.
ServletContextResourceLoader - Class in org.springframework.web.context.support
ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext (for example, in an HttpServletBean or GenericFilterBean subclass).
ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
Create a new ServletContextResourceLoader.
ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Servlet 2.3's ServletContext.getResourcePaths.
ServletContextResourcePatternResolver(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextScope - Class in org.springframework.web.context.support
Scope wrapper for a ServletContext, i.e.
ServletContextScope(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextScope
Create a new Scope wrapper for the given ServletContext.
ServletCookieValueMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
An AbstractCookieValueMethodArgumentResolver that resolves cookie values from an HttpServletRequest.
ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
ServletEndpointSupport - Class in org.springframework.remoting.jaxrpc
Deprecated. in favor of JAX-WS support in org.springframework.remoting.jaxws
ServletEndpointSupport() - Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.  
ServletForwardingController - Class in org.springframework.web.servlet.mvc
Spring Controller implementation that forwards to a named servlet, i.e.
ServletForwardingController() - Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
 
ServletInvocableHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
Extends InvocableHandlerMethod with the ability to handle the value returned from the method through a registered HandlerMethodArgumentResolver that supports the given return value type.
ServletInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Creates a ServletInvocableHandlerMethod instance with the given bean and method.
ServletModelAttributeMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
A Servlet-specific ModelAttributeMethodProcessor that applies data binding through a WebDataBinder of type ServletRequestDataBinder.
ServletModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
 
ServletRequestAttributes - Class in org.springframework.web.context.request
Servlet-based implementation of the RequestAttributes interface.
ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
Create a new ServletRequestAttributes instance for the given request.
ServletRequestBindingException - Exception in org.springframework.web.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestBindingException(String) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestDataBinder - Class in org.springframework.web.bind
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance, with default object name.
ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance.
ServletRequestDataBinderFactory - Class in org.springframework.web.servlet.mvc.method.annotation
Creates a ServletRequestDataBinder.
ServletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Create a new instance.
ServletRequestHandledEvent - Class in org.springframework.web.context.support
Servlet-specific subclass of RequestHandledEvent, adding servlet-specific context information.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves request-related method argument values of the following types: WebRequest ServletRequest MultipartRequest HttpSession Principal Locale InputStream Reader
ServletRequestMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
PropertyValues implementation created from parameters in a ServletRequest.
ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
ServletRequestUtils - Class in org.springframework.web.bind
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
 
ServletResponseMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
Resolves response-related method argument values of types: ServletResponse OutputStream Writer
ServletResponseMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
 
ServletServerHttpRequest - Class in org.springframework.http.server
ServerHttpRequest implementation that is based on a HttpServletRequest.
ServletServerHttpRequest(HttpServletRequest) - Constructor for class org.springframework.http.server.ServletServerHttpRequest
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest.
ServletServerHttpResponse - Class in org.springframework.http.server
ServerHttpResponse implementation that is based on a HttpServletResponse.
ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
Construct a new instance of the ServletServerHttpResponse based on the given HttpServletResponse.
ServletUriComponentsBuilder - Class in org.springframework.web.servlet.support
A builder for UriComponents that offers static factory methods to extract information from an HttpServletRequest.
ServletUriComponentsBuilder() - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
Default constructor.
ServletWebArgumentResolverAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
A Servlet-specific AbstractWebArgumentResolverAdapter that creates a NativeWebRequest from ServletRequestAttributes.
ServletWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
 
ServletWebRequest - Class in org.springframework.web.context.request
WebRequest adapter for an HttpServletRequest.
ServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request.
ServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request/response pair.
ServletWrappingController - Class in org.springframework.web.servlet.mvc
Spring Controller implementation that wraps a servlet instance which it manages internally.
ServletWrappingController() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
 
ServletWrappingPortletContext - Class in org.springframework.mock.web.portlet
Mock implementation of the PortletContext interface, wrapping an underlying ServletContext.
ServletWrappingPortletContext(ServletContext) - Constructor for class org.springframework.mock.web.portlet.ServletWrappingPortletContext
Create a new PortletContext wrapping the given ServletContext.
SESSION_MUTEX_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Key for the mutex session attribute
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate4.SessionFactoryUtils
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
SessionAttributes - Annotation Type in org.springframework.web.bind.annotation
Annotation that indicates the session attributes that a specific handler uses.
SessionAttributesHandler - Class in org.springframework.web.method.annotation
Manages controller-specific session attributes declared via @SessionAttributes.
SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
Creates a new instance for a controller type.
SessionAttributeStore - Interface in org.springframework.web.bind.support
Strategy interface for storing model attributes in a backend session.
SessionAwareMessageListener<M extends Message> - Interface in org.springframework.jms.listener
Variant of the standard JMS MessageListener interface, offering not only the received Message but also the underlying JMS Session object.
SessionCallback<T> - Interface in org.springframework.jms.core
Callback for executing any number of operations on a provided Session.
sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate3
Helper class featuring methods for Hibernate Session handling, allowing for reuse of Hibernate Session instances within transactions.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate3.SessionFactoryUtils
 
SessionFactoryUtils - Class in org.springframework.orm.hibernate4
Helper class featuring methods for Hibernate Session handling.
SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate4.SessionFactoryUtils
 
SessionHolder - Class in org.springframework.orm.hibernate3
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
 
SessionHolder(Object, Session) - Constructor for class org.springframework.orm.hibernate3.SessionHolder
 
SessionHolder - Class in org.springframework.orm.hibernate4
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate4.SessionHolder
 
SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
Implementation of LocaleResolver that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
 
SessionProxy - Interface in org.springframework.jms.connection
Subinterface of Session to be implemented by Session proxies.
SessionScope - Class in org.springframework.web.context.request
Session-backed Scope implementation.
SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
Create a new SessionScope, storing attributes in a locally isolated session (or default session, if there is no distinction between a global session and a component-specific session).
SessionScope(boolean) - Constructor for class org.springframework.web.context.request.SessionScope
Create a new SessionScope, specifying whether to store attributes in the global session, provided that such a distinction is available.
SessionStatus - Interface in org.springframework.web.bind.support
Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.
SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
Resolves a SessionStatus argument by obtaining it from the ModelAndViewContainer.
SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
SessionThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme.
SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
 
set(String, String) - Method in class org.springframework.http.HttpHeaders
Set the given, single header value under the given name.
set(int, E) - Method in class org.springframework.util.AutoPopulatingList
 
set(K, V) - Method in class org.springframework.util.LinkedMultiValueMap
 
set(K, V) - Method in interface org.springframework.util.MultiValueMap
Set the given single value under the given key.
set$AroundClosure(AroundClosure) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
SET_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
setAbstract(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set if this bean is "abstract", i.e.
setAbstract(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set whether or not this definition is abstract.
setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable media types, as specified by the Accept header.
setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
Set the list of acceptable charsets, as specified by the Accept-Charset header.
setAcceptCharset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'acceptCharset' attribute.
setAcceptGzipEncoding(boolean) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Set whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
setAcceptMessagesWhileStopping(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set whether to accept received messages while the listener container in the process of stopping.
setAcceptProxyClasses(boolean) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Set whether to accept deserialization of proxy classes.
setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether call parameter metadata should be accessed.
setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether the parameter metadata for the call should be used.
setAccesskey(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'accesskey' attribute.
setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Specify whether we should access table column meta data.
setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify whether the parameter metadata for the call should be used.
setAcknowledgeMode(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Set the JMS acknowledgement mode to use.
setAcknowledgeModeName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS Session interface, e.g.
setAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'action' attribute.
setActivationSpec(ActivationSpec) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA ActivationSpec to use for activating the endpoint.
setActivationSpecClass(Class) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
Specify the fully-qualified ActivationSpec class name for the target provider (e.g.
setActivationSpecConfig(JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Specify the JmsActivationSpecConfig object that this endpoint manager should use for activating its listener.
setActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
Set the factory for concrete JCA 1.5 ActivationSpec objects, creating JCA ActivationSpecs based on JmsActivationSpecConfig objects.
setActiveProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
 
setActiveProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
Specify the set of profiles active for this Environment.
setActualTransactionActive(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose whether there currently is an actual transaction active.
setAdapters(XmlAdapter<?, ?>[]) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify the XmlAdapters to be registered with the JAXB Marshaller and Unmarshaller
setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
Specify the advice that this advisor should apply.
setAdvice(Advice) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
setAdviceBeanName(String) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
Specify the name of the advice bean that this advisor should refer to.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Specify the AdvisorAdapterRegistry to use.
setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Specify the AdvisorAdapterRegistry to use.
setAdvisorBeanNamePrefix(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Set the prefix for bean names that will cause them to be included for auto-proxying by this object.
setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
Set the advisor chain factory to use.
setAfterInitialization(boolean) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Choose whether to perform validation after bean initialization (i.e.
setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written after a request is processed.
setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be appended to the log message written after a request is processed.
setAgentId(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the agent id of the MBeanServer to locate.
setAgentId(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Set the agent id of the MBeanServer to locate.
setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the agent id of the MBeanServer to locate.
setAliases(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets an alias/type map, consisting of string aliases mapped to classes.
setAliasesByType(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Sets the aliases by type map, consisting of string aliases mapped to classes.
setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
 
setAll(Map<K, V>) - Method in class org.springframework.util.LinkedMultiValueMap
 
setAll(Map<K, V>) - Method in interface org.springframework.util.MultiValueMap
Set the given values under.
setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
Set the set of allowed HTTP methods, as specified by the Allow header.
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
setAllowCircularReferences(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set whether to allow circular references between beans - and automatically try to resolve them.
setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Set whether to allow circular references between beans - and automatically try to resolve them.
setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
Set whether to allow circular references between beans - and automatically try to resolve them.
setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Specify whether to allow core threads to time out.
setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Specify whether to allow core threads to time out.
setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Specify whether to allow core threads to time out.
setAllowCreate(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set if a new Session should be created when no transactional Session can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.JdoTemplate
Deprecated. Set if a new PersistenceManager should be created when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowCreate(boolean) - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
setAllowCustomIsolationLevels(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to allow custom isolation levels to be specified.
setAllowDirtyBack(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Set if "dirty back" is allowed, i.e.
setAllowDirtyBack(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Set if "dirty back" is allowed, that is, if moving to a former wizard page is allowed in case of validation errors for the current page.
setAllowDirtyForward(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Set if "dirty forward" is allowed, i.e.
setAllowDirtyForward(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Set if "dirty forward" is allowed, that is, if moving to a later wizard page is allowed in case of validation errors for the current page.
setAllowDuplicateParameters(boolean) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set whether to allow duplicate parameter values across different portlet modes.
setAllowEagerClassLoading(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set whether the factory is allowed to eagerly load bean classes even for bean definitions that are marked as "lazy-init".
setAllowEagerInit(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Specify whether to allow eager initialization of candidate beans when autodetecting MBeans in the Spring application context.
setAllowedFields(String...) - Method in class org.springframework.validation.DataBinder
Register fields that should be allowed for binding.
setAllowedResources(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set allowed resources as URL pattern, e.g.
setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
Set whether to allow null values (adapting them to an internal null holder value).
setAllowRawInjectionDespiteWrapping(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set whether to allow the raw injection of a bean instance into some other bean's property, despite the injected bean eventually getting wrapped (for example, through AOP auto-proxying).
setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAlt(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'alt' attribute.
setAlwaysCreate(boolean) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set whether to always create the registry in-process, not attempting to locate an existing registry at the specified port.
setAlwaysCreateRegistry(boolean) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set whether to always create the registry in-process, not attempting to locate an existing registry at the specified port.
setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
Specify whether to always include the view rather than forward to it.
setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
Specify whether to always include the view rather than forward to it.
setAlwaysTranslate(boolean) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Specify whether to always translate the exception ("true"), or whether throw the raw exception when declared, i.e.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set if URL lookup should always use the full path within the current servlet context.
setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseJndiLookup(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Set whether to always use JNDI lookups equivalent to standard Java EE 5 resource injection, even for name attributes and default names.
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.MessageSourceSupport
Set whether to always apply the MessageFormat rules, parsing even messages without arguments.
setAlwaysUseNewSession(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to always use a new Hibernate Session for this template.
setAnnotatedClass(Class<?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the classes for which mappings will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedClasses(Class[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify annotated classes, for which mappings will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedClasses(Class<?>[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify annotated entity classes to register with this Hibernate SessionFactory.
setAnnotatedClasses(Class<?>[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set annotated classes for which aliases will be read from class-level JDK 1.5+ annotation metadata.
setAnnotatedPackages(String[]) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Specify the names of annotated packages, for which package-level JDK 1.5+ annotation metadata will be read.
setAnnotatedPackages(String[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Specify the names of annotated packages, for which package-level annotation metadata will be read.
setAopProxyFactory(AopProxyFactory) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.
setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
Set the ApplicationContext that this object runs in.
setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated. Sets the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Set the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Set the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailBean
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
setApplicationContextSchedulerContextKey(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the key of an ApplicationContext reference to expose in the SchedulerContext, for example "applicationContext".
setApplicationEventClass(Class) - Method in class org.springframework.context.event.EventPublicationInterceptor
Set the application event class to publish.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
Set the ApplicationEventPublisher that this object runs in.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.context.event.EventPublicationInterceptor
 
setApplyCommonInterceptorsFirst(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set whether the common interceptors should be applied before bean-specific ones.
setApplyLastModified(boolean) - Method in class org.springframework.web.servlet.ResourceServlet
Set whether to apply the file timestamp of the target resource as last-modified value.
setApplyWebRequestInterceptorsToRenderPhaseOnly(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Specify whether to apply WebRequestInterceptors to the Portlet render phase only ("true", or whether to apply them to the Portlet action phase as well ("false").
setArgumentNames(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Set by creator of this advice object if the argument names are known.
setArgumentNamesFromStringArray(String[]) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setArguments(Object[]) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
setArguments(Object[]) - Method in interface org.springframework.aop.ProxyMethodInvocation
Set the arguments to be used on subsequent invocations in the any advice in this chain.
setArguments(Object[]) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the arguments for the target method call.
setArguments(Object[]) - Method in class org.springframework.util.MethodInvoker
Set arguments for the method invocation.
setArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
Set optional message arguments for this tag, as a comma-delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument).
setArgumentSeparator(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the separator to use for splitting an arguments String.
setAscending(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
Set whether to sort ascending (true) or descending (false).
setAscending(boolean) - Method in class org.springframework.util.comparator.InvertibleComparator
Specify the sort order: ascending (true) or descending (false).
setAscendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to ascending.
setAspectBeanName(String) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
Set the name of the aspect bean.
setAspectJAdvisorFactory(AspectJAdvisorFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
 
setAspectName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
setAssembler(MBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
Set the implementation of the MBeanInfoAssembler interface to use for this exporter.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharsetEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given text value to a Collection with a single element.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Parse the Date from the given text, using the specified DateFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Convert the given text value to a Map with a single element.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Parse the Number from the given text, using the specified NumberFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PatternEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Convert String into Properties, considering it as properties content.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ResourceBundleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.URLEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.UUIDEditor
 
setAsText(String) - Method in class org.springframework.beans.PropertyValuesEditor
 
setAsText(String) - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
 
setAsText(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
Treat the given text as a location pattern and convert it to a Resource array.
setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
 
setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
 
setAsText(String) - Method in class org.springframework.mail.javamail.InternetAddressEditor
 
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
 
setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Set the 'async' annotation type.
setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
Set the 'async' annotation type to be detected at either class or method level.
setAsyncMode(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks that are never joined.
setAsyncTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
Specify the TaskExecutor to use for asynchronous work execution (i.e.
setAttribute(String, Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
setAttribute(String, Object) - Method in class org.springframework.beans.factory.config.DestructionAwareAttributeHolder
Puts the given object with the specified name as an attribute to the underlying map.
setAttribute(String, Object) - Method in interface org.springframework.core.AttributeAccessor
Set the attribute defined by name to the supplied value.
setAttribute(String, Object) - Method in class org.springframework.core.AttributeAccessorSupport
 
setAttribute(Attribute) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object, int) - Method in class org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.MockServletContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
setAttribute(String, Object, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
setAttribute(String, Object) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Set the value for the scoped attribute of the given name, replacing an existing value (if any).
setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
setAttribute(String, Object, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
Set the name of the ServletContext attribute to expose.
setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
Specify a prefix to use for the attribute names in the backend session.
setAttributes(AttributeList) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttributes(Map<String, Serializable>) - Method in class org.springframework.remoting.support.RemoteInvocation
Set the attributes Map.
setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
Set the ServletContext attributes to expose as key-value pairs.
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a java.util.Properties object.
setAttributes(Properties) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a java.util.Properties object, for all views returned by this resolver.
setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes as a CSV string.
setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a Map.
setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a Map, for all views returned by this resolver.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Set the JmxAttributeSource implementation to use for reading the metadata from the bean class.
setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Set the implementation of the JmxAttributeSource interface to use when reading the source-level metadata.
setAuthenticator(Authenticator) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register a common Authenticator to be applied to all detected WebService annotated beans.
setAuthenticator(Authenticator) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register a common Authenticator to be applied to all locally registered contexts.
setAuthorizedRoles(String[]) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAuthorizedRoles(String[]) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAuthType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setAuthType(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Set whether the returned Connection's "autoCommit" setting should be overridden.
setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'autocomplete' attribute.
setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'autocomplete' attribute.
setAutodetect(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
Set whether to autodetect MBeans in the bean factory that this exporter runs in.
setAutodetectAnnotations(boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the autodetection mode of XStream.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via SessionFactoryBuilder's setDataSource.
setAutodetectDataSource(boolean) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory, as returned by the getConnectionFactory() method.
setAutodetectInterfaces(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Set whether to autodetect proxy interfaces if none specified.
setAutodetectMode(int) - Method in class org.springframework.jmx.export.MBeanExporter
Set the autodetection mode to use.
setAutodetectModeName(String) - Method in class org.springframework.jmx.export.MBeanExporter
Set the autodetection mode to use by name.
setAutodetectTransactionManager(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect a JTA UserTransaction object that implements the JTA TransactionManager interface too (i.e.
setAutodetectUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect the JTA UserTransaction at its default JNDI location "java:comp/UserTransaction", as specified by Java EE.
setAutoGrowCollectionLimit(int) - Method in interface org.springframework.beans.BeanWrapper
Specify a limit for array and collection auto-growing.
setAutoGrowCollectionLimit(int) - Method in class org.springframework.beans.BeanWrapperImpl
Specify a limit for array and collection auto-growing.
setAutoGrowCollectionLimit(int) - Method in class org.springframework.validation.DataBinder
Specify the limit for array and collection auto-growing.
setAutoGrowNestedPaths(boolean) - Method in interface org.springframework.beans.BeanWrapper
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.beans.BeanWrapperImpl
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.validation.DataBinder
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
setAutoStartup(boolean) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Set whether to auto-start the endpoint activation after this endpoint manager has been initialized and the context has been refreshed.
setAutoStartup(boolean) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Set whether to automatically start the container after initialization.
setAutoStartup(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to automatically start the scheduler after initialization.
setAutowire(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default autowire setting for the document that's currently parsed.
setAutowireCandidate(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Set whether this bean is a candidate for getting autowired into some other bean.
setAutowireCandidate(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean is a candidate for getting autowired into some other bean.
setAutowireCandidatePatterns(String[]) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the name-matching patterns for determining autowire candidates.
setAutowireCandidateResolver(AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Set a custom autowire candidate resolver for this BeanFactory to use when deciding whether a bean definition should be considered as a candidate for autowiring.
setAutowireCandidates(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default autowire-candidate pattern for the document that's currently parsed.
setAutowiredAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Set the 'autowired' annotation type, to be used on constructors, fields, setter methods and arbitrary config methods.
setAutowiredAnnotationTypes(Set<Class<? extends Annotation>>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Set the 'autowired' annotation types, to be used on constructors, fields, setter methods and arbitrary config methods.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the autowire mode.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the autowire mode for this definition.
setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
setAutowireMode(int) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated. Set the autowire mode for test properties set by Dependency Injection.
setBacklog(int) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's TCP backlog.
setBacklog(int) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's TCP backlog.
setBadSqlGrammarCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setBaseAddress(String) - Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Set the base address for exported services.
setBasename(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasename(String) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set a single basename, following ResourceBundle conventions: essentially, a fully-qualified classpath location.
setBasename(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set a single basename, following ResourceBundle conventions.
setBasenamePrefix(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Set the prefix that gets applied to the ResourceBundle basenames, i.e.
setBasenames(String[]) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes, but in contrast to ResourceBundleMessageSource referring to a Spring resource location: e.g.
setBasenames(String[]) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set an array of basenames, each following ResourceBundle conventions: essentially, a fully-qualified classpath location.
setBasenames(String[]) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set an array of basenames, each following ResourceBundle conventions.
setBasePackage(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Set the base package to be used for generating path mappings, including all subpackages underneath this packages as path elements.
setBasePath(String) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Set the base path for context publication.
setBatchSize(int) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Set the number of statements that will trigger an automatic intermediate flush.
setBcc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - Method in interface org.springframework.mail.MailMessage
 
setBcc(String[]) - Method in interface org.springframework.mail.MailMessage
 
setBcc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setBcc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setBeanClass(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify the class for this bean.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.BeanClassLoaderAware
Callback that supplies the bean class loader to a bean instance.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set the class loader to use for loading bean classes.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the ClassLoader to use for bean classes.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.MBeanExporter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.  
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the bean ClassLoader to use for this interceptor: for resolving WebServiceFeature class names as specified through JaxWsPortClientInterceptor.setWebServiceFeatures(java.lang.Object[]), and also for building a client proxy in the JaxWsPortProxyFactoryBean subclass.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.remoting.support.RemotingSupport
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
setBeanClassName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
Override the bean class name of this bean definition.
setBeanClassName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
setBeanDefinitionDefaults(BeanDefinitionDefaults) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the defaults to use for detected beans.
setBeanExpressionResolver(BeanExpressionResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Specify the resolution strategy for expressions in bean definition values.
setBeanExpressionResolver(BeanExpressionResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.ProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Set the owning BeanFactory.
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.BeanFactoryAware
Callback that supplies the owning factory to a bean instance.
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Set the BeanFactory in which this aspect must configure beans.
setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.MBeanExporter
This callback is only required for resolution of bean names in the "beans" Map and for autodetection of MBeans (in the latter case, a ListableBeanFactory is required).
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
The bean factory just needs to be known for resolving entity interceptor bean names.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Obtains all web service beans and publishes them as JAX-WS endpoints.
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set the BeanFactory to use for retrieving PlatformTransactionManager beans.
setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
This callback is optional: If running in a BeanFactory and no transaction manager has been set explicitly, a single matching bean of type PlatformTransactionManager will be fetched from the BeanFactory.
setBeanFactory(BeanFactory) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Callback that supplies the owning factory to a bean instance.
setBeanFactoryLocator(BeanFactoryLocator) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Set the BeanFactoryLocator to use for this EJB.
setBeanFactoryLocatorKey(String) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Set the bean factory locator key.
setBeanName(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
 
setBeanName(String) - Method in interface org.springframework.beans.factory.BeanNameAware
Set the name of the bean in the bean factory that created this bean.
setBeanName(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
The bean name of this FieldRetrievingFactoryBean will be interpreted as "staticField" pattern, if neither "targetClass" nor "targetObject" nor "targetField" have been specified.
setBeanName(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
setBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
The bean name of this PropertyPathFactoryBean will be interpreted as "beanName.property" pattern, if neither "targetObject" nor "targetBeanName" nor "propertyPath" have been specified.
setBeanName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
 
setBeanName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
setBeanName(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Sets the id of this context to the bean name by default, for cases where the context instance is itself defined as a bean.
setBeanName(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
setBeanName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
If no explicit filter name has been specified, the bean name of the FilterDefinitionFactoryBean will be used.
setBeanName(String) - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
If no explicit type name has been specified, the bean name of the TypeDefinitionBean will be used.
setBeanName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
 
setBeanName(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
setBeanName(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
setBeanName(String) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.  
setBeanName(String) - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.  
setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
Stores the bean name as defined in the Spring bean factory.
setBeanName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 
setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the view's name.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Set the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Set the BeanNameGenerator to use for detected bean classes.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Set the BeanNameGenerator to use for detected bean classes.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
setBeanNames(String[]) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Set the names of the beans that should automatically get wrapped with proxies.
setBeanNameSeparator(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Set the separator to expect between bean name and property path.
setBeanResolver(BeanResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setBeans(Map<String, Object>) - Method in class org.springframework.jmx.export.MBeanExporter
Supply a Map of beans to be registered with the JMX MBeanServer.
setBeanWiringInfoResolver(BeanWiringInfoResolver) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Set the BeanWiringInfoResolver to use.
setBeforeInvocation(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
setBeforeMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written before a request is processed.
setBeforeMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be apppended to the log message written before a request is processed.
setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.WebDataBinder
Set whether to bind empty MultipartFile parameters.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.validation.DataBinder
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingName(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
Set the optional binding name for this instance.
setBindings(Map<String, String>) - Method in class org.springframework.util.xml.SimpleNamespaceContext
Sets the bindings for this namespace context.
setBindingType(String) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Specify the binding type to use, overriding the value of the JAX-WS BindingType annotation.
setBindOnNewForm(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Set if request parameters should be bound to the form object in case of a non-submitting request, i.e.
setBindOnNewForm(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. Set whether request parameters should be bound to the form object in case of a non-submitting request, that is, a new form.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as binary stream on the given statement, using the given parameter index.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as bytes on the given statement, using the given parameter index.
setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setBlocking(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether to use a blocking cache that lets read attempts block until the requested element is created.
setBlockUntilCompleted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Set whether to let WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work has been completed.
setBlockUntilStarted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Set whether to let WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work has been actually started.
setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
 
setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
setBootstrapCacheLoader(BootstrapCacheLoader) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set an EHCache BootstrapCacheLoader for this cache, if any.
setBootstrapContext(BootstrapContext) - Method in interface org.springframework.jca.context.BootstrapContextAware
Set the BootstrapContext that this object runs in.
setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Specify the JCA BootstrapContext that contains the WorkManager to delegate to.
setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Indicates whether this request factory should buffer the request body internally.
setBufferSize(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setBufferSize(int) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setBundleClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Set the ClassLoader to load resource bundles with.
setBundleClassLoader(ClassLoader) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the ClassLoader to load resource bundles with.
setBusinessInterface(Class) - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setBusinessInterface(Class) - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setCache(boolean) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Set whether to cache the temporary LOB in the buffer cache.
setCache(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set whether to cache resolved destinations.
setCache(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Enable or disable caching.
setCache(boolean) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Set whether to activate the template cache for this view.
setCacheability(String) - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
setCacheability(String) - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
setCacheableMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheableMappingLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
setCacheBeanMetadata(boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set whether to cache bean metadata such as given bean definitions (in merged fashion) and resolved bean classes.
setCacheBeanMetadata(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setCacheConsumers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Specify whether to cache JMS MessageConsumers per JMS Session instance (more specifically: one MessageConsumer per Destination, selector String and Session).
setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the Cache-Control header.
setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the cache directory.
setCacheEntryFactory(CacheEntryFactory) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set an EHCache CacheEntryFactory to use for a self-populating cache.
setCacheEventListeners(Set<CacheEventListener>) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Specify EHCache cache event listeners to registered with this cache.
setCacheHome(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to cache the EJB home object once it has been located.
setCacheLevel(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the level of caching that this listener container is allowed to apply.
setCacheLevelName(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the level of caching that this listener container is allowed to apply, in the form of the name of the corresponding constant: e.g.
setCacheLimit(int) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Specify the maximum number of entries for the MetadataReader cache.
setCacheLimit(int) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Specify the maximum number of entries for this template's SQL cache.
setCacheManager(CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
Set the backing EhCache CacheManager.
setCacheManager(CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set a CacheManager from which to retrieve a named Cache instance.
setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set the CacheManager that this cache aspect should delegate to.
setCacheManagerName(String) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set the name of the EHCache CacheManager (if a specific name is desired).
setCacheManagers(Collection<CacheManager>) - Method in class org.springframework.cache.support.CompositeCacheManager
 
setCacheMappings(Properties) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to specific cache seconds.
setCacheName(String) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set a name for which to retrieve or create a cache instance.
setCacheName(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setCacheNames(Collection<String>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Specify the set of cache names for this CacheManager's 'static' mode.
setCacheNames(String[]) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
Set the cache operation attribute source which is used to find cache attributes.
setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
Set one or more cache operation sources which are used to find the cache attributes.
setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
Set the sources used to find cache operations.
setCachePeriod(Integer) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Specify the cache period for the resources served by the resource handler, in seconds.
setCacheProducers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Specify whether to cache JMS MessageProducers per JMS Session instance (more specifically: one MessageProducer per Destination and Session).
setCacheProvider(CacheProvider) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Deprecated. as of Spring 3.0, following Hibernate 3.3's deprecation of the CacheProvider SPI
setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to cache all queries executed by this template.
setCacheRegionFactory(Object) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the Hibernate RegionFactory to use for the SessionFactory.
setCaches(Collection<? extends Cache>) - Method in class org.springframework.cache.support.SimpleCacheManager
Specify the collection of Cache instances to use for this CacheManager.
setCacheSeconds(int) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the number of seconds to cache loaded properties files.
setCacheSeconds(int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Cache content for the given number of seconds.
setCacheSeconds(int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
Cache content for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSessionBean(boolean) - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Set whether to cache the actual session bean object.
setCacheSize(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Set the number of buffered keys.
setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheStub(boolean) - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set whether the Velocity template should be cached.
setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Turn on/off the caching of the XSLT Templates instance.
setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Turn on/off the caching of the XSLT templates.
setCacheUnresolved(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Whether a view name once resolved to null should be cached and automatically resolved to null subsequently.
setCacheUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Set whether to cache the JTA UserTransaction object fetched from JNDI.
setCacheWide(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation
 
setCalendars(Map<String, Calendar>) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of Quartz Calendar objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setCallableStatementType(Class<? extends CallableStatement>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's CallableStatement type, e.g.
setCancelParamKey(String) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated. Set the key of the request parameter used to identify a cancel request.
setCancelRenderParameter(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Pass the the parameter that indicates a cancel request forward to the render phase.
setCancelView(String) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated. Sets the name of the cancel view.
setCannotAcquireLockCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCannotSerializeTransactionCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCaseSensitive(boolean) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Set whether to apply case sensitivity to the generated paths, e.g.
setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name of the catalog.
setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the catalog for this context.
setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the catalog name to use.
setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the catalog for this insert
setCategory(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex.
setCc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMailMessage
 
setCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - Method in interface org.springframework.mail.MailMessage
 
setCc(String[]) - Method in interface org.springframework.mail.MailMessage
 
setCc(String) - Method in class org.springframework.mail.SimpleMailMessage
 
setCc(String[]) - Method in class org.springframework.mail.SimpleMailMessage
 
setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Set the CciTemplate for this DAO explicitly, as an alternative to specifying a ConnectionFactory.
setCciTemplate(CciTemplate) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CciTemplate to be used by this operation.
setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setCharacterEncoding(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Sets the character set used for writing form data.
setCharset(Charset) - Method in class org.springframework.web.filter.HttpPutFormContentFilter
The default character set to use for reading form data.
setCheckFullyPopulated(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Set whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Set whether to check Tiles definition files for a refresh at runtime.
setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
setChronology(Chronology) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Set the user's chronology.
setChunkedPost(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to use a chunked post for sending a Hessian request.
setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Sets the number of bytes to write in each chunk when not buffering request bodies locally.
setClasses(Class<?>[]) - Method in class org.springframework.test.context.ContextConfigurationAttributes
Set the processed configuration classes, effectively overriding the original value declared via @ContextConfiguration.
setClassesToBeBound(Class<?>...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the list of Java classes to be recognized by a newly created JAXBContext.
setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassLoader(ClassLoader) - Method in class org.springframework.core.io.DefaultResourceLoader
Specify the ClassLoader to load class path resources with, or null for using the thread context class loader at the time of actual resource access.
setCleanupAfterInclude(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to perform cleanup of request attributes after an include request, that is, whether to reset the original state of all request attributes after the DispatcherServlet has processed within an include request.
setClearCollections(boolean) - Method in class org.springframework.oxm.castor.CastorMarshaller
Sets whether this unmarshaller should clear collections upon the first use.
setClearOnFlush(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether the memory store should be cleared when flush is called on the cache.
setClientId(String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Specify a JMS client ID for the single Connection created and exposed by this ConnectionFactory.
setClientId(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Specify the JMS client ID for a shared Connection created and used by this container.
setClientId(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI client socket factory to use for the RMI registry.
setClientSocketFactory(RMIClientSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for exporting the service.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as ASCII stream on the given statement, using the given parameter index.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as character stream on the given statement, using the given parameter index.
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsString(PreparedStatement, int, String) - Method in interface org.springframework.jdbc.support.lob.LobCreator
Set the given content as String on the given statement, using the given parameter index.
setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
 
setCode(String) - Method in class org.springframework.web.servlet.tags.MessageTag
Set the message code for this tag.
setCodebaseUrl(String) - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the codebase URL to download classes from if not found locally.
setCollectionCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the cache strategies for persistent collections (with specific roles).
setCols(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'cols' attribute.
setColumnName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Set the name of the column in the sequence table.
setColumnNames(List<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the names of the columns to be used
setCommandClass(Class) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Set the command class for this controller.
setCommandClass(Class) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Set the command class for this controller.
setCommandInSession(ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated. Set the action response parameter that indicates there is a command (and errors) object in the session for the render phase.
setCommandName(String) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Set the name of the command in the model.
setCommandName(String) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Set the name of the command in the model.
setCommandName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Set the name of the form attribute in the model.
setCommentPrefix(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the line prefix that identifies comments in the SQL script.
setCommitted(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setCommitted(boolean) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setComparator(int, Comparator<T>) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index.
setComparator(int, Comparator<T>, boolean) - Method in class org.springframework.util.comparator.CompoundComparator
Replace the Comparator at the given index using the given sort order.
setComplete() - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated. Overridden to prevent the transaction committing if a number of tables have been cleared, as a defensive measure against accidental permanent wiping of a database.
setComplete() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated. Cause the transaction to commit for this test method, even if the test method is configured to rollback.
setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
Mark the current handler's session processing as complete, allowing for cleanup of session attributes.
setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
 
setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Specify whether to apply Tiles 2.2's "complete-autoload" configuration.
setCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Mark this transaction as completed, that is, committed or rolled back.
setConcurrency(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify concurrency limits via a "lower-upper" String, e.g.
setConcurrency(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Specify concurrency limits via a "lower-upper" String, e.g.
setConcurrency(String) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Specify concurrency limits via a "lower-upper" String, e.g.
setConcurrencyLimit(int) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Set the maximum number of parallel accesses allowed.
setConcurrencyLimit(int) - Method in class org.springframework.util.ConcurrencyThrottleSupport
Set the maximum number of concurrent access attempts allowed.
setConcurrent(boolean) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Specify whether or not multiple jobs should be run in a concurrent fashion.
setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the number of concurrent consumers to create.
setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Specify the number of concurrent consumers to create.
setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Specify the JSR-166 backport concurrent executor to delegate to.
setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Specify the JDK 1.5 concurrent executor to delegate to.
setCondition(String) - Method in class org.springframework.cache.interceptor.CacheOperation
 
setConfigLocation(Resource) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set the location of the EHCache config file.
setConfigLocation(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Set the config locations for this application context in init-param style, i.e.
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
setConfigLocation(Resource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the location of the iBATIS SqlMapClient config file.
setConfigLocation(Resource) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the location of the JDO properties config file, for example as classpath resource "classpath:kodo.properties".
setConfigLocation(Resource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the location of the Quartz properties config file, for example as classpath resource "classpath:quartz.properties".
setConfigLocation(Resource) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the location of the FreeMarker config file.
setConfigLocation(Resource) - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the location of the Velocity config file.
setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set the config locations for this application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfigLocation(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setConfigLocations(String[]) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Set the config locations for this application context.
setConfigLocations(Resource[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigLocations(Resource[]) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
setConfigLocations(Resource[]) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set multiple locations of iBATIS SqlMapClient config files that are going to be merged into one unified configuration at runtime.
setConfigLocations(String[]) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context.
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set the config locations for this application context.
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocations(String[]) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfigLocations(String[]) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context.
setConfigLocations(String[]) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Set a preconfigured Configuration to use for the FreeMarker web config, e.g.
setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the FreeMarker Configuration to be used by this view.
setConfigurationClass(Class) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
 
setConfigurationClass(Class<?>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate Configuration class to use.
setConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
setConnection(Connection) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Override the existing Connection handle with the given Connection.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
Set the CCI ConnectionFactory that this instance should manage local transactions for.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionFactory to obtain Connections from.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Set the ConnectionFactory to be used by this DAO.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.object.EisOperation
Set the CCI ConnectionFactory to be used by this operation.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.JmsTransactionManager
Set the JMS ConnectionFactory that this instance should manage transactions for.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Set the JMS connection factory to be used by the gateway.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the QueueConnectionFactory to use for obtaining JMS QueueConnections.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.support.JmsAccessor
Set the ConnectionFactory to use for obtaining JMS Connections.
setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setConnectionManager(ConnectionManager) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ConnectionManager that should be used to create the desired connection factory.
setConnectionProperties(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Specify arbitrary connection properties as key/value pairs, to be passed to the Driver.
setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set the ConnectionSpec that this adapter should use for retrieving Connections.
setConnectionSpec(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionSpec that this template instance is supposed to obtain Connections for.
setConnectionSpecForCurrentThread(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set a ConnectionSpec for this proxy and the current thread.
setConnectionType(Class<? extends Connection>) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
Set the vendor's Connection type, e.g.
setConnectOnStartup(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set whether or not the proxy should connect to the MBeanServer at creation time ("true") or the first time it is invoked ("false").
setConnectOnStartup(boolean) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set whether to connect to the server on startup.
setConnectTimeout(int) - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated. Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's connect timeout (in milliseconds).
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's connect timeout (in milliseconds).
setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
setConstructorArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify constructor argument values for this bean.
setConstructorResolvers(List<ConstructorResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
setContent(byte[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContent(byte[]) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
Sets the (new) value of the Content-Disposition header for form-data.
setContentDispositionMappings(Properties) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the mappings of Content-Disposition header values to mapping keys.
setContentLength(long) - Method in class org.springframework.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
setContentLength(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setContentLength(int) - Method in class org.springframework.mock.web.portlet.MockResourceResponse
 
setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
Set the media type of the body, as specified by the Content-Type header.
setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setContentType(String) - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
setContentType(String) - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
setContentType(String) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Specify the content type to use for sending HTTP invoker requests.
setContentType(String) - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Specify the content type to use for sending remote invocation responses.
setContentType(String) - Method in class org.springframework.web.servlet.ResourceServlet
Set the content type of the target resource (typically a JSP).
setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
Set the content type for this view.
setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the content type for all views.
setContentType(String) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated.  
setContext(String) - Method in class org.springframework.web.servlet.tags.UrlTag
Set the context path for the URL.
setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
setContextAttribute(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext that this servlet is supposed to use.
setContextClass(Class) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set a custom context class.
setContextClass(Class<?>) - Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom context class.
setContextClass(Class) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Set a custom context class.
setContextClassName(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Set a custom context class by name.
setContextConfigLocation(String) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Set the location of the context configuration files, within the resource adapter's deployment unit.
setContextConfigLocation(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextConfigLocation(String) - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextId(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Specify a custom WebApplicationContext id, to be used as serialization id for the underlying BeanFactory.
setContextInitializerClasses(String) - Method in class org.springframework.web.servlet.FrameworkServlet
Specify the set of fully-qualified ApplicationContextInitializer class names, per the optional "contextInitializerClasses" servlet init-param.
setContextInitializers(ApplicationContextInitializer<ConfigurableApplicationContext>...) - Method in class org.springframework.web.servlet.FrameworkServlet
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this FrameworkServlet.
setContextOverride(boolean) - Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Deprecated. Set whether ServletContext init parameters (and optionally also ServletContext attributes) should override local properties within the application.
setContextPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setContextPath(String) - Method in class org.springframework.mock.web.MockServletContext
 
setContextPath(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setContextPath(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set a JAXB context path.
setContextPaths(String...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Set multiple JAXB context paths.
setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
Set whether to interpret a given URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
setContexts(Map<String, HttpHandler>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register HttpHandlers for specific context paths.
setContinueOnError(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Flag to indicate that all failures in SQL should be logged but not cause a failure.
setContinueScheduledExecutionAfterException(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Specify whether to continue the execution of a scheduled task after it threw an exception.
setConversionService(ConversionService) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
setConversionService(ConversionService) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractEnvironment
 
setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractPropertyResolver
 
setConversionService(ConfigurableConversionService) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
Set the ConfigurableConversionService to be used when performing type conversions on properties.
setConversionService(ConversionService) - Method in class org.springframework.validation.DataBinder
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a ConversionService which will apply to every DataBinder.
setConverted() - Method in class org.springframework.beans.MutablePropertyValues
Mark this holder as containing converted values only (i.e.
setConvertedExporterParameters(Map<JRExporterParameter, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Allows subclasses to populate the converted exporter parameters.
setConvertedValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the converted value of the constructor argument, after processed type conversion.
setConvertedValue(Object) - Method in class org.springframework.beans.PropertyValue
Set the converted value of the constructor argument, after processed type conversion.
setConverters(Set<?>) - Method in class org.springframework.context.support.ConversionServiceFactoryBean
Configure the set of custom converter objects that should be added: implementing Converter, ConverterFactory, or GenericConverter.
setConverters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of custom converter objects that should be added.
setConverters(ConverterMatcher[]) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Set the Converters or SingleValueConverters to be registered with the XStream instance.
setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given domain for cookies created by this generator.
setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
Use the given maximum age (in seconds) for cookies created by this generator.
setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given name for cookies created by this generator.
setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
Use the given path for cookies created by this generator.
setCookies(Cookie...) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
setCookies(Cookie...) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
Set whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
setCorePoolSize(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's core pool size.
setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's core pool size.
setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's core pool size.
setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set user credententials for this proxy and the current thread.
setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set user credententials for this proxy and the current thread.
setCronExpression(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the cron expression for this trigger.
setCronTasks(Map<Runnable, String>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
setCssClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'class' attribute.
setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
The CSS class to use when the field bound to a particular tag has errors.
setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
Unsupported for forms.
setCssStyle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'style' attribute.
setCurrency(Currency) - Method in class org.springframework.format.number.CurrencyFormatter
Specify the currency, if known.
setCurrencyTimeLimit(int) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Set a currency time limit for this attribute.
setCurrentlyInCreation(String, boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Explicitly control in-creation status of the specified bean.
setCurrentlyInCreation(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
setCurrentTransactionIsolationLevel(Integer) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose an isolation level for the current transaction.
setCurrentTransactionName(String) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose the name of the current transaction, if any.
setCurrentTransactionReadOnly(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Expose a read-only flag for the current transaction.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom WebArgumentResolver to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set one or more custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set one or more custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Provide resolvers for custom argument types.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide resolvers for custom argument types.
setCustomEditors(Map<String, ?>) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
Specify the custom editors to register via a Map, using the class name of the required type as the key and the class name of the associated PropertyEditor as value.
setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom ModelAndViewResolvers to use for special method return types.
setCustomProperties(Properties) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Set custom properties to be set on the stub or call.
setCustomProperties(Map<String, Object>) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set custom properties to be set on the stub.
setCustomPropertyMap(Map<String, Object>) - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Set custom properties to be set on the stub or call.
setCustomQualifierTypes(Set) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
Register custom qualifier annotation types to be considered when autowiring beans.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Provide handlers for custom return value types.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide handlers for custom return value types.
setCustomSqlExceptionTranslatorClass(Class) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setCustomTargetSourceCreators(TargetSourceCreator[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set custom TargetSourceCreators to be applied in this order.
setCustomTranslations(CustomSQLErrorCodesTranslation[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDaemon(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether any threads started for the JMXConnectorServer should be started as daemon threads.
setDaemon(boolean) - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated. Set whether the timer should use a daemon thread, just executing as long as the application itself is running.
setDaemon(boolean) - Method in class org.springframework.util.CustomizableThreadCreator
Set whether this factory is supposed to create daemon threads, just executing as long as the application itself is running.
setDataAccessResourceFailureCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDatabase(Database) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Specify the target database to operate on, as a value of the Database enum: DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
Set a script execution to be run in the bean destruction callback, cleaning up the database and leaving it in a known state for others.
setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
Set a script execution to be run in the bean destruction callback, cleaning up the database and leaving it in a known state for others.
setDatabaseConfigurer(EmbeddedDatabaseConfigurer) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the strategy that will be used to configure the embedded database instance.
setDatabaseName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the name of the database.
setDatabasePlatform(String) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Specify the name of the target database to operate on.
setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the strategy that will be used to populate the embedded database.
setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
The DatabasePopulator to use to populate the data source.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.JdbcAccessor
Specify the database product name for the DataSource that this accessor uses.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property if the database name contains spaces, in which case we can not use the bean name for lookup.
setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the database product name for this translator.
setDatabaseProductNames(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
Set this property to specify multiple database names that contains spaces, in which case we can not use bean names for lookup.
setDatabaseType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the type of embedded database to use.
setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
Sets the WebDataBinderFactory to be passed to argument resolvers allowing them to create a WebDataBinder for data binding and type conversion purposes.
setDataIntegrityViolationCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the DataSource to use to obtain database connections.
setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
The DataSource to populate when this component is initialized.
setDataSource(DataSource) - Method in class org.springframework.jdbc.object.RdbmsOperation
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the DataSource to validate.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the data source to retrieve the value from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.JdbcAccessor
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the DataSource for this translator.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
Set the DataSource to be used by the SessionFactory.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the DataSource to be used by iBATIS SQL Maps.
setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
setDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the default DataSource to be used by the Scheduler.
setDataSource(DataSource) - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated. Setter: DataSource is provided by Dependency Injection.
setDataSource(DataSource) - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated.  
setDataSource(DataSource) - Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated. Set the DataSource, typically provided via Dependency Injection.
setDataSource(DataSource) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Set the DataSource, typically provided via Dependency Injection.
setDataSource(DataSource) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Set the DataSource, typically provided via Dependency Injection.
setDataSourceFactory(DataSourceFactory) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the factory to use to create the DataSource instance that connects to the embedded database.
setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Set the DataSourceLookup implementation to use for resolving data source name Strings in the targetDataSources map.
setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in persistence.xml against Spring-managed DataSource instances.
setDataSources(Map<String, DataSource>) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Set the Map of DataSources; the keys are Strings, the values are actual DataSource instances.
setDataSources(Map<String, DataSource>) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSources that the JPA persistence provider is supposed to use for accessing the database, resolving data source names in persistence.xml against Spring-managed DataSources.
setDate(long) - Method in class org.springframework.http.HttpHeaders
Sets the date and time at which the message was created, as specified by the Date header.
setDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
setDateStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalDate objects.
setDateTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalDateTime and DateTime objects, as well as JDK Date and Calendar objects.
setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the DateTool helper object to expose in the Velocity context of this view, or null if not needed.
setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the DateTool helper object to expose in the Velocity context of this view, or null if not needed.
setDeadlockLoserCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether Hessian's debug mode should be enabled.
setDebug(boolean) - Method in class org.springframework.remoting.caucho.HessianExporter
Set whether Hessian's debug mode should be enabled, logging to this exporter's Commons Logging log.
setDeclarationOrder(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Sets the declaration order of this advice within the aspect
setDecoratedDefinition(BeanDefinitionHolder) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
setDefaultAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default auto-commit mode to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the default Content-Type to be used for writing.
setDefaultContentType(MediaType) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Set the default content type.
setDefaultCurrencyTimeLimit(Integer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the default for the JMX field "currencyTimeLimit".
setDefaultDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
setDefaultDestination(Destination) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination to be used on send/receive operations that do not have a destination parameter.
setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsTemplate
Set the destination name to be used on send/receive operations that do not have a destination parameter.
setDefaultDomain(String) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
setDefaultDomain(String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
setDefaultDomain(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set the default domain to be used by the 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.
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.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
 
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.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.
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.
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.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.
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.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.
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.
setFlashMapTimeout(int) - Method in class org.springframework.web.servlet.support.DefaultFlashMapManager
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 HandlerMethodArgumentResolvers to use to use for resolving method argument values.
setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
 
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.AbstractSessionFactoryBean
Set the JDBC exception translator for the SessionFactory, exposed via the PersistenceExceptionTranslator interface.
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
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 MBeanExporterListeners 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 ModelAndViewResolvers.
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.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.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
 
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.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.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 HandlerMappings 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 HandlerMappings 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.
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.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.MappingJacksonHttpMessageConverter
Indicate 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.
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<? extends ValidationProvider>) - 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.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.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.
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.
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
 
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).
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.
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.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 org.springframework.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.
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 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
 
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.beans.factory.aspectj
@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.beans.factory.aspectj.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.
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.
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.
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
 
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.
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
Stores 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.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
Return true if all arguments and the return value of the given HandlerMethod are supported by the configured resolvers and handlers.
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.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.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
 

A B C D E F G H I J K L M N O P Q R S T U V W X