|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractJasperReportsView
to provide basic rendering logic for
views that are fixed format, i.e. always PDF or always HTML.
PreparedStatement.setObject
method. ApplicationContextException
with the specified detail message and no root cause.
ApplicationContextException
with the specified detail message and the given root cause.
javax.activation.DataSource
.
java.io.File
.
org.springframework.core.io.InputStreamResource
.
javax.activation.DataSource
.
java.io.File
.
org.springframework.core.io.InputStreamResource
.
org.springframework.core.InputStreamResource
.
postProcessAfterInitialization
methods.
postProcessBeforeInitialization
methods.
ContextLoader.loadParentContext(ServletContext servletContext)
.
Transaction.begin
method.
HttpServlet
but is able to participate in
an MVC workflow. valueOf
methods for parsing and toString
methods for rendering.
String
, changing the first letter to
upper case as per Character.toLowerCase(char)
.
JMSException
to
a Spring runtime JmsException
equivalent.
JMSException
to
a Spring runtime JmsException
equivalent.
JRDataSource
.
JRDataSource
.
placeholder
in an SQL string
str
.
placeholder
in an SQL string
str
.
session.createCriteria
instead, which will now
automatically apply the template's query cache settings and the transaction
timeout (through the use of a special Session proxy).
session.createQuery
instead, which will now
automatically apply the template's query cache settings and the transaction
timeout (through the use of a special Session proxy).
PreparedStatement.setObject
.
Locale
Locale
ServletContext.getResourcePaths
to find
matching resources below the web application root directory.
getObjectType
in the case of FactoryBeans.
getConnection(username, password)
method of the target DataSource, passing in the specified user credentials.
rawConnectionOperation
API,
using the getRawConnection
as callback to get access to the
raw Connection (which is otherwise not directly supported by C3P0).
getUnderlyingConnection
method.
getVendorConnection
method.
getNativeConnection
method.
doDispatch
for the actual dispatching.
doPerform
,
lazy-initializing the application context reference if necessary.
PropertyDescriptor
for the given method,
with the method either being the read method or the write method for
that bean property.
Class.forName()
that also returns Class instances
for primitives (like "int") and array class names (like "String[]").
javax.servlet.Filter
that treats
its config parameters as bean properties. getType
method instead,
which properly resolves child bean definitions and
asks FactoryBeans for the type of object they create.
getObjectType
in the case of FactoryBeans.
getObjectType
in the case of FactoryBeans.
getObjectType
in the case of FactoryBeans.
wasDataUpdated
isExposeProxy
isExposeProxy
java.io.File
,
i.e. to a file in the file system.
java.io.File
,
i.e. to a file in the file system.
java.io.File
,
i.e. to a file in the file system.
isIgnoreWarnings
getClientAddress
System.getProperty("java.version")
.
getLastTaskTimeMillis
getLastModified
method to evaluate
the Last-Modified value of the mapped handler.
MessageSourceResolvable
argument that was passed in.
ERROR_KEY_PREFIX
+ objectName'
and the object itself.
session.getNamedQuery
instead, which will now
automatically apply the template's query cache settings and the transaction
timeout (through the use of a special Session proxy).
getUnderlyingStatement
method.
getUnderlyingStatement
method.
getUnderlyingResultSet
method.
getUnderlyingStatement
method.
isOpaque
isOptimize
PropertyDescriptor
s of a given class.
isProxyTargetClass
isProxyTargetClass
JasperReport
instance
loaded by Spring.
JRDataSource
in the given model map or create an
appropriate JRDataSource for passed-in report data.
JRDataSource
,
in prioritized order.
getTimeMillis
getProcessingTimeMillis
getTimeSeconds
getTotalTimeMillis
getTotalTimeSeconds
java.io.File
,
i.e. to a file in the file system.
getRequestUrl
getUptimeMillis
isUsePrefix
org.springframework.dao
exceptions.org.springframework.dao
exception hierarchy.
javax.servlet.http.HttpServlet
that treats
its config parameters as bean properties.
getAcknowledgeMode
method.
getTarget()
return the same object?
IllegalArgumentException
if the test result is
false
.
IllegalArgumentException
if the test result is
false
.
AbstractJasperReportsSingleFormatView
that renders report results in CSV format.AbstractJasperReportsSingleFormatView
that renders report results in HTML format.JasperReportsMultiFormatView
instance
with a default set of mappings.
AbstractJasperReportsSingleFormatView
that renders report results in PDF format.AbstractJasperReportsSingleFormatView
that renders report results in XLS format.org.springframework.dao
exceptions.org.springframework.dao
exception hierarchy.
ContextLoader.loadParentContext(ServletContext servletContext)
.
java.util.Locale
, to directly feed a Locale property.
javax.mail.internet.MimeMessage
.
NestedCheckedException
with the specified detail message.
NestedCheckedException
with the specified detail message
and nested exception.
NestedRuntimeException
with the specified detail message.
NestedRuntimeException
with the specified detail message
and nested exception.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one entry.
null
and must have at least one entry.
org.springframework.dao
exception hierarchy.
java.util.Properties
objects.
java.util.Locale
.
valueOf
methods.
execute
,
converting non-Servlet/IO Exceptions to ServletException.
showForm
in case of errors,
and delegates to onSubmit
's full version else.
getJdbcConnection
.
getTarget()
method.
JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied Writer
.
JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied OutputStream
.
renderReport
method that should be implemented by the subclass.
setApplicationContext
must be an instance of.
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 the
Spring BeanFactory underneath.
- ServiceLocatorFactoryBean() -
Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- ServletContextAttributeExporter - class org.springframework.web.context.support.ServletContextAttributeExporter.
- Exporter that takes Spring-defined objects and exposes them as
ServletContext attributes.
- ServletContextAttributeExporter() -
Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
-
- ServletContextAttributeFactoryBean - class org.springframework.web.context.support.ServletContextAttributeFactoryBean.
- FactoryBean that fetches a specific, existing ServletContext attribute.
- ServletContextAttributeFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- ServletContextAware - interface org.springframework.web.context.ServletContextAware.
- 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 org.springframework.web.context.support.ServletContextAwareProcessor.
- BeanPostProcessor implementation that passes the ServletContext to
beans that implement the ApplicationContextAware or ResourceLoaderAware
interfaces.
- ServletContextAwareProcessor(ServletContext) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given context.
- ServletContextFactoryBean - class org.springframework.web.context.support.ServletContextFactoryBean.
- Simple FactoryBean that exposes the ServletContext for bean references.
- ServletContextFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
-
- ServletContextPropertyPlaceholderConfigurer - class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer.
- 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
-
- ServletContextResource - class org.springframework.web.context.support.ServletContextResource.
- Resource implementation for ServletContext resources,
interpreting relative paths within the web application root.
- ServletContextResource(ServletContext, String) -
Constructor for class org.springframework.web.context.support.ServletContextResource
- Create a new ServletContextResource.
- ServletContextResourceLoader - class org.springframework.web.context.support.ServletContextResourceLoader.
- ResourceLoader implementation that resolves paths as ServletContext
resources, for use outside a WebApplicationContext.
- ServletContextResourceLoader(ServletContext) -
Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
- Create a new ServletContextResourceLoader.
- ServletContextResourcePatternResolver - class org.springframework.web.context.support.ServletContextResourcePatternResolver.
- ServletContext-aware subclass of PathMatchingResourcePatternResolver,
able to find matching resources below the web application root directory
via Servlet 2.3's
ServletContext.getResourcePaths
.
- ServletContextResourcePatternResolver(ResourceLoader) -
Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
- Create a new ServletContextResourcePatternResolver.
- ServletEndpointSupport - class org.springframework.remoting.jaxrpc.ServletEndpointSupport.
- Convenience base class for JAX-RPC servlet endpoint implementations.
- ServletEndpointSupport() -
Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
- ServletForwardingController - class org.springframework.web.servlet.mvc.ServletForwardingController.
- 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
-
- ServletRequestBindingException - exception org.springframework.web.bind.ServletRequestBindingException.
- Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) -
Constructor for class org.springframework.web.bind.ServletRequestBindingException
-
- ServletRequestBindingException(String, Throwable) -
Constructor for class org.springframework.web.bind.ServletRequestBindingException
-
- ServletRequestDataBinder - class org.springframework.web.bind.ServletRequestDataBinder.
- Special binder to perform data binding from servlet request parameters
to JavaBeans, including support for multipart files.
- ServletRequestDataBinder(Object, String) -
Constructor for class org.springframework.web.bind.ServletRequestDataBinder
- Create a new DataBinder instance.
- ServletRequestParameterPropertyValues - class org.springframework.web.bind.ServletRequestParameterPropertyValues.
- 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.
- ServletWrappingController - class org.springframework.web.servlet.mvc.ServletWrappingController.
- Spring Controller implementation that wraps a servlet instance which it manages
internally.
- ServletWrappingController() -
Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
-
- SessionCallback - interface org.springframework.jms.core.SessionCallback.
- Callback interface for JMS code.
- SessionFactoryUtils - class org.springframework.orm.hibernate.SessionFactoryUtils.
- Helper class featuring methods for Hibernate session handling,
allowing for reuse of Hibernate Session instances within transactions.
- SessionFactoryUtils() -
Constructor for class org.springframework.orm.hibernate.SessionFactoryUtils
-
- SessionHolder - class org.springframework.orm.hibernate.SessionHolder.
- Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
- SessionHolder(Session) -
Constructor for class org.springframework.orm.hibernate.SessionHolder
-
- SessionHolder(Object, Session) -
Constructor for class org.springframework.orm.hibernate.SessionHolder
-
- SessionLocaleResolver - class org.springframework.web.servlet.i18n.SessionLocaleResolver.
- Implementation of LocaleResolver that uses a locale attribute in the user's
session in case of a custom setting, with a fallback to the accept header locale.
- SessionLocaleResolver() -
Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- SessionRequiredException - exception org.springframework.web.servlet.support.SessionRequiredException.
- Exception thrown when a web content generator requires a pre-existing session.
- SessionRequiredException(String) -
Constructor for class org.springframework.web.servlet.support.SessionRequiredException
-
- SessionThemeResolver - class org.springframework.web.servlet.theme.SessionThemeResolver.
- 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
-
- SetFactoryBean - class org.springframework.beans.factory.config.SetFactoryBean.
- Simple factory for shared Set instances.
- SetFactoryBean() -
Constructor for class org.springframework.beans.factory.config.SetFactoryBean
-
- SimpleApplicationEventMulticaster - class org.springframework.context.event.SimpleApplicationEventMulticaster.
- Simple implementation of the ApplicationEventMulticaster interface.
- SimpleApplicationEventMulticaster() -
Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
-
- SimpleConnectionHandle - class org.springframework.jdbc.datasource.SimpleConnectionHandle.
- Simple implementation of the ConnectionHandle interface,
containing a given JDBC Connection.
- SimpleConnectionHandle(Connection) -
Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
- Create a new SimpleConnectionHandle for the given Connection.
- SimpleControllerHandlerAdapter - class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.
- Adapter to use the Controller workflow interface with the generic DispatcherServlet.
- SimpleControllerHandlerAdapter() -
Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- SimpleFormController - class org.springframework.web.servlet.mvc.SimpleFormController.
- Concrete FormController implementation that provides configurable
form and success views, and an onSubmit chain for convenient overriding.
- SimpleFormController() -
Constructor for class org.springframework.web.servlet.mvc.SimpleFormController
- Create a new SimpleFormController.
- SimpleHttpInvokerRequestExecutor - class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor.
- HttpInvokerRequestExecutor implementation that uses J2SE facilities
to execute POST requests, without support for HTTP authentication
or advanced configuration options.
- SimpleHttpInvokerRequestExecutor() -
Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
- SimpleInstantiationStrategy - class org.springframework.beans.factory.support.SimpleInstantiationStrategy.
- Simple object instantiation strategy for use in BeanFactories.
- SimpleInstantiationStrategy() -
Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
- SimpleMailMessage - class org.springframework.mail.SimpleMailMessage.
- Encapsulates properties of a simple mail such as from, to, cc,
subject, text.
- SimpleMailMessage() -
Constructor for class org.springframework.mail.SimpleMailMessage
- Create a new SimpleMailMessage.
- SimpleMailMessage(SimpleMailMessage) -
Constructor for class org.springframework.mail.SimpleMailMessage
- Copy constructor.
- SimpleMappingExceptionResolver - class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver.
- Exception resolver that allows for mapping exception class names to view names,
either for a list of given handlers or for all handlers in the DispatcherServlet.
- SimpleMappingExceptionResolver() -
Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- SimpleMessageConverter - class org.springframework.jms.support.converter.SimpleMessageConverter.
- A simple message converter that can handle TextMessages, BytesMessages,
MapMessages, and ObjectMessages.
- SimpleMessageConverter() -
Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
-
- SimpleMessageConverter102 - class org.springframework.jms.support.converter.SimpleMessageConverter102.
- A subclass of SimpleMessageConverter that uses the JMS 1.0.2 specification,
rather than the JMS 1.1 methods used by SimpleMessageConverter itself.
- SimpleMessageConverter102() -
Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter102
-
- SimpleNamingContext - class org.springframework.mock.jndi.SimpleNamingContext.
- Simple implementation of a JNDI naming context.
- SimpleNamingContext() -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
- Create a new naming context.
- SimpleNamingContext(String) -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
- Create a new naming context with the given naming root.
- SimpleNamingContext(String, Hashtable, Hashtable) -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
- Create a new naming context with the given naming root,
the given name/object map, and the JNDI environment entries.
- SimpleNamingContextBuilder - class org.springframework.mock.jndi.SimpleNamingContextBuilder.
- Simple implementation of a JNDI naming context builder.
- SimpleNamingContextBuilder() -
Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
- SimpleNativeJdbcExtractor - class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor.
- Simple implementation of the NativeJdbcExtractor interface.
- SimpleNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
-
- SimpleRemoteSlsbInvokerInterceptor - class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.
- Basic invoker for a remote Stateless Session Bean.
- SimpleRemoteSlsbInvokerInterceptor() -
Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
-
- SimpleRemoteStatelessSessionProxyFactoryBean - class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.
- Convenient factory for remote SLSB proxies.
- SimpleRemoteStatelessSessionProxyFactoryBean() -
Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- SimpleServletHandlerAdapter - class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter.
- Adapter to use the Servlet interface with the generic DispatcherServlet.
- SimpleServletHandlerAdapter() -
Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- SimpleServletPostProcessor - class org.springframework.web.servlet.handler.SimpleServletPostProcessor.
- Bean post-processor that applies initialization and destruction callbacks
to beans that implement the Servlet interface.
- SimpleServletPostProcessor() -
Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- SimpleTheme - class org.springframework.ui.context.support.SimpleTheme.
- Default Theme implementation, wrapping a name and an
underlying MessageSource.
- SimpleTheme(String, MessageSource) -
Constructor for class org.springframework.ui.context.support.SimpleTheme
-
- SimpleTriggerBean - class org.springframework.scheduling.quartz.SimpleTriggerBean.
- Convenience subclass of Quartz' SimpleTrigger class that eases
bean-style usage.
- SimpleTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
-
- SimpleUrlHandlerMapping - class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping.
- Implementation of the HandlerMapping interface to map from URLs to
request handler beans.
- SimpleUrlHandlerMapping() -
Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
- SingleConnectionDataSource - class org.springframework.jdbc.datasource.SingleConnectionDataSource.
- Implementation of SmartDataSource that wraps a single connection which is not
closed after use.
- SingleConnectionDataSource() -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Constructor for bean-style configuration.
- SingleConnectionDataSource(String, String, String, String, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
- SingleConnectionDataSource(Connection, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Create a new SingleConnectionDataSource with a given connection.
- SingleConnectionFactory - class org.springframework.jms.connection.SingleConnectionFactory.
- A JMS ConnectionFactory adapter that returns the same Connection on all
createConnection
calls, and ignores calls to close
.
- SingleConnectionFactory() -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory for bean-style usage.
- SingleConnectionFactory(Connection) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory that always returns the
given Connection.
- SingleConnectionFactory(ConnectionFactory) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
- Create a new SingleConnectionFactory that always returns a single
Connection that it will lazily create via the given target
ConnectionFactory.
- SingleConnectionFactory102 - class org.springframework.jms.connection.SingleConnectionFactory102.
- A subclass of SingleConnectionFactory that uses the JMS 1.0.2 specification,
rather than the JMS 1.1 methods used by SingleConnectionFactory itself.
- SingleConnectionFactory102() -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
- Create a new SingleConnectionFactory102 for bean-style usage.
- SingleConnectionFactory102(ConnectionFactory, boolean) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory102
- Create a new SingleConnectionFactory102 that always returns a single
Connection that it will lazily create via the given target
ConnectionFactory.
- SingletonBeanFactoryLocator - class org.springframework.beans.factory.access.SingletonBeanFactoryLocator.
- Keyed-singleton implementation of BeanFactoryLocator, which leverages existing
Spring constructs.
- SingletonBeanFactoryLocator() -
Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Constructor which uses the default "beanRefFactory.xml", as the name of the
definition file(s).
- SingletonBeanFactoryLocator(String) -
Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Constructor which uses the the specified name as the name of the
definition file(s).
- SingletonTargetSource - class org.springframework.aop.target.SingletonTargetSource.
- Implementation of the TargetSource interface that holds a local object.
- SingletonTargetSource(Object) -
Constructor for class org.springframework.aop.target.SingletonTargetSource
- Create a new SingletonTargetSource for the given target.
- SmartDataSource - interface org.springframework.jdbc.datasource.SmartDataSource.
- Subinterface of javax.sql.DataSource, to be implemented by special
DataSources that return pooled JDBC Connection in an unwrapped fashion.
- SmartTransactionObject - interface org.springframework.transaction.support.SmartTransactionObject.
- Interface to be implemented by transaction objects that are able to
return an internal rollback-only marker, typically from a another
transaction that has participated and marked it as rollback-only.
- SortDefinition - interface org.springframework.beans.support.SortDefinition.
- Definition for sorting bean instances by a property.
- SpringResourceLoader - class org.springframework.ui.velocity.SpringResourceLoader.
- Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() -
Constructor for class org.springframework.ui.velocity.SpringResourceLoader
-
- SpringTemplateLoader - class org.springframework.ui.freemarker.SpringTemplateLoader.
- FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
- SpringTemplateLoader(ResourceLoader, String) -
Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
- Create a new SpringTemplateLoader.
- SpringVersion - class org.springframework.core.SpringVersion.
- Class that exposes the Spring version.
- SpringVersion() -
Constructor for class org.springframework.core.SpringVersion
-
- SqlCall - class org.springframework.jdbc.object.SqlCall.
- RdbmsOperation using a JdbcTemplate and representing a SQL-based
call such as a stored procedure or a stored function.
- SqlCall() -
Constructor for class org.springframework.jdbc.object.SqlCall
-
- SqlFunction - class org.springframework.jdbc.object.SqlFunction.
- SQL "function" wrapper for a query that returns a single row of results.
- SqlFunction() -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Constructor to allow use as a JavaBean.
- SqlFunction(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SQLFunction object with SQL, but without parameters.
- SqlFunction(DataSource, String, int[]) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SQLFunction object with SQL and parameters.
- SqlFunction(DataSource, String, int) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SQLFunction object with SQL and return type, but without
parameters.
- SqlFunction(DataSource, String, int[], int) -
Constructor for class org.springframework.jdbc.object.SqlFunction
- Create a new SQLFunction object with SQL, parameters and a
return type
- SqlLobValue - class org.springframework.jdbc.core.support.SqlLobValue.
- Object to represent an SQL BLOB/CLOB value parameter.
- SqlLobValue(byte[]) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB value with the given byte array,
using a DefaultLobHandler.
- SqlLobValue(byte[], LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB value with the given byte array.
- SqlLobValue(String) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given content string,
using a DefaultLobHandler.
- SqlLobValue(String, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given content string.
- SqlLobValue(InputStream, int) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB/CLOB value with the given stream,
using a DefaultLobHandler.
- SqlLobValue(InputStream, int, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new BLOB/CLOB value with the given stream.
- SqlLobValue(Reader, int) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given character stream,
using a DefaultLobHandler.
- SqlLobValue(Reader, int, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
- Create a new CLOB value with the given character stream.
- SqlMapCallback - interface org.springframework.orm.ibatis.SqlMapCallback.
- Callback interface for data access code that works on an iBATIS Database Layer
MappedStatement.
- SqlMapClientCallback - interface org.springframework.orm.ibatis.SqlMapClientCallback.
- Callback interface for data access code that works with the iBATIS Database Layer
SqlMapExecutor interfae.
- SqlMapClientDaoSupport - class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport.
- Convenient super class for iBATIS SqlMapClient data access objects.
- SqlMapClientDaoSupport() -
Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
-
- SqlMapClientFactoryBean - class org.springframework.orm.ibatis.SqlMapClientFactoryBean.
- FactoryBean that creates an iBATIS Database Layer SqlMapClient as singleton
in the current bean factory, possibly for use with SqlMapClientTemplate.
- SqlMapClientFactoryBean() -
Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean
-
- SqlMapClientOperations - interface org.springframework.orm.ibatis.SqlMapClientOperations.
- Interface that specifies a basic set of iBATIS SqlMapClient operations.
- SqlMapClientTemplate - class org.springframework.orm.ibatis.SqlMapClientTemplate.
- Helper class that simplifies data access via the SqlMapClient API of iBATIS
SQL Maps, and converts checked SQLExceptions into unchecked DataAccessExceptions,
following the
org.springframework.dao
exception hierarchy.
- SqlMapClientTemplate() -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
- Create a new SqlMapClientTemplate.
- SqlMapClientTemplate(SqlMapClient) -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
- Create a new SqlMapTemplate.
- SqlMapClientTemplate(DataSource, SqlMapClient) -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
- Create a new SqlMapTemplate.
- SqlMapDaoSupport - class org.springframework.orm.ibatis.support.SqlMapDaoSupport.
- Convenient super class for iBATIS SqlMap data access objects.
- SqlMapDaoSupport() -
Constructor for class org.springframework.orm.ibatis.support.SqlMapDaoSupport
-
- SqlMapFactoryBean - class org.springframework.orm.ibatis.SqlMapFactoryBean.
- FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the
current bean factory, possibly for use with SqlMapTemplate.
- SqlMapFactoryBean() -
Constructor for class org.springframework.orm.ibatis.SqlMapFactoryBean
-
- SqlMapOperations - interface org.springframework.orm.ibatis.SqlMapOperations.
- Interface that specifies a basic set of iBATIS SqlMap operations.
- SqlMapTemplate - class org.springframework.orm.ibatis.SqlMapTemplate.
- Helper class that simplifies data access via the MappedStatement API of iBATIS
SQL Maps, and converts checked SQLExceptions into unchecked DataAccessExceptions,
following the
org.springframework.dao
exception hierarchy.
- SqlMapTemplate() -
Constructor for class org.springframework.orm.ibatis.SqlMapTemplate
- Create a new SqlMapTemplate.
- SqlMapTemplate(DataSource, SqlMap) -
Constructor for class org.springframework.orm.ibatis.SqlMapTemplate
- Create a new SqlMapTemplate.
- SqlOperation - class org.springframework.jdbc.object.SqlOperation.
- RdbmsOperation using a JdbcTemplate and representing a SQL-based
operation such as a query or update, as opposed to a stored procedure.
- SqlOperation() -
Constructor for class org.springframework.jdbc.object.SqlOperation
-
- SqlOutParameter - class org.springframework.jdbc.core.SqlOutParameter.
- Subclass of SqlParameter to represent an output parameter.
- SqlOutParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, String, SqlReturnType) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowMapper, int) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
- Create a new SqlOutParameter.
- SqlParameter - class org.springframework.jdbc.core.SqlParameter.
- Object to represent a SQL parameter definition.
- SqlParameter(int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new anonymous SqlParameter, supplying SQL type.
- SqlParameter(int, String) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new anonymous SqlParameter, supplying SQL type.
- SqlParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlParameter
- Create a new SqlParameter, supplying name and SQL type.
- SqlProvider - interface org.springframework.jdbc.core.SqlProvider.
- Interface to be implemented by objects that can provide SQL strings.
- SqlQuery - class org.springframework.jdbc.object.SqlQuery.
- Reusable object to represent a SQL query.
- SqlQuery() -
Constructor for class org.springframework.jdbc.object.SqlQuery
- Constructor to allow use as a JavaBean.
- SqlQuery(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlQuery
- Convenient constructor with DataSource and SQL string.
- SqlReturnResultSet - class org.springframework.jdbc.core.SqlReturnResultSet.
- Subclass of SqlOutParameter to represent a returned ResultSet
from a stored procedure call.
- SqlReturnResultSet(String, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new SqlReturnResultSet.
- SqlReturnResultSet(String, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new SqlReturnResultSet.
- SqlReturnResultSet(String, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new SqlReturnResultSet.
- SqlReturnResultSet(String, RowMapper, int) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
- Create a new SqlReturnResultSet.
- SqlReturnType - interface org.springframework.jdbc.core.SqlReturnType.
- Interface to be implemented for retrieving values for more complex database specific
types not supported by the standard
getObject
method.
- SqlTypeValue - interface org.springframework.jdbc.core.SqlTypeValue.
- Interface to be implemented for setting values for more complex database specific
types not supported by the standard setObject method.
- SqlUpdate - class org.springframework.jdbc.object.SqlUpdate.
- RdbmsOperation subclass representing a SQL update.
- SqlUpdate() -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Constructor to allow use as a JavaBean.
- SqlUpdate(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Constructs an update object with a given DataSource and SQL.
- SqlUpdate(DataSource, String, int[]) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Construct an update object with a given DataSource, SQL
and anonymous parameters.
- SqlUpdate(DataSource, String, int[], int) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
- Construct an update object with a given DataSource, SQL,
anonymous parameters and specifying the maximum number of rows
that may be affected.
- StatementCallback - interface org.springframework.jdbc.core.StatementCallback.
- Generic callback interface for code that operates on a JDBC Statement.
- StatementCreatorUtils - class org.springframework.jdbc.core.StatementCreatorUtils.
- Utility methods for PreparedStatementCreator and CallableStatementCreator
implementations, providing sophisticated parameter management (including
support for LOB values).
- StatementCreatorUtils() -
Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
-
- StaticApplicationContext - class org.springframework.context.support.StaticApplicationContext.
- ApplicationContext that allows concrete registration of beans and
messages in code, rather than from external configuration sources.
- StaticApplicationContext() -
Constructor for class org.springframework.context.support.StaticApplicationContext
- Create a new StaticApplicationContext.
- StaticApplicationContext(ApplicationContext) -
Constructor for class org.springframework.context.support.StaticApplicationContext
- Create a new StaticApplicationContext with the given parent.
- StaticListableBeanFactory - class org.springframework.beans.factory.support.StaticListableBeanFactory.
- Static factory that allows to register existing singleton instances
programmatically.
- StaticListableBeanFactory() -
Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- StaticMessageSource - class org.springframework.context.support.StaticMessageSource.
- Simple implementation of MessageSource that allows messages
to be held in a Java object, and added programmatically.
- StaticMessageSource() -
Constructor for class org.springframework.context.support.StaticMessageSource
-
- StaticMethodMatcher - class org.springframework.aop.support.StaticMethodMatcher.
- Convenient abstract superclas for static method matchers, which don't care
about arguments at runtime.
- StaticMethodMatcher() -
Constructor for class org.springframework.aop.support.StaticMethodMatcher
-
- StaticMethodMatcherPointcut - class org.springframework.aop.support.StaticMethodMatcherPointcut.
- Convenient superclass when we want to force subclasses to implement the
MethodMatcher interface, but subclasses will want to be pointcuts.
- StaticMethodMatcherPointcut() -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- StaticMethodMatcherPointcutAdvisor - class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor.
- Convenient superclass for Advisors that are also static pointcuts.
- StaticMethodMatcherPointcutAdvisor() -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- StaticMethodMatcherPointcutAdvisor(Advice) -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- StaticWebApplicationContext - class org.springframework.web.context.support.StaticWebApplicationContext.
- Static WebApplicationContext implementation for testing.
- StaticWebApplicationContext() -
Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
-
- StopWatch - class org.springframework.util.StopWatch.
- Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
- StopWatch() -
Constructor for class org.springframework.util.StopWatch
- Construct a new stop watch.
- StopWatch(String) -
Constructor for class org.springframework.util.StopWatch
- Construct a new stop watch with the given id.
- StopWatch.TaskInfo - class org.springframework.util.StopWatch.TaskInfo.
- Inner class to hold data about one task executed within the stop watch.
- StoredProcedure - class org.springframework.jdbc.object.StoredProcedure.
- Superclass for object abstractions of RDBMS stored procedures.
- StoredProcedure() -
Constructor for class org.springframework.jdbc.object.StoredProcedure
- Allow use as a bean.
- StoredProcedure(DataSource, String) -
Constructor for class org.springframework.jdbc.object.StoredProcedure
- Create a new object wrapper for a stored procedure.
- StoredProcedure(JdbcTemplate, String) -
Constructor for class org.springframework.jdbc.object.StoredProcedure
- Create a new object wrapper for a stored procedure.
- StringArrayPropertyEditor - class org.springframework.beans.propertyeditors.StringArrayPropertyEditor.
- Editor for String arrays.
- StringArrayPropertyEditor() -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- StringMultipartFileEditor - class org.springframework.web.multipart.support.StringMultipartFileEditor.
- Custom PropertyEditor for converting MultipartFiles to Strings.
- StringMultipartFileEditor() -
Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
- Create a new StringMultipartFileEditor, using the default charset.
- StringMultipartFileEditor(String) -
Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
- Create a new StringMultipartFileEditor, using the given charset.
- StringTrimmerEditor - class org.springframework.beans.propertyeditors.StringTrimmerEditor.
- Property editor that trims Strings.
- StringTrimmerEditor(boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
- Create a new StringTrimmerEditor instance.
- StringTrimmerEditor(String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
- Create a new StringTrimmerEditor instance.
- StringUtils - class org.springframework.util.StringUtils.
- Miscellaneous string utility methods.
- StringUtils() -
Constructor for class org.springframework.util.StringUtils
-
- save(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Persist the given transient instance.
- save(Object, Serializable) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Persist the given transient instance with the given identifier.
- save(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- save(Object, Serializable) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- saveOrUpdate(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- saveOrUpdateAll(Collection) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Save or update all given persistent instances,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdateAll(Collection) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- saveOrUpdateCopy(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Save or update the contents of given persistent object,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdateCopy(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- 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(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.
- send(SimpleMailMessage) -
Method in class org.springframework.mail.cos.CosMailSenderImpl
-
- send(SimpleMailMessage[]) -
Method in class org.springframework.mail.cos.CosMailSenderImpl
-
- 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(MimeMessage[], Object[]) -
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
-
- sendError(int, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendError(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendRedirect(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Send a redirect back to the HTTP client
- 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.util.Log4jConfigServlet
- This should never even be called since no mapping to this servlet should
ever be created in web.xml.
- 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.
- setAdvice(Advice) -
Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- setAdvice(Advice) -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
-
- setAdvice(Advice) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
- setAdvice(Advice) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- 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
autoproxying by this object.
- setAdvisorChainFactory(AdvisorChainFactory) -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- setAllowBeanDefinitionOverriding(boolean) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Set if it should be allowed to override bean definitions by registering a
different definition with the same name, automatically replacing the former.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Set if a new Session should be created if no thread-bound found.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.jdo.JdoTemplate
- Set if a new PersistenceManager should be created if no thread-bound found.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
- Set if a new PersistenceBroker should be created if no thread-bound found.
- setAllowDirtyBack(boolean) -
Method in class org.springframework.web.servlet.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.
- setAllowDirtyForward(boolean) -
Method in class org.springframework.web.servlet.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.
- 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.
- 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.
- 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.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- 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.mvc.multiaction.AbstractUrlMethodNameResolver
- Set if URL lookup should always use full path within 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.
- setAlwaysUseNewSession(boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Set whether to always use a new Hibernate Session for this template.
- setAopProxyFactory(AopProxyFactory) -
Method in class org.springframework.aop.framework.ProxyConfig
- 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
-
- 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.
- setArguments(Object[]) -
Method in class org.springframework.remoting.support.RemoteInvocation
-
- 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).
- setAsText(String) -
Method in class org.springframework.beans.PropertyValuesEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
-
- 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.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.PropertiesEditor
- Convert String into Properties.
- 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.URLEditor
-
- setAsText(String) -
Method in class org.springframework.core.io.ResourceEditor
-
- setAsText(String) -
Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
- setAsText(String) -
Method in class org.springframework.jndi.JndiTemplateEditor
-
- 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
-
- setAscending(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
-
- 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
-
- setAttributeName(String) -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
- Set the name of the ServletContext attribute to expose.
- 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.
- setAuthType(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAuthorizedRoles(String[]) -
Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
- Set the roles that this interceptor should treat as authorized.
- setAutoStartup(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to automatically start the scheduler after initialization.
- setAutodetectDataSource(boolean) -
Method in class org.springframework.orm.hibernate.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.
- 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.
- setAutowireMode(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the autowire mode.
- setAutowireMode(int) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Set the autowire mode for handlers.
- setAutowireModeName(String) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Set the autowire mode for handlers, by the name of the corresponding constant
in the AutowireCapableBeanFactory interface, e.g.
- setBadSqlGrammarCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- 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:
It is a fully-qualified classname.
- setBasename(String) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set the basename, as defined in the java.util.ResourceBundle documentation.
- 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 above-mentioned special
convention.
- setBasenames(String[]) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set an array of basenames, each following ResourceBundle conventions.
- setBasenames(String[]) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set multiple ResourceBundle basenames.
- 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 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
-
- 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
-
- setBeanClass(Class) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify the class for this bean.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- Set the ClassLoader to use for bean classes.
- setBeanClassName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify the class name for this bean.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- We override this method to ensure that all candidate advisors are materialized
under a stack trace including this bean.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- 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 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.ObjectFactoryCreatingFactoryBean
-
- 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.orm.hibernate.HibernateInterceptor
- The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.ojb.support.LocalOjbConfigurer
-
- 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.
- 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.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.SimpleTriggerBean
-
- 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.
- setBeanNames(String[]) -
Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
- Set the names of the beans that should automatically get wrapped with proxies.
- setBindEmptyMultipartFiles(boolean) -
Method in class org.springframework.web.bind.ServletRequestDataBinder
- Set whether to bind empty MultipartFile parameters.
- setBindOnNewForm(boolean) -
Method in class org.springframework.web.servlet.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.
- 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
-
- setBodyContent(BodyContent) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- setBufferSize(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- 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
- Set whether to activate the cache.
- setCacheHome(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Set whether to cache the EJB home object once it has been located.
- setCacheManager(CacheManager) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set a CacheManager from which to retrieve a named Cache instance.
- 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.
- setCacheQueries(boolean) -
Method in class org.springframework.orm.hibernate.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.servlet.support.WebContentGenerator
- Cache content for the given number of seconds.
- setCacheSize(int) -
Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
- Set the number of buffered keys.
- setCacheSize(int) -
Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
- 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.
- setCalendars(Map) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Register a list of Quartz Calendar objects with the Scheduler
that this FactoryBean creates, to be referenced by Triggers.
- setCannotAcquireLockCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- 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
-
- 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
-
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCheckWriteOperations(boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Set whether to check that the Hibernate Session is not in read-only mode
in case of write operations (save/update/delete).
- setClassFilter(ClassFilter) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
- Set the ClassFilter to use for this pointcut.
- setClassLoader(ClassLoader) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set the ClassLoader to load resource bundles with,
or null for using the thread context class loader on actual access
(applying to the thread that does the "getMessage" call).
- setCleanupAfterInclude(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to perform cleanup of request attributes after an include request,
i.e. whether to reset the original state of all request attributes after the
DispatcherServlet has processed within an include request.
- 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.
- setColumnName(String) -
Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
- Set the name of the column in the sequence table.
- setColumnName(String) -
Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
- Set the name of the column in the sequence table.
- setCommandClass(Class) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the command class for this controller.
- setCommandName(String) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the name of the command in the model.
- setCommitted(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- 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 default is set to rollback.
- setCompleted() -
Method in class org.springframework.transaction.support.DefaultTransactionStatus
- Mark this transaction as completed, that is, committed or rolled back.
- setConcurrencyLimit(int) -
Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
- Set the maximum number of parallel invocations that this interceptor
allows.
- setConcurrent(boolean) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Specify whether or not multiple jobs should be run in a concurrent
fashion.
- setConfigLocation(Resource) -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
- Set the location of the EHCache config file.
- setConfigLocation(Resource) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set the location of the 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.ibatis.SqlMapFactoryBean
- Set the location of the iBATIS SqlMap config file.
- setConfigLocation(Resource) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set the location of the JDO properties config file, for example
as classpath resource "classpath:kodo.properties".
- setConfigLocation(Resource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the location of the Quartz properties config file, for example
as classpath resource "classpath:quartz.properties".
- setConfigLocation(Resource) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the location of the FreeMarker config file.
- setConfigLocation(Resource) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the location of the Velocity config file.
- 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.AbstractRefreshableWebApplicationContext
-
- setConfigLocations(String[]) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- 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.
- 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.JmsTemplate
- Set the connection factory used for obtaining JMS connections.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
- Set the JMS connection factory to be used by the gateway.
- setConnectionHolder(ConnectionHolder) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setConnectionHolder(ConnectionHolder) -
Method in class org.springframework.jms.connection.JmsTransactionObject
-
- setConstructorArgumentValues(ConstructorArgumentValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify constructor argument values for this bean.
- setConstructorArguments(Object[], Class[]) -
Method in class org.springframework.aop.framework.Cglib2AopProxy
- Set constructor arguments to use for creating the proxy.
- setContent(byte[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContentDispositionMappings(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Sets 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.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.
- 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.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
-
- 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.
- 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
-
- setCredentialsForCurrentThread(String, String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set user credententials for this proxy and the current thread.
- setCurrentProxy(Object) -
Static method in class org.springframework.aop.framework.AopContext
- Make the given proxy available via the currentProxy method.
- 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 key and the PropertyEditor instance as value.
- setCustomProperties(Properties) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set custom properties to be set on the stub or call.
- setCustomTargetSourceCreators(List) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set custom TargetSourceCreators to be applied in this order.
- setCustomTranslations(List) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- 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.
- setDataAccessResourceFailureCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDataIntegrityViolationCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDataRetrievalFailureCodes(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.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.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Set the data source to retrieve the value from.
- setDataSource(DataSource) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the DataSource to be used by iBATIS SQL Maps.
- setDataSource(DataSource) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the JDBC DataSource to be used by this DAO.
- setDataSource(DataSource) -
Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
- 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.ojb.PersistenceBrokerTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the DataSource to be used by the Scheduler.
- setDataSource(DataSource) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Setter: DataSource is provided by Dependency Injection.
- 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.
- 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.
- 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.
- 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).
- setDefaultDestination(Destination) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the destination to be used on send operations that do not
have a destination parameter.
- 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.web.multipart.commons.CommonsMultipartResolver
- 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.multipart.cos.CosMultipartResolver
- 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.servlet.handler.SimpleMappingExceptionResolver
- Set the name of the default error view.
- 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.
- setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
- Set the fixed Locale that this resolver will return.
- 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
- 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.
- setDefaultRollback(boolean) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Subclasses can set this value in their constructor to change
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.
- 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.
- 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).
- 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.
- 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.
- setDelay(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Set the delay before starting the task for the first time,
in milliseconds.
- setDelegate(Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Set the delegate used by this class.
- setDeliveryMode(int) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the delivery mode to use when sending a message.
- setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the dependency check code.
- setDependencyCheck(boolean) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- 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.
- setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the destination resolver for this template.
- setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the destroy method.
- 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.servlet.DispatcherServlet
- Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to detect all ViewResolver beans in this servlet's context.
- setDirty() -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Called to say that the applicationContext instance variable is dirty and
should be reloaded.
- setDirty(String[]) -
Method in class org.springframework.test.AbstractSpringContextTests
- Set custom locations dirty.
- 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.
- setDisplayName(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
- Set a friendly name for this context.
- setDriverClassName(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
- setDynamicDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set the DestinationResolver to use when falling back to dynamic destinations.
- 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.
- setEndpointAddress(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the endpoint address to specify on the stub or call.
- setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate.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.hibernate.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.hibernate.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.hibernate.HibernateInterceptor
- 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.hibernate.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.
- setEntityResolver(EntityResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set a SAX entity resolver to be used for parsing.
- setEnvironment(Properties) -
Method in class org.springframework.jndi.JndiTemplate
- Set the environment for the JNDI InitialContext.
- setErrorCodes(String[]) -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
- Set the SQL error codes to match.
- setEternal(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether elements are eternal.
- 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.
- setExceptionMappings(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Set the mappings between exception class names and error view names.
- setExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Set the exception translator for this instance.
- 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.
- setExporterParameters(Map) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the exporter parameters that should be used when rendering a view.
- 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.hibernate.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.
- 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 "springBindRequestContext".
- 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 "springBindRequestContext".
- setFactoryBeanName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify the factory bean to use, if any.
- setFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Set the factory class for Tiles.
- setFactoryMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify a factory method, if any.
- setFallbackToDynamicDestination(boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set the ability of JmsTemplate 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.SQLErrorCodeSQLExceptionTranslator
- Override the default SQL state fallback translator.
- 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.
- setFieldMarkerPrefix(String) -
Method in class org.springframework.web.bind.ServletRequestDataBinder
- 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.beans.factory.config.PropertiesFactoryBean
- Set the encoding to use for parsing properties files.
- setFileEncoding(String) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- 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.
- setFilter(Object) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Set the filter object that the source provider should use for loading the list.
- setFilterConfig(FilterConfig) -
Method in class org.springframework.web.filter.GenericFilterBean
- Alternative way of initializing this filter.
- 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.
- setFlushMode(int) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Set the flush behavior to one of the constants in this class.
- setFlushModeName(String) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Set the flush behavior by the name of the respective constant
in this class, e.g.
- setForceEncoding(boolean) -
Method in class org.springframework.web.filter.CharacterEncodingFilter
- Set whether the encoding of this filter should override existing
request encodings.
- setFormView(String) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Set the name of the view that should be used for form display.
- 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.
- 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 interface org.springframework.mail.MailMessage
-
- setFrom(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- 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
-
- 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.object.SqlCall
- Set whether this call is for a function.
- 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.
- setGlobalJobListeners(JobListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Specify global Quartz JobListeners to be registered with the Scheduler.
- setGlobalTriggerListeners(TriggerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- 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.
- 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.
- setHibernateProperties(Properties) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set Hibernate properties, like "hibernate.dialect".
- setHibernateTemplate(HibernateTemplate) -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
- Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
- 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.cos.CosMailSenderImpl
- Set the SMTP mail host.
- setHost(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail server host, typically an SMTP host.
- 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.
- setIgnoreCase(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
-
- setIgnoreInvalidKeys(boolean) -
Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- Set whether to ignore invalid keys.
- 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.beans.factory.config.PropertyResourceConfigurer
- 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, i.e. whether to ignore request
parameters that don't have corresponding fields in the target object.
- 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.
- setIncludedUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setIncrementerName(String) -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Set the name of the sequence/table.
- setInitMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the name of the initializer method.
- setInitParameters(Properties) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Specify init parameters for the servlet to wrap,
as name-value pairs.
- setInstantiationStrategy(InstantiationStrategy) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Set the instantiation strategy to use for creating bean instances.
- setIntHeader(String, int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setInterceptorNames(String[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the list of Advice/Advisor bean names.
- setInterceptorNames(String[]) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set the common interceptors.
- setInterceptors(HandlerInterceptor[]) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Set the handler interceptors to apply for all handlers mapped by
this handler mapping.
- 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).
- setIntrospectionClass(Class) -
Method in class org.springframework.beans.BeanWrapperImpl
- Set the class to introspect.
- setIsolationLevel(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the isolation level.
- 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.
- 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 looked up via JndiObjectFactoryBean.
- setJcdAlias(String) -
Method in class org.springframework.orm.ojb.OjbAccessor
- Set the JDBC Connection Descriptor alias of the PersistenceBroker
configuration to use.
- setJcdAlias(String) -
Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
- Set the JDBC Connection Descriptor alias of the PersistenceBroker
configuration to use.
- setJcdAlias(String) -
Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
- Set the JDBC Connection Descriptor alias of the PersistenceBroker
configuration to use.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Set the JDBC exception translator for this instance.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Set the JDBC exception translator for this transaction manager.
- setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- Set the JDBC exception translator for this dialect.
- setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
- Set the JdbcTemplate to be used by this bean factory.
- setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Set the JdbcTemplate for this DAO explicitly,
as an alternative to specifying a DataSource.
- setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- An alternative to the more commonly used setDataSource() when you want to
use the same JdbcTemplate in multiple RdbmsOperations.
- setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.JdoAccessor
- 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.
- setJdoProperties(Properties) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set JDO properties, like "javax.jdo.PersistenceManagerFactoryClass".
- 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 the JNDI lookup.
- setJndiName(String) -
Method in class org.springframework.jndi.JndiObjectLocator
- Set 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 the JNDI lookup.
- setJndiTemplate(JndiTemplate) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JndiTemplate to use for JNDI lookups.
- setJobDataAsMap(Map) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- 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.SchedulerFactoryBean
- Register a list of JobDetail objects with the Scheduler that
this FactoryBean creates, to be referenced by Triggers.
- 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.
- setJobListeners(JobListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Specify named Quartz JobListeners to be registered with the Scheduler.
- setJobSchedulingDataLocation(String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the location of a Quartz job definition XML file that follows the
"job_scheduling_data_1_0" DTD.
- setJobSchedulingDataLocations(String[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the locations of Quartz job definition XML files that follow the
"job_scheduling_data_1_0" DTD.
- setJtaTransactionManager(TransactionManager) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set the JTA TransactionManager to be used for Hibernate's
TransactionManagerLookup.
- setKeepTaskList(boolean) -
Method in class org.springframework.util.StopWatch
- Determine whether the TaskInfo array is built over time.
- 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.jdbc.support.JdbcAccessor
- Set whether to lazily initialize the SQLExceptionTranslator for this
template.
- setLazyInitHandlers(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set whether to lazily initialize handlers.
- setLobHandler(LobHandler) -
Method in class org.springframework.orm.hibernate.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
-
- setLocalName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocale(Locale) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Set the Locale that the source provider should use for loading the list.
- setLocale(Locale) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in interface org.springframework.web.servlet.LocaleResolver
- Set the current locale to the given one.
- 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
-
- setLocation(Resource) -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- Set a location of a properties file to be loaded.
- setLocation(Resource) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Set a location of a properties file to be loaded.
- setLocation(Resource) -
Method in class org.springframework.beans.factory.config.ResourceFactoryBean
- Set the resource location.
- 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.beans.factory.config.PropertiesFactoryBean
- Set locations of properties files to be loaded.
- setLocations(Resource[]) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Set locations of properties files to be loaded.
- setLogName(String) -
Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
-
- setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- LogWriter methods are unsupported.
- setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
- setLoginTimeout(int) -
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.
- 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.
- setMappedHandlers(Set) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Specify the set of handlers that this exception resolver should map.
- setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
- 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.
- setMappingDirectoryLocations(Resource[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingJarLocations(Resource[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingResources(String[]) -
Method in class org.springframework.orm.hibernate.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.web.servlet.handler.SimpleUrlHandlerMapping
- Map URL paths to handler bean names.
- setMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
- Set URL to method name mappings from a Properties object.
- setMaxElementsInMemory(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Specify the maximum number of cached objects in memory.
- setMaxInMemorySize(int) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.MockHttpSession
-
- 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.
- setMaxRows(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Set the maximum number of rows for this JdbcTemplate.
- setMaxRows(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the maximum number of rows for this RDBMS operation.
- setMaxRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Set the maximum number of rows that may be affected by this update.
- setMaxSize(int) -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Set the maximum size of the pool.
- setMaxUploadSize(long) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Set the maximum allowed size (in bytes) before uploads are refused
- setMaxUploadSize(int) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
- Set the maximum allowed size (in bytes) before uploads are refused
- setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.BindException
- 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.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.
- setMessageDrivenContext(MessageDrivenContext) -
Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
- Required lifecycle method.
- setMessageIdEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set whether message IDs are enabled.
- 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
-
- 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.
- setMethodName(String) -
Method in class org.springframework.remoting.support.RemoteInvocation
-
- 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.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the SimpleTrigger 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.
- setMultipartFiles(Map) -
Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
- Set a Map with parameter names as keys and MultipartFile 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.
- setName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the name of the job.
- setName(String) -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
- Set the name of the bean that this tag should check.
- 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.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.
- setNamespaceUri(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the namespace URI of the service.
- setNamingStrategy(NamingStrategy) -
Method in class org.springframework.orm.hibernate.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.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
-
- 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.
- 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.
- setOptimisticLockingFailureCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- 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.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.DynamicMethodMatcherPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setOrder(int) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
- setOrder(int) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- 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.XmlViewResolver
-
- 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.
- setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
- 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.SchedulerFactoryBean
- Set whether any jobs defined on this SchedulerFactoryBean should overwrite
existing job definitions.
- 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.servlet.mvc.AbstractWizardFormController
- Set the name of the page attribute in the model, containing
an Integer with the current page number.
- setPageSize(int) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the current page size.
- setPages(String[]) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Set the wizard pages, i.e. the view names for the pages.
- 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 parameter name we're looking for.
- 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.
- 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
-
- setParameterTypes(Class[]) -
Method in class org.springframework.remoting.support.RemoteInvocation
-
- setParameterValue(PreparedStatement, int, SqlParameter, 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.
- 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
-
- 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
-
- 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.ResourceBundleThemeSource
-
- setParserClass(Class) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set the XmlBeanDefinitionParser implementation to use,
responsible for the actual parsing of XML bean definitions.
- setPassword(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
- setPassword(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set the password that this adapter should use for retrieving Connections.
- setPassword(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the password for the account at the mail host, if any.
- setPassword(String) -
Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
- 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.
- 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.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
-
- 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
- Convenience method when we have only a single pattern.
- 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.
- setPbKey(PBKey) -
Method in class org.springframework.orm.ojb.OjbAccessor
- Set the PBKey of the PersistenceBroker configuration to use.
- setPbKey(PBKey) -
Method in class org.springframework.orm.ojb.PersistenceBrokerTransactionManager
- Set the PBKey of the PersistenceBroker configuration to use.
- setPeriod(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Set the period between repeated task executions, in milliseconds.
- setPerl5(boolean) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Set whether to use Perl5 regexp syntax.
- setPersistenceBrokerTemplate(PersistenceBrokerTemplate) -
Method in class org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport
- Set the PersistenceBrokerTemplate for this DAO explicitly,
as an alternative to specifying a JCD alias.
- setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- Set the JDO PersistenceManagerFactory, which is used to initialize
the default JDBC exception translator if none specified.
- 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.
- 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.DefaultPointcutAdvisor
-
- 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.
- setPopulateProtectedVariables(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
-
- setPort(int) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail server port.
- setPortInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the JAX-RPC port interface to use.
- setPortName(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the name of the port.
- setPostInterceptors(Object[]) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set additional interceptors (or advisors) to be applied after the
implicit transaction interceptor, e.g.
- setPreInterceptors(Object[]) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set additional interceptors (or advisors) to be applied before the
implicit transaction interceptor, e.g.
- 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.
- setPrefix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the prefix that gets applied to view names when building a URL.
- setPreviousFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- setPreviousIsolationLevel(Integer) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setPriority(int) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the priority of a message when sending.
- 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.beans.factory.config.PropertiesFactoryBean
- Set local properties, e.g. via the "props" tag in XML bean definitions.
- setProperties(Properties) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- Set local properties, e.g. via the "props" tag in XML bean definitions.
- setProperties(Properties) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- Parses the given properties into a name/attribute map.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- 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.
- setProperty(String) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set the sort property.
- setPropertyPath(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the property path to apply to the target.
- setPropertyValue(String, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(BeanWrapperImpl.PropertyTokenHolder, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValue(String, Object) -
Method in interface org.springframework.beans.PropertyAccessor
- Set a property value.
- setPropertyValue(PropertyValue) -
Method in interface org.springframework.beans.PropertyAccessor
- Update a 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.BeanWrapperImpl
- Bulk update from a Map.
- setPropertyValues(PropertyValues) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValues(PropertyValues, boolean) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- setPropertyValues(Map) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a bulk update from a Map.
- setPropertyValues(PropertyValues) -
Method in interface org.springframework.beans.PropertyAccessor
- The preferred way to perform a bulk update.
- setPropertyValues(PropertyValues, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
- Perform a bulk update with full control over behavior.
- setPropertyValues(MutablePropertyValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify property values for this bean, if any.
- setProtocol(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail protocol.
- setProtocol(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- 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.jndi.JndiObjectFactoryBean
- Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(String[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set the names of the interfaces we're proxying.
- setProxyInterfaces(String[]) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Specify the set of interfaces being proxied.
- setProxyTargetClass(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
- Set whether to proxy the target class directly as well as any interfaces.
- setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.JmsTransactionManager102
- Configure the JmsTransactionManager102 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.core.JmsTemplate
- Configure the JmsTemplate 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.
- 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.servlet.FrameworkServlet
- Set whether this servlet should publish a RequestHandlerEvent at the end
of each request.
- 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.hibernate.HibernateTemplate
- Set the name of the cache region for queries executed by this template.
- setQueryString(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setReadOnly(boolean) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set whether to optimize as read-only transaction.
- setReceiveTimeout(long) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the timeout to use for receive calls.
- 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.
- setRefreshHomeOnConnectFailure(boolean) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- Set whether to refresh the EJB home on connect failure.
- 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
-
- 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 port 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.
- 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.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
-
- setReplyTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setReplyTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- 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
-
- setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the name of the model attribute that represents the report data.
- 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.
- setRequestURI(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromCookie(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromURL(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequireSession(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether a session should be required to handle requests.
- setRequiredFields(String[]) -
Method in class org.springframework.validation.DataBinder
- Register fields that are required for each binding process.
- setRequiredRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Set the exact number of rows that must be affected by this update.
- 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.
- 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).
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- 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.scheduling.quartz.ResourceJobSchedulingDataProcessor
-
- 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.
- setResourceRef(boolean) -
Method in class org.springframework.jndi.JndiLocatorSupport
- Set if 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.
- setResultType(Class) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the type of the result from evaluating the property path.
- 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.
- setRollbackOnCommitFailure(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set if doRollback should be performed on failure of the doCommit call.
- setRollbackOnly() -
Method in interface org.springframework.transaction.TransactionStatus
- Set the transaction rollback-only.
- setRollbackOnly() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setRollbackOnly() -
Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
- setRollbackOnly() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Mark the resource transaction as rollback-only.
- setRollbackRules(List) -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
- setRoot(String) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Document root element name.
- setRowsExpected(int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Set the number of rows expected.
- setSavepoint(Object) -
Method in class org.springframework.transaction.support.DefaultTransactionStatus
- Set a savepoint for this transaction.
- setSavepointAllowed(boolean) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setScheduledTimerTasks(ScheduledTimerTask[]) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
- Register a list of ScheduledTimerTask objects with the Timer that
this FactoryBean creates.
- 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.SchedulerFactoryBean
- Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the name of the Scheduler to fetch from the SchedulerFactory.
- setSchemaUpdate(boolean) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set whether to execute a schema update after SessionFactory initialization.
- setScheme(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- 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.
- 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.
- setSecure(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSentDate(Date) -
Method in interface org.springframework.mail.MailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setServerName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI server socket factory to use for exporting the service.
- setService(Remote) -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- Set the RMI service to export.
- setService(Object) -
Method in class org.springframework.remoting.support.RemoteExporter
- Set the service to export.
- 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.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.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.
- 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.
- 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.
- setServiceUrl(String) -
Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
- Set the URL of the service that this factory should create a proxy for.
- 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.
- 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.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.ServletContextPropertyPlaceholderConfigurer
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
-
- setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
- 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
-
- setSessionAcknowledgeMode(int) -
Method in class org.springframework.jms.core.JmsTemplate
- 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.core.JmsTemplate
- Set the JMS acknowledgement mode by the name of the corresponding constant
in the JMS Session interface, e.g.
- 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.
- setSessionContext(SessionContext) -
Method in class org.springframework.ejb.support.AbstractSessionBean
- Sets the session context.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
- Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactoryBeanName(String) -
Method in class org.springframework.orm.hibernate.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.servlet.mvc.AbstractFormController
- Activate resp. deactivate session form mode.
- setSessionTransacted(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the transaction mode that is used when creating a JMS session to send a message.
- setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
- Set whether to use a single session for each request.
- setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate.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.support.AbstractBeanDefinition
- Set if this a Singleton, with a single, shared instance returned
on all calls.
- setSort(SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the sort definition for this holder.
- setSource(List) -
Method in class org.springframework.beans.support.PagedListHolder
- Set the source list for this holder.
- 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
- 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.
- setSqlMap(SqlMap) -
Method in class org.springframework.orm.ibatis.SqlMapTemplate
- Set the iBATIS Database Layer SqlMap that defines the mapped statements.
- setSqlMap(SqlMap) -
Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
- Set the iBATIS Database Layer SqlMap to work with.
- 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.
- setSqlMapProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapFactoryBean
- Set optional properties to be passed into the XmlSqlMapBuilder.
- setSqlMapTemplate(SqlMapTemplate) -
Method in class org.springframework.orm.ibatis.support.SqlMapDaoSupport
- Set the SqlMapTemplate for this DAO explicitly,
as an alternative to specifying a SqlMap.
- setSqlReadyForUse(boolean) -
Method in class org.springframework.jdbc.object.SqlCall
- Set whether the SQL can be used as is.
- 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
-
- setStylesheetLocation(Resource) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Set the location of the XSLT stylesheet.
- setSubReportDataKeys(String[]) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Set the list of names corresponding to the model parameters that will contain
data source objects for use in sub-reports.
- setSubReportUrls(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Specify resource paths which must be loaded as instances of
JasperReport
and passed to the JasperReports engine for
rendering as sub-reports, under the same keys as in this mapping.
- setSubject(String) -
Method in interface org.springframework.mail.MailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setSuccessView(String) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Set the name of the view that should be shown on successful submit.
- setSuffix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the suffix that gets applied to view names when building a URL.
- setSupportedMethods(String[]) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set the HTTP methods that this content generator should support.
- setSuppressClose(boolean) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Set if the returned connection should be a close-suppressing proxy
or the physical connection.
- setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractController
- Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
- setSynchronizedWithTransaction(boolean) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Mark the resource as synchronized with a transaction.
- setSystemPropertiesMode(int) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set how to check system properties: as fallback, as override, or never.
- setSystemPropertiesModeName(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Set the system property mode by the name of the corresponding constant,
e.g.
- setSystemTreePath(String) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
- Set the path in the system preferences tree to use for resolving
placeholders.
- setTarget(Object) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Set the given object as target.
- setTarget(Object) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set the target object, i.e. the bean to be wrapped with a transactional proxy.
- setTargetBeanName(String) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Set the name of the target bean in the factory.
- setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
- Set the name of the target bean.
- setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify the name of a target bean to apply the property path to.
- setTargetClass(Class) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set the target class on which the field is defined.
- setTargetClass(Class) -
Method in class org.springframework.util.MethodInvoker
- Set the target class on which to call the target method.
- setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Set the target ConnectionFactory which will be used to lazily
create a single Connection.
- setTargetDataSource(DataSource) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- Set the target DataSource that this DataSource should delegate to.
- setTargetField(String) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set the name of the field to be retrieved.
- setTargetListClass(Class) -
Method in class org.springframework.beans.factory.config.ListFactoryBean
- Set the class to use for the target List.
- setTargetMapClass(Class) -
Method in class org.springframework.beans.factory.config.MapFactoryBean
- Set the class to use for the target Map.
- setTargetMethod(String) -
Method in class org.springframework.util.MethodInvoker
- Set the name of the method to be invoked.
- setTargetObject(Object) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Set the target object on which the field is defined.
- setTargetObject(Object) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- Specify a target object to apply the property path to.
- setTargetObject(Object) -
Method in class org.springframework.util.MethodInvoker
- Set the target object on which to call the target method.
- setTargetSetClass(Class) -
Method in class org.springframework.beans.factory.config.SetFactoryBean
- Set the class to use for the target Set.
- setTargetSource(TargetSource) -
Method in interface org.springframework.aop.framework.Advised
- Change the TargetSource used by this Advised object.
- setTargetSource(TargetSource) -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- setTemplateLoaderPath(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the Freemarker template loader path via a Spring resource location.
- setText(String) -
Method in interface org.springframework.mail.MailMessage
-
- setText(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setText(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setText(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given plain text and HTML text as alternatives, offering
both options to the email client.
- setText(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the message text for this tag.
- setText(HSSFCell, String) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Convenient method to set a String as text content in a cell.
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in interface org.springframework.web.servlet.ThemeResolver
- Set the current theme name to the given one.
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
- setTimeToIdle(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set the time in seconds to idle for an element before it expires
i.e. the maximum amount of time between accesses before an element expires.
- setTimeToLive(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set t he time in seconds to live for an element before it expires,
i.e. the maximum time between creation time and when an element expires.
- setTimeToLive(long) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the time-to-live of the message when sending.
- setTimeout(int) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
- Set the timeout (in seconds) after which a fatal exception
will be thrown.
- setTimeout(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Set the timeout to apply, as number of seconds.
- setTimeoutInMillis(long) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Set the timeout for this object in milliseconds.
- setTimeoutInSeconds(int) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Set the timeout for this object in seconds.
- setTimerTask(TimerTask) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Set the TimerTask to schedule.
- setTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setTo(String[]) -
Method in interface org.springframework.mail.MailMessage
-
- setTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTo(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setToggleAscendingOnProperty(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
-
- setToolAttributes(Properties) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set tool attributes to expose to the view, as attribute name / class name pairs.
- setToolboxConfigLocation(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
- Set a "toolboxConfigLocation", for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setTransaction(Transaction) -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- setTransactionAttribute(TransactionAttribute) -
Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
- Allows a transaction attribute to be specified, using the String form, for
example, "PROPAGATION_REQUIRED".
- setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set the transaction attribute source which is used to find transaction
attributes.
- setTransactionAttributes(Properties) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g. key = "myMethod", value = "PROPAGATION_REQUIRED,readOnly".
- setTransactionAttributes(Properties) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g. key = "myMethod", value = "PROPAGATION_REQUIRED,readOnly".
- setTransactionConfigClass(Class) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the iBATIS TransactionConfig class to use.
- setTransactionConfigProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set properties to be passed to the TransactionConfig instance used
by this SqlMapClient.
- setTransactionInterceptor(TransactionInterceptor) -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Set the transaction interceptor to use for this advisor.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the transaction manager to be used for registering jobs and triggers
that are defined by this SchedulerFactoryBean.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Populated by dependency injection by superclass.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Set the transaction manager.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- Set the transaction manager.
- setTransactionManager(TransactionManager) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JTA TransactionManager to use as direct reference.
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.transaction.support.TransactionTemplate
- Set the transaction management strategy to be used.
- setTransactionManagerName(String) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JNDI name of the JTA TransactionManager.
- setTransactionSynchronization(int) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set when this transaction manager should activate the thread-bound
transaction synchronization support.
- setTransactionSynchronizationName(String) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set the transaction synchronization by the name of the corresponding constant
in this class, e.g.
- setTransactionTimeout(int) -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- setTriggerListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set a list of TriggerListener names for this job, referring to
non-global TriggerListeners registered with the Scheduler.
- setTriggerListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set a list of TriggerListener names for this job, referring to
non-global TriggerListeners registered with the Scheduler.
- setTriggerListeners(TriggerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Specify named Quartz TriggerListeners to be registered with the Scheduler.
- setTriggers(Trigger[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Register a list of Trigger objects with the Scheduler that
this FactoryBean creates.
- setType(String) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the type of the constructor argument.
- setTypeValue(PreparedStatement, int, int, String) -
Method in interface org.springframework.jdbc.core.SqlTypeValue
- Set the type value on the given PreparedStatement.
- setTypeValue(PreparedStatement, int, int, String) -
Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
-
- setTypeValue(PreparedStatement, int, int, String) -
Method in class org.springframework.jdbc.core.support.SqlLobValue
- Set the specified content via the LobCreator.
- setTypes(int[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Add anonymous parameters, specifying only their SQL types
as defined in the
java.sql.Types
class.
- setUp() -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
-
- setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
- Set whether to use prepared statements capable of returning
updatable ResultSets.
- setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
- Set whether to use prepared statements capable of returning
updatable ResultSets.
- setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set whether to use statements that are capable of returning
updatable ResultSets.
- setUploadTempDir(Resource) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Set the temporary directory where uploaded files get stored.
- setUploadTempDir(Resource) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
- Set the temporary directory where uploaded files get stored.
- setUriResolver(URIResolver) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Set the URIResolver used in the transform.
- setUrl(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
- setUrl(String) -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
- Set the URL of the resource that this view wraps.
- setUrl(String) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Sets the url of the Excel workbook source without localization part nor extension.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) -
Method in class org.springframework.web.util.UrlPathHelper
- Set if context path and request URI should be URL-decoded.
- setUrlMap(Map) -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
- Set a Map with URL paths as keys and handler beans as values.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Set the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.support.RequestContext
- Set the UrlPathHelper to use for context path and request URI decoding.
- setUseCacheControlHeader(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether to use the HTTP 1.1 cache-control header.
- setUseCodeAsDefaultMessage(boolean) -
Method in class org.springframework.context.support.AbstractMessageSource
- Set whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- setUseExpiresHeader(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Set whether to use the HTTP 1.0 expires header.
- setUsePrefix(boolean) -
Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Set whether to exclude advisors with a certain prefix
in the bean name.
- setUseSqlStateForTranslation(boolean) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
- Set this property to true for databases that do not provide an error code
but that do provide SQL State (this includes PostgreSQL).
- setUseTransactionAwareDataSource(boolean) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Set whether to use a transaction-aware DataSource for the SessionFactory,
i.e. whether to automatically wrap the passed-in DataSource with Spring's
TransactionAwareDataSourceProxy.
- setUseTransactionAwareDataSource(boolean) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set whether to use a transaction-aware DataSource for the SqlMapClient,
i.e. whether to automatically wrap the passed-in DataSource with Spring's
TransactionAwareDataSourceProxy.
- setUserPrincipal(Principal) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setUserTransaction(UserTransaction) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JTA UserTransaction to use as direct reference.
- setUserTransactionName(String) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set the JNDI name of the JTA UserTransaction.
- setUserTreePath(String) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
- Set the path in the system preferences tree to use for resolving
placeholders.
- setUsername(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
- setUsername(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set the username that this adapter should use for retrieving Connections.
- setUsername(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the username for the account at the mail host, if any.
- setUsername(String) -
Method in class org.springframework.remoting.caucho.CauchoRemoteAccessor
- Set the username that this factory should use to access the remote service.
- setUsername(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set the username to specify on the stub or call.
- setValidateAddresses(boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set whether to validate all addresses which get passed to this helper.
- setValidateDefinitions(boolean) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
- Set whether to validate the Tiles definitions.
- setValidateOnBinding(boolean) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set if the Validator should get applied when binding.
- setValidating(boolean) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Set if the XML parser should validate the document and thus enforce a DTD.
- setValidationQuery(String) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
- Set the SQL query string to use for validation.
- setValidator(Validator) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the primary Validator for this controller.
- setValidators(Validator[]) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the Validators for this controller.
- setValue(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the value for the constructor argument.
- setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Convert the given value to a Collection of the target type.
- setValue(Object) -
Method in class org.springframework.beans.propertyeditors.PropertiesEditor
- Take Properties as-is; convert
java.util.Map
into Properties.
- setValue(Object) -
Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- setValue(Object) -
Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setValue(Object) -
Method in class org.springframework.web.servlet.tags.TransformTag
- Set the value to transform, using the appropriate PropertyEditor
from the enclosing BindTag.
- setValues(PreparedStatement, int) -
Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
- Set values on the given PreparedStatement.
- setValues(PreparedStatement) -
Method in interface org.springframework.jdbc.core.PreparedStatementSetter
- Set values on the given PreparedStatement.
- setValues(PreparedStatement, LobCreator) -
Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
- Set values on the given PreparedStatement, using the given
LobCreator for BLOB/CLOB arguments.
- setVar(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set PageContext attribute name under which to expose
a variable that contains the resolved message.
- setVar(String) -
Method in class org.springframework.web.servlet.tags.TransformTag
- Set PageContext attribute name under which to expose
a variable that contains the result of the transformation.
- setVelocityEngine(VelocityEngine) -
Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
- Set a preconfigured VelocityEngine to use for the Velocity web config, e.g.
- setVelocityEngine(VelocityEngine) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the VelocityEngine to be used by this view.
- setVelocityFormatterAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the name of the VelocityFormatter helper object to expose in the
Velocity context of this view, or null if not needed.
- setVelocityFormatterAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Set the name of the VelocityFormatter helper object to expose in the
Velocity context of this view, or null if not needed.
- setVelocityProperties(Properties) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".
- setView(View) -
Method in class org.springframework.web.servlet.ModelAndView
- Set a View object for this ModelAndView.
- setViewClass(Class) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the view class that should be used to create views.
- setViewName(String) -
Method in class org.springframework.web.servlet.ModelAndView
- Set a view name for this ModelAndView, to be resolved by the
DispatcherServlet via a ViewResolver.
- setViewName(String) -
Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
- Set the name of the view to delegate to.
- setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to wait for running jobs to complete on shutdown.
- setWebAppRootSystemProperty(ServletContext) -
Static method in class org.springframework.web.util.WebUtils
- Set a system property to the web application root directory.
- setWorkingDirSystemProperty(String) -
Static method in class org.springframework.util.Log4jConfigurer
- Set the specified system property to the current working directory.
- setWrappedInstance(Object) -
Method in interface org.springframework.beans.BeanWrapper
- Change the wrapped object.
- setWrappedInstance(Object) -
Method in class org.springframework.beans.BeanWrapperImpl
- Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String) -
Method in class org.springframework.beans.BeanWrapperImpl
- Deprecated. in favor of setWrappedInstance(object, nestedPath, rootObject)
- setWrappedInstance(Object, String, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
- Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWsdlDocumentUrl(URL) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Set the URL of the WSDL document that describes the service.
- shortSummary() -
Method in class org.springframework.util.StopWatch
- Return a short description of the total running time.
- shouldClose(Connection) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- This DataSource returns a new connection every time:
Close it when returning one to the "pool".
- shouldClose(Connection) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- This is a single connection: Do not close it when returning to the "pool".
- shouldClose(Connection) -
Method in interface org.springframework.jdbc.datasource.SmartDataSource
- Should we close this connection, obtained from this DataSource?
- shouldNotFilter(HttpServletRequest) -
Method in class org.springframework.web.filter.OncePerRequestFilter
- Can return true to avoid filtering of the given request.
- shouldSkip(Object, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- We override this to ensure that we don't get into circular reference hell
when our own infrastructure (such as this class) depends on advisors that depend
on beans...
- shouldSkip(Object, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Subclasses should override this method to return true if this
bean should not be considered for autoproxying by this post processor.
- showClassLoaderHierarchy(Object, String, String, String) -
Static method in class org.springframework.util.ClassLoaderUtils
- Show the class loader hierarchy for this class.
- showClassLoaderHierarchy(ClassLoader, String, String, int) -
Static method in class org.springframework.util.ClassLoaderUtils
- Show the class loader hierarchy for this class.
- showForm(HttpServletRequest, HttpServletResponse, BindException) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Prepare the form model and view, including reference and error data.
- showForm(HttpServletRequest, BindException, String) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Prepare model and view for the given form, including reference and errors.
- showForm(HttpServletRequest, BindException, String, Map) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Prepare model and view for the given form, including reference and errors,
adding a controller-specific control model.
- showForm(HttpServletRequest, HttpServletResponse, BindException) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Show first page as form view.
- showForm(HttpServletRequest, HttpServletResponse, BindException) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- This implementation shows the configured form view, delegating to the
analogous showForm version with a controlModel argument.
- showForm(HttpServletRequest, HttpServletResponse, BindException, Map) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- This implementation shows the configured form view.
- showNewForm(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Show a new form.
- showPage(HttpServletRequest, BindException, int) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Prepare the form model and view, including reference and error data,
for the given page.
- shutdownLogging() -
Static method in class org.springframework.util.Log4jConfigurer
- Shut down Log4J, properly releasing all file locks.
- shutdownLogging(ServletContext) -
Static method in class org.springframework.web.util.Log4jWebConfigurer
- Shut down Log4J, properly releasing all file locks
and resetting the web app root system property.
- size() -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- size() -
Method in class org.springframework.beans.factory.support.ManagedSet
-
- sort(List, SortDefinition) -
Static method in class org.springframework.beans.support.PropertyComparator
- Sort the given List according to the given sort definition.
- sort(Object[], SortDefinition) -
Static method in class org.springframework.beans.support.PropertyComparator
- Sort the given source according to the given sort definition.
- sortAdvisors(List) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- Sort advisors based on ordering.
- sortConstructors(Constructor[]) -
Static method in class org.springframework.beans.factory.support.AutowireUtils
- Sort the given constructors, preferring public constructors and "greedy" ones
with a maximum of arguments.
- sortStringArray(String[]) -
Static method in class org.springframework.util.StringUtils
- Turn given source String array into sorted array.
- sqlTypes() -
Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
-
- sqlTypes() -
Method in class org.springframework.orm.hibernate.support.BlobSerializableType
-
- sqlTypes() -
Method in class org.springframework.orm.hibernate.support.ClobStringType
-
- sqlTypesToAnonymousParameterList(int[]) -
Static method in class org.springframework.jdbc.core.SqlParameter
- Convert a list of JDBC types, as defined in
java.sql.Types
,
to a List of SqlParameter objects as used in this package.
- start(String) -
Method in class org.springframework.util.StopWatch
- Start a named task.
- startScheduler(Scheduler, int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Start the Quartz Scheduler, respecting the "startupDelay" setting.
- state(boolean, String) -
Static method in class org.springframework.util.Assert
- Assert a boolean expression, throwing
IllegalStateException
if the test result is false
.
- state(boolean) -
Static method in class org.springframework.util.Assert
- Assert a boolean expression, throwing
IllegalStateException
if the test result is false
.
- stop() -
Method in class org.springframework.util.StopWatch
- Stop the current task.
- store(Object) -
Method in interface org.springframework.orm.ojb.PersistenceBrokerOperations
-
- store(Object) -
Method in class org.springframework.orm.ojb.PersistenceBrokerTemplate
-
- store(Properties, OutputStream, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- store(Properties, Writer, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- store(Properties, OutputStream, String) -
Method in interface org.springframework.util.PropertiesPersister
- Write the contents of the given Properties object to the
given OutputStream.
- store(Properties, Writer, String) -
Method in interface org.springframework.util.PropertiesPersister
- Write the contents of the given Properties object to the
given Writer.
- streamData(ResultSet) -
Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
- Stream LOB content from the given ResultSet to some OutputStream.
- supports(Class) -
Method in interface org.springframework.validation.Validator
- Return whether or not this object can validate objects
of the given class.
- supports(Object) -
Method in interface org.springframework.web.servlet.HandlerAdapter
- Given a handler instance, return whether or not this HandlerAdapter can
support it.
- supports(Object) -
Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- supports(Object) -
Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- supports(Object) -
Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
-
- supportsAdvice(Advice) -
Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
- Does this adapter understand this advice object?
- supportsAdvice(Advice) -
Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
-
- supportsAdvice(Advice) -
Method in class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
-
- supportsAdvice(Advice) -
Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
-
- supportsBatchUpdates(Connection) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Return whether the given JDBC driver supports JDBC 2.0 batch updates.
- supportsLobParameters() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- BatchSqlUpdate does not support BLOB or CLOB parameters.
- supportsLobParameters() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Return whether BLOB or CLOB parameters are supported
for this kind of operation.
- suppressInterface(Class) -
Method in class org.springframework.aop.support.IntroductionInfoSupport
- Suppress the specified interface, which will have
been autodetected due to its implementation by
the delegate.
- suppressValidation(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return whether to suppress validation for the given request.
- suppressValidation(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- This implementation delegates to
isFormChangeRequest
:
A form change request changes the appearance of the form
and should not get validated but just show the new form.
- suspend() -
Method in interface org.springframework.transaction.support.TransactionSynchronization
- Suspend this synchronization.
- suspend() -
Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- swap(Object) -
Method in class org.springframework.aop.target.HotSwappableTargetSource
- Swap the target, returning the old target.
page
will be transformed to
PageContext.PAGE_SCOPE
request
will be transformed to
PageContext.REQUEST_SCOPE
session
will be transformed to
PageContext.SESSION_SCOPE
application
will be transformed to
PageContext.APPLICATION_SCOPE
spring:bind
tag.
getConnection()
call, that is, implicitly
invoking getConnection(username, password)
on the target.
String
, changing the first letter to
lower case as per Character.toLowerCase(char)
.
update
that adds the given statement
parameters to the queue rather than executing them immediately.
java:comp/env/ejb/BeanFactoryPath
.
include
or
forward
method.
java.io.Writer
to write text content
to the HTTP response.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |