|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
saveOrUpdate or merge usage
GenericBeanDefinition
class, based on an ASM ClassReader, with support for annotation metadata exposed
through the AnnotatedBeanDefinition interface.FactoryBean that sets up
a JSR-166 backport
ScheduledExecutorService
(by default:
ScheduledThreadPoolExecutor
as implementation) and exposes it for bean references.FactoryBean that sets up
a JDK 1.5 ScheduledExecutorService
(by default: ScheduledThreadPoolExecutor
as implementation) and exposes it for bean references.Runnable and a delay plus period.Runnable and a delay plus period.TimerTask, consisting of the
TimerTask itself or a Runnable to create a TimerTask
for and a delay plus period.Scheduler instance.Scheduler instance.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.TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters.ConfigurableBeanFactory,
representing a target scope to hold bean instances in.owner.
- 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".
- ScopedBeanInterceptor - Class in org.springframework.orm.hibernate3.support
- Hibernate3 interceptor used for getting the proper entity name for scoped
beans.
- ScopedBeanInterceptor() -
Constructor for class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
-
- ScopedObject - Interface in org.springframework.aop.scope
- An AOP introduction interface for scoped objects.
- ScopedProxyFactoryBean - Class in org.springframework.aop.scope
- Convenient proxy factory bean for scoped objects.
- ScopedProxyFactoryBean() -
Constructor for class org.springframework.aop.scope.ScopedProxyFactoryBean
- Create a new ScopedProxyFactoryBean instance.
- ScopedProxyMode - Enum in org.springframework.context.annotation
- Enumerates the various scoped-proxy options.
- ScopedProxyUtils - Class in org.springframework.aop.scope
- Utility class for creating a scoped proxy.
- ScopedProxyUtils() -
Constructor for class org.springframework.aop.scope.ScopedProxyUtils
-
- ScopeMetadata - Class in org.springframework.context.annotation
- Describes scope characteristics for a Spring-managed bean including the scope
name and the scoped-proxy behavior.
- ScopeMetadata() -
Constructor for class org.springframework.context.annotation.ScopeMetadata
-
- ScopeMetadataResolver - Interface in org.springframework.context.annotation
- Strategy interface for resolving the scope of bean definitions.
- ScriptCompilationException - Exception in org.springframework.scripting
- Exception to be thrown on script compilation failure.
- ScriptCompilationException(String) -
Constructor for exception org.springframework.scripting.ScriptCompilationException
- Constructor for ScriptCompilationException.
- ScriptCompilationException(String, Throwable) -
Constructor for exception org.springframework.scripting.ScriptCompilationException
- Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, Throwable) -
Constructor for exception org.springframework.scripting.ScriptCompilationException
- Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String, Throwable) -
Constructor for exception org.springframework.scripting.ScriptCompilationException
- Constructor for ScriptCompilationException.
- ScriptFactory - Interface in org.springframework.scripting
- Script definition interface, encapsulating the configuration
of a specific script as well as a factory method for
creating the actual scripted Java
Object. - ScriptFactoryPostProcessor - Class in org.springframework.scripting.support
BeanPostProcessor that
handles ScriptFactory definitions,
replacing each factory with the actual scripted Java object generated by it.- ScriptFactoryPostProcessor() -
Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- ScriptingDefaultsParser - Class in org.springframework.scripting.config
-
- ScriptingDefaultsParser() -
Constructor for class org.springframework.scripting.config.ScriptingDefaultsParser
-
- ScriptSource - Interface in org.springframework.scripting
- Interface that defines the source of a script.
- SelectTag - Class in org.springframework.web.servlet.tags.form
- Databinding-aware JSP tag that renders an HTML '
select'
element. - SelectTag() -
Constructor for class org.springframework.web.servlet.tags.form.SelectTag
-
- SelfNaming - Interface in org.springframework.jmx.export.naming
- Interface that allows infrastructure components to provide their own
ObjectNames to the MBeanExporter. - send(MessageCreator) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to the default destination.
- send(Destination, MessageCreator) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to the specified destination.
- send(String, MessageCreator) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to the specified destination.
- send(MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
-
- send(Destination, MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
-
- send(String, MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
-
- send(MimeMessage) -
Method in interface org.springframework.mail.javamail.JavaMailSender
- Send the given JavaMail MIME message.
- send(MimeMessage[]) -
Method in interface org.springframework.mail.javamail.JavaMailSender
- Send the given array of JavaMail MIME messages in batch.
- send(MimeMessagePreparator) -
Method in interface org.springframework.mail.javamail.JavaMailSender
- Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
- send(MimeMessagePreparator[]) -
Method in interface org.springframework.mail.javamail.JavaMailSender
- Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.
- send(SimpleMailMessage) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(SimpleMailMessage[]) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessage) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessage[]) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessagePreparator) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessagePreparator[]) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(SimpleMailMessage) -
Method in interface org.springframework.mail.MailSender
- Send the given simple mail message.
- send(SimpleMailMessage[]) -
Method in interface org.springframework.mail.MailSender
- Send the given array of simple mail messages in batch.
- sendError(int, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendError(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendNotification(Notification) -
Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
- Send the supplied
Notification using the wrapped
ModelMBean instance.
- sendNotification(Notification) -
Method in interface org.springframework.jmx.export.notification.NotificationPublisher
- Send the specified
Notification to all registered
NotificationListeners.
- sendRedirect(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendRedirect(String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- sendRedirect(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
- Overrides the superclass method to use the JMS 1.0.2 API to send a response.
- SEPARATOR -
Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Separator between prefix and remainder of bean name
- SEPARATOR -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Separator between bean name and property name.
- 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.
- server -
Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
- The
MBeanServer instance being used to register beans.
- ServerSessionFactory - Interface in org.springframework.jms.listener.serversession
- Deprecated. as of Spring 2.5, in favor of DefaultMessageListenerContainer
and JmsMessageEndpointManager. To be removed in Spring 3.0.
- ServerSessionFactory - Class in org.springframework.orm.toplink
- Full-fledged default implementation of the SessionFactory interface:
creates ClientSessions for a given ServerSession.
- ServerSessionFactory(ServerSession) -
Constructor for class org.springframework.orm.toplink.ServerSessionFactory
- Create a new ServerSessionFactory for the given ServerSession.
- serverSessionFinished(ServerSession, ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
- Deprecated. Template method called by a ServerSession if it finished
execution of its listener and is ready to go back into the pool.
- serverSessionFinished(ServerSession, ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Deprecated. Returns the given ServerSession, which just finished an execution
of its listener, back to the pool.
- ServerSessionMessageListenerContainer - Class in org.springframework.jms.listener.serversession
- Deprecated. as of Spring 2.5, in favor of DefaultMessageListenerContainer
and JmsMessageEndpointManager. To be removed in Spring 3.0.
- ServerSessionMessageListenerContainer() -
Constructor for class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Deprecated.
- ServerSessionMessageListenerContainer102 - Class in org.springframework.jms.listener.serversession
- Deprecated. as of Spring 2.5, in favor of DefaultMessageListenerContainer
and JmsMessageEndpointManager. To be removed in Spring 3.0.
- ServerSessionMessageListenerContainer102() -
Constructor for class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer102
- Deprecated.
- Service - Annotation Type in org.springframework.stereotype
- Indicates that an annotated class is a "Service" (e.g. a business service facade).
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.context.ContextLoaderServlet
- This should never even be called since no mapping to this servlet should
ever be created in web.xml.
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.util.Log4jConfigServlet
- This should never even be called since no mapping to this servlet should
ever be created in web.xml.
- ServiceFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes the
'primary' service for the configured service class, obtained through
the JDK 1.6 ServiceLoader facility.- ServiceFactoryBean() -
Constructor for class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
-
- ServiceListFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes all
services for the configured service class, represented as a List of service objects,
obtained through the JDK 1.6 ServiceLoader facility.- ServiceListFactoryBean() -
Constructor for class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
-
- ServiceLoaderFactoryBean - Class in org.springframework.beans.factory.serviceloader
FactoryBean that exposes the
JDK 1.6 ServiceLoader for the configured service class.- ServiceLoaderFactoryBean() -
Constructor for class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
-
- ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
- A
FactoryBean implementation that
takes an interface which must have one or more methods with
the signatures MyType xxx() or MyType xxx(MyIdType id)
(typically, MyService getService() or MyService getService(String id))
and creates a dynamic proxy which implements that interface, delegating to an
underlying BeanFactory. - ServiceLocatorFactoryBean() -
Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- SERVLET_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
- Prefix for the ServletContext attribute for the WebApplicationContext.
- ServletConfigAware - Interface in org.springframework.web.context
- Interface to be implemented by any object that wishes to be notified
of the ServletConfig (typically determined by the WebApplicationContext)
that it runs in.
- ServletContextAttributeExporter - Class in org.springframework.web.context.support
- Exporter that takes Spring-defined objects and exposes them as
ServletContext attributes.
- ServletContextAttributeExporter() -
Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
-
- ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
- FactoryBean that fetches a specific, existing ServletContext attribute.
- ServletContextAttributeFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- ServletContextAware - Interface in org.springframework.web.context
- Interface to be implemented by any object that wishes to be notified
of the ServletContext (typically determined by the WebApplicationContext)
that it runs in.
- ServletContextAwareProcessor - Class in org.springframework.web.context.support
BeanPostProcessor
implementation that passes the ServletContext to beans that implement
the ServletContextAware interface.- ServletContextAwareProcessor(ServletContext) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given context.
- ServletContextAwareProcessor(ServletConfig) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given config.
- ServletContextAwareProcessor(ServletContext, ServletConfig) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given context and config.
- ServletContextFactoryBean - Class in org.springframework.web.context.support
- Simple FactoryBean that exposes the ServletContext for bean references.
- ServletContextFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
-
- 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
- Subclass of PropertyPlaceholderConfigurer that resolves placeholders as
ServletContext init parameters (that is,
web.xml context-param
entries). - ServletContextPropertyPlaceholderConfigurer() -
Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
- 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 a 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.
- ServletEndpointSupport - Class in org.springframework.remoting.jaxrpc
- Convenience base class for JAX-RPC servlet endpoint implementations.
- ServletEndpointSupport() -
Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
- ServletForwardingController - Class in org.springframework.web.servlet.mvc
- Spring Controller implementation that forwards to a named servlet,
i.e. the "servlet-name" in web.xml rather than a URL path mapping.
- ServletForwardingController() -
Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
-
- ServletRequestAttributes - Class in org.springframework.web.context.request
- Servlet-based implementation of the
RequestAttributes interface. - ServletRequestAttributes(HttpServletRequest) -
Constructor for class org.springframework.web.context.request.ServletRequestAttributes
- Create a new ServletRequestAttributes instance for the given request.
- ServletRequestBindingException - Exception in org.springframework.web.bind
- Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) -
Constructor for exception org.springframework.web.bind.ServletRequestBindingException
- Constructor for ServletRequestBindingException.
- ServletRequestBindingException(String, Throwable) -
Constructor for exception org.springframework.web.bind.ServletRequestBindingException
- Constructor for ServletRequestBindingException.
- ServletRequestDataBinder - Class in org.springframework.web.bind
- Special
DataBinder to perform data binding
from servlet request parameters to JavaBeans, including support for multipart files. - ServletRequestDataBinder(Object) -
Constructor for class org.springframework.web.bind.ServletRequestDataBinder
- Create a new ServletRequestDataBinder instance, with default object name.
- ServletRequestDataBinder(Object, String) -
Constructor for class org.springframework.web.bind.ServletRequestDataBinder
- Create a new ServletRequestDataBinder instance.
- 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.
- 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
-
- ServletWebRequest - Class in org.springframework.web.context.request
WebRequest adapter for an HttpServletRequest.- ServletWebRequest(HttpServletRequest) -
Constructor for class org.springframework.web.context.request.ServletWebRequest
- Create a new ServletWebRequest instance for the given request.
- ServletWebRequest(HttpServletRequest, HttpServletResponse) -
Constructor for class org.springframework.web.context.request.ServletWebRequest
- Create a new ServletWebRequest instance for the given request/response pair.
- ServletWrappingController - Class in org.springframework.web.servlet.mvc
- Spring Controller implementation that wraps a servlet instance which it manages
internally.
- ServletWrappingController() -
Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
-
- 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.
- SessionAttributes - Annotation Type in org.springframework.web.bind.annotation
- Annotation that indicates the session attributes that a specific handler
uses.
- SessionAttributeStore - Interface in org.springframework.web.bind.support
- Strategy interface for storing model attributes in a backend session.
- SessionAwareMessageListener - 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. - SessionBrokerSessionFactory - Class in org.springframework.orm.toplink
- Spring SessionFactory implementation allowing users to
inject a TopLink Session built from a TopLink SessionBroker.
- SessionBrokerSessionFactory(SessionBroker) -
Constructor for class org.springframework.orm.toplink.SessionBrokerSessionFactory
- Create a new SessionBrokerSessionFactory for the given SessionBroker.
- SessionCallback - 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
-
- SessionFactory - Interface in org.springframework.orm.toplink
- The SessionFactory interface serves as factory for TopLink Sessions,
allowing for dependency injection on thread-safe TopLink-based DAOs.
- 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.toplink
- Helper class featuring methods for TopLink Session handling,
allowing for reuse of TopLink Session instances within transactions.
- SessionFactoryUtils() -
Constructor for class org.springframework.orm.toplink.SessionFactoryUtils
-
- SessionHolder - Class in org.springframework.orm.hibernate3
- Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
- SessionHolder(Session) -
Constructor for class org.springframework.orm.hibernate3.SessionHolder
-
- SessionHolder(Object, Session) -
Constructor for class org.springframework.orm.hibernate3.SessionHolder
-
- SessionHolder - Class in org.springframework.orm.toplink
- Session holder, wrapping a TopLink Session.
- SessionHolder(Session) -
Constructor for class org.springframework.orm.toplink.SessionHolder
- Create a new SessionHolder for the given TopLink Session.
- 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. - SessionReadCallback - Class in org.springframework.orm.toplink
- Convenient abstract implementation of the TopLinkCallback interface,
exposing either the plain TopLink Session or the TopLink UnitOfWork
(which extends the Session interface) to code that reads persistent objects.
- SessionReadCallback() -
Constructor for class org.springframework.orm.toplink.SessionReadCallback
- Create a new SessionReadCallback, not enforcing read-only objects.
- SessionReadCallback(boolean) -
Constructor for class org.springframework.orm.toplink.SessionReadCallback
- Create a new SessionReadCallback, enforcing read-only objects if demanded.
- 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.
- 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(int, Object) -
Method in class org.springframework.util.AutoPopulatingList
-
- 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. not meant to be instantiated itself but
rather just serving as parent for concrete child bean definitions.
- setAbstract(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set whether or not this definition is abstract.
- 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.
- 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.
- setAccessTableParameterMetaData(boolean) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Specify whether we should access table column meta data.
- setAcknowledgeMode(int) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setAction(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
action' attribute.
- setActivationSpec(ActivationSpec) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Set the JCA ActivationSpec to use for activating the endpoint.
- setActivationSpecClass(Class) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- Specify the fully-qualified ActivationSpec class name for the target
provider (e.g.
- setActivationSpecConfig(JmsActivationSpecConfig) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Specify the
JmsActivationSpecConfig object that this endpoint manager
should use for activating its listener.
- setActivationSpecFactory(JmsActivationSpecFactory) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Set the factory for concrete JCA 1.5 ActivationSpec objects,
creating JCA ActivationSpecs based on
JmsActivationSpecConfig objects.
- setActualTransactionActive(boolean) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Expose whether there currently is an actual transaction active.
- 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.
- 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.
- 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.
- 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.
- setAllowCoreThreadTimeOut(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Specify whether to allow core threads to time out.
- setAllowCoreThreadTimeOut(boolean) -
Method in class org.springframework.scheduling.concurrent.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
- 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.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.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
- Set if a new Session should be created when no transactional Session
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
- Set if "dirty back" is allowed, i.e. if moving to a former wizard
page is allowed in case of validation errors for the current page.
- setAllowDirtyBack(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- 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
- Set if "dirty forward" is allowed, i.e. if moving to a later wizard
page is allowed in case of validation errors for the current page.
- setAllowDirtyForward(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- 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.
- 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.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.util.UrlPathHelper
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseJndiLookup(boolean) -
Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Set whether to always use JNDI lookups equivalent to standard Java EE 5 resource
injection, even for
name attributes and default names.
- setAlwaysUseMessageFormat(boolean) -
Method in class org.springframework.context.support.MessageSourceSupport
- Set whether to always apply the MessageFormat rules, parsing even
messages without arguments.
- setAlwaysUseNewSession(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set whether to always use a new Hibernate Session for this template.
- 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.
- 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.
- setAopProxyFactory(AopProxyFactory) -
Method in class org.springframework.aop.framework.ProxyCreatorSupport
- Customize the AopProxyFactory, allowing different strategies
to be dropped in without changing the core framework.
- setApplicationContext(ApplicationContext) -
Method in interface org.springframework.context.ApplicationContextAware
- Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.context.support.ApplicationObjectSupport
-
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
-
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
- Sets the
ApplicationContext to be used by this test instance,
provided via ApplicationContextAware semantics.
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
- Set the
ApplicationContext to be used by this test instance,
provided via ApplicationContextAware semantics.
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
- Set the
ApplicationContext to be used by this test instance,
provided via ApplicationContextAware semantics.
- 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".
- 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
-
- 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.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.InputStreamEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.LocaleEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.PatternEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.PropertiesEditor
- Convert
String into Properties, considering it as
properties content.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.ResourceBundleEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.URIEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.URLEditor
-
- setAsText(String) -
Method in class org.springframework.beans.PropertyValuesEditor
-
- 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 location pattern and convert it to a Resource array.
- 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
-
- setAsyncTaskExecutor(TaskExecutor) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
- Specify the TaskExecutor to use for asynchronous work execution
(i.e.
- setAttribute(String, Object) -
Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
- setAttribute(String, Object) -
Method in interface org.springframework.core.AttributeAccessor
- Set the attribute defined by
name to the supplied value.
- setAttribute(String, Object) -
Method in class org.springframework.core.AttributeAccessorSupport
-
- setAttribute(Attribute) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader for the
managed resources ClassLoader before allowing the invocation to occur.
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockHttpSession
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object, int) -
Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockServletContext
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setAttribute(String, Object, int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setAttribute(String, Object, 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
-
- setAttribute(String, Object) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- 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(Attributes) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- Set the Attributes implementation to use.
- setAttributes(AttributeList) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader for the
managed resources ClassLoader before allowing the invocation to occur.
- setAttributes(Map) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the attributes Map.
- setAttributes(Attributes) -
Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
- Set the Attributes implementation to use.
- setAttributes(Map) -
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) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set static attributes for this view from a Map.
- setAttributesMap(Map) -
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.
- 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.jdo.JdoTransactionManager
- Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory,
as returned by the
getConnectionFactory() method.
- setAutodetectInterfaces(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set whether to autodetect proxy interfaces if none specified.
- setAutodetectMode(int) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the autodetection mode to use.
- setAutodetectModeName(String) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the autodetection mode to use by name.
- setAutodetectTransactionManager(boolean) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set whether to autodetect a JTA UserTransaction object that implements
the JTA TransactionManager interface too (i.e. the JNDI location for the
TransactionManager is "java:comp/UserTransaction", same as for the UserTransaction).
- 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 J2EE.
- setAutoStartup(boolean) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Set whether to auto-start the endpoint activation along with
this endpoint manager's initialization.
- 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.
- 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
- Set the autowire mode for test properties set by Dependency Injection.
- setAutowireMode(int) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Deprecated. Set the autowire mode for handlers.
- setAutowireModeName(String) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Deprecated. Set the autowire mode for handlers, by the name of the corresponding constant
in the AutowireCapableBeanFactory interface, e.g.
- setBacklog(int) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify the HTTP server's TCP backlog.
- setBacklog(int) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Specify the HTTP server's TCP backlog.
- setBadSqlGrammarCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setBaseAddress(String) -
Method in class org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
- Set the base address for exported services.
- setBasename(String) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set a single basename, following the basic ResourceBundle convention of
not specifying file extension or language codes, but in contrast to
ResourceBundleMessageSource referring to a Spring resource location:
e.g.
- setBasename(String) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set a single basename, following
ResourceBundle conventions:
essentially, a fully-qualified classpath location.
- setBasename(String) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set a single basename, following
ResourceBundle conventions.
- setBasenamePrefix(String) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- Set the prefix that gets applied to the ResourceBundle basenames,
i.e. the theme names.
- setBasenames(String[]) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set an array of basenames, each following the basic ResourceBundle convention
of not specifying file extension or language codes, but in contrast to
ResourceBundleMessageSource referring to a Spring resource location:
e.g.
- setBasenames(String[]) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set an array of basenames, each following
ResourceBundle
conventions: essentially, a fully-qualified classpath location.
- setBasenames(String[]) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set an array of basenames, each following
ResourceBundle
conventions.
- setBasePackage(String) -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
- Set the base package to be used for generating path mappings,
including all subpackages underneath this packages as path elements.
- setBasePath(String) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Set the base path for context publication.
- setBatchSize(int) -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Set the number of statements that will trigger an automatic intermediate
flush.
- setBcc(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setBcc(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setBcc(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String) -
Method in interface org.springframework.mail.MailMessage
-
- setBcc(String[]) -
Method in interface org.springframework.mail.MailMessage
-
- setBcc(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setBcc(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setBeanClass(Class) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify the class for this bean.
- setBeanClasses(Class[]) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
- Specify the bean mappings to register as Java types,
with the WSDL type names inferred from the Java type names
(using the short, that is, non-fully-qualified class name).
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- setBeanClassLoader(ClassLoader) -
Method in interface org.springframework.beans.factory.BeanClassLoaderAware
- Callback that supplies the bean
class loader to
a bean instance.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Set the class loader to use for loading bean classes.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- Set the ClassLoader to use for bean classes.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.export.MBeanExporter
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
- Sets the given bean ClassLoader as TopLink Session ClassLoader.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-
- 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.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Set the owning BeanFactory.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in interface org.springframework.beans.factory.BeanFactoryAware
- Callback that supplies the owning factory to a bean instance.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- 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.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.weaving.LoadTimeWeaverAwareProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.jmx.export.MBeanExporter
- This callback is only required for resolution of bean names in the
"beans" Map and for
autodetection of MBeans (in the latter case, a
ListableBeanFactory is required).
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Obtains all web service beans and publishes them as JAX-WS endpoints.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.transaction.interceptor.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.
- setBeanFactoryLocator(BeanFactoryLocator) -
Method in class org.springframework.ejb.support.AbstractEnterpriseBean
- Set the BeanFactoryLocator to use for this EJB.
- setBeanFactoryLocatorKey(String) -
Method in class org.springframework.ejb.support.AbstractEnterpriseBean
- Set the bean factory locator key.
- setBeanMappings(Properties) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
- Specify the bean mappings to register as String-String pairs,
with the Java type name as key and the WSDL type name as value.
- 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.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.beans.factory.config.PropertyPlaceholderConfigurer
- 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.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.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
- setBeanName(String) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- setBeanName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
-
- 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.timer.TimerFactoryBean
-
- 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.ClassPathBeanDefinitionScanner
- Set the BeanNameGenerator to use for detected bean classes.
- 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.
- setBeans(Map) -
Method in class org.springframework.jmx.export.MBeanExporter
- Supply a
Map of beans to be registered with the JMX
MBeanServer.
- setBeanWiringInfoResolver(BeanWiringInfoResolver) -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
- Set the
BeanWiringInfoResolver to use.
- 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
- 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
- Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessExceptions.
- setBindOnNewForm(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Set if request parameters should be bound to the form object
in case of a non-submitting request, i.e. a new form.
- setBindOnNewForm(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Set whether request parameters should be bound to the form object
in case of a non-submitting request, that is, a new form.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as binary stream on the given statement, using the given
parameter index.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setBlobAsBytes(PreparedStatement, int, byte[]) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setBlobAsBytes(PreparedStatement, int, byte[]) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as bytes on the given statement, using the given
parameter index.
- setBlobAsBytes(PreparedStatement, int, byte[]) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setBlocking(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether to use a blocking cache that lets read attempts block
until the requested element is created.
- setBlockUntilCompleted(boolean) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Set whether to let
WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work
has been completed.
- setBlockUntilStarted(boolean) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Set whether to let
WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work
has been actually started.
- setBodyContent(BodyContent) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- setBodyContent(BodyContent) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- 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.
- setBufferSize(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setBufferSize(int) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setBundleClassLoader(ClassLoader) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set the ClassLoader to load resource bundles with.
- setBundleClassLoader(ClassLoader) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set the
ClassLoader to load resource bundles with.
- setBusinessInterface(Class) -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
- Set the business interface of the EJB we're proxying.
- setBusinessInterface(Class) -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
- Set the business interface of the EJB we're proxying.
- setCache(boolean) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Set whether to cache the temporary LOB in the buffer cache.
- setCache(boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set whether to cache resolved destinations.
- setCache(boolean) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Set whether to cache the JNDI object once it has been located.
- setCache(boolean) -
Method in class org.springframework.jndi.JndiObjectTargetSource
- Set whether to cache the JNDI object once it has been located.
- setCache(boolean) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
- Enable or disable caching.
- setCache(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set whether to activate the template cache for this view.
- 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".
- 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).
- setCacheEntryFactory(CacheEntryFactory) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set an EHCache
CacheEntryFactory
to use for a self-populating cache.
- setCacheHome(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Set whether to cache the EJB home object once it has been located.
- setCacheLevel(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the level of caching that this listener container is allowed to apply.
- setCacheLevelName(String) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the level of caching that this listener container is allowed to apply,
in the form of the name of the corresponding constant: e.g.
- setCacheManager(CacheManager) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set a CacheManager from which to retrieve a named Cache instance.
- setCacheManagerName(String) -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
- Set the name of the EHCache CacheManager (if a specific name is desired).
- 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.
- 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
- Set the Hibernate CacheProvider to use for the SessionFactory.
- setCacheQueries(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set whether to cache all queries executed by this template.
- setCacheSeconds(int) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the number of seconds to cache loaded properties files.
- setCacheSeconds(int) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Cache content for the given number of seconds.
- setCacheSeconds(int) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Cache content for the given number of seconds.
- setCacheSecondsForSessionAttributeHandlers(int) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Cache content produced by
@SessionAttributes annotated handlers
for the given number of seconds.
- setCacheSecondsForSessionAttributeHandlers(int) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Cache content produced by
@SessionAttributes annotated handlers
for the given number of seconds.
- 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.
- setCacheUserTransaction(boolean) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set whether to cache the JTA UserTransaction object fetched from JNDI.
- setCalendars(Map) -
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.
- setCancelParamKey(String) -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
- 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
- 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
- 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. turning the class name "BuyForm" into "buyForm".
- 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
- 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.MockActionRequest
-
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setCharacterEncoding(String) -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- 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.
- 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).
- setChunkedPost(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether to use a chunked post for sending a Hessian request.
- setClassFilter(ClassFilter) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- Set the
ClassFilter to use for this pointcut.
- setClassFilter(ClassFilter) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
- Set the
ClassFilter to use for this pointcut.
- setClassFilter(ClassFilter) -
Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
- Set the
ClassFilter to use for this pointcut.
- setClassFilter(ClassFilter) -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Set the
ClassFilter to use for this pointcut.
- setClassLoader(ClassLoader) -
Method in class org.springframework.core.io.DefaultResourceLoader
- Specify the ClassLoader to load class path resources with, or
null
for using the thread context class loader at the time of actual resource access.
- setCleanupAfterInclude(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to perform cleanup of request attributes after an include request,
that is, whether to reset the original state of all request attributes after
the DispatcherServlet has processed within an include request.
- setClientId(String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Specify a JMS client ID for the single Connection created and exposed
by this ConnectionFactory.
- setClientId(String) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Specify the JMS client id for a shared Connection created and used
by this container.
- setClientId(String) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set a custom RMI client socket factory to use for the RMI registry.
- setClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI client socket factory to use for exporting the service.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as ASCII stream on the given statement, using the given
parameter index.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as character stream on the given statement, using the given
parameter index.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setClobAsString(PreparedStatement, int, String) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsString(PreparedStatement, int, String) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as String on the given statement, using the given
parameter index.
- setClobAsString(PreparedStatement, int, String) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setCode(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the message code for this tag.
- setCodebaseUrl(String) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Set the codebase URL to download classes from if not found locally.
- setCollectionCacheStrategies(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the cache strategies for persistent collections (with specific roles).
- setCollectionClass(Class) -
Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- Specify the collection class to use.
- 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
- Set the command class for this controller.
- setCommandClass(Class) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the command class for this controller.
- setCommandInSession(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- 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
- Set the name of the command in the model.
- setCommandName(String) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the name of the command in the model.
- setCommandName(String) -
Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
- 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.
- setCommitted(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCommitted(boolean) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setComparator(int, Comparator) -
Method in class org.springframework.util.comparator.CompoundComparator
- Replace the Comparator at the given index.
- setComparator(int, Comparator, 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
- 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
- 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
-
- setCompleted() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Mark this transaction as completed, that is, committed or rolled back.
- setConcurrencyLimit(int) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Set the maximum number of parallel accesses allowed
- setConcurrencyLimit(int) -
Method in class org.springframework.util.ConcurrencyThrottleSupport
- Set the maximum number of concurrent access attempts allowed
- setConcurrent(boolean) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Specify whether or not multiple jobs should be run in a concurrent
fashion.
- setConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the number of concurrent consumers to create.
- setConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Specify the number of concurrent consumers to create.
- setConcurrentExecutor(Executor) -
Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
- Specify the JSR-166 backport concurrent executor to delegate to.
- setConcurrentExecutor(Executor) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- Specify the JDK 1.5 concurrent executor to delegate to.
- setConcurrentUpdates(boolean) -
Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- Set whether this multicaster should expect concurrent updates at runtime
(i.e. after context startup finished).
- 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. with distinct locations separated by commas, semicolons or whitespace.
- 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.ibatis.SqlMapClientFactoryBean
- Set the location of the iBATIS SqlMapClient config file.
- setConfigLocation(Resource) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set the location of the JDO properties config file, for example
as classpath resource "classpath:kodo.properties".
- setConfigLocation(String) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Set the TopLink
sessions.xml configuration file that defines
TopLink Sessions, as class path resource location.
- 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. with distinct locations separated by commas, semicolons or whitespace.
- setConfigLocation(String) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- The
StaticWebApplicationContext class does not support this method.
- setConfigLocation(String) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the config locations for this portlet application context in init-param style,
i.e. with distinct locations separated by commas, semicolons or whitespace.
- setConfigLocation(String) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
- The
StaticPortletApplicationContext class does not support this method.
- setConfigLocations(String[]) -
Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- Set the config locations for this application context.
- setConfigLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConfigLocations(Resource[]) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set multiple locations of iBATIS SqlMapClient config files that
are going to be merged into one unified configuration at runtime.
- setConfigLocations(String[]) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the config locations for this web application context.
- setConfigLocations(String[]) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- The
StaticWebApplicationContext class does not support this method.
- setConfigLocations(String[]) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the config locations for this portlet application context.
- setConfigLocations(String[]) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
- The
StaticPortletApplicationContext class does not support this method.
- setConfiguration(Configuration) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- Set a preconfigured Configuration to use for the FreeMarker web config, e.g. a
shared one for web and email usage, set up via FreeMarkerConfigurationFactoryBean.
- 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.
- 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.
- 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.
- setConstructorArgumentValues(ConstructorArgumentValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify constructor argument values for this bean.
- setContent(byte[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContent(byte[]) -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- setContentDispositionMappings(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Set the mappings of
Content-Disposition header values to
mapping keys.
- setContentLength(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- 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.MockActionRequest
-
- setContentType(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- 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.
- 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
- Set a custom context class.
- setContextClassName(String) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- 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
- Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextOverride(boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- 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
-
- 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. as relative to the
web application root.
- setContexts(Map<String, HttpHandler>) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Register
HttpHandlers
for specific context paths.
- setContinueScheduledExecutionAfterException(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Specify whether to continue the execution of a scheduled task
after it threw an exception.
- 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.
- setConverted() -
Method in class org.springframework.beans.MutablePropertyValues
- Mark this holder as containing converted values only
(i.e. no runtime resolution needed anymore).
- 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.
- setCookieDomain(String) -
Method in class org.springframework.web.util.CookieGenerator
- Use the given domain for cookies created by this generator.
- setCookieMaxAge(int) -
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
-
- setCookieSecure(boolean) -
Method in class org.springframework.web.util.CookieGenerator
- Set whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- setCorePoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's core pool size.
- setCorePoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's core pool size.
- setCredentialsForCurrentThread(String, String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set user credententials for this proxy and the current thread.
- setCredentialsForCurrentThread(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Set user credententials for this proxy and the current thread.
- 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.
- setCurrencyTimeLimit(int) -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- Set a currency time limit for this attribute.
- 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 ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolver(WebArgumentResolver) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set a custom ArgumentResolvers to use for special method parameter types.
- setCustomArgumentResolvers(WebArgumentResolver[]) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set one or more custom ArgumentResolvers to use for special method
parameter types.
- setCustomArgumentResolvers(WebArgumentResolver[]) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set one or more custom ArgumentResolvers to use for special method
parameter types.
- setCustomEditors(Map) -
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.
- setCustomProperties(Properties) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- 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) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- 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.
- 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
- 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
- setDatabaseLogin(DatabaseLogin) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify the DatabaseLogin instance that carries the TopLink database
configuration to use.
- setDatabaseLogin(DatabaseSession, DatabaseLogin) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Handle differences between the
Session.setLogin interface
between TopLink 9.0.4 to 10.1.3.
- setDatabasePlatform(String) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Specify the name of the target database to operate on.
- setDatabasePlatform(DatabasePlatform) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify the TopLink DatabasePlatform instance that the Session should use:
for example, HSQLPlatform.
- 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.
- 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.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.ibatis.SqlMapClientFactoryBean
- Set the DataSource to be used by iBATIS SQL Maps.
- setDataSource(DataSource) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the JDBC DataSource to be used by this DAO.
- setDataSource(DataSource) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Specify the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database.
- setDataSource(DataSource) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify a standard JDBC DataSource that TopLink should use as connection pool.
- setDataSource(DataSource) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- 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
- Setter: DataSource is provided by Dependency Injection.
- setDataSource(DataSource) -
Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
-
- setDataSource(DataSource) -
Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- 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.
- 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) -
Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
- Set the
Map of DataSources; the keys
are Strings, the values are actual DataSource instances.
- setDataSources(Map<String, DataSource>) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the JDBC DataSources that the JPA persistence provider is supposed
to use for accessing the database, resolving data source names in
persistence.xml against Spring-managed DataSources.
- setDateHeader(String, long) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- 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
- 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).
- setDefaultCurrencyTimeLimit(Integer) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Set the default for the JMX field "currencyTimeLimit".
- setDefaultDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database if none has been specified in
persistence.xml.
- setDefaultDestination(Destination) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the destination to be used on send/receive operations that do not
have a destination parameter.
- setDefaultDestinationName(String) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the destination name to be used on send/receive operations that
do not have a destination parameter.
- setDefaultDomain(String) -
Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
- Specify the default domain to be used for generating ObjectNames
when no source-level metadata has been specified.
- setDefaultDomain(String) -
Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
- Specify the default domain to be used for generating ObjectNames
when no source-level metadata has been specified.
- setDefaultDomain(String) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set the default domain to be used by the
MBeanServer,
to be passed to MBeanServerFactory.createMBeanServer()
or MBeanServerFactory.findMBeanServer().
- setDefaultEncoding(String) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the default charset to use for parsing properties files.
- setDefaultEncoding(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the default encoding to use for
MimeMessages
created by this instance.
- setDefaultEncoding(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the default encoding for the FreeMarker configuration.
- setDefaultEncoding(String) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the default character encoding to use for parsing requests,
to be applied to headers of individual parts and to form fields.
- setDefaultEncoding(String) -
Method in class org.springframework.web.util.UrlPathHelper
- Set the default character encoding to use for URL decoding.
- setDefaultErrorView(String) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Set the name of the default error view.
- setDefaultErrorView(String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the name of the default error view.
- setDefaultFileTypeMap(FileTypeMap) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the default Java Activation
FileTypeMap to use for
MimeMessages created by this instance.
- setDefaultFilterCondition(String) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- Specify a default filter condition for the filter, if any.
- setDefaultHandler(Object) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Set the default handler for this handler mapping.
- setDefaultHandler(Object) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set the default handler for this handler mapping.
- setDefaultHtmlEscape(boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- (De)activate default HTML escaping for messages and errors, for the scope
of this RequestContext.
- setDefaultHtmlEscape(String) -
Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
- Set the default value for HTML escaping,
to be put into the current PageContext.
- setDefaultListenerMethod(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Specify the name of the default listener method to delegate to,
for the case where no specific listener method has been determined.
- setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
- Set a default Locale that this resolver will return if no other locale found.
- setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- Set a fixed Locale that this resolver will return if no cookie found.
- setDefaultMethodName(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Set the name of the default handler method that should be
used when no parameter was found in the request
- 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.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.
- setDefaultProperties(Properties) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- Specify custom default properties, with String keys and String values.
- 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
- Subclasses can set this value in their constructor to change the default,
which is always to roll the transaction back.
- 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.
- 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.jta.JotmFactoryBean
- Set the default transaction timeout for the JOTM instance.
- setDefaultTimeout(int) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Specify the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
- setDefaultTransactionIsolation(int) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Set the default transaction isolation level to expose when no target Connection
has been fetched yet (-> actual JDBC Connection default not known yet).
- setDefaultTransactionIsolationName(String) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Set the default transaction isolation level by the name of the corresponding
constant in
Connection, e.g.
- setDefaultUrl(String) -
Method in class org.springframework.web.servlet.ResourceServlet
- Set the URL within the current web application from which to
include content if the requested path isn't found, or if none
is specified in the first place.
- setDefaultValue(Object) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
- Set the default value of this attribute.
- setDefinitions(String[]) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Set the Tiles definitions, i.e. the list of files containing the definitions.
- setDefinitions(String[]) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set the Tiles definitions, i.e. the list of files containing the definitions.
- setDefinitionsFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set the
DefinitionsFactory implementation to use.
- setDelay(long) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Set the delay before starting the task for the first time,
in milliseconds.
- 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
- Set the delay before starting the task for the first time,
in milliseconds.
- setDelay(int) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Set the delay to use for scheduling tasks passed into the
execute method.
- setDelegate(Object) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set a target object to delegate message listening to.
- setDelegate(Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Set the delegate used by this class; the default is
this,
assuming that handler methods have been added by a subclass.
- setDelimiter(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the delimiter to be used between each
'
input type="checkbox/radio"' tag.
- setDelimiter(String) -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Set the delimiter to be used between error messages.
- setDeliveryMode(int) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the delivery mode to use when sending a message.
- setDeliveryPersistent(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message delivery should be persistent or non-persistent,
specified as boolean value ("true" or "false").
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the dependency check code.
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the depency check mode for this definition.
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDependencyCheck(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default dependency-check setting for the document that's currently parsed.
- setDependencyCheck(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Set whether or not dependency checking should be performed for test
properties set by Dependency Injection.
- setDependencyCheck(boolean) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Deprecated. Set whether to perform a dependency check for objects on autowired handlers.
- setDependsOn(String[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the names of the beans that this bean depends on being initialized.
- setDescendingOrder(int) -
Method in class org.springframework.util.comparator.CompoundComparator
- Change the sort order at the given index to descending sort.
- setDescription(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set a human-readable description of this bean definition.
- setDescription(String) -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- Set a description for this attribute.
- setDescription(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set a description for this notification.
- setDescription(String) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Set a description for this parameter.
- setDestination(Destination) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the destination to receive messages from.
- setDestinationName(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the name of the destination to receive messages from.
- setDestinationName(String) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the DestinationResolver that should be used to resolve response
destination names for this adapter.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- Set the DestinationResolver to use for resolving destination names
into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the DestinationResolver that is to be used to resolve Queue
references for this accessor.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
- Set the
DestinationResolver that is to be used to resolve
Destination references for this accessor.
- setDestroyAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- Specify the destroy annotation to check for, indicating destruction
methods to call when the context is shutting down.
- setDestroyMethod(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default destroy-method setting for the document that's currently parsed.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the destroy method.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the destroy method for this definition.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
- setDetectAllHandlerAdapters(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all HandlerAdapter beans in this portlet's context.
- setDetectAllHandlerAdapters(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all HandlerAdapter beans in this servlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
- setDetectAllHandlerMappings(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all HandlerMapping beans in this portlet's context.
- setDetectAllHandlerMappings(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Set whether to detect all ViewResolver beans in this portlet's context.
- setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all ViewResolver beans in this servlet's context.
- 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
- Called to say that the "applicationContext" instance variable is dirty
and should be reloaded.
- setDirty(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
- Mark the context with the given key as dirty.
- setDirty() -
Method in class org.springframework.test.jpa.AbstractJpaTests
-
- 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.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.
- setDispatchOptionsRequest(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether this servlet should dispatch an HTTP OPTIONS request to
the
FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
- setDispatchTraceRequest(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether this servlet should dispatch an HTTP TRACE request to
the
FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
- setDisplayName(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
- Set a friendly name for this context.
- setDocumentLoader(DocumentLoader) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
DocumentLoader to use.
- setDocumentReaderClass(Class) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the BeanDefinitionDocumentReader implementation to use,
responsible for the actual reading of the XML bean definition document.
- setDriver(Driver) -
Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
- Specify the JDBC Driver instance to use.
- setDriverClass(Class) -
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.
- 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
-
- setDynamicDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set the
DestinationResolver to use when falling back to dynamic
destinations.
- setEarlyFlushBeforeCommit(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set whether to perform an early flush before proceeding with a commit.
- 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.
- 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(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the encoding of the Velocity template file.
- setEncodingScheme(String) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set the encoding scheme for this view.
- setEncodingStyleUri(String) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
- Set the encoding style URI to use for the type mapping.
- 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
- Set the endpoint address to specify on the stub or call.
- setEndpointAddress(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the endpoint address to specify on the stub.
- setEndpointProperties(Map<String, Object>) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Set the property bag for the endpoint, including properties such as
"javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
- setEnforceDestroyMethod(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify whether or not the configured destroy method is the default.
- setEnforceInitMethod(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify whether or not the configured init method is the default.
- setEnsureUniqueRuntimeObjectNames(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
- Indicates whether Spring should ensure that
ObjectNames
generated by the configured ObjectNamingStrategy for
runtime-registered MBeans should be modified to ensure uniqueness
for every instance of a managed Class.
- setEnterMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Set the template used for method entry log messages.
- setEntityCacheStrategies(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the cache strategies for entities (persistent classes or named entities).
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
- setEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.JpaAccessor
- Set the JPA EntityManager to use.
- setEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- 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
- Set the JPA EntityManagerFactory to be used by this DAO.
- setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.test.jpa.AbstractJpaTests
-
- 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) -
Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
- Specify the EntityManager interface to expose.
- setEntityResolver(EntityResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set a SAX entity resolver to be used for parsing.
- setEntityTypeFilters(TypeFilter[]) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
- Specify custom type filters for Spring-based scanning for entity classes.
- setEnvironment(Map) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Specify the environment for the JMX connector.
- setEnvironment(Map) -
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.
- setEnvironmentMap(Map) -
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) -
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.
- 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.
- setEternal(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether elements are considered as eternal.
- setEventListener(ReaderEventListener) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify which
ReaderEventListener to use.
- setEventListeners(Map) -
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
- 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
- Set whether to convert any PersistenceException raised to a Spring DataAccessException,
compatible with the
org.springframework.dao exception hierarchy.
- setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.toplink.TopLinkInterceptor
- Set whether to convert any TopLinkException 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.
- setExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Set the exception translator for this instance.
- setExcludedBeans(String[]) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the list of names for beans that should be excluded from autodetection.
- setExcludedClasses(Class[]) -
Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Specify controller classes that should be excluded from this mapping.
- setExcludedPackages(String[]) -
Method in class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping
- Specify Java packages that should be excluded from this mapping.
- setExcludedPattern(String) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Convenience method when we have only a single exclusion pattern.
- setExcludedPatterns(String[]) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Set the regular expressions defining methods to match for exclusion.
- setExcludeUnlistedClasses(boolean) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setExecutor(Executor) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
- Set the JDK concurrent executor to use for dispatching incoming requests
to exported service instances.
- setExecutor(Executor) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the JDK concurrent executor to use for asynchronous executions
that require callbacks.
- setExecutor(Executor) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Set the JDK concurrent executor to use for dispatching incoming requests.
- setExitMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Set the template used for method exit log messages.
- setExpectedType(Class) -
Method in class org.springframework.jndi.JndiObjectLocator
- Specify the type that the located JNDI object is supposed
to be assignable to, if any.
- 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) -
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) -
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. for all method invocations on the exposed object reference.
- 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. for all method invocations on the exposed object reference.
- setExposeClassDescriptor(boolean) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Set whether to expose the JMX descriptor field "class" for managed operations.
- setExposeContextBeansAsAttributes(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposeContextBeansAsAttributes(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- Set whether to make all Spring beans in the application context accessible
as request attributes, through lazy checking once an attribute gets accessed.
- setExposedContextBeanNames(String[]) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Specify the names of beans in the context which are supposed to be exposed.
- setExposedContextBeanNames(String[]) -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- Specify the names of beans in the context which are supposed to be exposed.
- setExposeForwardAttributes(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Set whether to explictly expose the Servlet 2.4 forward request attributes
when forwarding to the underlying view resource.
- setExposeListenerSession(boolean) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set whether to expose the listener JMS Session to a registered
SessionAwareMessageListener as well as to
JmsTemplate calls.
- setExposeManagedResourceClassLoader(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
- Indicates whether or not the managed resource should be exposed on the
thread context ClassLoader before
allowing any invocations on the MBean to occur.
- setExposeModelAttributes(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set the
exposeModelAttributes flag which denotes whether
or not model attributes should be exposed as HTTP query parameters.
- setExposeNativeEntityManager(boolean) -
Method in class org.springframework.orm.jpa.JpaTemplate
- Set whether to expose the native JPA EntityManager to JpaCallback
code.
- setExposeNativePersistenceManager(boolean) -
Method in class org.springframework.orm.jdo.JdoTemplate
- 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.
- setExposeProxy(boolean) -
Method in interface org.springframework.aop.framework.Advised
- Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
- setExposeProxy(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
- setExposeRequestAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeRequestAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether all request attributes should be added to the
model prior to merging with the template.
- setExposeSchedulerInRepository(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to expose the Spring-managed
Scheduler instance in the
Quartz SchedulerRepository.
- setExposeSessionAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSessionAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
- setExposeSpringMacroHelpers(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeSpringMacroHelpers(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
- setExposeTransactionAwareSessionFactory(boolean) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Set whether to expose a transaction-aware current Session from the
SessionFactory's
getCurrentSession() method, returning the
Session that's associated with the current Spring-managed transaction, if any.
- setExposeUnconfigurableExecutor(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- 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
-
- 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.
- SetFactoryBean - Class in org.springframework.beans.factory.config
- Simple factory for shared Set instances.
- SetFactoryBean() -
Constructor for class org.springframework.beans.factory.config.SetFactoryBean
-
- setFactoryBean(String, String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of preparing this on the
raw BeanDefinition object
- setFactoryBeanName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Specify the factory bean to use, if any.
- setFactoryBeanName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- setFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Set the factory class for Tiles.
- setFactoryMethod(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the name of the factory method to use for this definition.
- setFactoryMethodName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Specify a factory method, if any.
- setFactoryMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- setFailEarlyOnGlobalRollbackOnly(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether to fail early in case of the transaction being globally marked
as rollback-only.
- setFailureMessage(String) -
Method in class org.springframework.test.AssertThrows
- 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.
- setFallbackToSystemLocale(boolean) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set whether to fall back to the system Locale if no files for a specific
Locale have been found.
- setFallbackTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
- Override the default SQL state fallback translator
(typically a
SQLStateSQLExceptionTranslator).
- setFetchSize(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the fetch size for this JdbcTemplate.
- setFetchSize(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the fetch size for this RDBMS operation.
- setFetchSize(int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set the fetch size for this HibernateTemplate.
- setField(Object, String, Object) -
Static method in class org.springframework.test.util.ReflectionTestUtils
- Set the
field with the given name on the
provided target object to the supplied value.
- setField(Object, String, Object, Class) -
Static method in class org.springframework.test.util.ReflectionTestUtils
- Set the
field with the given name on the
provided target object to the supplied value.
- setField(Field, Object, Object) -
Static method in class org.springframework.util.ReflectionUtils
- Set the field represented by the supplied
field object on
the specified target object to the specified
value.
- 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.
- setFilter(Object) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Deprecated. Set the filter object that the source provider should use for loading the list.
- 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.
- setFinishRenderParameter(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Pass the the parameter that indicates a finish request forward to the
render phase.
- setFixedRate(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- 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.timer.ScheduledTimerTask
- Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
- setFlushEager(boolean) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Set if this accessor should flush changes to the database eagerly.
- setFlushEager(boolean) -
Method in class org.springframework.orm.jpa.JpaAccessor
- 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(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Set the mappings of format discriminators to view class names.
- setFormSubmit(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Set the action response parameter that indicates this in a form submission.
- setFormView(String) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Set the name of the view that should be used for form display.
- setFormView(String) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Set the name of the view that should be used for form display.
- setForwardedUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- 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) -
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.MethodInvokingJobDetailFactoryBean
- Set the group of the job.
- setHandback(Object) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster when notifying
any NotificationListener.
- 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(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify the set of headers that are included in each of response.
- setHeaders(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
headers the view class should use.
- setHessian2(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether version 2 of the Hessian protocol should be used for
parsing requests and replies.
- setHessian2Reply(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether version 2 of the Hessian protocol should be used for
parsing replies.
- setHessian2Request(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether version 2 of the Hessian protocol should be used for
parsing requests.
- setHibernateManagedSession(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set whether to operate on a Hibernate-managed Session instead of a
Spring-managed Session, that is, whether to obtain the Session through
Hibernate's
SessionFactory.getCurrentSession()
instead of SessionFactory.openSession() (with a Spring
TransactionSynchronizationManager
check preceding it).
- setHibernateProperties(Properties) -
Method in class org.springframework.orm.hibernate3.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.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.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- 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 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.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Set the value of the '
id' attribute.
- setIdleTaskExecutionLimit(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the limit for idle executions of a receive task, not having
received any message within its execution.
- setIgnoreCase(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set whether upper and lower case in String values should be ignored.
- 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.
- setIgnoreInvalidFields(boolean) -
Method in class org.springframework.validation.DataBinder
- Set whether to ignore invalid fields, that is, whether to ignore bind
parameters that have corresponding fields in the target object which are
not accessible (for example because of null values in the nested path).
- setIgnoreInvalidKeys(boolean) -
Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- Set whether to ignore invalid keys.
- setIgnoreInvalidRequests(boolean) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
- Set whether invalidly formatted messages should be discarded.
- setIgnoreNestedPath(boolean) -
Method in class org.springframework.web.servlet.tags.BindTag
- Set whether to ignore a nested path, if any.
- setIgnoreResourceNotFound(boolean) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set if failure to find the property resource should be ignored.
- setIgnoreUnknownFields(boolean) -
Method in class org.springframework.validation.DataBinder
- Set whether to ignore unknown fields, that is, whether to ignore bind
parameters that do not have corresponding fields in the target object.
- setIgnoreUnresolvableEditors(boolean) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- Set whether unresolvable editors should simply be skipped.
- setIgnoreUnresolvablePlaceholders(boolean) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- 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.
- 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.MockRenderResponse
-
- setIncludePatterns(List<String>) -
Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- Set a list of regex patterns, matching eligible @AspectJ bean names.
- 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(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
- setIndex(int) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Set the index of this parameter in the operation signature.
- setInitAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- Specify the init annotation to check for, indicating initialization
methods to call after configuration of a bean.
- 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
-
- setInitParameters(Properties) -
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.
- 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(Object[]) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set additional interceptors (or advisors) to be applied before the
remote endpoint, e.g. a PerformanceMonitorInterceptor.
- 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
- Set the action response parameter that indicates this in an invalid submission.
- setIsolationLevel(int) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Specify the default isolation level to use for Connection retrieval,
according to the JDBC
Connection constants
(equivalent to the corresponding Spring
TransactionDefinition constants).
- setIsolationLevel(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the isolation level.
- setIsolationLevelName(String) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Set the default isolation level by the name of the corresponding constant
in
TransactionDefinition, e.g.
- setIsolationLevelName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the isolation level by the name of the corresponding constant in
TransactionDefinition, e.g.
- setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the value to be displayed as part
of the '
input type="checkbox/radio"' tag.
- setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the name of the property mapped to the label (inner text) of the
'
option' tag.
- setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the name of the property mapped to the label (inner text) of the
'
option' tag.
- setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the
Collection, Map or array of objects
used to generate the 'input type="checkbox/radio"' tags.
- setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the
Collection, Map or array
of objects used to generate the inner 'option' tags.
- setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the
Collection, Map or array of objects used to
generate the inner 'option' tags.
- setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
- Set the name of the property mapped to the '
value' attribute
of the 'input type="checkbox/radio"' tag.
- setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Set the name of the property mapped to the '
value'
attribute of the 'option' tag.
- setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the name of the property mapped to the '
value'
attribute of the 'option' tag.
- setJavaMailProperties(Properties) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set JavaMail properties for the
Session.
- setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
- Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set JavaScript escaping for this tag, as boolean value.
- setJaxRpcService(Service) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set a reference to an existing JAX-RPC Service instance,
for example obtained via
JndiObjectFactoryBean.
- setJaxRpcServiceInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the JAX-RPC service interface to use for looking up the service.
- setJaxRpcServiceProperties(Properties) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set JAX-RPC service properties to be passed to the ServiceFactory, if any.
- setJaxWsService(Service) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set a reference to an existing JAX-WS Service instance,
for example obtained via
JndiObjectFactoryBean.
- setJdbcDataSource(DataSource) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify the
javax.sql.DataSource to use for reports with
embedded SQL statements.
- setJdbcDataSource(DataSource) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
DataSource the view class should use.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Set the JDBC exception translator for the SessionFactory,
exposed via the PersistenceExceptionTranslator interface.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the JDBC exception translator for this instance.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.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.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
- Set the JDBC exception translator for this SessionFactory.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.toplink.TopLinkAccessor
- Set the JDBC exception translator for this instance.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Set the JDBC exception translator for this transaction manager.
- 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
- 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.
- setJdoProperties(Properties) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
- setJdoPropertyMap(Map) -
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
- 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.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(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.
- setJobDataAsMap(Map) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- 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) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Register objects in the JobDataMap via a given Map.
- 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.SimpleTriggerBean
- Set the JobDetail that this trigger should be associated with.
- setJobDetails(JobDetail[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Register a list of JobDetail objects with the Scheduler that
this FactoryBean creates, to be referenced by Triggers.
- setJobFactory(JobFactory) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Quartz JobFactory to use for this Scheduler.
- setJobListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- Set a list of JobListener names for this job, referring to
non-global JobListeners registered with the Scheduler.
- setJobListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set a list of JobListener names for this job, referring to
non-global JobListeners registered with the Scheduler.
- setJobListeners(JobListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify named Quartz JobListeners to be registered with the Scheduler.
- setJobSchedulingDataLocation(String) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set the location of a Quartz job definition XML file that follows the
"job_scheduling_data_1_5" XSD.
- setJobSchedulingDataLocations(String[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set the locations of Quartz job definition XML files that follow the
"job_scheduling_data_1_5" XSD.
- 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
- 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) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify JPA properties as a Map, to be passed into
Persistence.createEntityManagerFactory (if any).
- setJpaPropertyMap(Map) -
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) -
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
- Set the JpaTemplate for this DAO explicitly,
as an alternative to specifying a EntityManagerFactory.
- setJpaVendorAdapter(JpaVendorAdapter) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the JpaVendorAdapter implementation for the desired JPA provider,
if any.
- setJtaDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setJtaTransactionManager(TransactionManager) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the JTA TransactionManager to be used for Hibernate's
TransactionManagerLookup.
- setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepTaskList(boolean) -
Method in class org.springframework.util.StopWatch
- Determine whether the TaskInfo array is built over time.
- 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.
- setLayoutKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutUrl(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Set the layout template to use.
- setLayoutUrl(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Set the layout template to use.
- setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
- Set whether to lazily start a database transaction within an
EclipseLink transaction.
- setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
- Set whether to lazily start a database transaction within a TopLink
transaction.
- setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Set whether to lazily start a database transaction within a TopLink
transaction.
- 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.
- 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.
- setLimitedInParameterNames(Set<String>) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify a limited set of in parameters to be used.
- setListeners(MBeanExporterListener[]) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the
MBeanExporterListeners that should be notified
of MBean registration and unregistration events.
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in interface org.springframework.context.weaving.LoadTimeWeaverAware
- Set the
LoadTimeWeaver of this object's containing
ApplicationContext.
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- setLobHandler(LobHandler) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the LobHandler to be used by the SessionFactory.
- setLobHandler(LobHandler) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the LobHandler to be used by the SqlMapClient.
- setLocalAddr(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocale(Locale) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Deprecated. Set the Locale that the source provider should use for loading the list.
- 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.MockRenderResponse
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in interface org.springframework.web.servlet.LocaleResolver
- Set the current locale to the given one.
- setLocaleContext(LocaleContext) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Associate the given LocaleContext with the current thread,
not exposing it as inheritable for child threads.
- setLocaleContext(LocaleContext, boolean) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Associate the given LocaleContext with the current thread.
- setLocalesToInitialize(Locale[]) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Specify Locales to initialize eagerly, rather than lazily when actually accessed.
- setLocalName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalOverride(boolean) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set whether local properties override properties from files.
- setLocalPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocateExistingServerIfPossible(boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set whether or not the
MBeanServerFactoryBean should attempt
to locate a running MBeanServer before creating one.
- setLocation(String) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setLocation(String) -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
- Set the location for debugging.
- setLocation(Resource) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set a location of a properties file to be loaded.
- setLocation(Resource) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
- Set the location of the XML file that defines the view beans.
- setLocations(Resource[]) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set locations of properties files to be loaded.
- setLog(boolean) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setLogFile(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setLogger(Log) -
Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
- Set the
logger that is to be used to report warnings.
- setLoggerName(String) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- Set the name of the logger to use.
- setLogicalMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Specifies a set of optional logical method name mappings.
- setLoginProperties(Properties) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify TopLink login properties, to be passed to
the
DatabaseLogin instance.
- setLoginPropertyMap(Map) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify TopLink login properties as a Map, to be passed to
the
DatabaseLogin instance.
- setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- Setting a login timeout is not supported.
- setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLogName(String) -
Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
- The name of the log.
- setLogTargetClassInvocation(boolean) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Set whether to log the invocation on the target class, if applicable
(i.e. if the method is actually delegated to the target class).
- setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- LogWriter methods are not supported.
- setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLookupHomeOnStartup(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Set whether to look up the EJB home object on startup.
- setLookupOnStartup(boolean) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Set whether to look up the JNDI object on startup.
- setLookupOnStartup(boolean) -
Method in class org.springframework.jndi.JndiObjectTargetSource
- Set whether to look up the JNDI object on startup.
- setLookupServiceOnStartup(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set whether to look up the JAX-RPC service on startup.
- setLookupServiceOnStartup(boolean) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set whether to look up the JAX-WS service on startup.
- setLookupStubOnStartup(boolean) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set whether to look up the RMI stub on startup.
- setLookupStubOnStartup(boolean) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Set whether to look up the RMI stub on startup.
- setMaintainSession(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the maintain session flag to specify on the stub or call.
- setMaintainSession(boolean) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the "session.maintain" flag to specify on the stub.
- setManagedConnectionFactory(ManagedConnectionFactory) -
Method in class org.springframework.jca.support.LocalConnectionFactoryBean
- Set the JCA ManagerConnectionFactory that should be used to create
the desired connection factory.
- setManagedInterfaces(Class[]) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- Set the array of interfaces to use for creating the management info.
- setManagedMethods(String[]) -
Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- Set the array of method names to use for creating the management info.
- setManagedResource(Object, String) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Sets managed resource to expose and stores its
ClassLoader.
- setManagementInterface(Class) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the management interface of the target MBean, exposing bean property
setters and getters for MBean attributes and conventional Java methods
for MBean operations.
- setMappedClass(Class) -
Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
- Set the class that each row should be mapped to.
- setMappedHandlerClasses(Class[]) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Specify the set of classes that this exception resolver should apply to.
- setMappedHandlerClasses(Class[]) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Specify the set of classes that this exception resolver should apply to.
- setMappedHandlers(Set) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Specify the set of handlers that this exception resolver should map.
- setMappedHandlers(Set) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Specify the set of handlers that this exception resolver should apply to.
- setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
- Convenience method when we have only a single method name to match.
- setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- Convenience method when we have only a single method name to match.
- setMappedNames(String[]) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
- Set the method names defining methods to match.
- setMappedNames(String[]) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- Set the method names defining methods to match.
- setMappedObjectName(Object) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the
ObjectName-style name of the single MBean
that the encapsulated NotificationFilter
will be registered with to listen for Notifications.
- setMappedObjectNames(Object[]) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set an array of
ObjectName-style names of the MBeans
that the encapsulated NotificationFilter
will be registered with to listen for Notifications.
- setMappingDirectoryLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingJarLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingLocation(Resource) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Set a location of a properties file to be loaded,
containing object name mappings.
- setMappingLocation(Resource) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Specify the
Resource from which mappings are loaded.
- setMappingLocations(Resource[]) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Set location of properties files to be loaded,
containing object name mappings.
- setMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingLocations(Resource[]) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set locations of iBATIS sql-map mapping files that are going to be
merged into the SqlMapClient configuration at runtime.
- setMappingResources(String[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappings(Properties) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Set local properties, containing object name mappings, e.g. via
the "props" tag in XML bean definitions.
- setMappings(String[]) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Specify additional MIME type mappings as lines that follow the
mime.types file format, as specified by the
Java Activation Framework, for example:
text/html html htm HTML HTM
- setMappings(Properties) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
- Set PortletMode to handler bean name mappings from a Properties object.
- setMappings(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
- Map URL paths to handler bean names.
- setMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
- Set explicit URL to method name mappings through a Properties object.
- setMaxConcurrency(int) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setMaxConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the maximum number of concurrent consumers to create.
- setMaxElementsInMemory(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Specify the maximum number of cached objects in memory.
- setMaxElementsOnDisk(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Specify the maximum number of cached objects on disk.
- setMaxIdle(int) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the maximum number of idle objects in the pool.
- setMaxIdle(int) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Deprecated. Set the maximum number of idle ServerSessions in the pool.
- setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.MockHttpSession
-
- setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setMaxInMemorySize(int) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxlength(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
maxlength' attribute.
- setMaxLinkedPages(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the maximum number of page links to a few pages around the current one.
- setMaxMessagesPerTask(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the maximum number of messages to process in one task.
- setMaxMessagesPerTask(int) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Deprecated. Set the maximum number of messages to load into a JMS Session.
- setMaxPoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's maximum pool size.
- setMaxResults(int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set the maximum number of rows for this HibernateTemplate.
- setMaxRows(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the maximum number of rows for this JdbcTemplate.
- setMaxRows(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the maximum number of rows for this RDBMS operation.
- setMaxRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Set the maximum number of rows that may be affected by this update.
- setMaxSize(int) -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Set the maximum size of the pool.
- setMaxSize(int) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
- Deprecated. Set the maximum size of the pool.
- setMaxUploadSize(long) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Set the maximum allowed size (in bytes) before uploads are refused
- setMaxWait(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the maximum waiting time for fetching an object from the pool.
- setMaxWait(long) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Deprecated. Set the maximum waiting time for fetching an ServerSession from the pool.
- setMbeanHomeName(String) -
Method in class org.springframework.jmx.support.WebLogicJndiMBeanServerFactoryBean
- Specify the JNDI name of the WebLogic MBeanHome object to use
for creating the JMX MBeanServer reference.
- setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the memory style eviction policy for this cache.
- setMerge(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default merge setting for the document that's currently parsed.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedList
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedMap
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedProperties
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedSet
- Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
- setMessage(Object) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the MessageSourceResolvable for this tag.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.AbstractBindingResult
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.DataBinder
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the strategy to use for resolving errors into message codes.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the message converter for this template.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Set the converter that will convert incoming JMS messages to
listener method arguments, and objects returned from listener
methods back to JMS messages.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Specify the MessageConverter to use for turning
RemoteInvocation
objects into request messages, as well as response messages into
RemoteInvocationResult objects.
- setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
- Specify the MessageConverter to use for turning request messages into
RemoteInvocation objects,
as well as RemoteInvocationResult
objects into response messages.
- setMessageDrivenContext(MessageDrivenContext) -
Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
- Required lifecycle method.
- setMessageEndpointFactory(MessageEndpointFactory) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Set the JCA MessageEndpointFactory to activate, pointing to a
MessageListener object that the endpoints will delegate to.
- setMessageIdEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message IDs are enabled.
- setMessageListener(Object) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
- Specify the message listener object that the endpoint should expose
(e.g. a
MessageListener objects or
MessageListener implementation).
- setMessageListener(Object) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the message listener implementation to register.
- setMessageListener(MessageListener) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
- Set the JMS MessageListener for this endpoint.
- setMessageListener(MessageListener) -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- Set the JMS MessageListener for this endpoint.
- setMessageSelector(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set the JMS message selector expression (or
null if none).
- setMessageSelector(String) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setMessageSource(MessageSource) -
Method in interface org.springframework.context.MessageSourceAware
- Set the MessageSource that this object runs in.
- setMessageTimestampEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message timestamps are enabled.
- setMethod(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setMethod(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
method' attribute.
- setMethodInvoker(MethodInvoker) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- Set the MethodInvoker to use.
- setMethodMap(Map) -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- Set a name/attribute map, consisting of "FQCN.method" method names
(e.g.
- setMethodMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- Set the mappings of bean keys to a comma-separated list of method names.
- setMethodName(String) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
- Set the name of the
Method to locate.
- setMethodName(String) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the name of the target method.
- setMethodNameResolver(MethodNameResolver) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the MethodNameResolver to use for resolving default handler methods
(carrying an empty
@RequestMapping annotation).
- setMethodNameResolver(MethodNameResolver) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Set the method name resolver that this class should use.
- setMethodOverrides(MethodOverrides) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify method overrides for the bean, if any.
- setMethodParamNames(String[]) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Set a String array of parameter names, where the very existence of a
parameter in the list (with value ignored) means that a method of the
same name should be invoked.
- setMimeMultiparts(MimeMultipart, MimeMultipart) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given MimeMultipart objects for use by this MimeMessageHelper.
- setMinEvictableIdleTimeMillis(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the minimum time that an idle object can sit in the pool before
it becomes subject to eviction.
- setMinEvictableIdleTimeMillis(long) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Deprecated. Set the minimum time that an idle ServerSession can sit in the pool
before it becomes subject to eviction.
- setMinIdle(int) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Set the minimum number of idle objects in the pool.
- setMinIdle(int) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Deprecated. Set the minimum number of idle ServerSessions in the pool.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the
CronTrigger class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the
SimpleTrigger class.
- setModelAttribute(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the name of the form attribute in the model.
- setMultipartFiles(Map) -
Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
- Set a Map with parameter names as keys and MultipartFile objects as values.
- setMultipartFiles(Map) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Set a Map with parameter names as keys and MultipartFile objects as values.
- setMultipartParameters(Map) -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
- Set a Map with parameter names as keys and String array objects as values.
- setMultipartParameters(Map) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Set a Map with parameter names as keys and String array objects as values.
- setMultipartResolverBeanName(String) -
Method in class org.springframework.web.multipart.support.MultipartFilter
- Set the bean name of the MultipartResolver to fetch from Spring's
root application context.
- setMultiple(Object) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the value of the HTML '
multiple' attribute rendered
on the final 'select' element.
- setName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set the name of this notification.
- setName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Set the name of this parameter in the operation signature.
- setName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the name of the job.
- setName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the name of this transaction.
- setName(String) -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
- Set the name of the bean that this tag should check.
- setName(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
name' attribute.
- setNameMap(Map) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- Set a name/attribute map, consisting of method names
(e.g.
- setNamespace(String) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the namespace for this web application context,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setNamespace(String) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the namespace for this portlet application context,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setNamespace(String) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set a custom namespace for this portlet,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set a custom namespace for this servlet,
to be used for building a default context config location.
- setNamespace(String) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Set a custom namespace for the ActionServlet,
to be used for building a default context config location.
- setNamespaceAware(boolean) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set whether or not the XML parser should be XML namespace aware.
- setNamespaceHandlerResolver(NamespaceHandlerResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
NamespaceHandlerResolver to use.
- setNamespaceUri(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the namespace URI of the service.
- setNamespaceUri(String) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the namespace URI of the service.
- setNamingStrategy(ObjectNamingStrategy) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the implementation of the
ObjectNamingStrategy interface
to use for this exporter.
- setNamingStrategy(NamingStrategy) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setNativeConnectionNecessaryForNativeCallableStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
- Set whether it is necessary to work on the native Connection to
receive native CallableStatements.
- setNativeConnectionNecessaryForNativePreparedStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
- Set whether it is necessary to work on the native Connection to
receive native PreparedStatements.
- setNativeConnectionNecessaryForNativeStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
- Set whether it is necessary to work on the native Connection to
receive native Statements.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- Specify the NativeJdbcExtractor to use for unwrapping CallableStatements, if any.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Specify the NativeJdbcExtractor to use for unwrapping PreparedStatements, if any.
- setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying
native
oracle.jdbc.OracleConnection.
- setNestedPath(String) -
Method in class org.springframework.validation.AbstractErrors
-
- setNestedPath(String) -
Method in exception org.springframework.validation.BindException
-
- setNestedPath(String) -
Method in interface org.springframework.validation.Errors
- Allow context to be changed so that standard validators can validate
subtrees.
- setNestedPath(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- setNestedTransactionAllowed(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether nested transactions are allowed.
- setNew(boolean) -
Method in class org.springframework.mock.web.MockHttpSession
-
- setNew(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setNonJtaDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setNonTransactionalDataSource(DataSource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the DataSource to be used by the Scheduler for non-transactional access.
- setNotificationFilter(NotificationFilter) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the
NotificationFilter associated
with the encapsulated NotificationFilter.
- setNotificationInfoMappings(Map) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationInfos(ManagedNotification[]) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- setNotificationListener(NotificationListener) -
Method in class org.springframework.jmx.support.NotificationListenerHolder
- Set the
NotificationListener.
- setNotificationListenerMappings(Map) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the
NotificationListeners to register
with the MBeanServer.
- setNotificationListeners(NotificationListenerBean[]) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the
NotificationListenerBeans
containing the
NotificationListeners
that will be registered with the MBeanServer.
- setNotificationPublisher(NotificationPublisher) -
Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
- Set the
NotificationPublisher instance for the current managed resource instance.
- setNotificationType(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set a single notification type, or a list of notification types
as comma-delimited String.
- setNotificationTypes(String[]) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Set a list of notification types.
- setNullValue(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set a value that should be treated as
null when
resolved as a placeholder value: e.g. "" (empty String) or "null".
- setNumberToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or
null if not needed.
- setNumberToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or
null if not needed.
- setObjectName(Object) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the
ObjectName of the MBean which calls are routed to,
as ObjectName instance or as String.
- setObjectName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
- Set the JMX ObjectName of this managed resource.
- setObjectName(Object) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set the
ObjectName used to register the JMXConnectorServer
itself with the MBeanServer, as ObjectName instance
or as String.
- setOnblur(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
onblur' attribute.
- setOnchange(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
onchange' attribute.
- setOnclick(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onclick' attribute.
- setOndblclick(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
ondblclick' attribute.
- setOnfocus(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
onfocus' attribute.
- setOnkeydown(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onkeydown' attribute.
- setOnkeypress(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onkeypress' attribute.
- setOnkeyup(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onkeyup' attribute.
- setOnmousedown(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmousedown' attribute.
- setOnmousemove(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmousemove' attribute.
- setOnmouseout(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmouseout' attribute.
- setOnmouseover(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmouseover' attribute.
- setOnmouseup(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
onmouseup' attribute.
- setOnreset(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
onreset' attribute.
- setOnselect(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
onselect' attribute.
- setOnselect(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Set the value of the '
onselect' attribute.
- setOnsubmit(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
onsubmit' attribute.
- setOpaque(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether proxies created by this configuration should be prevented
from being cast to
Advised to query proxy status.
- setOptimize(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether proxies should perform aggressive optimizations.
- setOrder(int) -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set the ordering which will apply to this class's implementation
of Ordered, used when applying multiple BeanPostProcessors.
- setOrder(int) -
Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
- setOrder(int) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- setOrder(int) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Specify the order value for this HandlerMapping bean.
- setOrder(int) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Specify the order value for this HandlerMapping bean.
- setOrder(int) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- setOrder(int) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the order in which this
ViewResolver
is evaluated.
- setOrder(int) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- setOriginatingBeanDefinition(BeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the originating (e.g. decorated) BeanDefinition, if any.
- setOutParameterNames(List<String>) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify the names of the out parameters.
- setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputRecordCreator(RecordCreator) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Set a RecordCreator that should be used for creating default output Records.
- setOutputRecordCreator(RecordCreator) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
- Set a RecordCreator that should be used for creating default output Records.
- setOutputStreamAccessAllowed(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
- Set whether
MockHttpServletResponse.getOutputStream() access is allowed.
- setOverflowToDisk(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether elements can overflow to disk when the in-memory cache
has reached the maximum size limit.
- setOverloaded(boolean) -
Method in class org.springframework.beans.factory.support.MethodOverride
- Set whether the overridden method has to be considered as overloaded
(that is, whether arg type matching has to happen).
- setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set whether overloaded methods should be enabled for remote invocations.
- setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether overloaded methods should be enabled for remote invocations.
- setOverrideLogging(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set whether Velocity should log via Commons Logging, i.e. whether Velocity's
log system should be set to CommonsLoggingLogSystem.
- setOverwriteExistingJobs(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set whether any jobs defined on this SchedulerFactoryBean should overwrite
existing job definitions.
- setPackagesToScan(String[]) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
- Set whether to use Spring-based scanning for entity classes in the classpath
instead of listing annotated classes explicitly.
- setPaddingLength(int) -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Set the padding length, i.e. the length to which a string result
should be pre-pended with zeroes.
- setPage(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the current page number.
- setPageAttribute(String) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Set the name of the page attribute in the model, containing
an Integer with the current page number.
- setPageAttribute(String) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Set the name of the page attribute in the model, containing
an Integer with the current page number.
- setPageRenderParameter(ActionResponse, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Pass the page number to the render phase by setting a render parameter.
- setPages(String[]) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Set the wizard pages, i.e. the view names for the pages.
- setPages(String[]) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Set the wizard pages, i.e. the view names for the pages.
- setPageSize(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the current page size.
- setParameter(String, String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Set a single value for the specified HTTP parameter.
- setParameter(String, String[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Set an array of values for the specified HTTP parameter.
- setParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setParameter(PreparedStatement, int, Object, String) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- This implementation delegates to setParameterInternal,
passing in a transaction-synchronized LobCreator for the
LobHandler of this type.
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- Template method to set the given value on the given statement.
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
-
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
-
- setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
-
- setParameterMap(Map) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
- Set a Map with parameters as keys and handler beans or bean names as values.
- setParameterName(String) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
- Set the name of the parameter used for mapping to handlers.
- setParameterName(String) -
Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
- Set the name of the parameter used for mapping.
- setParameterName(String) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Set the name of the parameter used for mapping to handlers.
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g. for default attribute names).
- setParameterNameDiscoverer(ParameterNameDiscoverer) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the ParameterNameDiscoverer to use for resolving method parameter
names if needed (e.g. for default attribute names).
- setParameterNames(String[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Set the parameter names for the pointcut.
- setParameterNames(String[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setParameters(SqlParameter[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Add one or more declared parameters.
- setParameters(Map) -
Method in class org.springframework.mock.web.MockHttpServletRequest
- Sets all provided parameters
replacing any
existing values for the provided parameter names.
- setParameters(Map) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setParameters(Map) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setParameters(Properties) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Specify default parameters for the type.
- setParameterTypes(Class[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Set the parameter types for the pointcut.
- setParameterTypes(Class[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- setParameterTypes(Properties) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- Set the parameter types for the filter,
with parameter names as keys and type names as values.
- setParameterTypes(Class[]) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the parameter types of the target method.
- setParameterValue(PreparedStatement, int, SqlParameter, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, String, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- Set the value for a parameter.
- setParamName(String) -
Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
- Set the name of the parameter that contains a locale specification
in a locale change request.
- setParamName(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Set the name of the parameter whose value identifies the name of
the method to invoke.
- setParamName(String) -
Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
- Set the name of the parameter that contains a theme specification
in a theme change request.
- setParent(ApplicationContext) -
Method in interface org.springframework.context.ConfigurableApplicationContext
- Set the parent of this application context.
- setParent(ApplicationContext) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- setParent(ApplicationContext) -
Method in class org.springframework.context.support.GenericApplicationContext
- Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
- setParent(ApplicationContext) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setParent(ApplicationContext) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setParentBeanFactory(BeanFactory) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Set the parent of this bean factory.
- setParentBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setParentMessageSource(MessageSource) -
Method in interface org.springframework.context.HierarchicalMessageSource
- Set the parent that will be used to try to resolve messages
that this object can't resolve.
- setParentMessageSource(MessageSource) -
Method in class org.springframework.context.support.AbstractMessageSource
-
- setParentMessageSource(MessageSource) -
Method in class org.springframework.context.support.DelegatingMessageSource
-
- setParentName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Set the name of the parent definition of this bean definition, if any.
- setParentName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the name of the parent definition of this bean definition.
- setParentName(String) -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- setParentName(String) -
Method in class org.springframework.beans.factory.support.GenericBeanDefinition
-
- setParentName(String) -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- setParentThemeSource(ThemeSource) -
Method in interface org.springframework.ui.context.HierarchicalThemeSource
- Set the parent that will be used to try to resolve theme messages
that this object can't resolve.
- setParentThemeSource(ThemeSource) -
Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- setParentThemeSource(ThemeSource) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- setParserClass(Class) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Deprecated. as of Spring 2.0: superseded by "documentReaderClass"
- setPassword(String) -
Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
- Set the JDBC password to use for connecting through the Driver.
- setPassword(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set the default user's password that this adapter should use for retrieving Connections.
- setPassword(String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Set the password that this adapter should use for retrieving Connections.
- setPassword(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
- Set the password to use for retrieving the WebLogic MBeanServer.
- setPassword(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the password for the account at the mail host, if any.
- setPassword(String) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set the password that this factory should use to access the remote service.
- setPassword(String) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the password that this factory should use to access the remote service.
- setPassword(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the password to specify on the stub or call.
- setPassword(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the password to specify on the stub.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.BindTag
- Set the path that this tag should apply.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Set the property path from the
form object.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Unsupported for forms.
- setPath(String) -
Method in class org.springframework.web.servlet.tags.NestedPathTag
- Set the path that this tag should apply.
- setPath(HttpServletRequest, String) -
Static method in class org.springframework.web.servlet.view.tiles.TilesView
- Set the path of the layout page to render.
- setPathInfo(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setPathMatcher(PathMatcher) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Set the PathMatcher implementation to use for this
resource pattern resolver.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
- setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns, for determining cache mappings.
- setPathPrefix(String) -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
- Specify a prefix to prepend to the path generated from the controller name.
- setPathSeparator(String) -
Method in class org.springframework.util.AntPathMatcher
- Set the path separator to use for pattern parsing.
- setPattern(String) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Convenience method when we have only a single pattern.
- setPattern(String) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Set the regular expression defining methods to match.
- setPatterns(String[]) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Set the regular expressions defining methods to match.
- setPatterns(String[]) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Set the regular expressions defining methods to match.
- setPeriod(long) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Set the period between repeated task executions, in milliseconds.
- setPeriod(long) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the period between repeated task executions, in milliseconds.
- setPeriod(long) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Set the period between repeated task executions, in milliseconds.
- setPeriod(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Set the period between repeated task executions, in milliseconds.
- setPermissionDeniedCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setPersistenceContexts(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Specify the transactional persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
- setPersistenceExceptionTranslator(PersistenceExceptionTranslator) -
Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
- Specify the PersistenceExceptionTranslator to use.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Set the PersistenceManagerFactory that this instance should manage transactions for.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Set the JDO PersistenceManagerFactory to be used by this DAO.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
- Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- setPersistenceManagerFactoryBeanName(String) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
- Set the bean name of the PersistenceManagerFactory to fetch from Spring's
root application context.
- setPersistenceManagerFactoryName(String) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Specify the name of the desired PersistenceManagerFactory.
- setPersistenceProvider(PersistenceProvider) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Set the PersistenceProvider instance to use for creating the
EntityManagerFactory.
- setPersistenceProviderClass(Class<? extends PersistenceProvider>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Set the PersistenceProvider implementation class to use for creating the
EntityManagerFactory.
- setPersistenceProviderClassName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceProviderPackageName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnitManager(PersistenceUnitManager) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set the PersistenceUnitManager to use for obtaining the JPA persistence unit
that this FactoryBean is supposed to build an EntityManagerFactory for.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Specify the name of the EntityManagerFactory configuration.
- setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[]) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set the PersistenceUnitPostProcessors to be applied to the
PersistenceUnitInfo used for creating this EntityManagerFactory.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[]) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Set the PersistenceUnitPostProcessors to be applied to each
PersistenceUnitInfo that has been parsed by this manager.
- setPersistenceUnitRootUrl(URL) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setPersistenceUnits(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Specify the persistence units for EntityManagerFactory lookups,
as a Map from persistence unit name to persistence unit JNDI name
(which needs to resolve to an EntityManagerFactory instance).
- setPersistenceXmlLocation(String) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Set the location of the
persistence.xml file
we want to use.
- setPersistenceXmlLocation(String) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the location of the
persistence.xml files to load.
- setPersistenceXmlLocations(String[]) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify multiple locations of
persistence.xml files to load.
- setPersistLocation(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- setPlaceholderPrefix(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set the prefix that a placeholder string starts with.
- setPlaceholderSuffix(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set the suffix that a placeholder string ends with.
- setPointcut(Pointcut) -
Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
- Specify the pointcut targeting the advice.
- setPointcut(Pointcut) -
Method in class org.springframework.aop.support.DefaultPointcutAdvisor
- Specify the pointcut targeting the advice.
- setPointcut(Pointcut) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set a pointcut, i.e a bean that can cause conditional invocation
of the TransactionInterceptor depending on method and attributes passed.
- setPointcutDeclarationScope(Class) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Set the declaration scope for the pointcut.
- setPoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Set the ScheduledExecutorService's pool size.
- setPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Set the ScheduledExecutorService's pool size.
- setPopulateProtectedVariables(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Set whether to populate protected variables of this test case.
- setPort(int) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail server port.
- setPort(int) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify the HTTP server's port.
- setPort(int) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set the port of the registry for the exported RMI service,
i.e.
- setPort(int) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Specify the HTTP server's port.
- setPortInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the JAX-RPC port interface to use.
- setPortletClass(Class) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
- Set the class of the Portlet to wrap.
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setPortletConfig(PortletConfig) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the PortletConfig for this portlet application context.
- setPortletConfig(PortletConfig) -
Method in interface org.springframework.web.portlet.context.PortletConfigAware
- Set the PortletConfigthat this object runs in.
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setPortletContext(PortletContext) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the PortletContext for this portlet application context.
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
-
- setPortletContext(PortletContext) -
Method in interface org.springframework.web.portlet.context.PortletContextAware
- Set the PortletContext that this object runs in.
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setPortletContextName(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setPortletModeMap(Map) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
- Set a Map with PortletModes as keys and handler beans as values.
- setPortletModeParameterMap(Map) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Set a Map with portlet mode names as keys and another Map as values.
- setPortletName(String) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
- Set the name of the Portlet to wrap.
- setPortName(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the name of the port.
- setPortName(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the name of the port.
- setPostInterceptors(Object[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set additional interceptors (or advisors) to be applied after the
implicit transaction interceptor.
- setPostTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a List of
TemplateLoaders that will be used to search
for templates.
- setPreferences(PortletPreferences) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setPreferencesValidator(PreferencesValidator) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set whether to prefer file system access for template loading.
- setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set whether to prefer file system access for template loading.
- setPrefetchSize(int) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setPreFiltered(boolean) -
Method in interface org.springframework.aop.framework.Advised
- Set whether this proxy configuration is pre-filtered so that it only
contains applicable advisors (matching this proxy's target class).
- setPreFiltered(boolean) -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- setPrefix(String) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Set the text that will get appended to the trace data.
- setPrefix(String) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
- Specify a prefix to be applied to any code built by this resolver.
- setPrefix(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Specify a common prefix for handler method names.
- setPrefix(String) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Set the prefix to prepend to the request URL filename
to build a view name.
- setPrefix(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set the prefix to prepend to generated view names.
- setPrefix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the prefix that gets prepended to view names when building a URL.
- setPreInterceptors(Object[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set additional interceptors (or advisors) to be applied before the
implicit transaction interceptor, e.g. a PerformanceMonitorInterceptor.
- setPrepareConnection(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
- setPreparerFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
- Set the
PreparerFactory implementation to use.
- setPreTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a List of
TemplateLoaders that will be used to search
for templates.
- setPreventDispatchLoop(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Set whether to explicitly prevent dispatching back to the
current handler path.
- setPreviousFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- setPreviousIsolationLevel(Integer) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setPrimary(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set whether this bean is a primary autowire candidate.
- setPriority(int) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the priority of a message when sending.
- setPriority(int) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the priority ("X-Priority" header) of the message.
- setProblemReporter(ProblemReporter) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify which
ProblemReporter to use.
- setProcedureName(String) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify the name of the procedure.
- setProcedureName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Set the name of the stored procedure.
- setPropagationBehavior(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the propagation behavior.
- setPropagationBehaviorName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the propagation behavior by the name of the corresponding constant in
TransactionDefinition, e.g.
- setProperties(Properties) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set local properties, e.g. via the "props" tag in XML bean definitions.
- setProperties(Properties) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- setProperties(Properties) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- Parses the given properties into a name/attribute map.
- setPropertiesArray(Properties[]) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set local properties, e.g. via the "props" tag in XML bean definitions,
allowing for merging multiple properties sets into one.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
- Set the PropertiesPersister to use for parsing properties files.
- setProperty(String) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set the property to compare.
- setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
- Set a single value for the specified property.
- setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- Specify the
PropertyEditorRegistrars
to apply to beans defined within the current application context.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- Specify multiple PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Specify one or more PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Specify multiple PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- setPropertyPath(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the property path to apply to the target.
- setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.AbstractPropertyAccessor
- Actually set a property value.
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.DirectFieldAccessor
-
- setPropertyValue(String, Object) -
Method in interface org.springframework.beans.PropertyAccessor
- Set the specified value as current property value.
- setPropertyValue(PropertyValue) -
Method in interface org.springframework.beans.PropertyAccessor
- Set the specified value as current property value.
- setPropertyValueAt(PropertyValue, int) -
Method in class org.springframework.beans.MutablePropertyValues
- Modify a PropertyValue object held in this object.
- setPropertyValues(Map) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues, boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(PropertyValues, boolean, boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- setPropertyValues(MutablePropertyValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify property values for this bean, if any.
- setPropertyValues(Map) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a batch update from a Map.
- setPropertyValues(PropertyValues) -
Method in interface org.springframework.beans.PropertyAccessor
- The preferred way to perform a batch update.
- setPropertyValues(PropertyValues, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a batch update with more control over behavior.
- setPropertyValues(PropertyValues, boolean, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a batch update with full control over behavior.
- setProtocol(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail protocol.
- setProtocol(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setProxyClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the ClassLoader to generate the proxy class in.
- setProxyFactory(BurlapProxyFactory) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
- Set the BurlapProxyFactory instance to use.
- setProxyFactory(HessianProxyFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the HessianProxyFactory instance to use.
- setProxyInterface(Class) -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- Set the interface that the generated proxy will implement.
- setProxyInterface(Class) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(Class[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Specify the set of interfaces being proxied.
- setProxyInterfaces(Class[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the names of the interfaces we're proxying.
- setProxyInterfaces(Class[]) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Specify multiple proxy interfaces to use for the JNDI object.
- setProxyTargetClass(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether to proxy the target class directly, instead of just proxying
specific interfaces.
- setPublishContext(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set whether to publish this portlet's context as a PortletContext attribute,
available to all objects in the web container.
- setPublishContext(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether to publish this servlet's context as a ServletContext attribute,
available to all objects in the web container.
- setPublishEvents(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set whether this portlet should publish a PortletRequestHandledEvent at the end
of each request.
- setPublishEvents(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set whether this servlet should publish a ServletRequestHandledEvent at the end
of each request.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.JmsTransactionManager102
- Configure the transaction manager with knowledge of the JMS domain used.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.SingleConnectionFactory102
- Configure the factory with knowledge of the JMS domain used.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
- Configure the destination accessor with knowledge of the JMS domain used.
- setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether to inhibit the delivery of messages published by its own connection.
- setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Set whether to inhibit the delivery of messages published by its own connection.
- setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Set whether to inhibit the delivery of messages published by its own connection.
- setQuartzProperties(Properties) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set Quartz properties, like "org.quartz.threadPool.class".
- setQueryCacheRegion(String) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set the name of the cache region for queries executed by this template.
- setQueryString(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setQueryTimeout(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the query timeout for statements that this JdbcTemplate executes.
- setQueryTimeout(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the query timeout for statements that this RDBMS operation executes.
- setQueue(Queue) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the target Queue to send invoker requests to.
- setQueueCapacity(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueName(String) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the name of target queue to send invoker requests to.
- setRaiseExceptions(boolean) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- Indicate whether
IllegalArgumentException and AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
must be thrown as appropriate in the case of failing to deduce advice parameter names.
- setReadOnly(String, boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- setReadOnly(boolean) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set whether to optimize as read-only transaction.
- setReadonly(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Sets the value of the '
readonly' attribute.
- setReadTimeout(long) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set the timeout to use when waiting for a reply from the Hessian service.
- setReadTimeout(int) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Set the socket read timeout for the underlying HttpClient.
- setReceiveTimeout(long) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the timeout to use for receive calls (in milliseconds).
- setReceiveTimeout(long) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Set the timeout to use for receive calls, in milliseconds.
- setReceiveTimeout(long) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the timeout to use for receiving the response message for a request
(in milliseconds).
- setReconnectOnException(boolean) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Specify whether the single Connection should be reset (to be subsequently renewed)
when a JMSException is reported by the underlying Connection.
- setRecordName(String) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- setRecordShortDescription(String) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- setRecoveryInterval(long) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the interval between recovery attempts, in milliseconds.
- setRedirectAction(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Specify whether the action phase is expected to call
ActionResponse.sendRedirect(java.lang.String).
- setRedirectContextRelative(boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set whether to interpret a given redirect URL that starts with a
slash ("/") as relative to the current ServletContext, i.e. as
relative to the web application root.
- setRedirectHttp10Compatible(boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set whether redirects should stay compatible with HTTP 1.0 clients.
- setReference(Reference) -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- setRefreshCheckDelay(long) -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- Set the delay between refresh checks, in milliseconds.
- setRefreshHomeOnConnectFailure(boolean) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- Set whether to refresh the EJB home on connect failure.
- setRefreshOnConnectFailure(boolean) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set whether to refresh the MBeanServer connection on connect failure.
- setRefreshServiceAfterConnectFailure(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set whether to refresh the JAX-RPC service on connect failure,
that is, whenever a JAX-RPC invocation throws a RemoteException.
- setRefreshStubOnConnectFailure(boolean) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set whether to refresh the RMI stub on connect failure.
- setRefreshStubOnConnectFailure(boolean) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Set whether to refresh the RMI stub on connect failure.
- setRefreshTimestamp(long) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- setRegisterTraceInterceptor(boolean) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set whether to register a RemoteInvocationTraceInterceptor for exported
services.
- setRegisterWithFactory(boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set whether to register the
MBeanServer with the
MBeanServerFactory, making it available through
MBeanServerFactory.findMBeanServer().
- setRegistrationBehavior(int) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Specify what action should be taken when attempting to register an MBean
under an
ObjectName that already exists.
- setRegistrationBehaviorName(String) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Set the registration behavior by the name of the corresponding constant,
e.g.
- setRegistry(Registry) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Specify the RMI registry to register the exported service with.
- setRegistryClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Set a custom RMI client socket factory to use for accessing the RMI registry.
- setRegistryClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI client socket factory to use for the RMI registry.
- setRegistryHost(String) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the host of the registry for the exported RMI service,
i.e.
- setRegistryPort(int) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the port of the registry for the exported RMI service,
i.e.
- setRegistryServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI server socket factory to use for the RMI registry.
- setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
- setRemoteAddr(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteHost(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteInvocationExecutor(RemoteInvocationExecutor) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
- Set the RemoteInvocationExecutor to use for this exporter.
- setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the RemoteInvocationFactory to use for this accessor.
- setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set the RemoteInvocationFactory to use for this accessor.
- setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
- Set the RemoteInvocationFactory to use for this accessor.
- setRemotePort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteUser(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteUser(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setRenderCommandAndErrors(ActionRequest, Object, BindException) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Set the command object and errors object for the render phase.
- setRenderParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameters(Map) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- setRenderParameters(String[]) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Specify the list of parameters that should be passed forward
from the action phase to the render phase whenever the form is
re-rendered or when
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse) is called.
- setRenderWhenMinimized(boolean) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Set if the resolver should render a view when the portlet is in
a minimized window.
- setRenderWhenMinimized(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractController
- Set if the controller should render an view when the portlet is in
a minimized window.
- setReobtainTransactionalConnections(boolean) -
Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Specify whether to reobtain the target Connection for each operation
performed within a transaction.
- setReplaceExistingBinding(boolean) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set whether to replace an existing binding in the RMI registry,
that is, whether to simply override an existing binding with the
specified service in case of a naming conflict in the registry.
- setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setReplyTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setReplyTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setReportCompiler(JRCompiler) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify the JRCompiler implementation to use for compiling a ".jrxml"
report file on-the-fly into a report class.
- setReportCompiler(JRCompiler) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
JRCompiler the view class should use.
- setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the name of the model attribute that represents the report data.
- setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
- Set the
reportDataKey the view class should use.
- setRepositoryAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
- Set the 'repository' annotation type.
- setRequestAttributes(RequestAttributes) -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Bind the given RequestAttributes to the current thread,
not exposing it as inheritable for child threads.
- setRequestAttributes(RequestAttributes, boolean) -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Bind the given RequestAttributes to the current thread.
- setRequestBody(HttpInvokerClientConfiguration, PostMethod, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Set the given serialized remote invocation as request body.
- setRequestContextAttribute(String) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set the name of the RequestContext attribute for this view.
- setRequestContextAttribute(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the name of the RequestContext attribute for all views.
- setRequestedSessionIdFromCookie(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromURL(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setRequestURI(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequiredAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
- Set the 'required' annotation type, to be used on bean property
setter methods.
- setRequiredFields(String[]) -
Method in class org.springframework.validation.DataBinder
- Register fields that are required for each binding process.
- setRequiredParameterName(String) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- Set the name of a parameter of the annotation that specifies
whether it is required.
- setRequiredParameterValue(boolean) -
Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- Set the boolean value that marks a dependency as required
For example if using 'required=true' (the default),
this value should be
true; but if using
'optional=false', this value should be false.
- setRequiredRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Set the exact number of rows that must be affected by this update.
- setRequiredType(Class) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
- Set the type that each result object is expected to match.
- setRequireSession(boolean) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Set whether a session should be required to handle requests.
- setRequireSession(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether a session should be required to handle requests.
- setResolveLazily(boolean) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResolveLazily(boolean) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
- Set whether to resolve the multipart request lazily at the time of
file or parameter access.
- setResource(Resource) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the resource that this bean definition came from
(for the purpose of showing context in case of errors).
- setResourceAdapter(ResourceAdapter) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- Set the JCA ResourceAdapter to manage endpoints for.
- setResourceAdapter(ResourceAdapter) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the target JCA ResourceAdapter, passed in as configured instance
which hasn't been started yet.
- setResourceAdapterClass(Class) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the target JCA ResourceAdapter as class, to be instantiated
with its default configuration.
- setResourceBasePath(String) -
Method in class org.springframework.context.support.ResourceMapFactoryBean
- Set a base path to prepend to each resource location value
in the properties file.
- setResourceBundle(Locale, ResourceBundle) -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- setResourceDescription(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
- setResourceDescription(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of preparing this on the
raw BeanDefinition object
- setResourceFactory(BeanFactory) -
Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- Specify the factory for objects to be injected into
@Resource /
@WebServiceRef / @EJB annotated fields and setter methods,
for name attributes and default names.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) -
Method in interface org.springframework.context.ResourceLoaderAware
- Set the ResourceLoader that this object runs in.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.support.GenericApplicationContext
- Set a ResourceLoader to use for this context.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.context.support.ResourceMapFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the Spring ResourceLoader to use for loading FreeMarker template files.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the Velocity resource loader path via a Spring resource location.
- setResourcePattern(String) -
Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
- Set the resource pattern to use when scanning the classpath.
- setResourceRef(boolean) -
Method in class org.springframework.jndi.JndiLocatorSupport
- Set whether the lookup occurs in a J2EE container, i.e. if the prefix
"java:comp/env/" needs to be added if the JNDI name doesn't already
contain it.
- setResultSetType(int) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set whether to use statements that return a specific type of ResultSet.
- setResultsMapCaseInsensitive(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether execution of a CallableStatement will return the results in a Map
that uses case insensitive names for the parameters.
- setResultType(Class) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the type of the result from evaluating the property path.
- setResultType(Class) -
Method in class org.springframework.jdbc.object.SqlFunction
- Specify the type that the result object is required to match.
- setReturnGeneratedKeys(boolean) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set whether prepared statements should be capable of returning auto-generated keys.
- setReturnGeneratedKeys(boolean) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set whether prepared statements should be capable of returning
auto-generated keys.
- setReturningName(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setReturningName(String) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- If
afterReturning advice binds the return value, the
returning variable name must be specified.
- setReturningName(String) -
Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
-
- setReturningNameNoCheck(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- We need to hold the returning name at this level for argument binding calculations,
this method allows the afterReturning advice subclass to set the name.
- setReturnValueRequired(boolean) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Specify whether a return value is required.
- setReturnValueRequired(boolean) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Specify whether the call requires a rerurn value.
- setRole(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the role hint for this
BeanDefinition.
- setRole(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the role of this definition.
- setRollbackOnCommitFailure(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set whether
doRollback should be performed on failure of the
doCommit call.
- setRollbackOnly() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setRollbackOnly() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
- setRollbackOnly() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Mark the resource transaction as rollback-only.
- setRollbackOnly() -
Method in interface org.springframework.transaction.TransactionStatus
- Set the transaction rollback-only.
- setRollbackRules(List) -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Set the list of
RollbackRuleAttribute objects
(and/or NoRollbackRuleAttribute objects) to apply.
- setRoot(String) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. The document root element name.
- setRootHandler(Object) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set the root handler for this handler mapping, that is,
the handler to be registered for the root path ("/").
- setRows(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Set the value of the '
rows' attribute.
- setRowsExpected(int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Set the number of rows expected.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Set the Runnable to schedule as executor task.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the Runnable to schedule as TimerListener.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Set the Runnable to schedule as executor task.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Set the Runnable to schedule as TimerTask.
- setSavepoint(Object) -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Set a savepoint for this transaction.
- setSavepointAllowed(boolean) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setSavepointManager(SavepointManager) -
Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- setScheduledExecutorTasks(ScheduledExecutorTask[]) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
- setScheduledExecutorTasks(ScheduledExecutorTask[]) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
- setScheduledTimerListeners(ScheduledTimerListener[]) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
- Register a list of ScheduledTimerListener objects with the TimerManager
that this FactoryBean creates.
- setScheduledTimerTasks(ScheduledTimerTask[]) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
- Register a list of ScheduledTimerTask objects with the Timer that
this FactoryBean creates.
- setScheduler(Scheduler) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- Specify the Quartz Scheduler instance to operate on.
- setSchedulerContext(SchedulerContext) -
Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
- Set the SchedulerContext of the current Quartz Scheduler.
- setSchedulerContext(SchedulerContext) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- setSchedulerContextAsMap(Map) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Register objects in the Scheduler context via a given Map.
- setSchedulerFactoryClass(Class) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Quartz SchedulerFactory implementation to use.
- setSchedulerListeners(SchedulerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- Specify the Quartz Scheduler to operate on via its scheduler name in the Spring
application context or also in the Quartz
SchedulerRepository.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the name of the Scheduler to create via the SchedulerFactory.
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
- Secify the name of the schema.
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
- Set the name of the schema for this context.
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
- Set the schema name to use,
- setSchemaName(String) -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
- Set the name of the schema for this insert
- setSchemaUpdate(boolean) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set whether to execute a schema update after SessionFactory initialization.
- setScheme(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setScheme(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setScope(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Override the target scope of this bean, specifying a new scope name.
- setScope(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the target scope for the bean.
- setScope(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the scope of this definition.
- setScope(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the scope to export the variable to.
- setScope(String) -
Method in class org.springframework.web.servlet.tags.TransformTag
- Set the scope to export the variable to.
- setScopeAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- Set the type of annotation that is checked for by this
AnnotationScopeMetadataResolver.
- setScopedProxyMode(ScopedProxyMode) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Specify the proxy behavior for non-singleton scoped beans.
- setScopedProxyMode(ScopedProxyMode) -
Method in class org.springframework.context.annotation.ScopeMetadata
- Set the proxy-mode to be applied to the scoped instance.
- setScopeMetadataResolver(ScopeMetadataResolver) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeName(String) -
Method in class org.springframework.context.annotation.ScopeMetadata
- Set the name of the scope.
- setScopes(Map) -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
- Specify the custom scopes that are to be registered.
- setScreenContentKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Set the name of the context key that will hold the content of
the screen within the layout template.
- setScreenContentKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
- Set the name of the context key that will hold the content of
the screen within the layout template.
- setScript(String) -
Method in class org.springframework.scripting.support.StaticScriptSource
- Set a fresh script String, overriding the previous script.
- setSearchContextAttributes(boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Set whether to search for matching a ServletContext attribute before
checking a ServletContext init parameter.
- setSearchSystemEnvironment(boolean) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set whether to search for a matching system environment variable
if no matching system property has been found.
- setSecure(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSecure(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setSecure(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- setSendCollectionType(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Set whether to send the Java collection type for each serialized
collection.
- setSendCollectionType(boolean) -
Method in class org.springframework.remoting.caucho.HessianExporter
- Set whether to send the Java collection type for each serialized
collection.
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the sent-date of the message.
- setSentDate(Date) -
Method in interface org.springframework.mail.MailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setSeparator(String) -
Method in class org.springframework.core.io.support.LocalizedResourceHelper
- Set the separator to use inbetween file name parts.
- setSeparator(String) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
- Specify the separator between TopLink's supplemental details
(session, connection) and the log message itself.
- setSeparator(String) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
- Specify the separator between TopLink's supplemental details
(session, connection) and the log message itself.
- setSeparator(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set the value that will replace '
/' as the separator
in the view name.
- setSerializerFactory(SerializerFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
- Specify the Hessian SerializerFactory to use.
- setSerializerFactory(SerializerFactory) -
Method in class org.springframework.remoting.caucho.HessianExporter
- Specify the Hessian SerializerFactory to use.
- setServer(MBeanServerConnection) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the
MBeanServerConnection used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServerConnection) -
Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- Set the
MBeanServerConnection used to connect to the
MBean which all invocations are routed to.
- setServer(MBeanServer) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Specify the
MBeanServer instance with which all beans should
be registered.
- setServer(HttpServer) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify an existing HTTP server to register the web service contexts
with.
- setServerName(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
- Set the server name to use for retrieving the WebLogic MBeanServer.
- setServerName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerName(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setServerPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerPort(int) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setServerSessionFactory(ServerSessionFactory) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Deprecated. Set the Spring ServerSessionFactory to use.
- setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set a custom RMI server socket factory to use for the RMI registry.
- setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI server socket factory to use for exporting the service.
- setServerUrl(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
- Set the server URL to use for retrieving the WebLogic MBeanServer.
- setService(Object) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set the service to export.
- setServiceFactory(ServiceFactory) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the ServiceFactory instance to use.
- setServiceFactoryClass(Class) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the ServiceFactory class to use, for example
"org.apache.axis.client.ServiceFactory".
- setServiceInterface(Class) -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
- Set the interface that the proxy must implement.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the interface of the service that this factory should create a proxy for.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the interface of the service that this factory should create a proxy for.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Set the interface of the service to access.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.support.RemoteAccessor
- Set the interface of the service to access.
- setServiceInterface(Class) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set the interface of the service to export.
- setServiceLocatorExceptionClass(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Set the exception class that the service locator should throw if service
lookup failed.
- setServiceLocatorInterface(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Set the service locator interface to use, which must have one or more methods with
the signatures
MyType xxx() or MyType xxx(MyIdType id)
(typically, MyService getService() or MyService getService(String id)).
- setServiceMappings(Properties) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Set mappings between service ids (passed into the service locator)
and bean names (in the bean factory).
- setServiceName(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the name of the service to look up.
- setServiceName(String) -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
- Set the name of the service to look up.
- setServiceName(String) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the name of the exported RMI service,
i.e.
- setServicePort(int) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set the port that the exported RMI service will use.
- setServicePostProcessors(JaxRpcServicePostProcessor[]) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the JaxRpcServicePostProcessors to be applied to JAX-RPC Service
instances created by this factory.
- setServiceType(Class) -
Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
- Specify the desired service type (typically the service's public API).
- setServiceUrl(String) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the service URL of the remote
MBeanServer.
- setServiceUrl(String) -
Method in class org.springframework.jmx.access.NotificationListenerRegistrar
- Set the service URL of the remote
MBeanServer.
- setServiceUrl(String) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set the service URL for the
JMXConnectorServer.
- setServiceUrl(String) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- Set the service URL of the remote
MBeanServer.
- setServiceUrl(String) -
Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
- Set the URL of this remote accessor's target service.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.ActionSupport
- Initialize the WebApplicationContext for this Action.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.DispatchActionSupport
- Initialize the WebApplicationContext for this Action.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.LookupDispatchActionSupport
- Initialize the WebApplicationContext for this Action.
- setServlet(ActionServlet) -
Method in class org.springframework.web.struts.MappingDispatchActionSupport
- Initialize the WebApplicationContext for this Action.
- setServletClass(Class) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Set the class of the servlet to wrap.
- setServletConfig(ServletConfig) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the ServletConfig for this web application context.
- setServletConfig(ServletConfig) -
Method in interface org.springframework.web.context.ServletConfigAware
- Set the ServletConfig that this object runs in.
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setServletConfig(ServletConfig) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Set the ServletContext for this web application context.
- setServletContext(ServletContext) -
Method in interface org.springframework.web.context.ServletContextAware
- Set the ServletContext that this object runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
- Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextFactoryBean
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Set the ServletContext to resolve placeholders against.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.filter.GenericFilterBean
- Stores the ServletContext that the bean factory runs in.
- setServletContext(ServletContext) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- Initialize the
TaglibFactory for the given ServletContext.
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
- setServletContextName(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- setServletName(String) -
Method in class org.springframework.web.servlet.mvc.ServletForwardingController
- Set the name of the servlet to forward to,
i.e. the "servlet-name" of the target servlet in web.xml.
- setServletName(String) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Set the name of the servlet to wrap.
- setServletPath(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSession(Session) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the JavaMail
Session, possibly pulled from JNDI.
- setSession(HttpSession) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSession(PortletSession) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setSessionAcknowledgeMode(int) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the JMS acknowledgement mode that is used when creating a JMS
Session to send a message.
- setSessionAcknowledgeModeName(String) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the JMS acknowledgement mode by the name of the corresponding constant
in the JMS
Session interface, e.g.
- setSessionAttribute(PortletRequest, String, Object) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Set the session attribute with the given name to the given value under the
PortletSession.PORTLET_SCOPE.
- setSessionAttribute(PortletRequest, String, Object, int) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Set the session attribute with the given name to the given value in the given scope.
- setSessionAttribute(HttpServletRequest, String, Object) -
Static method in class org.springframework.web.util.WebUtils
- Set the session attribute with the given name to the given value.
- setSessionAttributeStore(SessionAttributeStore) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify the strategy to store session attributes with.
- setSessionAttributeStore(SessionAttributeStore) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
- Specify the strategy to store session attributes with.
- setSessionCacheSize(int) -
Method in class org.springframework.jms.connection.CachingConnectionFactory
- Specify the desired size for the JMS Session cache (per JMS Session type).
- setSessionClassLoader(ClassLoader) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Set the ClassLoader that should be used to lookup the config resources.
- setSessionContext(SessionContext) -
Method in class org.springframework.ejb.support.AbstractSessionBean
- Set the session context for this EJB.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
- Set the TopLink SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
- Set the SessionFactory that this adapter is supposed to expose a
transaction-aware TopLink Session for.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.TopLinkAccessor
- Set the the TopLink SessionFactory that should be used to create TopLink
Sessions.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Set the the TopLink SessionFactory to manage transactions for.
- setSessionFactoryBeanName(String) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Set the bean name of the SessionFactory to fetch from Spring's
root application context.
- setSessionForm(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Activate/deactivate session form mode.
- setSessionForm(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Activate/deactivate session form mode.
- setSessionLog(SessionLog) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify a TopLink SessionLog instance to use for detailed logging of the
Session's activities: for example, DefaultSessionLog (which logs to the
console), JavaLog (which logs through JDK 1.4'S
java.util.logging,
available as of TopLink 10.1.3), or CommonsLoggingSessionLog /
CommonsLoggingSessionLog904 (which logs through Commons Logging,
on TopLink 10.1.3 and 9.0.4, respectively).
- setSessionName(String) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Set the name of the TopLink Session, as defined in TopLink's
sessions.xml configuration file.
- setSessionTransacted(boolean) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
- setSessionTransacted(boolean) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the transaction mode that is used when creating a JMS
Session.
- setShareableResources(String[]) -
Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- Set a list of names of shareable JNDI resources,
which this factory is allowed to cache once obtained.
- setShared(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
- Set whether the EHCache CacheManager should be shared (as a singleton at the VM level)
or independent (typically local within the application).
- setShared(boolean) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
- Specify whether the TimerManager obtained by this FactoryBean
is a shared instance ("true") or an independent instance ("false").
- setShouldStopConnections(boolean) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
- Indicate whether Connections obtained from the target factory are supposed
to be stopped before closed ("true") or simply closed ("false").
- setShowPassword(boolean) -
Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
- Is the password value to be rendered?
- setShowSql(boolean) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Set whether to show SQL in the log (or in the console).
- setShutdownDelay(int) -
Method in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
- Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setShutdownDelay(int) -
Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
- Specify the number of seconds to wait until HTTP exchanges have
completed when shutting down the HTTP server.
- setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Set whether to use a single session for each request.
- setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
- Set whether to use a single session for each request.
- setSingleton(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the value of the singleton property.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Set if a singleton should be created, or a new object
on each request else.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
- Set if a singleton should be created, or a new object on each
request else.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- Set whether a shared 'singleton' Properties instance should be
created, or rather a new Properties instance on each request.
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Deprecated. since Spring 2.5, in favor of
AbstractBeanDefinition.setScope(java.lang.String)
- setSingleton(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of
BeanDefinitionBuilder.setScope(java.lang.String)
- setSize(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
size' attribute.
- setSize(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Set the value of the HTML '
size' attribute rendered
on the final 'select' element.
- setSkipResultsProcessing(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether results processing should be skipped.
- setSkipUndeclaredResults(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set whether undelared results should be skipped.
- setSoapActionUri(String) -
Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
- Set the SOAP action URI to specify on the stub.
- setSort(SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the sort definition for this holder.
- setSource(Object) -
Method in class org.springframework.beans.BeanMetadataAttribute
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.BeanMetadataAttributeAccessor
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Deprecated. since Spring 2.5, in favor of preparing this on the
raw BeanDefinition object
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedList
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedProperties
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedSet
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.support.MethodOverride
- Set the configuration source
Object for this metadata element.
- setSource(Object) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the configuration source
Object for this metadata element.
- setSource(List) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the source list for this holder.
- setSourceExtractor(SourceExtractor) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Specify the
SourceExtractor to use.
- setSourceKey(String) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Set the name of the model attribute that represents the XSLT Source.
- setSourceKey(String) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Set the name of the model attribute that represents the XSLT Source.
- setSourceList(List) -
Method in class org.springframework.beans.factory.config.ListFactoryBean
- Set the source List, typically populated via XML "list" elements.
- setSourceMap(Map) -
Method in class org.springframework.beans.factory.config.MapFactoryBean
- Set the source Map, typically populated via XML "map" elements.
- setSourceProvider(PagedListSourceProvider) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Deprecated. Set the callback class for reloading the List when necessary.
- setSourceSet(Set) -
Method in class org.springframework.beans.factory.config.SetFactoryBean
- Set the source Set, typically populated via XML "set" elements.
- setSql(String) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the SQL executed by this operation.
- setSqlErrorCodes(SQLErrorCodes) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Set custom error codes to be used for translation.
- setSqlMapClient(SqlMapClient) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
- setSqlMapClient(SqlMapClient) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the iBATIS Database Layer SqlMapClient to work with.
- setSqlMapClientProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set optional properties to be passed into the SqlMapClientBuilder, as
alternative to a
<properties> tag in the sql-map-config.xml
file.
- setSqlMapClientTemplate(SqlMapClientTemplate) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the SqlMapClientTemplate for this DAO explicitly,
as an alternative to specifying a SqlMapClient.
- setSqlReadyForUse(boolean) -
Method in class org.springframework.jdbc.object.SqlCall
- Set whether the SQL can be used as is.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) -
Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- Specify the encoding for SQL scripts, if different from the platform encoding.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the delay before starting the job for the first time.
- setStartupDelay(int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the number of seconds to wait after initialization before
starting the scheduler asynchronously.
- setStaticField(String) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set a fully qualified static field name to retrieve,
e.g.
- setStaticMethod(String) -
Method in class org.springframework.util.MethodInvoker
- Set a fully qualified static method name to invoke,
e.g.
- setStatus(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setStatus(int, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setStoresLowerCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- Specify whether the database uses lower case for identifiers
- setStoresLowerCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- Specify whether identifiers use lower case
- setStoresUpperCaseIdentifiers(boolean) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- Specify whether the database uses upper case for identifiers
- setStoresUpperCaseIdentifiers(boolean) -
Method