- 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
-
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Save the given FlashMap, in some underlying storage and set the start
of its expiration period.
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- scheduleTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- 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
-
- SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
-
- SchedulingConfigurer - Interface in org.springframework.scheduling.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.
- schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme-specific-part.
- Scope - Interface in org.springframework.beans.factory.config
-
- 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
-
- 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
-
Construct a new ScriptStatementFailedException.
- secure(boolean) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the secure property of the
ServletRequest indicating use of a
secure channel, such as HTTPS.
- secure(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert whether the cookie must be sent over a secure protocol or not.
- SecurityContextProvider - Interface in org.springframework.beans.factory.support
-
Provider of the security context of the code running inside the bean factory.
- SELECTED_CONTENT_TYPE - Static variable in interface org.springframework.web.servlet.View
-
The
MediaType selected during content negotiation, which may be
more specific than the one the View is configured with.
- 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
-
- 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
-
- 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
-
- sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
-
- 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.
- sendServerError(Exception, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
-
Invoked to send a server error.
- 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
-
- 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
-
- 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
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Override the parent class implementation in order to intercept PATCH
requests.
- 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
-
- 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
-
- ServletConfigPropertySource - Class in org.springframework.web.context.support
-
- 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
-
- ServletContextAwareProcessor - Class in org.springframework.web.context.support
-
- 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.
- ServletContextLiveBeansView - Class in org.springframework.web.context.support
-
LiveBeansView subclass which looks for all ApplicationContexts
in the web application, as exposed in ServletContext attributes.
- ServletContextLiveBeansView(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextLiveBeansView
-
Create a new LiveBeansView for the given ServletContext.
- 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
-
- ServletContextPropertyPlaceholderConfigurer() - Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
Deprecated.
- ServletContextPropertySource - Class in org.springframework.web.context.support
-
- ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
-
- ServletContextPropertyUtils - Class in org.springframework.web.util
-
Helper class for resolving placeholders in texts.
- ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
-
- 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
-
- 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
-
- ServletInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Creates an instance from the given handler and method.
- ServletInvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Create an instance from a HandlerMethod.
- ServletModelAttributeMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ServletModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
- servletPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Specify the portion of the requestURI that represents the path to which
the Servlet is mapped.
- ServletPathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
-
An extension of
PathExtensionContentNegotiationStrategy that uses
ServletContext.getMimeType(String) as a fallback mechanism when
matching a path extension to a media type.
- ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance with the given extension-to-MediaType lookup.
- ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Create an instance without any mappings to start with.
- ServletRequestAttributes - Class in org.springframework.web.context.request
-
- 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
-
- 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
-
- ServletResponseMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
- ServletServerHttpRequest - Class in org.springframework.http.server
-
- 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
-
- ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
-
Construct a new instance of the ServletServerHttpResponse based on the given
HttpServletResponse.
- ServletTestExecutionListener - Class in org.springframework.test.context.web
-
TestExecutionListener which provides mock Servlet API support to
WebApplicationContexts loaded by the
Spring
TestContext Framework.
- ServletTestExecutionListener() - Constructor for class org.springframework.test.context.web.ServletTestExecutionListener
-
- ServletUriComponentsBuilder - Class in org.springframework.web.servlet.support
-
A UriComponentsBuilder that extracts 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
-
- ServletWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
-
- ServletWebRequest - Class in org.springframework.web.context.request
-
- 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
-
- ServletWrappingPortletContext(ServletContext) - Constructor for class org.springframework.mock.web.portlet.ServletWrappingPortletContext
-
Create a new PortletContext wrapping the given ServletContext.
- session(MockHttpSession) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the HTTP session to use, possibly re-used across requests.
- SESSION_COOKIE_NAME - Static variable in class org.springframework.mock.web.MockHttpSession
-
- 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.
- sessionAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set a session attribute.
- sessionAttribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value with the given Hamcrest Matcher.
- sessionAttribute(String, Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value..
- 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
-
- SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
-
Create 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.
- sessionAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set session attributes.
- 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
-
- SessionFlashMapManager - Class in org.springframework.web.servlet.support
-
Store and retrieve
FlashMap instances to and from the HTTP session.
- SessionFlashMapManager() - Constructor for class org.springframework.web.servlet.support.SessionFlashMapManager
-
- 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
-
- 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
-
- 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
-
Deprecated.
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).
- setAllowNullValues(boolean) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Specify whether to accept and convert null values for all caches
in this cache manager.
- 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.
- setAlwaysMustRevalidate(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
An option to add 'must-revalidate' to every Cache-Control header.
- 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
-
Deprecated.
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.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the AnnotationIntrospector for both serialization and
deserialization.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- 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.context.support.LiveBeansView
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
- 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.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- 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
-
- 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.
- setAsyncRequestTimeout(long) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Specify the timeout value for async execution.
- setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling
should time out.
- setAsyncTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
Specify the TaskExecutor to use for asynchronous work execution
(i.e.
- setAsyncWebRequest(AsyncWebRequest) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
- setAttribute(String, Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- 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
-
- 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
-
- 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 LocalSessionFactoryBean'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.
- setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature.AUTO_DETECT_FIELDS option.
- setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature.AUTO_DETECT_SETTERS/
MapperFeature.AUTO_DETECT_GETTERS option.
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- 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.
- setAwaitTerminationSeconds(int) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the maximum number of seconds that this executor is supposed to block
on shutdown in order to wait for remaining tasks to complete their execution
before the rest of the container continues to shut down.
- 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
-
- 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
-
- 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.AbstractAdvisingBeanPostProcessor
-
- 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.cache.jcache.JCacheManagerFactoryBean
-
- 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.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.jms.support.converter.MappingJackson2MessageConverter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
-
- 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
-
- 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.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
-
- 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.interceptor.AsyncExecutionAspectSupport
-
Set the
BeanFactory to be used when looking up executors by qualifier.
- 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
-
Deprecated.
- 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.annotation.MBeanExportConfiguration
-
- 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.annotation.AnnotationJmxAttributeSource
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
- 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.hibernate4.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.annotation.AsyncAnnotationAdvisor
-
Set the BeanFactory to be used when looking up executors by qualifier.
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
- 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.context.request.async.WebAsyncTask
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
Deprecated.
- 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
-
Deprecated.
Set the BeanFactoryLocator to use for this EJB.
- setBeanFactoryLocatorKey(String) - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
-
Deprecated.
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
-
Deprecated.
- 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
-
- 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.context.annotation.ConfigurationClassPostProcessor
-
- 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
-
- setBeforeExistingAdvisors(boolean) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Set whether this post-processor's advisor is supposed to apply before
existing advisors when encountering a pre-advised object.
- 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
-
Deprecated.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- 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
-
Deprecated.
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- 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
-
- setBlockUntilStarted(boolean) - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- 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
-
- 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
-
- 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
-
Deprecated.
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
-
- setCacheEventListeners(Set<CacheEventListener>) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- 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.
- setCacheLimit(int) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Specify the maximum number of entries for the view cache.
- setCacheManager(CacheManager) - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
-
- 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.
- setCacheManager(CacheManager) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Set the backing JCache CacheManager.
- setCacheManagerName(String) - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
Set the name of the EhCache CacheManager (if a specific name is desired).
- setCacheManagerName(String) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
Specify the name of the desired CacheManager.
- 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.context.support.ResourceBundleMessageSource
-
Set the number of seconds to cache loaded resource bundle 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
-
Deprecated.
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.
- setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure CallableProcessingInterceptor's to register on async requests.
- 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.
- setCastorProperties(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set Castor-specific properties for marshalling and unmarshalling.
- 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.
- setCheckForXmlRootElement(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- 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.
- setCheckRefresh(boolean) - Method in class org.springframework.web.servlet.view.tiles3.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.
- setClassDescriptorResolver(XMLClassDescriptorResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the XMLClassDescriptorResolver to be used during unmarshalling.
- setClasses(Class<?>[]) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the
processed annotated 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
-
- setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- setClassFilter(ClassFilter) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
- setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
-
- setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- 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
-
Deprecated.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- 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
-
Deprecated.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- 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
-
Deprecated.
- setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
- 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
-
- setCommonMessages(Properties) - Method in class org.springframework.context.support.AbstractMessageSource
-
Specify locale-independent common messages, with the message code as key
and the full message String (may contain argument placeholders) as value.
- 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.
- setCompleteAutoload(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Specify whether to apply Tiles 3.0'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
-
Deprecated.
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
-
Deprecated.
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
-
- 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
-
- 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
-
Deprecated.
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
-
- 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
-
- 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.
- setConnectLazily(boolean) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify whether to connect lazily, i.e.
- 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
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set a ContentNegotiationManager.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- 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
-
- setContextInitializers(ApplicationContextInitializer<ConfigurableApplicationContext>...) - Method in class org.springframework.web.servlet.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
-
- setConversionService(FormattingConversionService) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a conversion service with custom formatters and converters.
- 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
-
- 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.
- setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- 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
-
Deprecated.
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.
- setCreateTemporaryLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Specify whether to copy a byte array / String into a temporary JDBC
Blob / Clob object created through the JDBC 4.0 createBlob /
createClob methods.
- 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.
- setCronTasksList(List<CronTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
CronTask objects.
- 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 the current 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
-
Deprecated.
Set a custom WebArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
Deprecated.
Set a custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom resolvers for controller method arguments.
- 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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(HandlerMethodReturnValueHandler...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom handlers for controller method return values.
- 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.
- setCustomSqlExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCustomSqlExceptionTranslatorClass(Class<? extends SQLExceptionTranslator>) - 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
-
- 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
-
- 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
-
Deprecated.
Set the DataSource to be used by iBATIS SQL Maps.
- setDataSource(DataSource) - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
-
Deprecated.
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
-
- 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.
- setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the format for date/time with the given
DateFormat.
- setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Define the format for date/time with the given
DateFormat.
- setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- 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.
- setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeStyle(String) - Method in class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
-
- 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.accept.ContentNegotiationManagerFactoryBean
-
Set the default content type.
- setDefaultContentType(MediaType) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- 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.context.support.ResourceBundleMessageSource
-
Set the default charset to use for parsing resource bundle 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
-
- 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.
- setDefaultJtaDataSource(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.
- 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
-
- setDefaultProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
- 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.mock.web.MockServletContext
-
Set the name of the default Servlet.
- 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.
- setDefaultTimeout(long) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Specify the amount of time, in milliseconds, before asynchronous request
handling times out.
- 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.
- setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure DeferredResultProcessingInterceptor's to register on async requests.
- 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.
- setDefinitions(String[]) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
Set the Tiles definitions, i.e.
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
- setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - Method in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- 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.
- setDelegate(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Set a target object to delegate message listening to.
- setDelegate(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Set the delegate used by this class; the default is this,
assuming that handler methods have been added by a subclass.
- setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the delimiter to be used between each
'input type="checkbox/radio"' tag.
- setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the delimiter to be used between error messages.
- setDeliveryMode(int) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the delivery mode to use when sending a message.
- setDeliveryPersistent(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message delivery should be persistent or non-persistent,
specified as boolean value ("true" or "false").
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the dependency check code.
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the depency check mode for this definition.
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default dependency-check setting for the document that's currently parsed.
- setDependencyCheck(boolean) - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
-
Deprecated.
Set whether or not dependency checking should be performed for test
properties set by Dependency Injection.
- setDependsOn(String[]) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the names of the beans that this bean depends on being initialized.
- setDependsOn(String[]) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the names of the beans that this bean depends on being initialized.
- setDescendingOrder(int) - Method in class org.springframework.util.comparator.CompoundComparator
-
Change the sort order at the given index to descending sort.
- setDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set a human-readable description of this bean definition.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a description for this attribute.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a description for this notification.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set a description for this parameter.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set a textual description for this job.
- setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers for the given types.
- 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
-
- setDestroyAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
Specify the destroy annotation to check for, indicating destruction
methods to call when the context is shutting down.
- setDestroyMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default destroy-method setting for the document that's currently parsed.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the name of the destroy method.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the destroy method for this definition.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all HandlerAdapter beans in this portlet's context.
- setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerAdapter beans in this servlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
- setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all HandlerMapping beans in this portlet's context.
- setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to detect all ViewResolver beans in this portlet's context.
- setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all ViewResolver beans in this servlet's context.
- setDetectHandlerMethodsInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Whether to detect handler methods in beans in ancestor ApplicationContexts.
- setDetectHandlersInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
-
Set whether to detect handler beans in ancestor ApplicationContexts.
- setDir(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'dir' attribute.
- setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether to use direct field access instead of bean property access.
- setDirty() - Method in class org.springframework.test.AbstractSingleSpringContextTests
-
Deprecated.
Called to say that the "applicationContext" instance variable is dirty
and should be reloaded.
- setDirty(Object) - Method in class org.springframework.test.AbstractSpringContextTests
-
Deprecated.
Mark the context with the given key as dirty.
- setDirty() - Method in class org.springframework.test.jpa.AbstractJpaTests
-
Deprecated.
- setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Disables caching of the generated JSON.
- setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Disables caching of the generated JSON.
- setDisabled(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set whether this cache should be marked as disabled.
- setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the 'disabled' attribute.
- setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the 'disabled' attribute.
- setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Set the value of the 'disabled' attribute.
- setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the value of the 'disabled' attribute.
- setDisabled(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the value of the 'disabled' attribute.
- setDisallowedFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register fields that should not be allowed for binding.
- setDiskExpiryThreadIntervalSeconds(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set the number of seconds between runs of the disk expiry thread.
- setDiskPersistent(boolean) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set whether the disk store persists between restarts of the Virtual Machine.
- setDiskSpoolBufferSize(int) - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
Set the amount of memory to allocate the write buffer for puts to the disk store.
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- setDispatchTraceRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
- 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.
- setDoctypes(Map<String, String>) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the map containing document type definition for the marshaller.
- 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
-
- setDocumentReaderClass(Class<?>) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
- setDriver(Driver) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Specify the JDBC Driver instance to use.
- setDriverClass(Class<? extends Driver>) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the JDBC driver to use to connect to the database.
- setDriverClass(Class<? extends Driver>) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Specify the JDBC Driver implementation class to use.
- setDriverClassName(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
Set the JDBC driver class name.
- setDummyName(String) - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
Set the name of the dummy column.
- setDuplicateKeyCodes(String[]) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDurability(boolean) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's durability, i.e.
- setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of a durable subscription to create.
- setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Mark this value as dynamic, i.e.
- setDynamicAttribute(String, String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- setDynamicDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
- 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.DateTimeFormatAnnotationFormatterFactory
-
- 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
-
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
- 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.MappingJackson2MessageConverter
-
Specify the encoding to use when converting to and from text-based
message body content.
- setEncoding(String) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
-
Specify the encoding to use when converting to and from text-based
message body content.
- setEncoding(String) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the encoding to be used for stream access.
- setEncoding(String) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
Set the document encoding using for marshalling.
- setEncoding(String) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the encoding to be used for stream access.
- setEncoding(String) - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Sets the encoding used for reading the script resource.
- setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set the encoding to use for requests.
- setEncoding(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the encoding of the FreeMarker template file.
- setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the JsonEncoding for this view.
- setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Set the JsonEncoding for this view.
- 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.MappingJackson2MessageConverter
-
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.
- 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
-
- setEnterMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method entry log messages.
- setEntityCacheStrategies(Properties) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Specify the cache strategies for entities (persistent classes or named entities).
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate4.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.hibernate4.LocalSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate4.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.
- setEntityResolver(EntityResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- 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
-
- setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
- 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.
- setErrorResult(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
-
- 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
-
- setEventListeners(Map<String, Object>) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Specify the Hibernate event listeners to register, with listener types
as keys and listener objects as values.
- setExceptionAttribute(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Set the name of the model attribute as which the exception should
be exposed.
- setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the model attribute as which the exception should be exposed.
- setExceptionClass(Class) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Set the exception class for the specified error codes.
- setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
-
Set whether to convert any HibernateException raised to a Spring DataAccessException,
compatible with the org.springframework.dao exception hierarchy.
- setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.jdo.JdoInterceptor
-
Deprecated.
Set whether to convert any JDOException raised to a Spring DataAccessException,
compatible with the org.springframework.dao exception hierarchy.
- setExceptionConversionEnabled(boolean) - Method in class org.springframework.orm.jpa.JpaInterceptor
-
Deprecated.
Set whether to convert any PersistenceException raised to a Spring DataAccessException,
compatible with the org.springframework.dao exception hierarchy.
- setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify an JMS ExceptionListener implementation that should be
registered with with the single Connection created by this factory.
- setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the JMS ExceptionListener to notify in case of a JMSException thrown
by the registered message listener or the invocation infrastructure.
- setExceptionMappings(Properties) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
Set the mappings between exception class names and error view names.
- setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the mappings between exception class names and error view names.
- setExceptionMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method exception log messages.
- setExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Set the list of exception resolvers to delegate to.
- setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set the exception translator for this instance.
- setExcludedBeans(String[]) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the list of names for beans that should be excluded from autodetection.
- setExcludedClasses(Class[]) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Specify controller classes that should be excluded from this mapping.
- setExcludedExceptions(Class<?>...) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set one or more exceptions to be excluded from the exception mappings.
- setExcludedPackages(String[]) - Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
-
Specify Java packages that should be excluded from this mapping.
- setExcludedPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Convenience method when we have only a single exclusion pattern.
- setExcludedPatterns(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Set the regular expressions defining methods to match for exclusion.
- setExcludeUnlistedClasses(boolean) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setExecutor(Executor) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Supply the executor to be used when executing async methods.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
-
Set the JDK concurrent executor to use for dispatching incoming requests
to exported service instances.
- setExecutor(Executor) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
-
Set the JDK concurrent executor to use for asynchronous executions
that require callbacks.
- setExecutor(Executor) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Set the JDK concurrent executor to use for dispatching incoming requests.
- setExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the
Executor to use when invoking methods asynchronously.
- setExitMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method exit log messages.
- setExpandUriTemplateVariables(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether to treat the redirect URL as a URI template.
- setExpectedType(Class<?>) - Method in class org.springframework.jndi.JndiObjectLocator
-
Specify the type that the located JNDI object is supposed
to be assignable to, if any.
- setExpirationTime(int) - Method in class org.springframework.mock.web.portlet.MockCacheControl
-
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the date and time at which the message is no longer valid, as specified by the Expires header.
- setExplicitQosEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set if the QOS values (deliveryMode, priority, timeToLive)
should be used for sending a message.
- setExporterClass(Class<? extends JRExporter>) - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
Set the JRExporter implementation Class to use.
- setExporterParameters(Map<?, ?>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Set the exporter parameters that should be used when rendering a view.
- setExporterParameters(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
-
Set the exporterParameters the view class should use.
- setExposeAccessContext(boolean) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
-
Set whether to expose the JNDI environment context for all access to the target
EJB, i.e.
- setExposeAccessContext(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to expose the JNDI environment context for all access to the target
object, i.e.
- setExposeAccessContext(boolean) - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
-
Set whether to expose the JNDI environment context for all access to the target
RMI stub, 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.
- setExposeJstlAttributes(boolean) - Method in class org.springframework.web.servlet.view.tiles3.TilesView
-
Whether to expose JSTL attributes.
- setExposeListenerSession(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- 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
-
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeTransactionAwareSessionFactory(boolean) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
Set whether to expose a transaction-aware current Session from the
SessionFactory's getCurrentSession() method, returning the
Session that's associated with the current Spring-managed transaction, if any.
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExpression(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setExpression(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
- setExpression(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the expression to evaluate.
- setExpressionParser(ExpressionParser) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Specify the EL parser to use for expression parsing.
- setExpressionPrefix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the prefix that an expression string starts with.
- setExpressionSuffix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the suffix that an expression string ends with.
- setExtendedPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the extended persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
- setExtractOldValueForEditor(boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setExtractOldValueForEditor(boolean) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Set whether to extract the old property value when applying a
property editor to a new value for a property.
- setExtractOldValueForEditor(boolean) - Method in class org.springframework.validation.DataBinder
-
Set whether to extract the old field value when applying a
property editor to a new value for a field.
- setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set whether to serialize models containing a single attribute as a map or whether to
extract the single value from the model and serialize it directly.
- setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Set whether to serialize models containing a single attribute as a map or whether to
extract the single value from the model and serialize it directly.
- SetFactoryBean - Class in org.springframework.beans.factory.config
-
Simple factory for shared Set instances.
- SetFactoryBean() - Constructor for class org.springframework.beans.factory.config.SetFactoryBean
-
- setFactoryBean(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
- 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.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for SerializationFeature.FAIL_ON_EMPTY_BEANS option.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- 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.
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
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
-
- setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether a request parameter should be used to determine the
requested media type with the 2nd highest priority, i.e.
- setFavorParameter(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether the extension of the request path should be used to determine
the requested media type with the highest priority.
- setFavorPathExtension(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToDisable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to enable.
- setFeaturesToEnable(Object[]) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
Specify features to enable.
- 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
-
- setField(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
- setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
- setFieldAliases(Map<String, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a field alias/type map, consiting of field names.
- setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that indicate default
value fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that mark potentially
empty fields, having "prefix + field" as name.
- setFileEncoding(String) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set the encoding to use for parsing properties files.
- setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the Java Activation Framework FileTypeMap to use
for determining the content type of inline content and attachments
that get added to the message.
- setFilterDefinitions(FilterDefinition[]) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
Specify the Hibernate FilterDefinitions to register with the SessionFactory.
- setFilterName(String) - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Set the name of the filter.
- setFilterName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Set the name of a Hibernate filter to be activated for all
Sessions that this accessor works with.
- setFilterNames(String[]) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Set one or more names of Hibernate filters to be activated for all
Sessions that this accessor works with.
- setFilters(List<Filter>) - Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Register common
Filters to be
applied to all detected
WebService annotated beans.
- setFilters(List<Filter>) - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
-
Register common
Filters to be
applied to all locally registered
contexts.
- setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
-
- setFinishRenderParameter(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
-
Deprecated.
Pass the the parameter that indicates a finish request forward to the
render phase.
- setFixedDelayTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
- setFixedDelayTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-delay tasks as a list of
IntervalTask objects.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
-
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Specify whether the periodic interval should be measured between the
scheduled start times rather than between actual completion times.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
-
Deprecated.
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFixedRateTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
- setFixedRateTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
- setFlashMapManager(FlashMapManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom FlashMapManager instance.
- setFlashMapTimeout(int) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the amount of time in seconds after a
FlashMap is saved
(at request completion) and before it expires.
- setFlushEager(boolean) - Method in class org.springframework.orm.jdo.JdoAccessor
-
Deprecated.
Set if this accessor should flush changes to the database eagerly.
- setFlushEager(boolean) - Method in class org.springframework.orm.jpa.JpaAccessor
-
Deprecated.
Set if this accessor should flush changes to the database eagerly.
- setFlushMode(int) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Set the flush behavior to one of the constants in this class.
- setFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
Specify the Hibernate FlushMode to apply to this filter's
Session.
- setFlushModeName(String) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Set the flush behavior by the name of the respective constant
in this class, e.g.
- setFor(String) - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Set the value of the 'for' attribute.
- setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding of this filter
is supposed to override existing request and response encodings.
- setFormatKey(String) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the key of the model parameter that holds the format discriminator.
- setFormatMappings(Map<String, Class<? extends AbstractJasperReportsView>>) - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
-
Set the mappings of format discriminators to view class names.
- setFormatter(DateFormatter) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
-
Set the date formatter to register.
- setFormatterRegistrars(Set<FormatterRegistrar>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
- 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.
- setForwardActionException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to forward exceptions thrown during the action phase
to the render phase via a session attribute.
- 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.
- setForwardEventException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
Set whether to forward exceptions thrown during the event phase
to the render phase via a session attribute.
- 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
-
- setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as a list.
- setHandlerExceptionResolvers(HandlerExceptionResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as an array.
- setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
- 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
-
- setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
-
- 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.
- setIdResolver(IDResolver) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
Set the Castor IDResolver to be used during unmarshalling.
- 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.accept.ContentNegotiationManagerFactoryBean
-
Indicate whether the HTTP Accept header should be ignored altogether.
- setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
- 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.
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractEnvironment
-
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set whether to throw an exception when encountering an unresolvable placeholder
nested within the value of a given property.
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set whether to throw an exception when encountering an unresolvable placeholder
nested within the value of a given property.
- 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.context.annotation.MBeanExportConfiguration
-
- 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.
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for SerializationFeature.INDENT_OUTPUT option.
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.JacksonObjectMapperFactoryBean
-
- 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.
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the ISO format used for this date.
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.joda.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- 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
-
- 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.
- 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
-
- 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
-
- 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 or better.
- 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 or better.
- 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.
- setJsonPrefix(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Specify a custom prefix to use for this view's JSON output.
- setJsonPrefix(String) - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
-
Specify a custom prefix to use for this view's JSON output.
- setJtaDataSource(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.
- 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.
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBean
-
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
-
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
Deprecated.
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
-
- setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
-
Determine whether the TaskInfo array is built over time.
- setKey(String) - Method in class org.springframework.cache.interceptor.CacheOperation
-
- setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the KeyGenerator for this cache aspect.
- setKeyTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the default key type name (class name) to be used for this map.
- setLabel(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the 'label' attribute.
- setLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the text body of the rendered HTML <option> tag.
- setLang(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the 'lang' attribute.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Sets the time the resource was last changed, as specified by the Last-Modified header.
- setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutKey(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
Set the layout template to use.
- setLayoutUrl(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
Set the layout template to use.
- setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
-
Set whether to lazily start a database transaction within an
EclipseLink transaction.
- setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
-
Deprecated.
Set whether to lazily start a database transaction within a TopLink
transaction.
- setLazyInit(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean should be lazily initialized.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean should be lazily initialized.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether beans for this definition should be lazily initialized or not.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setLazyInit(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default lazy-init flag for the document that's currently parsed.
- setLazyInit(boolean) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set whether to lazily initialize the SQLExceptionTranslator for this accessor,
on first encounter of a SQLException.
- setLazyInit(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set whether to lazily initialize the
JAXBContext for this marshaller.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
-
Set whether to lazily initialize handlers.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set whether to lazily initialize handlers.
- setLenient(boolean) - Method in class org.springframework.format.datetime.DateFormatter
-
Specify whether or not parsing is to be lenient.
- setLenient(boolean) - Method in class org.springframework.format.number.AbstractNumberFormatter
-
Specify whether or not parsing is to be lenient.
- setLenientConstructorResolution(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether to resolve constructors in lenient mode (true,
which is the default) or to switch to strict resolution (throwing an exception
in case of ambigious constructors that all match when converting the arguments,
whereas lenient mode would use the one with the 'closest' type matches).
- setLenientFallback(boolean) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify whether to apply a lenient fallback to the default DataSource
if no specific DataSource could be found for the current lookup key.
- setLimitedInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify a limited set of in parameters to be used.
- setListeners(MBeanExporterListener[]) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the 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
-
- 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
-
Deprecated.
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.
- setLocaleResolver(LocaleResolver) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a LocaleResolver instance.
- 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.