|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
AbstractTransactionalDataSourceSpringContextTests
, exposing a
SimpleJdbcTemplate
and obeying annotations for transaction control.ApplicationContext
interface.ApplicationEventMulticaster
interface,
providing the basic listener registration facility.Advice
classes
wrapping an AspectJ aspect or an AspectJ-annotated advice method.aop.xml
file.BeanPostProcessor
implementation
that wraps each eligible bean with an AOP proxy, delegating to specified interceptors
before invoking the bean itself.RootBeanDefinition
class.BeanDefinition
classes,
factoring out common properties of RootBeanDefinition
and
ChildBeanDefinition
.BeanDefinitionParser
implementation providing
a number of convenience methods and a
template method
that subclasses must override to provide the actual parsing logic.BeanDefinitionReader
interface.BeanFactory
implementations, providing the full capabilities of the
ConfigurableBeanFactory
SPI.TargetSource
implementations
that are based on a Spring BeanFactory
,
delegating to Spring-managed bean instances.TargetSourceCreator
implementations that require creating multiple instances of a prototype bean.BindingResult
interface and
its super-interface Errors
.ViewResolver
implementations.ComponentDefinition
that provides a basic implementation of
AbstractComponentDefinition.getDescription()
which delegates to ComponentDefinition.getName()
.FactoryBean
that
creates a local JPA EntityManagerFactory
instance within a Spring application context.FactoryBean
implementations that
creates a singleton or a prototype object, depending on a flag.TransactionAttributeSource
that caches
attributes for methods and implements a fallback policy: 1. specific target
method; 2. target class; 3. declaring method; 4. declaring class/interface.HandlerMapping
implementations.HandlerMapping
implementations.AbstractHtmlElementTag
.BeanDefinitionDecorators
wishing
to add an interceptor
to the resulting
bean.InterruptibleBatchPreparedStatementSetter
interface, combining the check for available values and setting of those
into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
.AbstractJasperReportsView
to provide basic rendering logic
for views that use a fixed format, e.g. always PDF or always HTML.TargetSource
implementation that will
lazily create a user-managed object.null
).
null
).
LocaleResolver
implementations.MBeanInfoAssembler
interface
that encapsulates the creation of a ModelMBeanInfo
instance
but delegates the creation of metadata to subclasses.HierarchicalMessageSource
interface,
implementing common handling of message variants, making it easy
to implement a specific strategy for a concrete MessageSource.ModelAndView
objects.JtaTransactionManager
and
DataSourceTransactionManager
.PointcutAdvisor
implementations.TargetSource
implementations which maintain a pool of target instances, acquiring and
releasing a target object from the pool for each method invocation.PropertyAccessor
interface.BindingResult
implementations that work with
Spring's PropertyAccessor
mechanism.AbstractMBeanInfoAssembler
superclass to
add a basic algorithm for building metadata based on the
reflective metadata of the MBean class.ApplicationContext
implementations which are supposed to support multiple refreshs,
creating a new internal bean factory instance every time.AbstractRefreshableApplicationContext
subclass which implements the ConfigurablePortletApplicationContext
interface for portlet environments.TargetSource
implementation that
wraps a refreshable target object.AbstractRefreshableApplicationContext
subclass which implements the
ConfigurableWebApplicationContext
interface for web environments.Scope
implementation that reads from a particular scope
in the current thread-bound RequestAttributes
object.Filter
s that perform logging operations before and after a
request is processed.Resource
implementations,
pre-implementing typical behavior.AbstractRoutingDataSource.getConnection()
calls
to one of various target DataSources based on a lookup key.FactoryBean
that creates
a Hibernate SessionFactory
within a Spring application
context.Class
being configured.BeanDefinitionParser
implementations that
need to parse and define just a single BeanDefinition
.ApplicationContext
.ApplicationContexts
.PreparedStatement.setObject
method.ThemeResolver
implementations.MethodInterceptor
implementation for tracing.TransactionStatus
interface.HandlerMapping
implementations.Controllers
that return a view name
based on the request URL.View
implementations.ApplicationContext
implementations, drawing configuration from XML documents containing bean definitions
understood by an XmlBeanDefinitionReader
.accesskey
' attribute.
ActionRequest
,
delegating all calls to the underlying request.Runnable
objects as well as standard Quartz Job
instances.Errors
instance to this
Errors
instance.
Map
into this Map
.
Collection
into this Map
,
using attribute name generation for each element.
javax.activation.DataSource
.
java.io.File
.
org.springframework.core.io.InputStreamResource
.
org.springframework.core.io.InputStreamResource
.
DataSource
to the map of DataSources
maintained by this object.
ObjectError
or FieldError
to the errors list.
javax.activation.DataSource
.
java.io.File
.
org.springframework.core.io.Resource
.
org.springframework.core.InputStreamResource
, and
specifying the content type explicitly.
Object
under the supplied name.
Object
to this Map
used a
generated name
.
addPropertyValue
that takes
a property name and a property value.
ClassLoader.getResource
(also suitable for use with Class.getResource
by prepending a
slash ('/') to the return value.
addTransformer
method.
ParseState
entry representing an advice element.AdviceEntry
class.
ProxyCreatorSupport
objects
Allows for receiving callbacks on activation and change of advice.AdvisorAdapter
beans in the BeanFactory with
an AdvisorAdapterRegistry
(by default the GlobalAdvisorAdapterRegistry
).DefaultAdvisorChainFactory
.
This utility class will be removed in Spring 2.1.ComponentDefinition
that bridges the gap between the advisor bean definition configured
by the <aop:advisor>
tag and the component definition
infrastructure.ParseState
entry representing an advisor.AdvisorEntry
class.
afterCompletion
.
AfterReturningAdvice
and ThrowsAdvice
.afterCompletion
callback: invoked after commit/rollback.
preHandleRender
and preHandleAction
delegate to.
BeanWiringInfoResolver
was
provided, use a ClassNameBeanWiringInfoResolver
as the default.
AbstractJmsListeningContainer.validateConfiguration()
and AbstractJmsListeningContainer.initialize()
.
MBeanServerConnection
is configured and attempts to
detect a local connection if one is not supplied.
proxyInterface
has been specified and then
generates the proxy for the target MBean.
ApplicationContext
.
Properties
configured in the mappings
and
mappingLocations
into the final Properties
instance
used for ObjectName
resolution.
JMXConnector
for the given settings
and exposes the associated MBeanServerConnection
.
MBeanServer
instance.
initialize()
after the container applied all property values.
initialize()
after the container applied all property values.
"methodMap"
, if any.
initFilterBean()
method that might
contain custom initialization of a subclass.
afterCompletion
.
AfterReturningAdvice
.Transactional
.
AspectJAwareAdvisorAutoProxyCreator
subclass that processes all AspectJ
annotation aspects in the current application context, as well as Spring Advisors.Comparator
implementation that checks
Ordered
as well as the
Order
annotation, with an order value provided by an
Ordered
instance overriding a statically defined
annotation value (if any).BeanWiringInfoResolver
that
uses the Configurable annotation to identify which classes need autowiring.JmxAttributeSource
interface that
reads JDK 1.5+ annotations and exposes the corresponding attributes.class
or
method
.TransactionAttributeSource
interface for working with transaction metadata in JDK 1.5+ annotation format.Transactional
annotation.
NamespaceHandler
for the aop
namespace.aop
' namespace tags.AdvisedSupport
configuration objects.ObjectName
with the key being
the static value identity
and the value being the identity hash code of the
managed resource being exposed on the supplied ObjectName
.
ApplicationContext
that it runs in.BeanPostProcessor
implementation that passes the ApplicationContext to beans that implement
the ResourceLoaderAware
, ApplicationEventPublisherAware
,
MessageSourceAware
and/or ApplicationContextAware
interfaces.ApplicationContextException
with the specified detail message and no root cause.
ApplicationContextException
with the specified detail message and the given root cause.
BeanPostProcessors
to the given existing bean
instance, invoking their postProcessAfterInitialization
methods.
BeanPostProcessors
to the given existing bean
instance, invoking their postProcessBeforeInitialization
methods.
postProcessBeforeInstantiation
methods.
currencyTimeLimit
field to the specified
"defaultCurrencyTimeLimit", if any (by default none).
ComponentDefinition
that holds an aspect definition, including its nested pointcuts.ParseState
entry representing an aspect.AnnotationAwareAspectJAutoProxyCreator
class.
ParameterNameDiscoverer
implementation that tries to deduce parameter names
for an advice method from the pointcut expression, returning, and throwing clauses.AbstractAdvisorAutoProxyCreator
subclass that exposes AspectJ's invocation context and understands AspectJ's rules
for advice precedence when multiple pieces of advice come from the same aspect.Pointcut
implementation
that uses the AspectJ weaver to evaluate a pointcut expression.AbstractAspectJAdvice
to the PointcutAdvisor
interface.AspectJProxyFactory
.
Tag
has any ancestor tag
of the supplied type, throwing an IllegalStateException
if not.
AssertThrows
class.
AssertThrows
class.
TaskExecutor
implementations,
offering an overloaded AsyncTaskExecutor.execute(Runnable, long)
variant with
start timeout parameter.makePersistent
method,
which also serves as facility for reattaching objects as of JDO 2.0 final draft.
makePersistentAll
method,
which also serves as facility for reattaching objects as of JDO 2.0 final draft.
AttributeAccessors
, providing
a base implementation of all methods.String
s in attribute name format (lowercase, hyphens separating words)
into property name format (camel-cased).
JmxAttributeSource
interface that
reads metadata via Spring's Attributes
abstraction.TransactionAttributeSource
interface that
reads metadata via Spring's Attributes
abstraction.MBeanInfoAssembler
should be able
to autodetect beans.
MBeanInfoAssembler
to add autodetection logic.FreeMarkerConfig
object via the ApplicationContext.
id
' attribute value for this tag.
id
' attribute.
List
wrapper class that allows for elements to be
automatically populated as they are requested.AutoPopulatingList
that is backed by a standard
ArrayList
and adds new instances of the supplied element Class
to the backing List
on demand.
AutoPopulatingList
that is backed by the supplied List
and adds new instances of the supplied element Class
to the backing
List
on demand.
AutoPopulatingList
that is backed by a standard
ArrayList
and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory
.
AutoPopulatingList
that is backed by the supplied List
and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory
.
List
.BeanFactory
interface to be implemented by bean factories that are capable of
autowiring, provided that they want to expose this functionality for
existing bean instances.JaxRpcServicePostProcessor
that registers bean
mappings for domain objects that follow the JavaBean pattern.converting from a String
.
JdbcTemplate
class.class loader
; that is, the class loader used by the
present bean factory to load bean classes.BeanDefinitions
using the builder pattern.DefaultBeanDefinitionDocumentReader
to handle custom, nested (directly under a <bean>
) tags.DefaultBeanDefinitionDocumentReader
to
handle custom, top-level (directly under <beans>
) tags.XmlReaderContext
.
BeanDefinition
objects, in particular
the property values and constructor argument values contained in them.ParseState
entry representing a bean definition.BeanEntry
class.
BeanFactory
.BeanFactory
.DataSourceLookup
implementation based on a Spring BeanFactory
.BeanFactoryDataSourceLookup
class.
BeanFactoryDataSourceLookup
class.
BeanFactory
,
or a BeanFactory
subclass such as an
ApplicationContext
.BeanFactory
obtained through
a BeanFactoryLocator
.ListableBeanFactory
interface.HandlerMapping
interface that map from URLs to beans with names that start with a slash ("/"),
similar to how Struts maps URLs to action names.Errors
and BindingResult
interfaces, for the registration and evaluation of binding errors on
JavaBean objects.BeanPropertyBindingResult
class.
BeanWrapper
implementation that should be sufficient
for all typical use cases.MethodBeforeAdvice
.beforeCompletion
callback: just invoked before commit.
Transaction.begin
method.
Transaction.begin
method.
DataBinder
's missing field errors,
and for translating a PropertyAccessException
to a
FieldError
.null
).
null
).
null
).
null
).
null
).
null
).
bridge Methods
to the
Method
being bridged.ScriptFactory
implementation
for a BeanShell script.field
to the supplied field list.
String
for the given SQLException
.
MethodInterceptor
for accessing a Burlap service.Resource
implementation for a given byte array.PropertyDescriptor
information for a Java class.PlatformTransactionManager
interface, exposing a method for executing a given callback within a transaction.SimpleFormController
that supports "cancellation"
of form processing.ViewResolver
can
handle the supplied view name.
String
, changing the first letter to
upper case as per Character.toUpperCase(char)
.
PlatformTransactionManager
implementation
that manages local transactions for a single CCI ConnectionFactory.Character
, to populate a property
of type Character
or char
from a String value.input
'
element with a 'type
' of 'checkbox
'.Exception
that was thrown in the body of a test is
an instance of the AssertThrows.getExpectedException()
class (or an
instance of a subclass).
VelocityView.checkTemplate()
to additionally check
that both the layout template and the screen content template can be loaded.
BeanDefinitionBuilder
used to construct a ChildBeanDefinition
.
Classes
, to enable
the direct population of a Class[]
property without having to
use a String
class name property as bridge.ClassEditor
, using the thread
context ClassLoader
.
ClassArrayEditor
, using the given
ClassLoader
.
java.lang.Class
, to enable the direct
population of a Class
property without recourse to having to use a
String class name property as bridge.ClassFilters
.Resource
implementation for class path resources.beginTransaction
implementation does not require any cleanup.
Session
cache, and
cancel all pending saves, updates and deletes.
ActionResponse
.
null
).
null
).
Connection.close
.
Iterator
created by any of the various
iterate(..)
closeIterator(Iterator) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
closeMessageConsumer(MessageConsumer) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageConsumer and ignore any thrown exception.
closeMessageProducer(MessageProducer) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS MessageProducer and ignore any thrown exception.
closeNoCatch() -
Method in class org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closeNoCatch() -
Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Treats errors as fatal.
closeQueueRequestor(QueueRequestor) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueRequestor and ignore any thrown exception.
closeResultSet(ResultSet) -
Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeSession(Session) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Session and ignore any thrown exception.
closeSession(Session) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Perform actual closing of the Hibernate Session,
catching and logging any cleanup exceptions thrown.
closeSession(Session, SessionFactory) -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Close the given Session.
closeSession(Session) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Perform actual closing of the Hibernate Session,
catching and logging any cleanup exceptions thrown.
closeSession(Session, SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Close the given Session.
closeStatement(Statement) -
Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
closeTemplateSource(Object) -
Method in class org.springframework.ui.freemarker.SpringTemplateLoader
closeWebApplicationContext(ServletContext) -
Method in class org.springframework.web.context.ContextLoader
Close Spring's web application context for the given servlet context.
CODE_ORDER -
Static variable in interface org.springframework.core.enums.LabeledEnum
Shared Comparator instance that sorts enumerations by CODE_ORDER
.
CODE_SEPARATOR -
Static variable in class org.springframework.validation.DefaultMessageCodesResolver
The separator that this implementation uses when resolving message codes.
CodebaseAwareObjectInputStream - Class in org.springframework.remoting.rmi
Special ObjectInputStream subclass that falls back to a specified codebase
to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) -
Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) -
Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CollectionFactory - Class in org.springframework.core
Factory for collections, being aware of JDK 1.4+ extended collections
and Commons Collection 3.x's corresponding versions for older JDKs,
as well as JDK 1.5+ concurrent collections and backport-concurrent
versions of those.
CollectionFactory() -
Constructor for class org.springframework.core.CollectionFactory
collectionToCommaDelimitedString(Collection) -
Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Collection, String, String, String) -
Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Collection, String) -
Static method in class org.springframework.util.StringUtils
Convenience method to return a Collection as a delimited (e.g.
CollectionUtils - Class in org.springframework.util
Miscellaneous collection utility methods.
CollectionUtils() -
Constructor for class org.springframework.util.CollectionUtils
COLS_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
ColumnMapRowMapper - Class in org.springframework.jdbc.core
RowMapper
implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key.
ColumnMapRowMapper() -
Constructor for class org.springframework.jdbc.core.ColumnMapRowMapper
commaDelimitedListToSet(String) -
Static method in class org.springframework.util.StringUtils
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) -
Static method in class org.springframework.util.StringUtils
Convert a CSV list into an array of Strings.
COMMAND_NAME_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The name of the 'commandName
' attribute.
COMMAND_NAME_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
The name of the PageContext
attribute under which the
command object name is exposed.
CommAreaRecord - Class in org.springframework.jca.cci.core.support
CCI Record implementation for a COMMAREA, holding a byte array.
CommAreaRecord() -
Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
CommAreaRecord(byte[]) -
Constructor for class org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
commit() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
commit(TransactionStatus) -
Method in interface org.springframework.transaction.PlatformTransactionManager
Commit the given transaction, with regard to its status.
commit(TransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of commit handles participating in existing
transactions and programmatic rollback requests.
commitAll() -
Method in class org.springframework.jms.connection.JmsResourceHolder
commitIfNecessary(Session, Message) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a commit or message acknowledgement, as appropriate.
commitIfNecessary(Session) -
Static method in class org.springframework.jms.support.JmsUtils
Commit the Session if not within a JTA transaction.
commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Execute after successful completion of call, but not after an exception was handled.
CommonsAttributes - Class in org.springframework.metadata.commons
Implementation of the Spring Attributes facade for Commons Attributes.
CommonsAttributes() -
Constructor for class org.springframework.metadata.commons.CommonsAttributes
CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Implementation of the NativeJdbcExtractor interface for the
Jakarta Commons DBCP connection pool.
CommonsDbcpNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commons
Base class for multipart resolvers that use Jakarta Commons FileUpload
1.1 or higher.
CommonsFileUploadSupport() -
Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Instantiate a new CommonsFileUploadSupport with its
corresponding FileItemFactory and FileUpload instances.
CommonsFileUploadSupport.MultipartParsingResult - Class in org.springframework.web.multipart.commons
Holder for a Map of Spring MultipartFiles and a Map of
multipart parameters.
CommonsFileUploadSupport.MultipartParsingResult(Map, Map) -
Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
Create a new MultipartParsingResult.
CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor
implementation that uses
Jakarta Commons HttpClient
to execute POST requests.
CommonsHttpInvokerRequestExecutor() -
Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a new CommonsHttpInvokerRequestExecutor with a default
HttpClient that uses a default MultiThreadedHttpConnectionManager.
CommonsHttpInvokerRequestExecutor(HttpClient) -
Constructor for class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a new CommonsHttpInvokerRequestExecutor with the given
HttpClient instance.
CommonsLogFactoryBean - Class in org.springframework.beans.factory.config
Factory bean for
commons-logging
Log
instances.
CommonsLogFactoryBean() -
Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
CommonsLoggingLogSystem - Class in org.springframework.ui.velocity
Velocity LogSystem implementation for Jakarta Commons Logging.
CommonsLoggingLogSystem() -
Constructor for class org.springframework.ui.velocity.CommonsLoggingLogSystem
CommonsLoggingSessionLog - Class in org.springframework.orm.toplink.support
TopLink 10.1.3+ SessionLog implementation that logs through Commons Logging.
CommonsLoggingSessionLog() -
Constructor for class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
CommonsLoggingSessionLog904 - Class in org.springframework.orm.toplink.support
TopLink 9.0.4 SessionLog implementation that logs through Commons Logging.
CommonsLoggingSessionLog904() -
Constructor for class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
CommonsMultipartFile - Class in org.springframework.web.multipart.commons
MultipartFile implementation for Jakarta Commons FileUpload.
CommonsMultipartFile(FileItem) -
Constructor for class org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - Class in org.springframework.web.multipart.commons
Servlet-based MultipartResolver implementation for
Jakarta Commons FileUpload
1.1 or higher.
CommonsMultipartResolver() -
Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for use as bean.
CommonsMultipartResolver(ServletContext) -
Constructor for class org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for standalone usage.
CommonsPathMapHandlerMapping - Class in org.springframework.web.servlet.handler.metadata
Subclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes
metadata attributes of type PathMap on application Controllers and automatically
wires them into the current servlet's WebApplicationContext.
CommonsPathMapHandlerMapping() -
Constructor for class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
CommonsPoolServerSessionFactory - Class in org.springframework.jms.listener.serversession
ServerSessionFactory implementation that holds ServerSessions
in a configurable Jakarta Commons Pool.
CommonsPoolServerSessionFactory() -
Constructor for class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Create a CommonsPoolServerSessionFactory with default settings.
CommonsPoolTargetSource - Class in org.springframework.aop.target
TargetSource implementation that holds objects in a configurable
Jakarta Commons Pool.
CommonsPoolTargetSource() -
Constructor for class org.springframework.aop.target.CommonsPoolTargetSource
Create a CommonsPoolTargetSource with default settings.
CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
PortletMultipartResolver implementation for
Jakarta Commons FileUpload
1.1 or higher.
CommonsPortletMultipartResolver() -
Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for use as bean.
CommonsPortletMultipartResolver(PortletContext) -
Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for standalone usage.
CommonsRequestLoggingFilter - Class in org.springframework.web.filter
Simple request logging filter that writes the request URI
(and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() -
Constructor for class org.springframework.web.filter.CommonsRequestLoggingFilter
ComparableComparator - Class in org.springframework.util.comparator
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() -
Constructor for class org.springframework.util.comparator.ComparableComparator
compare(Object, Object) -
Method in class org.springframework.beans.support.PropertyComparator
compare(Object, Object) -
Method in class org.springframework.core.OrderComparator
compare(Object, Object) -
Method in class org.springframework.util.comparator.BooleanComparator
compare(Object, Object) -
Method in class org.springframework.util.comparator.ComparableComparator
compare(Object, Object) -
Method in class org.springframework.util.comparator.CompoundComparator
compare(Object, Object) -
Method in class org.springframework.util.comparator.InvertibleComparator
compare(Object, Object) -
Method in class org.springframework.util.comparator.NullSafeComparator
compareTo(Object) -
Method in class org.springframework.core.enums.AbstractLabeledEnum
compile() -
Method in class org.springframework.jdbc.object.RdbmsOperation
Compile this query.
compileInternal() -
Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses must implement this template method to perform their own compilation.
compileInternal() -
Method in class org.springframework.jdbc.object.SqlCall
Overridden method to configure the CallableStatementCreatorFactory
based on our declared parameters.
compileInternal() -
Method in class org.springframework.jdbc.object.SqlOperation
Overridden method to configure the PreparedStatementCreatorFactory
based on our declared parameters.
completeProxiedInterfaces(AdvisedSupport) -
Static method in class org.springframework.aop.framework.AopProxyUtils
Determine the complete set of interfaces to proxy for the given AOP configuration.
completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Handle a throwable, completing the transaction.
ComponentControllerSupport - Class in org.springframework.web.servlet.view.tiles
Convenience class for Spring-aware Tiles component controllers.
ComponentControllerSupport() -
Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
ComponentDefinition - Interface in org.springframework.beans.factory.parsing
Interface that describes the logical view of a set of BeanDefinitions
and BeanReferences
as presented in some configuration context.
componentRegistered(ComponentDefinition) -
Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
componentRegistered(ComponentDefinition) -
Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
Notification that the given component has been registered.
ComposablePointcut - Class in org.springframework.aop.support
Convenient class for building up pointcuts.
ComposablePointcut() -
Constructor for class org.springframework.aop.support.ComposablePointcut
Create a default ComposablePointcut, with ClassFilter.TRUE
and MethodMatcher.TRUE
.
ComposablePointcut(Pointcut) -
Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut based on the given Pointcut.
ComposablePointcut(ClassFilter) -
Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter,
with MethodMatcher.TRUE
.
ComposablePointcut(MethodMatcher) -
Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given MethodMatcher,
with ClassFilter.TRUE
.
ComposablePointcut(ClassFilter, MethodMatcher) -
Constructor for class org.springframework.aop.support.ComposablePointcut
Create a ComposablePointcut for the given ClassFilter and MethodMatcher.
composeName(String, String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
composeName(Name, Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
CompositeComponentDefinition - Class in org.springframework.beans.factory.parsing
ComponentDefinition
implementation that holds one or more nested
ComponentDefinition
instances, aggregating them into a named group
of components.
CompositeComponentDefinition(String, Object) -
Constructor for class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Create a new CompositeComponentDefinition.
CompositeTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Composite TransactionAttributeSource
implementation that iterates
over a given array of TransactionAttributeSource
instances.
CompositeTransactionAttributeSource(TransactionAttributeSource[]) -
Constructor for class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Create a new CompositeTransactionAttributeSource for the given sources.
CompoundComparator - Class in org.springframework.util.comparator
A comparator that chains a sequence of one or more more Comparators.
CompoundComparator() -
Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator[]) -
Constructor for class org.springframework.util.comparator.CompoundComparator
Construct a CompoundComparator from the Comparators in the provided array.
concatenateStringArrays(String[], String[]) -
Static method in class org.springframework.util.StringUtils
Concatenate the given String arrays into one,
with overlapping array elements included twice.
ConcurrencyFailureException - Exception in org.springframework.dao
Exception thrown on concurrency failure.
ConcurrencyFailureException(String) -
Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyFailureException(String, Throwable) -
Constructor for exception org.springframework.dao.ConcurrencyFailureException
Constructor for ConcurrencyFailureException.
ConcurrencyThrottleInterceptor - Class in org.springframework.aop.interceptor
Interceptor that throttles concurrent access, blocking invocations
if a specified concurrency limit is reached.
ConcurrencyThrottleInterceptor() -
Constructor for class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
ConcurrencyThrottleSupport - Class in org.springframework.util
Support class for throttling concurrent access to a specific resource.
ConcurrencyThrottleSupport() -
Constructor for class org.springframework.util.ConcurrencyThrottleSupport
ConcurrentTaskExecutor - Class in org.springframework.scheduling.backportconcurrent
Adapter that takes a JSR-166 backport
edu.emory.mathcs.backport.java.util.concurrent.Executor
and
exposes a Spring TaskExecutor
for it.
ConcurrentTaskExecutor() -
Constructor for class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor,
using a single thread executor as default.
ConcurrentTaskExecutor(Executor) -
Constructor for class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor,
using the given JSR-166 backport concurrent executor.
ConcurrentTaskExecutor - Class in org.springframework.scheduling.concurrent
Adapter that takes a JDK 1.5 java.util.concurrent.Executor
and
exposes a Spring TaskExecutor
for it.
ConcurrentTaskExecutor() -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor,
using a single thread executor as default.
ConcurrentTaskExecutor(Executor) -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor,
using the given JDK 1.5 concurrent executor.
ConditionalTestCase - Class in org.springframework.test
Superclass for tests that allows conditional test execution
at individual test method level.
ConditionalTestCase() -
Constructor for class org.springframework.test.ConditionalTestCase
Default constructor for ConditionalTestCase.
ConditionalTestCase(String) -
Constructor for class org.springframework.test.ConditionalTestCase
Constructor for ConditionalTestCase with a JUnit name.
CONFIG_LOCATION_DELIMITERS -
Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
Any number of these characters are considered delimiters between
multiple context config paths in a single String value.
CONFIG_LOCATION_DELIMITERS -
Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Any number of these characters are considered delimiters between
multiple context paths in a single String value.
CONFIG_LOCATION_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
Name of servlet context parameter that can specify the config location
for the root context, falling back to the implementation's default
otherwise.
CONFIG_LOCATION_PARAM -
Static variable in class org.springframework.web.util.Log4jWebConfigurer
Parameter specifying the location of the Log4J config file
Configurable - Annotation Type in org.springframework.beans.factory.annotation
Marks a class as being eligible for Spring-driven configuration.
ConfigurableApplicationContext - Interface in org.springframework.context
SPI interface to be implemented by most if not all application contexts.
ConfigurableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most bean factories.
ConfigurableJasperReportsView - Class in org.springframework.web.servlet.view.jasperreports
Configurable JasperReports View, allowing to specify the JasperReports exporter
to be specified through bean properties rather than through the view class name.
ConfigurableJasperReportsView() -
Constructor for class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
ConfigurableListableBeanFactory - Interface in org.springframework.beans.factory.config
Configuration interface to be implemented by most listable bean factories.
ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamail
Spring-configurable FileTypeMap
implementation that will read
MIME type to file extension mappings from a standard JavaMail MIME type
mapping file, using a standard MimetypesFileTypeMap
underneath.
ConfigurableMimeFileTypeMap() -
Constructor for class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
ConfigurablePortletApplicationContext - Interface in org.springframework.web.portlet.context
Interface to be implemented by configurable portlet application contexts.
ConfigurablePropertyAccessor - Interface in org.springframework.beans
Interface that encapsulates configuration methods for a PropertyAccessor.
ConfigurableWebApplicationContext - Interface in org.springframework.web.context
Interface to be implemented by configurable web application contexts.
configure(Properties) -
Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
configure(Properties) -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
configureBean(Object, String) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Configure the given bean instance: autowiring bean properties, applying
bean property values, applying factory callbacks such as setBeanName
and setBeanFactory
, and also applying all bean post processors.
configureBean(Object, String) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
configureBean(Object) -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Configure the bean instance.
configureIndentation(Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the indentation settings for the supplied Transformer
.
configureResponse(Map, HttpServletResponse, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied HttpServletResponse
.
configureTransformer(Map, HttpServletResponse, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied Transformer
instance.
CONNECTION_SYNCHRONIZATION_ORDER -
Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
Order value for TransactionSynchronization objects that clean up
JDBC Connections.
ConnectionCallback - Interface in org.springframework.jca.cci.core
Generic callback interface for code that operates on a CCI Connection.
ConnectionCallback - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Connection.
ConnectionFactoryUtils - Class in org.springframework.jca.cci.connection
Helper class that provides static methods for obtaining CCI Connections
from a ConnectionFactory
.
ConnectionFactoryUtils() -
Constructor for class org.springframework.jca.cci.connection.ConnectionFactoryUtils
ConnectionFactoryUtils - Class in org.springframework.jms.connection
Helper class for managing a JMS ConnectionFactory
, in particular
for obtaining transactional JMS resources for a given ConnectionFactory.
ConnectionFactoryUtils() -
Constructor for class org.springframework.jms.connection.ConnectionFactoryUtils
ConnectionFactoryUtils.ResourceFactory - Interface in org.springframework.jms.connection
Callback interface for resource creation.
ConnectionHandle - Interface in org.springframework.jdbc.datasource
Simple interface to be implemented by handles for a JDBC Connection.
ConnectionHolder - Class in org.springframework.jca.cci.connection
Connection holder, wrapping a CCI Connection.
ConnectionHolder(Connection) -
Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
ConnectionHolder - Class in org.springframework.jdbc.datasource
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(ConnectionHandle) -
Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given ConnectionHandle.
ConnectionHolder(Connection) -
Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection,
wrapping it with a SimpleConnectionHandle
,
assuming that there is no ongoing transaction.
ConnectionHolder(Connection, boolean) -
Constructor for class org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection,
wrapping it with a SimpleConnectionHandle
.
ConnectionProxy - Interface in org.springframework.jdbc.datasource
Subinterface of Connection
to be implemented by
Connection proxies.
ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connection
An adapter for a target CCI ConnectionFactory
,
applying the given ConnectionSpec to every standard getConnection()
call, that is, implicitly invoking getConnection(ConnectionSpec)
on the target.
ConnectionSpecConnectionFactoryAdapter() -
Constructor for class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
ConnectorServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean
that creates a JSR-160 JMXConnectorServer
,
optionally registers it with the MBeanServer
and then starts it.
ConnectorServerFactoryBean() -
Constructor for class org.springframework.jmx.support.ConnectorServerFactoryBean
ConsoleListener - Class in org.springframework.context.event
Deprecated. since Spring 1.2.7: doesn't serve any purpose
ConsoleListener() -
Constructor for class org.springframework.context.event.ConsoleListener
Deprecated.
ConstantException - Exception in org.springframework.core
Exception thrown when the Constants
class is asked for
an invalid constant name.
ConstantException(String, String, String) -
Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant name is requested.
ConstantException(String, String, Object) -
Constructor for exception org.springframework.core.ConstantException
Thrown when an invalid constant value is looked up.
Constants - Class in org.springframework.core
This class can be used to parse other classes containing constant definitions
in public static final members.
Constants(Class) -
Constructor for class org.springframework.core.Constants
Create a new Constants converter class wrapping the given class.
CONSTRUCTOR_ARG_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
CONSTRUCTOR_ARG_PREFIX -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Prefix used to denote a constructor argument definition.
ConstructorArgumentEntry - Class in org.springframework.beans.factory.parsing
ParseState
entry representing a (possibly indexed)
constructor argument.
ConstructorArgumentEntry() -
Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry
class
representing a constructor argument with a (currently) unknown index.
ConstructorArgumentEntry(int) -
Constructor for class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
Creates a new instance of the ConstructorArgumentEntry
class
representing a constructor argument at the supplied index
.
ConstructorArgumentValues - Class in org.springframework.beans.factory.config
Holder for constructor argument values, typically as part of a bean definition.
ConstructorArgumentValues() -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Create a new empty ConstructorArgumentValues object.
ConstructorArgumentValues(ConstructorArgumentValues) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues
Deep copy constructor.
ConstructorArgumentValues.ValueHolder - Class in org.springframework.beans.factory.config
Holder for a constructor argument value, with an optional type
attribute indicating the target type of the actual constructor argument.
ConstructorArgumentValues.ValueHolder(Object) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a new ValueHolder for the given value.
ConstructorArgumentValues.ValueHolder(Object, String) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a new ValueHolder for the given value and type.
CONTAINER_PREFIX -
Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a J2EE container
contains(Object) -
Method in class org.springframework.beans.factory.support.ManagedSet
contains(String) -
Method in class org.springframework.beans.MutablePropertyValues
contains(Class) -
Method in exception org.springframework.beans.PropertyBatchUpdateException
contains(String) -
Method in interface org.springframework.beans.PropertyValues
Is there a property value for this property?
contains(Class) -
Method in exception org.springframework.core.NestedCheckedException
Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
contains(Class) -
Method in exception org.springframework.core.NestedRuntimeException
Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
contains(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
contains(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
Check whether the given object is in the Session cache.
contains(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
contains(Object) -
Method in interface org.springframework.orm.jpa.JpaOperations
contains(Object) -
Method in class org.springframework.orm.jpa.JpaTemplate
contains(Object) -
Method in class org.springframework.util.AutoPopulatingList
contains(Iterator, Object) -
Static method in class org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration, Object) -
Static method in class org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
containsAll(Collection) -
Method in class org.springframework.beans.factory.support.ManagedSet
containsAll(Collection) -
Method in class org.springframework.util.AutoPopulatingList
containsAny(Collection, Collection) -
Static method in class org.springframework.util.CollectionUtils
Return true
if any element in 'candidates
' is
contained in 'source
'; otherwise returns false
.
containsBean(String) -
Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean with the given name?
containsBean(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
containsBean(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
containsBean(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
containsBeanDefinition(String) -
Method in interface org.springframework.beans.factory.ListableBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check if this bean factory contains a bean definition with the given name.
containsBeanDefinition(String) -
Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Check if this registry contains a bean definition with the given name.
containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
containsBeanDefinition(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
containsHeader(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
containsInstance(Collection, Object) -
Static method in class org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
containsKey(Object) -
Method in class org.springframework.util.CachingMapDecorator
containsLocalBean(String) -
Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return whether the local bean factory contains a bean of the given name,
ignoring beans defined in ancestor contexts.
containsLocalBean(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
containsLocalBean(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
containsSession(Session) -
Method in class org.springframework.jms.connection.JmsResourceHolder
containsSession(Session) -
Method in class org.springframework.orm.hibernate.SessionHolder
containsSession(Session) -
Method in class org.springframework.orm.hibernate3.SessionHolder
containsSingleton(String) -
Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Check if this registry contains a singleton instance with the given name.
containsSingleton(String) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
containsValue(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
containsValue(Object) -
Method in class org.springframework.util.CachingMapDecorator
containsWhitespace(String) -
Static method in class org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
CONTENT_DISPOSITION_INLINE -
Static variable in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
The default Content-Disposition header.
CONTENT_TYPE_CHARSET_PREFIX -
Static variable in class org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_SERIALIZED_OBJECT -
Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Default content type: "application/x-java-serialized-object"
CONTENT_TYPE_SERIALIZED_OBJECT -
Static variable in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Default content type: "application/x-java-serialized-object"
CONTEXT_CLASS_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to
use: "contextClass"
ContextBeanFactoryReference - Class in org.springframework.context.access
ApplicationContext-specific implementation of BeanFactoryReference,
wrapping a newly created ApplicationContext, closing it on release.
ContextBeanFactoryReference(ApplicationContext) -
Constructor for class org.springframework.context.access.ContextBeanFactoryReference
Create a new ContextBeanFactoryReference for the given context.
ContextClosedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext
gets closed.
ContextClosedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextClosedEvent
Create a new ContextRefreshedEvent
.
contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.util.IntrospectorCleanupListener
contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.util.Log4jConfigListener
contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.util.WebAppRootListener
contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.util.IntrospectorCleanupListener
contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.util.Log4jConfigListener
contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.util.WebAppRootListener
ContextJndiBeanFactoryLocator - Class in org.springframework.context.access
BeanFactoryLocator implementation that creates the BeanFactory from one or
more classpath locations specified in a JNDI environment variable.
ContextJndiBeanFactoryLocator() -
Constructor for class org.springframework.context.access.ContextJndiBeanFactoryLocator
contextKey() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
Return a key for this context.
contextKeyString(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
Subclasses can override this to return a String representation of
their context key for use in logging.
ContextLoader - Class in org.springframework.web.context
Performs the actual initialization work for the root application context.
ContextLoader() -
Constructor for class org.springframework.web.context.ContextLoader
ContextLoaderListener - Class in org.springframework.web.context
Bootstrap listener to start up Spring's root WebApplicationContext
.
ContextLoaderListener() -
Constructor for class org.springframework.web.context.ContextLoaderListener
ContextLoaderPlugIn - Class in org.springframework.web.struts
Struts 1.1+ PlugIn that loads a Spring application context for the Struts
ActionServlet.
ContextLoaderPlugIn() -
Constructor for class org.springframework.web.struts.ContextLoaderPlugIn
ContextLoaderServlet - Class in org.springframework.web.context
Bootstrap servlet to start up Spring's root WebApplicationContext
.
ContextLoaderServlet() -
Constructor for class org.springframework.web.context.ContextLoaderServlet
ContextRefreshedEvent - Class in org.springframework.context.event
Event raised when an ApplicationContext
gets initialized or refreshed.
ContextRefreshedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextRefreshedEvent
Create a new ContextRefreshedEvent
.
ContextSingletonBeanFactoryLocator - Class in org.springframework.context.access
Variant of SingletonBeanFactoryLocator
which creates its internal bean factory reference as an
ApplicationContext
instead of
SingletonBeanFactoryLocator's simple BeanFactory.
ContextSingletonBeanFactoryLocator(String) -
Constructor for class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Constructor which uses the the specified name as the resource name
of the definition file(s).
ControlFlow - Interface in org.springframework.core
Interface to be implemented by objects that can return information about
the current call stack.
ControlFlowFactory - Class in org.springframework.core
Static factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow
implementation class.
ControlFlowFactory() -
Constructor for class org.springframework.core.ControlFlowFactory
ControlFlowPointcut - Class in org.springframework.aop.support
Pointcut and method matcher for use in simple cflow-style pointcut.
ControlFlowPointcut(Class) -
Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all control flows below that class.
ControlFlowPointcut(Class, String) -
Constructor for class org.springframework.aop.support.ControlFlowPointcut
Construct a new pointcut that matches all calls below the
given method in the given class.
Controller - Interface in org.springframework.web.portlet.mvc
Base portlet Controller interface, representing a component that receives
RenderRequest/RenderResponse and ActionRequest/ActionResponse like a
Portlet
but is able to participate in an MVC workflow.
Controller - Interface in org.springframework.web.servlet.mvc
Base Controller interface, representing a component that receives
HttpServletRequest
and HttpServletResponse
instances just like a HttpServlet
but is able to
participate in an MVC workflow.
ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.support
Implementation of HandlerMapping
that follows a simple convention for
generating URL path mappings from the class names of registered
Controller
and
ThrowawayController
beans.
ControllerClassNameHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Conventions - Class in org.springframework.core
Provides methods to support various naming and other conventions used
throughout the framework.
Conventions() -
Constructor for class org.springframework.core.Conventions
convertAndSend(Object) -
Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object
to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object) -
Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
convertAndSend(String, Object) -
Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
convertAndSend(Object, MessagePostProcessor) -
Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the default destination, converting the object
to a JMS message with a configured MessageConverter.
convertAndSend(Destination, Object, MessagePostProcessor) -
Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
convertAndSend(String, Object, MessagePostProcessor) -
Method in interface org.springframework.jms.core.JmsOperations
Send the given object to the specified destination, converting the object
to a JMS message with a configured MessageConverter.
convertAndSend(Object) -
Method in class org.springframework.jms.core.JmsTemplate
convertAndSend(Destination, Object) -
Method in class org.springframework.jms.core.JmsTemplate
convertAndSend(String, Object) -
Method in class org.springframework.jms.core.JmsTemplate
convertAndSend(Object, MessagePostProcessor) -
Method in class org.springframework.jms.core.JmsTemplate
convertAndSend(Destination, Object, MessagePostProcessor) -
Method in class org.springframework.jms.core.JmsTemplate
convertAndSend(String, Object, MessagePostProcessor) -
Method in class org.springframework.jms.core.JmsTemplate
convertBurlapAccessException(Throwable) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Convert the given Burlap access exception to an appropriate
Spring RemoteAccessException.
convertClassLoaderURL(URL) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
convertElement(Object) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
convertExporterParameters() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Converts the exporter parameters passed in by the user which may be keyed
by String
s corresponding to the fully qualified name of the
JRExporterParameter
into parameters which are keyed by
JRExporterParameter
.
convertForProperty(Object, String) -
Method in class org.springframework.beans.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
convertHessianAccessException(Throwable) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate
Spring RemoteAccessException.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception from
the org.springframework.dao hierarchy.
convertHibernateAccessException(HibernateException) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception
from the org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given HibernateException to an appropriate exception
from the org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception
from the org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Convert the given HibernateException to an appropriate exception
from the org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertHttpInvokerAccessException(Throwable) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Convert the given HTTP invoker access exception to an appropriate
Spring RemoteAccessException.
convertIfNecessary(Object, Class) -
Method in class org.springframework.beans.BeanWrapperImpl
convertIfNecessary(Object, Class, MethodParameter) -
Method in class org.springframework.beans.BeanWrapperImpl
convertIfNecessary(Object, Class) -
Method in class org.springframework.beans.SimpleTypeConverter
convertIfNecessary(Object, Class, MethodParameter) -
Method in class org.springframework.beans.SimpleTypeConverter
convertIfNecessary(Object, Class) -
Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class, MethodParameter) -
Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertJdbcAccessException(JDBCException) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
Convert the given JDBCException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdbcAccessException(SQLException) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
Convert the given SQLException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdbcAccessException(JDBCException) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
Convert the given JDBCException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given Hibernate JDBCException to an appropriate exception
from the org.springframework.dao
hierarchy, using the
given SQLExceptionTranslator.
convertJdbcAccessException(SQLException) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Convert the given SQLException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdbcAccessException(JDBCException, SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Convert the given Hibernate JDBCException to an appropriate exception
from the org.springframework.dao
hierarchy, using the
given SQLExceptionTranslator.
convertJdoAccessException(JDOException) -
Method in class org.springframework.orm.jdo.JdoAccessor
Convert the given JDOException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdoAccessException(JDOException) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
Convert the given JDOException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdoAccessException(JDOException) -
Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Convert the given JDOException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertJdoAccessException(JDOException) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Convert the given JDOException to an appropriate exception from the
org.springframework.dao hierarchy.
convertJmsAccessException(JMSException) -
Method in class org.springframework.jms.support.JmsAccessor
Convert the specified checked JMSException
to
a Spring runtime JmsException
equivalent.
convertJmsAccessException(JMSException) -
Static method in class org.springframework.jms.support.JmsUtils
Convert the specified checked JMSException
to
a Spring runtime JmsException
equivalent.
convertJndiName(String) -
Method in class org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name into the actual JNDI name to use.
convertJpaAccessExceptionIfPossible(RuntimeException) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Convert the given runtime exception to an appropriate exception from the
org.springframework.dao
hierarchy.
convertKey(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map key.
convertNumberToTargetClass(Number, Class) -
Static method in class org.springframework.util.NumberUtils
Convert the given number into an instance of the given target class.
convertParameterValue(JRExporterParameter, Object) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the supplied parameter value into the actual type required by the
corresponding JRExporterParameter
.
convertProperties(Properties) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given merged properties, converting property values
if necessary.
convertPropertyValue(String) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property value from the properties source
to the value that should be applied.
convertReportData(Object) -
Static method in class org.springframework.ui.jasperreports.JasperReportsUtils
Convert the given report data value to a JRDataSource
.
convertReportData(Object) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given report data value to a JRDataSource
.
convertRmiAccessException(Method, Throwable, String) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access
in either a RemoteException or a Spring RemoteAccessException (if the
method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access
to Spring's RemoteAccessException if the method signature does not
support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access
to Spring's RemoteAccessException if the method signature does not
support RemoteException.
convertSource(Object) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Convert the supplied Object
into an XSLT Source
if the
Object
type is supported
.
convertToExporterParameter(String) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Convert the given fully qualified field name to a corresponding
JRExporterParameter instance.
convertToModelMBeanNotificationInfo(ManagedNotification) -
Static method in class org.springframework.jmx.export.metadata.JmxMetadataUtils
Convert the supplied ManagedNotification
into the corresponding
ModelMBeanNotificationInfo
.
convertTopLinkAccessException(TopLinkException) -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
Convert the given TopLinkException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertTopLinkAccessException(TopLinkException) -
Static method in class org.springframework.orm.toplink.SessionFactoryUtils
Convert the given TopLinkException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertTopLinkAccessException(TopLinkException) -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Convert the given TopLinkException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertTopLinkAccessException(TopLinkException) -
Method in class org.springframework.orm.toplink.TopLinkAccessor
Convert the given TopLinkException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertTopLinkAccessException(TopLinkException) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Convert the given TopLinkException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertToScriptSource(String, ResourceLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map value.
convertValueToRequiredType(Object, Class) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
CookieGenerator - Class in org.springframework.web.util
Helper class for cookie generation, carrying cookie descriptor settings
as bean properties and being able to add and remove cookie to/from a
given response.
CookieGenerator() -
Constructor for class org.springframework.web.util.CookieGenerator
CookieLocaleResolver - Class in org.springframework.web.servlet.i18n
LocaleResolver
implementation that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the specified default locale
or the request's accept-header locale.
CookieLocaleResolver() -
Constructor for class org.springframework.web.servlet.i18n.CookieLocaleResolver
Creates a new instance of the CookieLocaleResolver
class
using the default cookie name
.
CookieThemeResolver - Class in org.springframework.web.servlet.theme
Implementation of ThemeResolver that uses a cookie sent back to the user
in case of a custom setting, with a fallback to the default theme.
CookieThemeResolver() -
Constructor for class org.springframework.web.servlet.theme.CookieThemeResolver
copy() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a copy of this ValueHolder: that is, an independent
ValueHolder instance with the same contents.
copy(Object) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
Create a detached copy of the given entity object,
using TopLink's default ObjectCopyingPolicy.
copy(Object, ObjectCopyingPolicy) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
Create a detached copy of the given entity object.
copy(Object) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
copy(Object, ObjectCopyingPolicy) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
copy(File, File) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File to the given output File.
copy(byte[], File) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given String to the given output Writer.
COPYABLE_FIELDS -
Static variable in class org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyAll(Collection) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
Create detached copies of all given entity objects,
using TopLink's default ObjectCopyingPolicy.
copyAll(Collection, ObjectCopyingPolicy) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
Create detached copies of all given entity objects.
copyAll(Collection) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
copyAll(Collection, ObjectCopyingPolicy) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
copyAttributesFrom(AttributeAccessor) -
Method in class org.springframework.core.AttributeAccessorSupport
Copy the attributes from the supplied AttributeAccessor to this accessor.
copyConfigurationFrom(AdvisedSupport) -
Method in class org.springframework.aop.framework.AdvisedSupport
Call this method on a new instance created by the no-arg constructor
to create an independent copy of the configuration from the given object.
copyConfigurationFrom(AdvisedSupport, TargetSource, List) -
Method in class org.springframework.aop.framework.AdvisedSupport
Copy the AOP configuration from the given AdvisedSupport object,
but allow substitution of a fresh TargetSource and a given interceptor chain.
copyConfigurationFrom(ConfigurableBeanFactory) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Copy all relevant configuration from the given other factory.
copyConfigurationFrom(ConfigurableBeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
copyConfigurationFrom(ConfigurableBeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
copyConfigurationFrom(ConfigurableBeanFactory) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
copyCustomEditorsTo(PropertyEditorRegistry, String) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the custom editors registered in this instance to the given target registry.
copyDefaultEditorsTo(PropertyEditorRegistrySupport) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
Copy the default editors registered in this instance to the given target registry.
copyFrom(ProxyConfig) -
Method in class org.springframework.aop.framework.ProxyConfig
Copy configuration from the other config object.
copyFrom(AbstractBeanFactoryBasedTargetSource) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Copy configuration from the other AbstractBeanFactoryBasedTargetSource object.
copyModelParameters(Map, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy all entries from the supplied Map into the
parameter set
of the supplied Transformer
.
copyOutputProperties(Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Copy the configured output Properties
, if any, into the
output property set
of the supplied
Transformer
.
copyOverrides(ResourceOverridingShadowingClassLoader) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Copy all overrides from the given ClassLoader.
copyProperties(Object, Object) -
Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the target bean.
copyProperties(Object, Object, Class) -
Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean,
only setting properties defined in the given "editable" class (or interface).
copyProperties(Object, Object, String[]) -
Static method in class org.springframework.beans.BeanUtils
Copy the property values of the given source bean into the given target bean,
ignoring the given "ignoreProperties".
copyPropertiesToBean(Annotation, Object, String...) -
Static method in class org.springframework.beans.annotation.AnnotationBeanUtils
Copy the properties of the supplied Annotation
to the supplied target bean.
copySortDefinition(SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
Create a deep copy of the given sort definition,
for use as state holder to compare a modified sort definition against.
copyTo(MailMessage) -
Method in class org.springframework.mail.SimpleMailMessage
Copy the contents of this message to the given target message.
copyToByteArray(File) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) -
Static method in class org.springframework.util.FileCopyUtils
Copy the contents of the given Reader into a String.
copyTransformers(ShadowingClassLoader) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
Copy all ClassFileTransformers from the given ClassLoader to the list of
transformers that this ClassLoader will apply.
CosMailSenderImpl - Class in org.springframework.mail.cos
Simple implementation of SMTP mail sending on top of Jason Hunter's
MailMessage class that's included in
COS (com.oreilly.servlet).
CosMailSenderImpl() -
Constructor for class org.springframework.mail.cos.CosMailSenderImpl
CosMultipartHttpServletRequest - Class in org.springframework.web.multipart.cos
MultipartHttpServletRequest implementation for Jason Hunter's COS.
CosMultipartHttpServletRequest(HttpServletRequest, MultipartRequest) -
Constructor for class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
CosMultipartResolver - Class in org.springframework.web.multipart.cos
MultipartResolver
implementation for Jason Hunter's
COS (com.oreilly.servlet).
CosMultipartResolver() -
Constructor for class org.springframework.web.multipart.cos.CosMultipartResolver
Constructor for use as bean.
CosMultipartResolver(ServletContext) -
Constructor for class org.springframework.web.multipart.cos.CosMultipartResolver
Constructor for standalone usage.
countAdvicesOfType(Class) -
Method in class org.springframework.aop.framework.AdvisedSupport
Count advices of the given class.
countBeansIncludingAncestors(ListableBeanFactory) -
Static method in class org.springframework.beans.factory.BeanFactoryUtils
Count all beans in any hierarchy in which this factory participates.
countOccurrencesOf(String, String) -
Static method in class org.springframework.util.StringUtils
Count the occurrences of the substring in string s.
countRowsInTable(String) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Count the rows in the given table
create() -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invoke the create() method on the cached EJB home object.
create(Object) -
Method in class org.springframework.util.CachingMapDecorator
Create a value to cache for the given key.
createActionURL() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
createAdvisorIntroducingNamedBean(String) -
Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name, introducing
the NamedBean interface to make the bean name accessible without forcing
the target object to be aware of this Spring IoC concept.
createAdvisorWithoutIntroduction(String) -
Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Create a new advisor that will expose the given bean name,
with no introduction
createAndConfigureMBean(Object, String) -
Method in class org.springframework.jmx.export.MBeanExporter
Creates an MBean that is configured with the appropriate management
interface for the supplied managed resource.
createAndHoldSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
Create a savepoint and hold it for the transaction.
createAopProxy(AdvisedSupport) -
Method in interface org.springframework.aop.framework.AopProxyFactory
Create an AopProxy
for the given AOP configuration.
createAopProxy(AdvisedSupport) -
Method in class org.springframework.aop.framework.DefaultAopProxyFactory
createAopProxy() -
Method in class org.springframework.aop.framework.ProxyCreatorSupport
Subclasses should call this to get a new AOP proxy.
createApplicationContext(String[]) -
Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the ApplicationContext instance, given an array of class path resource
Strings which should be combined
createApplicationContext(String[]) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
Create a Spring ApplicationContext for use by this test.
createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that can join transactions with the
joinTransaction()
method, but is not automatically
managed by the container.
createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that can join transactions with the
joinTransaction()
method, but is not automatically
managed by the container.
createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that can join transactions with the
joinTransaction()
method, but is not automatically
managed by the container.
createApproximateCollection(Object, int) -
Static method in class org.springframework.core.CollectionFactory
Create the most approximate collection for the given collection.
createApproximateMap(Object, int) -
Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
createBean(Class, int, boolean) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class with the specified
autowire strategy.
createBean(Class, int, boolean) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
createBean(String, RootBeanDefinition, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Central method of this class: creates a bean instance,
populates the bean instance, applies post-processors, etc.
createBean(String, RootBeanDefinition, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Create a bean instance for the given bean definition.
createBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues, ClassLoader) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Deprecated. in favor of createBeanDefinition(String, String, ClassLoader)
createBeanDefinition(String, String, ClassLoader) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Create a new RootBeanDefinition or ChildBeanDefinition for the given
class name, parent, constructor arguments, and property values.
createBeanDefinitionDocumentReader() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the BeanDefinitionDocumentReader
to use for actually
reading bean definitions from an XML document.
createBeanFactory(String[]) -
Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Create the BeanFactory instance, given an array of class path resource Strings
which should be combined.
createBeanFactory() -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Create an internal bean factory for this context.
createBeanFactoryBasedTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Subclasses must implement this method to return a new AbstractPrototypeBasedTargetSource
if they wish to create a custom TargetSource for this bean, or null
if they are
not interested it in, in which case no special target source will be created.
createBeanFactoryBasedTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
createBeanFactoryBasedTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
createBeanInstance(String, RootBeanDefinition, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Create a new instance for the specified bean, using an appropriate instantiation strategy:
factory method, constructor autowiring, or simple instantiation.
createBeanWrapper() -
Method in class org.springframework.validation.BeanPropertyBindingResult
Create a new BeanWrapper
for the underlying target object.
createBinder(PortletRequest, Object) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, ThrowawayController) -
Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
Create a new binder instance for the given command and request.
createBshObject(String) -
Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBshObject(String, Class[]) -
Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source,
using the default ClassLoader.
createBshObject(String, Class[], ClassLoader) -
Static method in class org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBurlapProxy(BurlapProxyFactory) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Create the Burlap proxy that is wrapped by this interceptor.
createCallableStatement(Connection) -
Method in interface org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCciTemplate(ConnectionFactory) -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
createClientSession() -
Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a new client Session for this factory's master Session.
createClientSession() -
Method in class org.springframework.orm.toplink.ServerSessionFactory
Create a plain ClientSession for this factory's ServerSession.
createClientSession() -
Method in class org.springframework.orm.toplink.SessionBrokerSessionFactory
Create a plain client SessionBroker for this factory's ServerSession.
createCollection(Class, int) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a Collection of the given type, with the given
initial capacity (if supported by the Collection type).
createColumnMap(int) -
Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createCommand() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Create a new command instance for the command class of this controller.
createCommand() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Create a new command instance for the command class of this controller.
createCompositeInterface(Class[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
createCompositeInterface(Class[]) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
createCompositeInterface(Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
createCompositeInterface(Class[], ClassLoader) -
Static method in class org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
createConcurrentMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Create a concurrent Map if possible: that is, if running on JDK >= 1.5
or if the backport-concurrent library is available.
createConfigInterface(RootBeanDefinition, Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a config interface for the given bean definition, defining setter
methods for the defined property values as well as an init method and
a destroy method (if defined).
createConfiguration() -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Prepare the FreeMarker Configuration and return it.
createConnection() -
Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Connection for registration with a JmsResourceHolder.
createConnection() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
createConnection(String, String) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
createConnection() -
Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Connection via this template's ConnectionFactory.
createConnection() -
Method in class org.springframework.jms.connection.JmsTransactionManager102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
createConnection(String, String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
createConnection() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
createConnection(String, String) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
createConnection() -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e. values of the bean properties) else.
createConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target ConnectionFactory.
createConnection() -
Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Connection via this template's ConnectionFactory.
createConnectionProxy(Connection) -
Method in class org.springframework.jdbc.core.JdbcTemplate
Create a close-suppressing proxy for the given JDBC Connection.
createConnectionSpec(Integer, Boolean, String, String) -
Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Create a WebSphere JDBCConnectionSpec
object for the given charateristics.
createConsumer(Session, Destination, String) -
Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination, String) -
Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Connection, Destination, ServerSessionPool) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
Create a JMS ConnectionConsumer for the given Connection.
createConsumer(Connection, Destination, ServerSessionPool) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a JMS MessageConsumer for the given Session and Destination.
createConsumer(Session, Destination) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each
operation in a transaction.
createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each
operation in a transaction.
createContainerManagedEntityManager(EntityManager, EntityManagerFactoryInfo) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each
operation in a transaction.
createContainerManagedEntityManager(EntityManagerFactory) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each
operation in a transaction.
createContainerManagedEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.ExtendedEntityManagerCreator
Create an EntityManager that automatically joins transactions on each
operation in a transaction.
createContainerManagedEntityManager() -
Method in class org.springframework.test.jpa.AbstractJpaTests
Create an EntityManager that will always automatically enlist itself in current
transactions, in contrast to an EntityManager returned by
EntityManagerFactory.createEntityManager()
(which requires an explicit joinTransaction()
call).
createContextLoader() -
Method in class org.springframework.web.context.ContextLoaderListener
Create the ContextLoader to use.
createContextLoader() -
Method in class org.springframework.web.context.ContextLoaderServlet
Create the ContextLoader to use.
createControlFlow() -
Static method in class org.springframework.core.ControlFlowFactory
Returns an appropriate ControlFlow
instance.
createCookie(String) -
Method in class org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor
settings of this generator (except for "cookieMaxAge").
createCustomException(String, String, SQLException, Class) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a custom DataAccessException, based on a given exception
class from a CustomSQLErrorCodesTranslation definition.
createDatabaseSchema() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object
used for creating the SessionFactory.
createDatabaseSchema() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object
used for creating the SessionFactory.
createDataSource(InputStreamSource, String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDefaultNamespaceHandlerResolver() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the default implementation of NamespaceHandlerResolver
used if none is specified.
createDefaultStrategy(ApplicationContext, Class) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Create a default strategy.
createDefaultStrategy(ApplicationContext, Class) -
Method in class org.springframework.web.servlet.DispatcherServlet
Create a default strategy.
createDefaultTaskExecutor() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Create a default TaskExecutor.
createDefinition(String, String) -
Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Actually creates definition in the form of a BeanFactory, given a resource name
which supports standard Spring resource prefixes ('classpath:', 'classpath*:', etc.)
createDefinition(String, String) -
Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Overrides the default method to create definition object as an ApplicationContext
instead of the default BeanFactory.
createDefinitionsFactory(DefinitionsFactoryConfig) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Create the Tiles DefinitionsFactory and expose it to the ServletContext.
createDirectFieldAccessor() -
Method in class org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldAccessor for the underlying target object.
createDocumentBuilder(DocumentBuilderFactory, EntityResolver, ErrorHandler) -
Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create a JAXP DocumentBuilder that this bean definition reader
will use for parsing XML documents.
createDocumentBuilderFactory(int, boolean) -
Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create the DocumentBuilderFactory
instance.
createElement(int) -
Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
Create the element for the supplied index.
createEntityManager() -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain a new EntityManager from this accessor's EntityManagerFactory.
createEntityManager(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Create a JPA EntityManager to be bound to a request.
createEntityManagerFactoryProxy(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Create a proxy of the given EntityManagerFactory.
createEntityManagerForTransaction() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
Create a JPA EntityManager to be used for a transaction.
createEntityManagerProxy(EntityManager) -
Method in class org.springframework.orm.jpa.JpaTemplate
Create a close-suppressing proxy for the given JPA EntityManager.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService
instance.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService
instance.
createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Create a JasperReports exporter for a specific output format,
which will be used to render the report to the HTTP response.
createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Returns a new instance of the specified JRExporter
class.
createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
createExporter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
createFileTypeMap(Resource, String[]) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Compile a FileTypeMap from the mappings in the given mapping file and the
given mapping entries.
createHelper(XmlReaderContext, Element) -
Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
createHessianProxy(HessianProxyFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHibernateTemplate(SessionFactory) -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHibernateTemplate(SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createIdentityMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Create an identity Map if possible: that is, if running on JDK >= 1.4
or if Commons Collections 3.x is available.
createIndexedRecord(String) -
Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
createIndexedRecord(String) -
Method in class org.springframework.jca.cci.core.CciTemplate
Create an indexed Record through the ConnectionFactory's RecordFactory.
createInitialContext() -
Method in class org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable) -
Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation,
creating a new SimpleNamingContext instance.
createInputRecord(RecordFactory, Object) -
Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
createInputRecord(RecordFactory, Object) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to generate an input Record
from an input object passed into the execute
method.
createInstance() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Template method that subclasses must override to construct
the object returned by this factory.
createInstance() -
Method in class org.springframework.beans.factory.config.ListFactoryBean
createInstance() -
Method in class org.springframework.beans.factory.config.MapFactoryBean
createInstance() -
Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
createInstance() -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Template method that subclasses may override to construct the object
returned by this factory.
createInstance() -
Method in class org.springframework.beans.factory.config.SetFactoryBean
createInstance() -
Method in class org.springframework.context.support.ResourceMapFactoryBean
Create the Map instance, populated with keys and Resource values.
createInterceptorDefinition(Node) -
Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
Subclasses should implement this method to return the BeanDefinition
for the interceptor they wish to apply to the bean being decorated.
createInvocationTraceName(MethodInvocation) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Create a String
name for the given MethodInvocation
that can be used for trace/logging purposes.
createJaxRpcService() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Create a JAX-RPC Service according to the parameters of this factory.
createJdbcTemplate(DataSource) -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Create a JdbcTemplate for the given DataSource.
createJdoTemplate(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Create a JdoTemplate for the given PersistenceManagerFactory.
createJmsTemplate(ConnectionFactory) -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
Create a JmsTemplate for the given ConnectionFactory.
createJobInstance(TriggerFiredBundle) -
Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
Create an instance of the specified job class.
createJobInstance(TriggerFiredBundle) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Create the job instance, populating it with property values taken
from the scheduler context, job data map and trigger data map.
createJpaTemplate(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Create a JpaTemplate for the given EntityManagerFactory.
createJpaTemplate(EntityManager) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Create a JpaTemplate for the given EntityManager.
createJRubyObject(String, Class[]) -
Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source,
using the default ClassLoader
.
createJRubyObject(String, Class[], ClassLoader) -
Static method in class org.springframework.scripting.jruby.JRubyScriptUtils
Create a new JRuby-scripted object from the given script source.
createLinkedCaseInsensitiveMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Create a linked case-insensitive Map if possible: if Commons Collections
3.x is available, a CaseInsensitiveMap with ListOrderedMap decorator will
be created.
createLinkedMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Create a linked Map if possible: that is, if running on JDK >= 1.4
or if Commons Collections 3.x is available.
createLinkedSetIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Create a linked Set if possible: that is, if running on JDK >= 1.4
or if Commons Collections 3.x is available.
createListenerConsumer(Session) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Create a MessageConsumer for the given JMS Session,
registering a MessageListener for the specified listener.
createListenerConsumer(Session) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Create a MessageConsumer for the given JMS Session,
registering a MessageListener for the specified listener.
createListenerSession() -
Method in interface org.springframework.jms.listener.serversession.ListenerSessionManager
Create a new JMS Session, pre-populated with this manager's
MessageListener.
createListenerSession() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
Create a JMS Session with the specified listener registered.
createLob(PreparedStatement, boolean, OracleLobHandler.LobCallback) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Create a LOB instance for the given PreparedStatement,
populating it via the given callback.
createMainInterceptor() -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Create the "main" interceptor for this proxy factory bean.
createMainInterceptor() -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Creates an advisor for this FactoryBean's TransactionInterceptor.
createManagedClientSession() -
Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a "managed" client Session reference for an underlying
client Session created for this factory.
createManagedClientSession() -
Method in interface org.springframework.orm.toplink.SessionFactory
Create a new managed TopLink client Session for the current context.
createManagedClientSession() -
Method in class org.springframework.orm.toplink.SingleSessionFactory
Throws an UnsupportedOperationException: SingleSessionFactory does not
support managed client Sessions.
createMap(Class, int) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Create a Map of the given type, with the given
initial capacity (if supported by the Map type).
createMap(Connection) -
Method in interface org.springframework.jdbc.core.ParameterMapper
Create a Map of input parameters, keyed by name.
createMappedRecord(String) -
Method in class org.springframework.jca.cci.connection.NotSupportedRecordFactory
createMappedRecord(String) -
Method in class org.springframework.jca.cci.core.CciTemplate
Create a mapped Record from the ConnectionFactory's RecordFactory.
createMBeanServer(String, boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer
instance and register it with the
MBeanServerFactory
, if desired.
createMessage(Session) -
Method in interface org.springframework.jms.core.MessageCreator
Create a Message
to be sent.
createMessage(HttpServletRequest, String, String) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageForByteArray(byte[], Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS BytesMessage for the given byte array.
createMessageForMap(Map, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS MapMessage for the given Map.
createMessageFormat(String, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
Create a MessageFormat for the given message and Locale.
createMessageForNoExceptionThrown() -
Method in class org.springframework.test.AssertThrows
Creates the failure message used if the test fails
(i.e. the expected exception is not thrown in the body of the test).
createMessageForSerializable(Serializable, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS ObjectMessage for the given Serializable object.
createMessageForString(String, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
Create a JMS TextMessage for the given String.
createMessageForWrongThrownExceptionType(Exception) -
Method in class org.springframework.test.AssertThrows
Creates the failure message used if the wrong type
of Exception
is thrown in the body of the test.
createMessageSource(String) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename,
to be used as MessageSource for the corresponding theme.
createMimeMessage() -
Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session
of this sender.
createMimeMessage(InputStream) -
Method in interface org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session
of this sender, using the given input stream as the message source.
createMimeMessage() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified
default encoding and default FileTypeMap.
createMimeMessage(InputStream) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
createMimeMultiparts(MimeMessage, int) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used
to store attachments on the one hand and text(s) and inline elements
on the other hand.
createModelMBean() -
Method in class org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean
.
createModelMBeanOperationInfo(Method, String, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo
for the
given method.
createNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Subclasses must implement this method to create the EntityManagerFactory
that will be returned by the getObject() method
createNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
createNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
Initialize the EntityManagerFactory for the given configuration.
createObject() -
Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Subclasses should implement this method to return the lazy initialized object.
createObjectInputStream(InputStream, String) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createObjectInputStream(InputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Create an ObjectInputStream for the given InputStream.
createObjectOutputStream(OutputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Create an ObjectOutputStream for the given OutputStream.
createObjectPool() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Subclasses can override this if they want to return a specific Commons pool.
createObjectPool(ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Subclasses can override this if they want to return a specific Commons pool.
createParameterNameDiscoverer() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Create a ParameterNameDiscoverer to be used for argument binding.
createPersistenceManagerProxy(PersistenceManager) -
Method in class org.springframework.orm.jdo.JdoTemplate
Create a close-suppressing proxy for the given JDO PersistenceManager.
createPointcut() -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Create the actual pointcut: By default, a Perl5RegexpMethodPointcut
will be created if Perl5 syntax is enforced or when running on JDK 1.3.
createPointcutExpression(Method, Class, String[]) -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
The pointcut and advice annotations both have an "argNames" member which contains a
comma-separated list of the argument names.
createPool() -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Create the pool.
createPool() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Creates and holds an ObjectPool instance.
createPoolableObjectFactory(ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Create a Commons PoolableObjectFactory adapter for the given session manager.
createPortletApplicationContext(ApplicationContext) -
Method in class org.springframework.web.portlet.FrameworkPortlet
Instantiate the Portlet ApplicationContext for this portlet, either a default
XmlPortletApplicationContext or a custom context class if set.
createPostMethod(HttpInvokerClientConfiguration) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Create a PostMethod for the given configuration.
createPreparedStatement(Connection) -
Method in interface org.springframework.jdbc.core.PreparedStatementCreator
Create a statement in this connection.
createProducer(Session, Destination) -
Method in class org.springframework.jms.core.JmsTemplate
Create a JMS MessageProducer for the given Session and Destination,
configuring it to disable message ids and/or timestamps (if necessary).
createProxy(Class, String, Object[], TargetSource) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create an AOP proxy for the given bean.
createQueue(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueueConnection() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
createQueueConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
createQueueConnection() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
createQueueConnection() -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e. values of the bean properties) else.
createQueueConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target QueueConnectionFactory.
createReaderContext(Resource) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the XmlReaderContext
to pass over to the document reader.
createRecord(RecordCreator) -
Method in class org.springframework.jca.cci.core.CciTemplate
Invoke the given RecordCreator, converting JCA ResourceExceptions
to Spring's DataAccessException hierarchy.
createRecord(RecordFactory) -
Method in interface org.springframework.jca.cci.core.RecordCreator
Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
createRecord(RecordFactory) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
createRefreshableProxy(TargetSource, Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a refreshable proxy for the given AOP TargetSource.
createRelative(String) -
Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming
that relative resources cannot be created for this resource.
createRelative(String) -
Method in class org.springframework.core.io.ClassPathResource
This implementation creates a ClassPathResource, applying the given path
relative to the path of the underlying resource of this descriptor.
createRelative(String) -
Method in class org.springframework.core.io.FileSystemResource
This implementation creates a FileSystemResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
createRelative(String) -
Method in interface org.springframework.core.io.Resource
Create a resource relative to this resource.
createRelative(String) -
Method in class org.springframework.core.io.UrlResource
This implementation creates a UrlResource, applying the given path
relative to the path of the underlying URL of this resource descriptor.
createRelative(String) -
Method in class org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
createRelative(String) -
Method in class org.springframework.web.portlet.context.PortletContextResource
createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.remoting.support.DefaultRemoteInvocationFactory
createRemoteInvocation(MethodInvocation) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) -
Method in interface org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP
MethodInvocation.
createRenderURL() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
createRequestContext(HttpServletRequest, Map) -
Method in class org.springframework.web.servlet.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createRequestMessage(Session, RemoteInvocation) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create the invoker request message.
createResponseMessage(Message, Session, RemoteInvocationResult) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Create the invocation result response message.
createResult(HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the XSLT Result
used to render the result of the transformation.
createSavepoint() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
Create a new JDBC 3.0 Savepoint for the current Connection,
using generated savepoint names that are unique for the Connection.
createSavepoint() -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation creates a JDBC 3.0 Savepoint and returns it.
createSavepoint() -
Method in interface org.springframework.transaction.SavepointManager
Create a new savepoint.
createSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the
underlying transaction, if possible.
createScheduler(SchedulerFactory, String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createScriptedObjectBeanDefinition(RootBeanDefinition, String, ScriptSource, Class[]) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a bean definition for the scripted object, based on the given script
definition, extracting the definition data that is relevant for the scripted
object (that is, everything but bean class and constructor arguments).
createScriptFactoryBeanDefinition(RootBeanDefinition) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a ScriptFactory bean definition based on the given script definition,
extracting only the definition data that is relevant for the ScriptFactory
(that is, only bean class and constructor arguments).
createServerSession(ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
Create a new poolable ServerSession.
createServerSessionPool() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
Create a JMS ServerSessionPool for the specified message listener,
via this container's ServerSessionFactory.
createService(ServiceFactory) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Actually create the JAX-RPC Service instance,
based on this factory's settings.
createServiceFactory() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Create a JAX-RPC ServiceFactory, either of the specified class
or the default.
createServiceLocatorException(Constructor, BeansException) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Create a service locator exception for the given cause.
createSession(Connection) -
Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Create a new JMS Session for registration with a JmsResourceHolder.
createSession(Connection) -
Method in class org.springframework.jms.connection.JmsTransactionManager
Create a JMS Session for the given Connection.
createSession(Connection) -
Method in class org.springframework.jms.connection.JmsTransactionManager102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.core.JmsTemplate102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Session for the given Connection.
createSession() -
Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a plain client Session for this factory's master Session.
createSession() -
Method in class org.springframework.orm.toplink.SessionBrokerSessionFactory
Try to create a client Session; fall back to the master Session,
if no client Session can be created (because of the session broker's
configuration).
createSession() -
Method in interface org.springframework.orm.toplink.SessionFactory
Create a plain TopLink Session for the current application context.
createSession() -
Method in class org.springframework.orm.toplink.SingleSessionFactory
Return the held TopLink Session as-is.
createSessionFactory() -
Method in class org.springframework.orm.toplink.LocalSessionFactory
Create a TopLink SessionFactory according to the configuration settings.
createSessionProxy(Session) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createSessionProxy(Session) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Create a close-suppressing proxy for the given Hibernate Session.
createShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractJpaTests
NB: This method must not have a return type of ShadowingClassLoader as that would cause that
class to be loaded eagerly when this test case loads, creating verify errors at runtime.
createSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Create a shared Connection for this container.
createSharedEntityManager(EntityManagerFactory) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a shared transactional EntityManager proxy,
given this EntityManagerFactory
createSharedEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a shared transactional EntityManager proxy,
given this EntityManagerFactory
createSharedEntityManager(EntityManagerFactory, Map, Class...) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a shared transactional EntityManager proxy,
given this EntityManagerFactory
createSqlRowSet(ResultSet) -
Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a SqlRowSet that wraps the given ResultSet,
representing its data in a disconnected fashion.
createSubcontext(String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
createSubcontext(Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
createTagWriter() -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Create the TagWriter
which all output will be written to.
createTargetSource(Object) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Determine a TargetSource for the given target (or TargetSource).
createThread(Runnable) -
Method in class org.springframework.util.CustomizableThreadCreator
Template method for the creation of a Thread.
createTimer() -
Method in class org.springframework.jca.support.SimpleBootstrapContext
createTimer(String, boolean) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
Create a new Timer instance.
createTimer(boolean) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated. as of Spring 2.0.1, in favor of TimerFactoryBean.createTimer(String, boolean)
createTimer() -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Create a new Timer
instance.
createTopicConnection() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
createTopicConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
createTopicConnection() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
createTopicConnection() -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e. values of the bean properties) else.
createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target TopicConnectionFactory.
createTopLinkTemplate(SessionFactory) -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Create a TopLinkTemplate for the given SessionFactory.
createTransactionAwareSession() -
Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a transaction-aware Session reference for this factory's master Session,
expecting transactions to be registered for this SessionFactory.
createTransactionAwareSession(SessionFactory) -
Method in class org.springframework.orm.toplink.AbstractSessionFactory
Create a transaction-aware Session reference for this factory's master Session,
expecting transactions to be registered for the given SessionFactory.
createTransactionAwareSession() -
Method in interface org.springframework.orm.toplink.SessionFactory
Create a new transaction-aware TopLink Session that exposes the currently
active Session and UnitOfWork via Session.getActiveSession()
and Session.getActiveUnitOfWork()
, respectively.
createTransactionAwareSession() -
Method in class org.springframework.orm.toplink.SingleSessionFactory
Throws an UnsupportedOperationException: SingleSessionFactory does not
support transaction-aware Sessions.
createTransactionIfNecessary(Method, Class) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary, based on the given method and class.
createTransactionIfNecessary(TransactionAttribute, String) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary based on the given TransactionAttribute.
createTransformer(Templates) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Create the Transformer
instance used to prefer the XSLT transformation.
createTypeValue(Connection, int, String) -
Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject
.
createURI(String) -
Method in class org.springframework.beans.propertyeditors.URIEditor
Create a URI instance for the given (resolved) String value.
createVelocityContext(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Overridden to create a ChainedContext, which is part of the view package
of Velocity Tools, as special context.
createVelocityContext(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model,
to be passed to the template for merging.
createVelocityContext(Map) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
Create a Velocity Context instance for the given model,
to be passed to the template for merging.
createVelocityEngine() -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
Prepare the VelocityEngine instance and return it.
createView(String, Locale) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Create the actual View object.
createView(String, Locale) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Overridden to implement check for "redirect:" prefix.
createWebApplicationContext(ServletContext, ApplicationContext) -
Method in class org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either the
default context class or a custom context class if specified.
createWebApplicationContext(WebApplicationContext) -
Method in class org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default
XmlWebApplicationContext
or a custom context class
, if set.
createWebApplicationContext(WebApplicationContext) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
Instantiate the WebApplicationContext for the ActionServlet, either a default
XmlWebApplicationContext or a custom context class if set.
createXsltSource(Map, String, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Return the XML Source
to transform.
CronTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz's CronTrigger
class, making bean-style usage easier.
CronTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
currentFormObject(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
Return the current form object to use for binding and further processing,
based on the passed-in form object as found in the HttpSession.
currentInvocation() -
Static method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
Return the AOP Alliance MethodInvocation object associated with the current invocation.
currentJoinPoint() -
Static method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Lazily instantiate joinpoint for the current invocation.
currentProxy() -
Static method in class org.springframework.aop.framework.AopContext
Try to return the current AOP proxy.
currentRequestAttributes() -
Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
currentSession() -
Method in class org.springframework.orm.hibernate3.SpringSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentTransactionInfo() -
Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Subclasses can use this to return the current TransactionInfo.
currentTransactionStatus() -
Static method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction status of the current method invocation.
CustomBooleanEditor - Class in org.springframework.beans.propertyeditors
Property editor for Boolean/boolean properties.
CustomBooleanEditor(boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes"
and "false"/"off"/"no" as recognized String values.
CustomBooleanEditor(String, String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance,
with configurable String values for true and false.
CustomCollectionEditor - Class in org.springframework.beans.propertyeditors
Property editor for Collections, converting any source Collection
to a given target Collection type.
CustomCollectionEditor(Class) -
Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type,
keeping an incoming null
as-is.
CustomCollectionEditor(Class, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
CustomDateEditor - Class in org.springframework.beans.propertyeditors
PropertyEditor for java.util.Date
, supporting a custom
java.text.DateFormat
.
CustomDateEditor(DateFormat, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat
for parsing and rendering.
CustomDateEditor(DateFormat, boolean, int) -
Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat
for parsing and rendering.
CustomEditorConfigurer - Class in org.springframework.beans.factory.config
BeanFactoryPostProcessor
implementation that allows for convenient
registration of custom property editors
.
CustomEditorConfigurer() -
Constructor for class org.springframework.beans.factory.config.CustomEditorConfigurer
CustomizableThreadCreator - Class in org.springframework.util
Simple customizable helper class for creating threads.
CustomizableThreadCreator() -
Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with default thread name prefix.
CustomizableThreadCreator(String) -
Constructor for class org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with the given thread name prefix.
CustomizableThreadFactory - Class in org.springframework.scheduling.backportconcurrent
Implementation of the JSR-166 backport
ThreadFactory
interface,
allowing for customizing the created threads (name, priority, etc).
CustomizableThreadFactory() -
Constructor for class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) -
Constructor for class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.
CustomizableThreadFactory - Class in org.springframework.scheduling.concurrent
Implementation of the JDK 1.5 ThreadFactory
interface, allowing for customizing the created threads (name, priority, etc).
CustomizableThreadFactory() -
Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) -
Constructor for class org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.
CustomizableTraceInterceptor - Class in org.springframework.aop.interceptor
MethodInterceptor
implementation that allows for highly customizable
method-level tracing, using placeholders.
CustomizableTraceInterceptor() -
Constructor for class org.springframework.aop.interceptor.CustomizableTraceInterceptor
customize(GroovyObject) -
Method in interface org.springframework.scripting.groovy.GroovyObjectCustomizer
Customize the supplied GroovyObject
.
customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Customize the internal bean factory used by this context.
customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
Customize the internal bean factory of the ApplicationContext used by this test.
customizeProxyFactory(ProxyFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses may choose to implement this: for example,
to change the interfaces exposed.
customizeResourceOverridingShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractAspectjJpaTests
customizeResourceOverridingShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractJpaTests
Customize the shadowing class loader.
CustomMapEditor - Class in org.springframework.beans.propertyeditors
Property editor for Maps, converting any source Map
to a given target Map type.
CustomMapEditor(Class) -
Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type,
keeping an incoming null
as-is.
CustomMapEditor(Class, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomMapEditor
Create a new CustomMapEditor for the given target type.
CustomNumberEditor - Class in org.springframework.beans.propertyeditors
Property editor for any Number subclass like Integer, Long, Float, Double.
CustomNumberEditor(Class, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the default
valueOf
methods for parsing and toString
methods for rendering.
CustomNumberEditor(Class, NumberFormat, boolean) -
Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the given NumberFormat
for parsing and rendering.
CustomScopeConfigurer - Class in org.springframework.beans.factory.config
Simple BeanFactoryPostProcessor
implementation that registers
custom Scope(s)
with the containing ConfigurableBeanFactory
.
CustomScopeConfigurer() -
Constructor for class org.springframework.beans.factory.config.CustomScopeConfigurer
CustomSQLErrorCodesTranslation - Class in org.springframework.jdbc.support
JavaBean for holding Custom JDBC Error Codes translation for a particular
database.
CustomSQLErrorCodesTranslation() -
Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
customTranslate(String, String, SQLException) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Subclasses can override this method to attempt a custom mapping from SQLException
to DataAccessException.
D
- DaoSupport - Class in org.springframework.dao.support
- Generic base class for DAOs, defining template methods for DAO initialization.
- DaoSupport() -
Constructor for class org.springframework.dao.support.DaoSupport
-
- DataAccessException - Exception in org.springframework.dao
- Root of the hierarchy of data access exceptions discussed in
Expert One-On-One J2EE Design and Development.
- DataAccessException(String) -
Constructor for exception org.springframework.dao.DataAccessException
- Constructor for DataAccessException.
- DataAccessException(String, Throwable) -
Constructor for exception org.springframework.dao.DataAccessException
- Constructor for DataAccessException.
- DataAccessResourceFailureException - Exception in org.springframework.dao
- Data access exception thrown when a resource fails completely:
for example, if we can't connect to a database using JDBC.
- DataAccessResourceFailureException(String) -
Constructor for exception org.springframework.dao.DataAccessResourceFailureException
- Constructor for ResourceFailureDataAccessException.
- DataAccessResourceFailureException(String, Throwable) -
Constructor for exception org.springframework.dao.DataAccessResourceFailureException
- Constructor for ResourceFailureDataAccessException.
- DataAccessUtils - Class in org.springframework.dao.support
- Miscellaneous utility methods for DAO implementations.
- DataAccessUtils() -
Constructor for class org.springframework.dao.support.DataAccessUtils
-
- Database - Enum in org.springframework.orm.jpa.vendor
- Enumeration for common database platforms.
- DatabaseMetaDataCallback - Interface in org.springframework.jdbc.support
- A callback interface used by the JdbcUtils class.
- DatabaseStartupValidator - Class in org.springframework.jdbc.support
- Bean that checks if a database has already started up.
- DatabaseStartupValidator() -
Constructor for class org.springframework.jdbc.support.DatabaseStartupValidator
-
- DataBinder - Class in org.springframework.validation
- Binder that allows for setting property values onto a target object,
including support for validation and binding result analysis.
- DataBinder(Object) -
Constructor for class org.springframework.validation.DataBinder
- Create a new DataBinder instance, with default object name.
- DataBinder(Object, String) -
Constructor for class org.springframework.validation.DataBinder
- Create a new DataBinder instance.
- DataFieldMaxValueIncrementer - Interface in org.springframework.jdbc.support.incrementer
- Interface that defines contract of incrementing any data store field's
maximum value.
- DataIntegrityViolationException - Exception in org.springframework.dao
- Exception thrown when an attempt to insert or update data
results in violation of an integrity constraint.
- DataIntegrityViolationException(String) -
Constructor for exception org.springframework.dao.DataIntegrityViolationException
- Constructor for DataIntegrityViolationException.
- DataIntegrityViolationException(String, Throwable) -
Constructor for exception org.springframework.dao.DataIntegrityViolationException
- Constructor for DataIntegrityViolationException.
- DataRetrievalFailureException - Exception in org.springframework.dao
- Exception thrown if certain expected data could not be retrieved, e.g.
- DataRetrievalFailureException(String) -
Constructor for exception org.springframework.dao.DataRetrievalFailureException
- Constructor for DataRetrievalFailureException.
- DataRetrievalFailureException(String, Throwable) -
Constructor for exception org.springframework.dao.DataRetrievalFailureException
- Constructor for DataRetrievalFailureException.
- DataSourceLookup - Interface in org.springframework.jdbc.datasource.lookup
- Strategy interface for looking up DataSources by name.
- DataSourceLookupFailureException - Exception in org.springframework.jdbc.datasource.lookup
- Exception to be thrown by a DataSourceLookup implementation,
indicating that the specified DataSource could not be obtained.
- DataSourceLookupFailureException(String) -
Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
- Constructor for DataSourceLookupFailureException.
- DataSourceLookupFailureException(String, Throwable) -
Constructor for exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
- Constructor for DataSourceLookupFailureException.
- DataSourceTransactionManager - Class in org.springframework.jdbc.datasource
PlatformTransactionManager
implementation for a single JDBC DataSource
.- DataSourceTransactionManager() -
Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
- Create a new DataSourceTransactionManager instance.
- DataSourceTransactionManager(DataSource) -
Constructor for class org.springframework.jdbc.datasource.DataSourceTransactionManager
- Create a new DataSourceTransactionManager instance.
- DataSourceUtils - Class in org.springframework.jdbc.datasource
- Helper class that provides static methods for obtaining JDBC Connections from
a
DataSource
. - DataSourceUtils() -
Constructor for class org.springframework.jdbc.datasource.DataSourceUtils
-
- DB2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
- DataFieldMaxValueIncrementer that retrieves the next value of a given DB2 sequence.
- DB2SequenceMaxValueIncrementer() -
Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
- Default constructor.
- DB2SequenceMaxValueIncrementer(DataSource, String) -
Constructor for class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
- Convenience constructor.
- DeadlockLoserDataAccessException - Exception in org.springframework.dao
- Generic exception thrown when the current process was
a deadlock loser, and its transaction rolled back.
- DeadlockLoserDataAccessException(String, Throwable) -
Constructor for exception org.springframework.dao.DeadlockLoserDataAccessException
- Constructor for DeadlockLoserDataAccessException.
- DebugInterceptor - Class in org.springframework.aop.interceptor
- AOP Alliance
MethodInterceptor
that can be introduced in a chain
to display verbose information about intercepted invocations to the logger. - DebugInterceptor() -
Constructor for class org.springframework.aop.interceptor.DebugInterceptor
- Create a new DebugInterceptor with a static logger.
- DebugInterceptor(boolean) -
Constructor for class org.springframework.aop.interceptor.DebugInterceptor
- Create a new DebugInterceptor with dynamic or static logger,
according to the given flag.
- declareParameter(SqlParameter) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Declare a parameter for this operation.
- declareParameter(SqlParameter) -
Method in class org.springframework.jdbc.object.StoredProcedure
- Declare a parameter.
- DeclareParentsAdvisor - Class in org.springframework.aop.aspectj
- Introduction advisor delegating to the given object.
- DeclareParentsAdvisor(Class, String, Class) -
Constructor for class org.springframework.aop.aspectj.DeclareParentsAdvisor
- Create a new advisor for this DeclareParents field.
- declaresException(Method, Class) -
Static method in class org.springframework.util.ReflectionUtils
- Determine whether the given method explicitly declares the given exception
or one of its superclasses, which means that an exception of that type
can be propagated as-is within a reflective invocation.
- decodeRequestString(HttpServletRequest, String) -
Method in class org.springframework.web.util.UrlPathHelper
- Decode the given source string with a URLDecoder.
- decorate(Node, BeanDefinitionHolder, ParserContext) -
Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
-
- decorate(Node, BeanDefinitionHolder, ParserContext) -
Method in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
- Parse the specified
Node
(either an element or an attribute) and decorate
the supplied BeanDefinition
,
returning the decorated definition.
- decorate(Node, BeanDefinitionHolder, ParserContext) -
Method in interface org.springframework.beans.factory.xml.NamespaceHandler
- Parse the specified
Node
and decorate the supplied
BeanDefinitionHolder
, returning the decorated definition.
- decorate(Node, BeanDefinitionHolder, ParserContext) -
Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
- Decorates the supplied
Node
by delegating to the BeanDefinitionDecorator
that
is registered to handle that Node
.
- decorate(Node, BeanDefinitionHolder, ParserContext) -
Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
-
- decorateBeanDefinitionIfRequired(Element, BeanDefinitionHolder) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- decorateCache(Cache) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Decorate the given Cache, if necessary.
- decorateInputStream(InputStream) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Return the InputStream to use for reading remote invocation results,
potentially decorating the given original InputStream.
- decorateInputStream(HttpServletRequest, InputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Return the InputStream to use for reading remote invocations,
potentially decorating the given original InputStream.
- decorateOutputStream(OutputStream) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Return the OutputStream to use for writing remote invocations,
potentially decorating the given original OutputStream.
- decorateOutputStream(HttpServletRequest, HttpServletResponse, OutputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Return the OutputStream to use for writing remote invocation results,
potentially decorating the given original OutputStream.
- DecoratingNavigationHandler - Class in org.springframework.web.jsf
- Base class for JSF NavigationHandler implementations that want
to be capable of decorating an original NavigationHandler.
- DecoratingNavigationHandler() -
Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
- Create a DecoratingNavigationHandler without fixed original NavigationHandler.
- DecoratingNavigationHandler(NavigationHandler) -
Constructor for class org.springframework.web.jsf.DecoratingNavigationHandler
- Create a DecoratingNavigationHandler with fixed original NavigationHandler.
- decreaseNestingLevel() -
Method in class org.springframework.core.MethodParameter
- Decrease this parameter's nesting level.
- deepCopy(Object) -
Method in class org.springframework.orm.hibernate.support.AbstractLobType
- This implementation returns the passed-in value as-is.
- deepCopy(Object) -
Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
-
- deepCopy(Object) -
Method in class org.springframework.orm.hibernate.support.BlobSerializableType
-
- deepCopy(Object) -
Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- This implementation returns the passed-in value as-is.
- deepCopy(Object) -
Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
- deepCopy(Object) -
Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
-
- deepMerge(Object) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Reassociate the given entity copy with the current UnitOfWork,
using deep merging of all contained entities.
- deepMerge(Object) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- DEFAULT_AFTER_MESSAGE_PREFIX -
Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- DEFAULT_AFTER_MESSAGE_SUFFIX -
Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- DEFAULT_AOP_XML_LOCATION -
Static variable in class org.springframework.test.jpa.AbstractAspectjJpaTests
- Default location of the
aop.xml
file in the class path:
"META-INF/aop.xml"
- DEFAULT_ARGUMENT_SEPARATOR -
Static variable in class org.springframework.web.servlet.tags.MessageTag
- Default separator for splitting an arguments String: a comma (",")
- DEFAULT_AUTOWIRE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_BASENAME -
Static variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- The default basename if no other basename is supplied.
- DEFAULT_BATCH_SIZE -
Static variable in class org.springframework.jdbc.object.BatchSqlUpdate
- Default number of inserts to accumulate before commiting a batch (5000).
- DEFAULT_BEAN_NAME_SEPARATOR -
Static variable in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
- DEFAULT_BEFORE_MESSAGE_PREFIX -
Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- DEFAULT_BEFORE_MESSAGE_SUFFIX -
Static variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
- DEFAULT_CHARACTER_ENCODING -
Static variable in class org.springframework.web.util.WebUtils
- Default character encoding to use when
request.getCharacterEncoding
returns null
, according to the Servlet spec.
- DEFAULT_COMMAND_NAME -
Static variable in class org.springframework.web.portlet.mvc.BaseCommandController
-
- DEFAULT_COMMAND_NAME -
Static variable in class org.springframework.web.servlet.mvc.BaseCommandController
- Default command name used for binding command objects: "command"
- DEFAULT_COMMAND_NAME -
Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Default command name used for binding command objects: "command"
- DEFAULT_COMMAND_NAME -
Static variable in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
-
- DEFAULT_COMMAND_NAME -
Static variable in class org.springframework.web.servlet.tags.form.FormTag
- The default command object name: "command"
- DEFAULT_CONFIG_LOCATION -
Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
- Default config location for the root context
- DEFAULT_CONFIG_LOCATION -
Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
- Default config location for the root context
- DEFAULT_CONFIG_LOCATION_PREFIX -
Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
- Default prefix for building a config location for a namespace
- DEFAULT_CONFIG_LOCATION_PREFIX -
Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
- Default prefix for building a config location for a namespace
- DEFAULT_CONFIG_LOCATION_SUFFIX -
Static variable in class org.springframework.web.context.support.XmlWebApplicationContext
- Default suffix for building a config location for a namespace
- DEFAULT_CONFIG_LOCATION_SUFFIX -
Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
- Default suffix for building a config location for a namespace
- DEFAULT_CONTENT_TYPE -
Static variable in class org.springframework.web.servlet.view.AbstractView
- Default content type.
- DEFAULT_CONTEXT_CLASS -
Static variable in class org.springframework.web.portlet.FrameworkPortlet
- Default context class for FrameworkPortlet.
- DEFAULT_CONTEXT_CLASS -
Static variable in class org.springframework.web.servlet.FrameworkServlet
- Default context class for FrameworkServlet.
- DEFAULT_CONTEXT_CLASS -
Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
- Default context class for ContextLoaderPlugIn.
- DEFAULT_COOKIE_MAX_AGE -
Static variable in class org.springframework.web.util.CookieGenerator
- Default maximum age of cookies: maximum integer value, i.e. forever.
- DEFAULT_COOKIE_NAME -
Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- The default cookie name used if none is explicitly set.
- DEFAULT_COOKIE_NAME -
Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- DEFAULT_COOKIE_PATH -
Static variable in class org.springframework.web.util.CookieGenerator
- Default path that cookies will be visible to: "/", i.e. the entire server.
- DEFAULT_DEPENDENCY_CHECK_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_DESTROY_METHOD_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_ENCODING_SCHEME -
Static variable in class org.springframework.web.servlet.view.RedirectView
- The default encoding scheme: UTF-8
- DEFAULT_EXCEPTION_ATTRIBUTE -
Static variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- The default name of the exception attribute: "exception".
- DEFAULT_EXCEPTION_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- The default name of the exception attribute: "exception".
- DEFAULT_EXCLUDED_PACKAGES -
Static variable in class org.springframework.core.OverridingClassLoader
- Packages that are excluded by default
- DEFAULT_EXCLUDED_PACKAGES -
Static variable in class org.springframework.instrument.classloading.ShadowingClassLoader
- Packages that are excluded by default
- DEFAULT_FIELD_MARKER_PREFIX -
Static variable in class org.springframework.web.bind.WebDataBinder
- Default prefix that field marker parameters start with, followed by the field
name: e.g.
- DEFAULT_FORMAT_KEY -
Static variable in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Default value used for format key: "format"
- DEFAULT_HANDLER_MAPPINGS_LOCATION -
Static variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
- The location to look for the mapping files.
- DEFAULT_INDENT_AMOUNT -
Static variable in class org.springframework.web.servlet.view.xslt.TransformerUtils
- The indent amount of characters if
indenting is enabled
.
- DEFAULT_INIT_METHOD_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_INTERVAL -
Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
-
- DEFAULT_LAYOUT_KEY -
Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- The default
layout key
.
- DEFAULT_LAYOUT_URL -
Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- The default
layout url
.
- DEFAULT_LAZY_INIT_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_LOCATION -
Static variable in class org.springframework.web.servlet.view.XmlViewResolver
- Default if no other location is supplied
- DEFAULT_MAX_LINKED_PAGES -
Static variable in class org.springframework.beans.support.PagedListHolder
-
- DEFAULT_MERGE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_MULTIPART_RESOLVER_BEAN_NAME -
Static variable in class org.springframework.web.multipart.support.MultipartFilter
-
- DEFAULT_NAMESPACE -
Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
-
- DEFAULT_NAMESPACE_SUFFIX -
Static variable in class org.springframework.web.portlet.FrameworkPortlet
- Suffix for Portlet ApplicationContext namespaces.
- DEFAULT_NAMESPACE_SUFFIX -
Static variable in class org.springframework.web.servlet.FrameworkServlet
- Suffix for WebApplicationContext namespaces.
- DEFAULT_NAMESPACE_SUFFIX -
Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
- Suffix for WebApplicationContext namespaces.
- DEFAULT_OBJECT_NAME -
Static variable in class org.springframework.validation.DataBinder
- Default object name used for binding: "target"
- DEFAULT_ORDER -
Static variable in interface org.springframework.core.enums.LabeledEnum
- Shared Comparator instance that sorts enumerations by
LABEL_ORDER
,
then CODE_ORDER
.
- DEFAULT_PAGE_SIZE -
Static variable in class org.springframework.beans.support.PagedListHolder
-
- DEFAULT_PARAM_NAME -
Static variable in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
- Default name of the locale specification parameter: "locale".
- DEFAULT_PARAM_NAME -
Static variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
- Default name for the parameter whose value identifies the method to invoke:
"action".
- DEFAULT_PARAM_NAME -
Static variable in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
- Default name of the theme specification parameter: "theme".
- DEFAULT_PARAMETER_NAME -
Static variable in class org.springframework.web.portlet.handler.ParameterHandlerMapping
- Default request parameter name to use for mapping to handlers: "action".
- DEFAULT_PARAMETER_NAME -
Static variable in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
- Request parameter name to use for mapping to handlers
- DEFAULT_PARAMETER_NAME -
Static variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Default request parameter name to use for mapping to handlers: "action".
- DEFAULT_PATH_SEPARATOR -
Static variable in class org.springframework.util.AntPathMatcher
- Default path separator: "/"
- DEFAULT_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME -
Static variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
- DEFAULT_PERSISTENCE_MANAGER_FACTORY_BEAN_NAME -
Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
- DEFAULT_PERSISTENCE_XML_LOCATION -
Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Default location of the
persistence.xml
file:
"classpath*:META-INF/persistence.xml".
- DEFAULT_PLACEHOLDER_PREFIX -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Default placeholder prefix: "${"
- DEFAULT_PLACEHOLDER_SUFFIX -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Default placeholder suffix: "}"
- DEFAULT_PORT -
Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
- The default port: -1.
- DEFAULT_PREFIX_SEPARATOR -
Static variable in class org.springframework.web.bind.ServletRequestParameterPropertyValues
- Default prefix separator
- DEFAULT_PREFIX_SEPARATOR -
Static variable in class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
- Default prefix separator
- DEFAULT_PROTOCOL -
Static variable in class org.springframework.mail.javamail.JavaMailSenderImpl
- The default protocol: 'smtp'.
- DEFAULT_PROTOCOL -
Static variable in class org.springframework.mock.web.MockHttpServletRequest
- The default protocol: 'http'.
- DEFAULT_RECEIVE_TIMEOUT -
Static variable in class org.springframework.jms.core.JmsTemplate
- Default timeout for receive operations:
-1 indicates a blocking receive without timeout.
- DEFAULT_RECEIVE_TIMEOUT -
Static variable in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- The default receive timeout: 1000 ms = 1 second.
- DEFAULT_RECOVERY_INTERVAL -
Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
- The default recovery interval: 5000 ms = 5 seconds.
- DEFAULT_REMOTE_ADDR -
Static variable in class org.springframework.mock.web.MockHttpServletRequest
- The default remote address: '127.0.0.1'.
- DEFAULT_REMOTE_HOST -
Static variable in class org.springframework.mock.web.MockHttpServletRequest
- The default remote host: 'localhost'.
- DEFAULT_ROOT -
Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- The default document root name
- DEFAULT_SCHEMA_MAPPINGS_LOCATION -
Static variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
- The location of the file that defines schema mappings.
- DEFAULT_SCREEN_CONTENT_KEY -
Static variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- The default
screen content key
.
- DEFAULT_SEPARATOR -
Static variable in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- Default separator for splitting a String: a comma (",")
- DEFAULT_SEPARATOR -
Static variable in class org.springframework.core.io.support.LocalizedResourceHelper
- The default separator to use inbetween file name parts: an underscore
- DEFAULT_SEPARATOR -
Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
-
- DEFAULT_SEPARATOR -
Static variable in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
-
- DEFAULT_SERVER_ADDR -
Static variable in class org.springframework.mock.web.MockHttpServletRequest
- The default server address: '127.0.0.1'.
- DEFAULT_SERVER_NAME -
Static variable in class org.springframework.mock.web.MockHttpServletRequest
- The default server name: 'localhost'.
- DEFAULT_SERVER_PORT -
Static variable in class org.springframework.mock.web.MockHttpServletRequest
- The default server port: '80'.
- DEFAULT_SERVER_PORT -
Static variable in class org.springframework.mock.web.MockHttpServletResponse
-
- DEFAULT_SERVICE_URL -
Static variable in class org.springframework.jmx.support.ConnectorServerFactoryBean
- The default service URL
- DEFAULT_SESSION_FACTORY_BEAN_NAME -
Static variable in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
-
- DEFAULT_SESSION_FACTORY_BEAN_NAME -
Static variable in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
- DEFAULT_SESSION_NAME -
Static variable in class org.springframework.orm.toplink.LocalSessionFactory
- The default session name to look for in the sessions.xml: "Session".
- DEFAULT_SESSIONS_XML -
Static variable in class org.springframework.orm.toplink.LocalSessionFactory
- The default location of the
sessions.xml
TopLink configuration file:
"sessions.xml" in the class path.
- DEFAULT_TARGET_BEAN_NAME -
Static variable in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- Default name of the target bean in the Spring application context:
"jsfNavigationHandler"
- DEFAULT_THEME_NAME -
Static variable in class org.springframework.web.servlet.support.RequestContext
- Default theme name used if the RequestContext cannot find a ThemeResolver.
- DEFAULT_THREAD_COUNT -
Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- DEFAULT_THREAD_NAME_PREFIX -
Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Deprecated. as of Spring 2.0.3, since the default thread name prefix
is now taken from the concrete class (could be a subclass)
- DEFAULT_THREAD_NAME_PREFIX -
Static variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Default thread name prefix: "DefaultMessageListenerContainer-".
- DEFAULT_THREAD_NAME_PREFIX -
Static variable in class org.springframework.jms.listener.serversession.SimpleServerSessionFactory
- Default thread name prefix: "SimpleServerSessionFactory-".
- DEFAULT_TIMEOUT -
Static variable in class org.springframework.jdbc.support.DatabaseStartupValidator
-
- DEFAULT_USER_TRANSACTION_NAME -
Static variable in class org.springframework.transaction.jta.JtaTransactionManager
- Default JNDI location for the JTA UserTransaction.
- DEFAULT_USERINFO_ATTRIBUTE_NAMES -
Static variable in class org.springframework.web.portlet.FrameworkPortlet
- Default USER_INFO attribute names to search for the current username:
"user.login.id", "user.name".
- DEFAULT_VALUE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEFAULT_VIEW_RENDERER_URL -
Static variable in class org.springframework.web.portlet.DispatcherPortlet
- Default URL to ViewRendererServlet.
- DEFAULT_WEB_APP_ROOT_KEY -
Static variable in class org.springframework.web.util.WebUtils
- Default web app root key: "webapp.root"
- DefaultAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
- Default implementation of the
AdvisorAdapterRegistry
interface. - DefaultAdvisorAdapterRegistry() -
Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
- Create a new DefaultAdvisorAdapterRegistry, registering well-known adapters.
- DefaultAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
- BeanPostProcessor implementation that creates AOP proxies based on all candidate
Advisors in the current BeanFactory.
- DefaultAdvisorAutoProxyCreator() -
Constructor for class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
- DefaultAdvisorChainFactory - Class in org.springframework.aop.framework
- A simple but definitive way of working out an advice chain for a Method,
given an
Advised
object. - DefaultAdvisorChainFactory() -
Constructor for class org.springframework.aop.framework.DefaultAdvisorChainFactory
-
- DefaultAopProxyFactory - Class in org.springframework.aop.framework
- Default
AopProxyFactory
implementation,
creating either a CGLIB proxy or a JDK dynamic proxy. - DefaultAopProxyFactory() -
Constructor for class org.springframework.aop.framework.DefaultAopProxyFactory
-
- defaultAutoCommit() -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Expose the default auto-commit value.
- DefaultBeanDefinitionDocumentReader - Class in org.springframework.beans.factory.xml
- Default implementation of the
BeanDefinitionDocumentReader
interface. - DefaultBeanDefinitionDocumentReader() -
Constructor for class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
- DefaultBeanFactoryPointcutAdvisor - Class in org.springframework.aop.support
- Concrete BeanFactory-based PointcutAdvisor that allows for any Advice
to be configured as reference to an Advice bean in the BeanFactory,
as well as the Pointcut to be configured through a bean property.
- DefaultBeanFactoryPointcutAdvisor() -
Constructor for class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
-
- DefaultBeanNameGenerator - Class in org.springframework.beans.factory.support
- Default implementation of the
BeanNameGenerator
interface, delegating to
BeanDefinitionReaderUtils.generateBeanName(AbstractBeanDefinition, BeanDefinitionRegistry)
. - DefaultBeanNameGenerator() -
Constructor for class org.springframework.beans.factory.support.DefaultBeanNameGenerator
-
- DefaultBindingErrorProcessor - Class in org.springframework.validation
- Default
BindingErrorProcessor
implementation. - DefaultBindingErrorProcessor() -
Constructor for class org.springframework.validation.DefaultBindingErrorProcessor
-
- DefaultDocumentLoader - Class in org.springframework.beans.factory.xml
- The default
DocumentLoader
implementation. - DefaultDocumentLoader() -
Constructor for class org.springframework.beans.factory.xml.DefaultDocumentLoader
-
- DefaultIntroductionAdvisor - Class in org.springframework.aop.support
- Simple
IntroductionAdvisor
implementation
that by default applies to any class. - DefaultIntroductionAdvisor(Advice) -
Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
- Create a DefaultIntroductionAdvisor for the given advice.
- DefaultIntroductionAdvisor(Advice, IntroductionInfo) -
Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
- Create a DefaultIntroductionAdvisor for the given advice.
- DefaultIntroductionAdvisor(DynamicIntroductionAdvice, Class) -
Constructor for class org.springframework.aop.support.DefaultIntroductionAdvisor
- Create a DefaultIntroductionAdvisor for the given advice.
- DefaultJdoDialect - Class in org.springframework.orm.jdo
- Default implementation of the JdoDialect interface.
- DefaultJdoDialect() -
Constructor for class org.springframework.orm.jdo.DefaultJdoDialect
- Create a new DefaultJdoDialect.
- DefaultJpaDialect - Class in org.springframework.orm.jpa
- Default implementation of the
JpaDialect
interface. - DefaultJpaDialect() -
Constructor for class org.springframework.orm.jpa.DefaultJpaDialect
-
- DefaultListableBeanFactory - Class in org.springframework.beans.factory.support
- Default implementation of the
ListableBeanFactory
and
BeanDefinitionRegistry
interfaces: a full-fledged bean factory
based on bean definition objects. - DefaultListableBeanFactory() -
Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Create a new DefaultListableBeanFactory.
- DefaultListableBeanFactory(BeanFactory) -
Constructor for class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Create a new DefaultListableBeanFactory with the given parent.
- DefaultLobHandler - Class in org.springframework.jdbc.support.lob
- Default implementation of the LobHandler interface.
- DefaultLobHandler() -
Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- DefaultLobHandler.DefaultLobCreator - Class in org.springframework.jdbc.support.lob
-
- DefaultLobHandler.DefaultLobCreator() -
Constructor for class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- DefaultLocatorFactory - Class in org.springframework.context.access
- A factory class to get a default ContextSingletonBeanFactoryLocator instance.
- DefaultLocatorFactory() -
Constructor for class org.springframework.context.access.DefaultLocatorFactory
-
- defaultLogger -
Variable in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- The default
Log
instance used to write trace messages.
- DefaultMessageCodesResolver - Class in org.springframework.validation
- Default implementation of the
MessageCodesResolver
interface. - DefaultMessageCodesResolver() -
Constructor for class org.springframework.validation.DefaultMessageCodesResolver
-
- DefaultMessageListenerContainer - Class in org.springframework.jms.listener
- Message listener container variant that uses plain JMS client API, specifically
a loop of
MessageConsumer.receive()
calls that also allow for
transactional reception of messages (registering them with XA transactions). - DefaultMessageListenerContainer() -
Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- DefaultMessageListenerContainer102 - Class in org.springframework.jms.listener
- A subclass of
DefaultMessageListenerContainer
for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like SimpleMessageListenerContainer itself. - DefaultMessageListenerContainer102() -
Constructor for class org.springframework.jms.listener.DefaultMessageListenerContainer102
-
- DefaultMessageSourceResolvable - Class in org.springframework.context.support
- Default implementation of the MessageSourceResolvable interface.
- DefaultMessageSourceResolvable(String) -
Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
- Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[]) -
Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
- Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[], String) -
Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
- Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[], Object[]) -
Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
- Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[], Object[], String) -
Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
- Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(MessageSourceResolvable) -
Constructor for class org.springframework.context.support.DefaultMessageSourceResolvable
- Copy constructor: Create a new instance from another resolvable.
- DefaultMultipartActionRequest - Class in org.springframework.web.portlet.multipart
- Default implementation of the MultipartActionRequest interface.
- DefaultMultipartActionRequest(ActionRequest, Map, Map) -
Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
- Wrap the given Portlet ActionRequest in a MultipartActionRequest.
- DefaultMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
- Default implementation of the MultipartHttpServletRequest interface.
- DefaultMultipartHttpServletRequest(HttpServletRequest, Map, Map) -
Constructor for class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
- Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
- DefaultNamespaceHandlerResolver - Class in org.springframework.beans.factory.xml
- Default implementation of the
NamespaceHandler
interface. - DefaultNamespaceHandlerResolver() -
Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
- Create a new
DefaultNamespaceHandlerResolver
using the
default mapping file location.
- DefaultNamespaceHandlerResolver(ClassLoader) -
Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
- Create a new
DefaultNamespaceHandlerResolver
using the
default mapping file location.
- DefaultNamespaceHandlerResolver(ClassLoader, String) -
Constructor for class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
- Create a new
DefaultNamespaceHandlerResolver
using the
supplied mapping file location.
- DefaultPersistenceUnitManager - Class in org.springframework.orm.jpa.persistenceunit
- Default implementation of the
PersistenceUnitManager
interface. - DefaultPersistenceUnitManager() -
Constructor for class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- DefaultPointcutAdvisor - Class in org.springframework.aop.support
- Convenient Pointcut-driven Advisor implementation.
- DefaultPointcutAdvisor() -
Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
- Create an empty DefaultPointcutAdvisor.
- DefaultPointcutAdvisor(Advice) -
Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
- Create a DefaultPointcutAdvisor that matches all methods.
- DefaultPointcutAdvisor(Pointcut, Advice) -
Constructor for class org.springframework.aop.support.DefaultPointcutAdvisor
- Create a DefaultPointcutAdvisor, specifying Pointcut and Advice.
- DefaultPropertiesPersister - Class in org.springframework.util
- Default implementation of the
PropertiesPersister
interface. - DefaultPropertiesPersister() -
Constructor for class org.springframework.util.DefaultPropertiesPersister
-
- DefaultRemoteInvocationExecutor - Class in org.springframework.remoting.support
- Default implementation of the RemoteInvocationExecutor interface.
- DefaultRemoteInvocationExecutor() -
Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationExecutor
-
- DefaultRemoteInvocationFactory - Class in org.springframework.remoting.support
- Default implementation of the RemoteInvocationFactory interface.
- DefaultRemoteInvocationFactory() -
Constructor for class org.springframework.remoting.support.DefaultRemoteInvocationFactory
-
- DefaultRequestToViewNameTranslator - Class in org.springframework.web.servlet.view
- Simply transforms the URI of the incoming request into the view name.
- DefaultRequestToViewNameTranslator() -
Constructor for class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
- DefaultResourceLoader - Class in org.springframework.core.io
- Default implementation of the
ResourceLoader
interface. - DefaultResourceLoader() -
Constructor for class org.springframework.core.io.DefaultResourceLoader
- Create a new DefaultResourceLoader.
- DefaultResourceLoader(ClassLoader) -
Constructor for class org.springframework.core.io.DefaultResourceLoader
- Create a new DefaultResourceLoader.
- DefaultScopedObject - Class in org.springframework.aop.scope
- Default implementation of the
ScopedObject
interface. - DefaultScopedObject(ConfigurableBeanFactory, String) -
Constructor for class org.springframework.aop.scope.DefaultScopedObject
- Creates a new instance of the
DefaultScopedObject
class.
- DefaultsDefinition - Interface in org.springframework.beans.factory.parsing
- Marker interface for a defaults definition,
extending BeanMetadataElement to inherit source exposure.
- DefaultSingletonBeanRegistry - Class in org.springframework.beans.factory.support
- Generic registry for shared bean instances, implementing the
SingletonBeanRegistry
. - DefaultSingletonBeanRegistry() -
Constructor for class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- defaultsRegistered(DefaultsDefinition) -
Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
-
- defaultsRegistered(DefaultsDefinition) -
Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
- Notification that the given defaults has been registered.
- DefaultToStringStyler - Class in org.springframework.core.style
- Spring's default
toString()
styler. - DefaultToStringStyler(ValueStyler) -
Constructor for class org.springframework.core.style.DefaultToStringStyler
- Create a new DefaultToStringStyler.
- DefaultTransactionAttribute - Class in org.springframework.transaction.interceptor
- Transaction attribute that takes the EJB approach to rolling
back on runtime, but not checked, exceptions.
- DefaultTransactionAttribute() -
Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
- Create a new DefaultTransactionAttribute, with default settings.
- DefaultTransactionAttribute(TransactionAttribute) -
Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
- Copy constructor.
- DefaultTransactionAttribute(int) -
Constructor for class org.springframework.transaction.interceptor.DefaultTransactionAttribute
- Create a new DefaultTransactionAttribute with the the given
propagation behavior.
- DefaultTransactionDefinition - Class in org.springframework.transaction.support
- Default implementation of the TransactionDefinition interface,
offering bean-style configuration and sensible default values
(PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
- DefaultTransactionDefinition() -
Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
- Create a new DefaultTransactionDefinition, with default settings.
- DefaultTransactionDefinition(TransactionDefinition) -
Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
- Copy constructor.
- DefaultTransactionDefinition(int) -
Constructor for class org.springframework.transaction.support.DefaultTransactionDefinition
- Create a new DefaultTransactionDefinition with the the given
propagation behavior.
- defaultTransactionIsolation() -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Expose the default transaction isolation value.
- DefaultTransactionStatus - Class in org.springframework.transaction.support
- Default implementation of the
TransactionStatus
interface, used by AbstractPlatformTransactionManager
. - DefaultTransactionStatus(Object, boolean, boolean, boolean, boolean, Object) -
Constructor for class org.springframework.transaction.support.DefaultTransactionStatus
- Create a new DefaultTransactionStatus instance.
- DefaultValueStyler - Class in org.springframework.core.style
- Converts objects to string form, generally for debugging purposes,
using Spring's
toString
styling conventions. - DefaultValueStyler() -
Constructor for class org.springframework.core.style.DefaultValueStyler
-
- DelegatePerTargetObjectIntroductionInterceptor - Class in org.springframework.aop.support
- Convenient implementation of the
IntroductionInterceptor
interface. - DelegatePerTargetObjectIntroductionInterceptor(Class, Class) -
Constructor for class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
-
- DelegatingActionProxy - Class in org.springframework.web.struts
- Proxy for a Spring-managed Struts
Action
that is defined in
ContextLoaderPlugIn's
WebApplicationContext
. - DelegatingActionProxy() -
Constructor for class org.springframework.web.struts.DelegatingActionProxy
-
- DelegatingActionUtils - Class in org.springframework.web.struts
- Common methods for letting Struts Actions work with a
Spring WebApplicationContext.
- DelegatingActionUtils() -
Constructor for class org.springframework.web.struts.DelegatingActionUtils
-
- DelegatingConnectionFactory - Class in org.springframework.jca.cci.connection
- CCI
ConnectionFactory
implementation that delegates all calls
to a given target ConnectionFactory
. - DelegatingConnectionFactory() -
Constructor for class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- DelegatingConnectionFactory - Class in org.springframework.jms.connection
ConnectionFactory
implementation that delegates all calls
to a given target ConnectionFactory
.- DelegatingConnectionFactory() -
Constructor for class org.springframework.jms.connection.DelegatingConnectionFactory
-
- DelegatingDataSource - Class in org.springframework.jdbc.datasource
- JDBC
DataSource
implementation that delegates all calls
to a given target DataSource
. - DelegatingDataSource() -
Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
- Create a new DelegatingDataSource.
- DelegatingDataSource(DataSource) -
Constructor for class org.springframework.jdbc.datasource.DelegatingDataSource
- Create a new DelegatingDataSource.
- DelegatingEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver
implementation that delegates to a BeansDtdResolver
and a PluggableSchemaResolver
for DTDs and XML schemas, respectively.- DelegatingEntityResolver(ClassLoader) -
Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
- Create a new DelegatingEntityResolver that delegates to
a default
BeansDtdResolver
and a default PluggableSchemaResolver
.
- DelegatingEntityResolver(EntityResolver, EntityResolver) -
Constructor for class org.springframework.beans.factory.xml.DelegatingEntityResolver
- Create a new DelegatingEntityResolver that delegates to
the given
EntityResolvers
.
- DelegatingExceptionProofRunnable - Class in org.springframework.scheduling.support
- Runnable wrapper that catches any exception or error thrown
from its delegate Runnable.
- DelegatingExceptionProofRunnable(Runnable) -
Constructor for class org.springframework.scheduling.support.DelegatingExceptionProofRunnable
- Create a new DelegatingExceptionProofRunnable.
- DelegatingFilterProxy - Class in org.springframework.web.filter
- Proxy for a standard Servlet 2.3 Filter, delegating to a Spring-managed
bean that implements the Filter interface.
- DelegatingFilterProxy() -
Constructor for class org.springframework.web.filter.DelegatingFilterProxy
-
- DelegatingIntroductionInterceptor - Class in org.springframework.aop.support
- Convenient implementation of the
IntroductionInterceptor
interface. - DelegatingIntroductionInterceptor(Object) -
Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
- Construct a new DelegatingIntroductionInterceptor, providing
a delegate that implements the interfaces to be introduced.
- DelegatingIntroductionInterceptor() -
Constructor for class org.springframework.aop.support.DelegatingIntroductionInterceptor
- Construct a new DelegatingIntroductionInterceptor.
- DelegatingJob - Class in org.springframework.scheduling.quartz
- Simple Quartz
Job
adapter that delegates to a
given Runnable
instance. - DelegatingJob(Runnable) -
Constructor for class org.springframework.scheduling.quartz.DelegatingJob
- Create a new DelegatingJob.
- DelegatingMessageSource - Class in org.springframework.context.support
- Empty MessageSource that delegates all calls to the parent MessageSource.
- DelegatingMessageSource() -
Constructor for class org.springframework.context.support.DelegatingMessageSource
-
- DelegatingNavigationHandlerProxy - Class in org.springframework.web.jsf
- JSF NavigationHandler implementation that delegates to a NavigationHandler
bean obtained from the Spring root WebApplicationContext.
- DelegatingNavigationHandlerProxy() -
Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- Create a new DelegatingNavigationHandlerProxy.
- DelegatingNavigationHandlerProxy(NavigationHandler) -
Constructor for class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- Create a new DelegatingNavigationHandlerProxy.
- DelegatingPhaseListenerMulticaster - Class in org.springframework.web.jsf
- JSF PhaseListener implementation that delegates to one or more Spring-managed
PhaseListener beans coming from the Spring root WebApplicationContext.
- DelegatingPhaseListenerMulticaster() -
Constructor for class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
- DelegatingRequestProcessor - Class in org.springframework.web.struts
- Subclass of Struts's default
RequestProcessor
that looks up
Spring-managed Struts Actions
defined in
ContextLoaderPlugIn's
WebApplicationContext
(or, as a fallback, in the root WebApplicationContext
). - DelegatingRequestProcessor() -
Constructor for class org.springframework.web.struts.DelegatingRequestProcessor
-
- DelegatingServletInputStream - Class in org.springframework.mock.web
- Delegating implementation of
ServletInputStream
. - DelegatingServletInputStream(InputStream) -
Constructor for class org.springframework.mock.web.DelegatingServletInputStream
- Create a DelegatingServletInputStream for the given source stream.
- DelegatingServletOutputStream - Class in org.springframework.mock.web
- Delegating implementation of
ServletOutputStream
. - DelegatingServletOutputStream(OutputStream) -
Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
- Create a DelegatingServletOutputStream for the given target stream.
- DelegatingThemeSource - Class in org.springframework.ui.context.support
- Empty ThemeSource that delegates all calls to the parent ThemeSource.
- DelegatingThemeSource() -
Constructor for class org.springframework.ui.context.support.DelegatingThemeSource
-
- DelegatingTilesRequestProcessor - Class in org.springframework.web.struts
- Subclass of Struts's TilesRequestProcessor that autowires
Struts Actions defined in ContextLoaderPlugIn's WebApplicationContext
(or, as a fallback, in the root WebApplicationContext).
- DelegatingTilesRequestProcessor() -
Constructor for class org.springframework.web.struts.DelegatingTilesRequestProcessor
-
- DelegatingTimerListener - Class in org.springframework.scheduling.commonj
- Simple TimerListener adapter that delegates to a given Runnable.
- DelegatingTimerListener(Runnable) -
Constructor for class org.springframework.scheduling.commonj.DelegatingTimerListener
- Create a new DelegatingTimerListener.
- DelegatingTimerTask - Class in org.springframework.scheduling.timer
- Simple
TimerTask
adapter that delegates to a
given Runnable
. - DelegatingTimerTask(Runnable) -
Constructor for class org.springframework.scheduling.timer.DelegatingTimerTask
- Create a new DelegatingTimerTask.
- DelegatingTransactionAttribute - Class in org.springframework.transaction.interceptor
- TransactionAttribute implementation that delegates all calls to a given target
TransactionAttribute.
- DelegatingTransactionAttribute(TransactionAttribute) -
Constructor for class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
- Create a DelegatingTransactionAttribute for the given target attribute.
- DelegatingVariableResolver - Class in org.springframework.web.jsf
- JSF VariableResolver that first delegates to the original resolver of the
underlying JSF implementation, then to the Spring root WebApplicationContext.
- DelegatingVariableResolver(VariableResolver) -
Constructor for class org.springframework.web.jsf.DelegatingVariableResolver
- Create a new DelegatingVariableResolver, using the given original VariableResolver.
- DelegatingWork - Class in org.springframework.jca.work
- Simple Work adapter that delegates to a given Runnable.
- DelegatingWork(Runnable) -
Constructor for class org.springframework.jca.work.DelegatingWork
- Create a new DelegatingWork.
- DelegatingWork - Class in org.springframework.scheduling.commonj
- Simple Work adapter that delegates to a given Runnable.
- DelegatingWork(Runnable) -
Constructor for class org.springframework.scheduling.commonj.DelegatingWork
- Create a new DelegatingWork.
- delete(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Delete the given persistent instance.
- delete(Object, LockMode) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Delete the given persistent instance.
- delete(String) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Delete all objects returned by the query.
- delete(String, Object, Type) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Delete all objects returned by the query.
- delete(String, Object[], Type[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Delete all objects returned by the query.
- delete(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- delete(Object, LockMode) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- delete(String) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- delete(String, Object, Type) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- delete(String, Object[], Type[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- delete(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Delete the given persistent instance.
- delete(Object, LockMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Delete the given persistent instance.
- delete(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- delete(Object, LockMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- delete(String) -
Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
-
- delete(String, Object) -
Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
-
- delete(String, Object, int) -
Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
- Convenience method provided by Spring: execute a delete operation
with an automatic check that the delete affected the given required
number of rows.
- delete(String) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- delete(String, Object) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- delete(String, Object, int) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- delete(Object) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Delete the given entity.
- delete(Object) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- delete(String, String) -
Static method in class org.springframework.util.StringUtils
- Delete all occurrences of the given substring.
- deleteAll(Collection) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Delete all given persistent instances.
- deleteAll(Collection) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- deleteAll(Collection) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Delete all given persistent instances.
- deleteAll(Collection) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- deleteAll(Collection) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Delete all given entities.
- deleteAll(Collection) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- deleteAny(String, String) -
Static method in class org.springframework.util.StringUtils
- Delete any character in a given string.
- deleteFromTables(String[]) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Convenient method to delete all rows from these tables.
- deletePersistent(Object) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Delete the given persistent instance.
- deletePersistent(Object) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- deletePersistentAll(Collection) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Delete all given persistent instances.
- deletePersistentAll(Collection) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- delimitedListToStringArray(String, String) -
Static method in class org.springframework.util.StringUtils
- Take a String which is a delimited list and convert it to a String array.
- delimitedListToStringArray(String, String, String) -
Static method in class org.springframework.util.StringUtils
- Take a String which is a delimited list and convert it to a String array.
- DEPENDENCY_CHECK_ALL -
Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Constant that indicates dependency checking for all properties
(object references as well as "simple" properties).
- DEPENDENCY_CHECK_ALL_ATTRIBUTE_VALUE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEPENDENCY_CHECK_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEPENDENCY_CHECK_NONE -
Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Constant that indicates no dependency check at all.
- DEPENDENCY_CHECK_OBJECTS -
Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Constant that indicates dependency checking for object references.
- DEPENDENCY_CHECK_OBJECTS_ATTRIBUTE_VALUE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEPENDENCY_CHECK_SIMPLE -
Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Constant that indicates dependency checking for "simple" properties.
- DEPENDENCY_CHECK_SIMPLE_ATTRIBUTE_VALUE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DEPENDS_ON_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DESCRIPTION_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- DescriptiveResource - Class in org.springframework.core.io
- Simple
Resource
implementation that holds a resource description
but does not point to an actually readable resource. - DescriptiveResource(String) -
Constructor for class org.springframework.core.io.DescriptiveResource
- Create a new DescriptiveResource.
- deserializeState(Serializable) -
Method in class org.springframework.mock.web.MockHttpSession
- Deserialize the attributes of this session from a state object
created by
MockHttpSession.serializeState()
.
- DestinationResolutionException - Exception in org.springframework.jms.support.destination
- Thrown by a DestinationResolver when it cannot resolve a destination name.
- DestinationResolutionException(String) -
Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
- Create a new DestinationResolutionException.
- DestinationResolutionException(String, Throwable) -
Constructor for exception org.springframework.jms.support.destination.DestinationResolutionException
- Create a new DestinationResolutionException.
- DestinationResolver - Interface in org.springframework.jms.support.destination
- Strategy interface for resolving JMS destinations.
- destroy() -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
- Destroys the internal BeanFactory on shutdown of the TargetSourceCreator.
- destroy() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Closes the underlying
ObjectPool
when destroying this object.
- destroy() -
Method in class org.springframework.aop.target.ThreadLocalTargetSource
- Dispose of targets if necessary; clear ThreadLocal.
- destroy() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Destroy the singleton instance, if any.
- destroy() -
Method in interface org.springframework.beans.factory.DisposableBean
- Invoked by a BeanFactory on destruction of a singleton.
- destroy() -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
- Release references to the
BeanFactory
and
BeanWiringInfoResolver
when the container is destroyed.
- destroy() -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- destroy() -
Method in class org.springframework.context.support.AbstractApplicationContext
- DisposableBean callback for destruction of this instance.
- destroy() -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
- Close the underlying Connection.
- destroy() -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Stops the ResourceAdapter.
- destroy() -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Close the underlying Connection.
- destroy() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Close the underlying shared connection.
- destroy() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Calls
AbstractJmsListeningContainer.shutdown()
when the BeanFactory destroys the container instance.
- destroy() -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Closes any
JMXConnector
that may be managed by this interceptor.
- destroy() -
Method in class org.springframework.jmx.export.MBeanExporter
- Unregisters all beans that this exported has exposed via JMX
when the enclosing
ApplicationContext
is destroyed.
- destroy() -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Stop the
JMXConnectorServer
managed by an instance of this class.
- destroy() -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- Closes the underlying
JMXConnector
.
- destroy() -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Unregisters the
MBeanServer
instance, if necessary.
- destroy() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Close the SessionFactory on bean factory shutdown.
- destroy() -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Close the SessionFactory on bean factory shutdown.
- destroy() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Allows for schema export on shutdown.
- destroy() -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Close the PersistenceManagerFactory on bean factory shutdown.
- destroy() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Close the EntityManagerFactory on bean factory shutdown.
- destroy() -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
-
- destroy() -
Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
- This implementation of destroy is empty.
- destroy() -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
- Unbind the RMI service from JNDI on bean factory shutdown.
- destroy() -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Unexport the RMI registry on bean factory shutdown,
provided that this bean actually created a registry.
- destroy() -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Unbind the RMI service from the registry on bean factory shutdown.
- destroy() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Cancel the ScheduledExecutorService on bean factory shutdown,
stopping all scheduled tasks.
- destroy() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Calls
shutdown
when the BeanFactory destroys
the task executor instance.
- destroy() -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
- Cancels all statically registered Timers on shutdown,
and stops the underlying TimerManager (if not shared).
- destroy() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Cancel the ScheduledExecutorService on bean factory shutdown,
stopping all scheduled tasks.
- destroy() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Calls
shutdown
when the BeanFactory destroys
the task executor instance.
- destroy() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Shut down the Quartz scheduler on bean factory shutdown,
stopping all scheduled jobs.
- destroy() -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- destroy() -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
- Cancel the Timer on bean factory shutdown, stopping all scheduled tasks.
- destroy() -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Cancel the
Timer
on bean factory shutdown, stopping all scheduled tasks.
- destroy() -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Destroy the inner bean factory (used for scripts) on shutdown.
- destroy() -
Method in class org.springframework.transaction.jta.JotmFactoryBean
- Stop the local JOTM instance, if created by this FactoryBean.
- destroy() -
Method in class org.springframework.web.context.ContextLoaderServlet
- Close the root web application context.
- destroy() -
Method in class org.springframework.web.filter.DelegatingFilterProxy
-
- destroy() -
Method in class org.springframework.web.filter.GenericFilterBean
- Subclasses may override this to perform custom filter shutdown.
- destroy() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Close the ApplicationContext of this portlet.
- destroy() -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- destroy() -
Method in class org.springframework.web.servlet.FrameworkServlet
- Close the WebApplicationContext of this servlet.
- destroy() -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- Destroy the wrapped Servlet instance.
- destroy() -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Close the bundle View factories on context shutdown.
- destroy() -
Method in class org.springframework.web.servlet.view.XmlViewResolver
- Close the view bean factory on context shutdown.
- destroy() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Close the WebApplicationContext of the ActionServlet.
- destroy() -
Method in class org.springframework.web.util.Log4jConfigServlet
-
- DESTROY_METHOD_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- destroyBean(String, Object) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Destroy the given bean instance (usually a prototype instance
obtained from this factory) according to its bean definition.
- destroyBean(String, Object) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- destroyBean(String, Object, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Destroy the given bean instance (usually a prototype instance
obtained from this factory) according to the given bean definition.
- destroyBean(String, DisposableBean) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Destroy the given bean.
- destroyBeans() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Template method for destroying all beans that this context manages.
- destroyDefinition(BeanFactory, String) -
Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Destroy definition in separate method so subclass may work with other definition types.
- destroyDefinition(BeanFactory, String) -
Method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
- Overrides the default method to operate on an ApplicationContext, invoking
ConfigurableApplicationContext.close()
.
- destroyDelegate(Filter) -
Method in class org.springframework.web.filter.DelegatingFilterProxy
- Destroy the Filter delegate.
- destroyInstance(Object) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Callback for destroying a singleton instance.
- destroyObject(Object) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
- destroyPrototypeInstance(Object) -
Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
- Subclasses should call this method to destroy an obsolote prototype instance.
- destroyScopedBean(String) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Destroy the specified scoped bean in the current target scope, if any.
- destroyScopedBean(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- destroyServerSession(ServerSession) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
- Destroy the given poolable ServerSession.
- destroySingleton(String) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Destroy the given bean.
- destroySingletons() -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Destroy all singleton beans in this factory, including inner beans that have
been registered as disposable.
- destroySingletons() -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- destroySubcontext(String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- destroySubcontext(Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- DESTRUCTION_CALLBACK_NAME_PREFIX -
Static variable in class org.springframework.web.context.request.ServletRequestAttributes
- Constant identifying the
String
prefixed to the name of a
destruction callback when it is stored in a HttpSession
.
- DestructionAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
- Subinterface of BeanPostProcessor that adds a before-destruction callback.
- detachCopy(PersistenceManager, Object) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- This implementation delegates to JDO 2.0's
detachCopy
method.
- detachCopy(PersistenceManager, Object) -
Method in interface org.springframework.orm.jdo.JdoDialect
- Detach a copy of the given persistent instance from the current JDO transaction,
for use outside a JDO transaction (for example, as web form object).
- detachCopy(Object) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Detach a copy of the given persistent instance from the current JDO transaction,
for use outside a JDO transaction (for example, as web form object).
- detachCopy(Object) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- detachCopyAll(PersistenceManager, Collection) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- This implementation delegates to JDO 2.0's
detachCopyAll
method.
- detachCopyAll(PersistenceManager, Collection) -
Method in interface org.springframework.orm.jdo.JdoDialect
- Detach copies of the given persistent instances from the current JDO transaction,
for use outside a JDO transaction (for example, as web form objects).
- detachCopyAll(Collection) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Detach copies of the given persistent instances from the current JDO transaction,
for use outside a JDO transaction (for example, as web form objects).
- detachCopyAll(Collection) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- detectAndCreateHandlers(ConfigurableListableBeanFactory) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Look for all classes with a PathMap class attribute, instantiate them in
the owning ApplicationContext, and register them as MVC handlers usable
by the current DispatcherServlet.
- detectControllers() -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
- Detect all the
Controller
and
ThrowawayController
beans registered in the ApplicationContext
and register a URL path mapping for each one based on rules defined here.
- detectHandlers() -
Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
- Register all handlers found in the current ApplicationContext.
- detectPersistenceExceptionTranslators(ListableBeanFactory) -
Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
- Detect all PersistenceExceptionTranslators in the given BeanFactory.
- detectValidationMode(Resource) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Detects which kind of validation to perform on the XML file identified
by the supplied
Resource
.
- detectValidationMode(InputStream) -
Method in class org.springframework.util.xml.XmlValidationModeDetector
- Detect the validation mode for the XML document in the supplied
InputStream
.
- determineActionBeanName(ActionMapping) -
Method in class org.springframework.web.struts.DelegatingActionProxy
- Determine the name of the
Action
bean, to be looked up in
the WebApplicationContext
.
- determineActionBeanName(ActionMapping) -
Static method in class org.springframework.web.struts.DelegatingActionUtils
- Default implementation of Action bean determination, taking
the mapping path and prepending the module prefix, if any.
- determineActionBeanName(ActionMapping) -
Method in class org.springframework.web.struts.DelegatingRequestProcessor
- Determine the name of the
Action
bean, to be looked up in
the WebApplicationContext
.
- determineActionBeanName(ActionMapping) -
Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
- Determine the name of the Action bean, to be looked up in
the WebApplicationContext.
- determineClassLoader(ClassLoader) -
Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
- Determine the GlassFish InstrumentableClassLoader for the given ClassLoader.
- determineConstructor(Class, String) -
Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
-
- determineConstructor(Class, String) -
Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
- Determine the constructor to use for the given bean.
- determineConstructorFromBeanPostProcessors(Class, String) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Determine the constructor to use for the given bean, checking all registered
SmartInstantiationAwareBeanPostProcessors
.
- determineContextClass(ServletContext) -
Method in class org.springframework.web.context.ContextLoader
- Return the WebApplicationContext implementation class to use, either the
default XmlWebApplicationContext or a custom context class if specified.
- determineCurrentLookupKey() -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Determine the current lookup key.
- determineCurrentLookupKey() -
Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
-
- determineDatabaseDialectClass(Database) -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
- Determine the Hibernate database dialect class for the given target database.
- determineDatabaseDictionary(Database) -
Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
- Determine the OpenJPA database dictionary name for the given database.
- determineDefaultLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- Determine the default locale for the given request,
Called if no locale cookie has been found.
- determineDefaultLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
- Determine the default locale for the given request,
Called if no locale session attribute has been found.
- determineEncoding(HttpServletRequest) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
- Determine the encoding for the given request.
- determineEncoding(HttpServletRequest) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
- Determine the encoding for the given request.
- determineEncoding(ActionRequest) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
- Determine the encoding for the given request.
- determineEncoding(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Determine the encoding for the given request.
- determinePersistenceUnitInfo(PersistenceUnitManager) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Determine the PersistenceUnitInfo to use for the EntityManagerFactory
created by this bean.
- determineResourceUrl(HttpServletRequest) -
Method in class org.springframework.web.servlet.ResourceServlet
- Determine the URL of the target resource of this request.
- determineRootDir(String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Determine the root directory for the given location.
- determineServiceLocatorExceptionConstructor(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- Determine the constructor to use for the given service locator exception
class.
- determineStatusCode(HttpServletRequest, String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Determine the HTTP status code to apply for the given error view.
- determineTargetDatabaseName(Database) -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
- Determine the TopLink target database name for the given database.
- determineTargetDataSource() -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Retrieve the current target DataSource.
- determineTimeout(TransactionDefinition) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Determine the actual timeout to use for the given definition.
- determineUrlsForHandler(String) -
Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
- Check name and aliases of the given bean for URLs,
detected by starting with "/".
- determineViewName(Exception, RenderRequest) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Determine the view name for the given exception, searching the
"exceptionMappings"
, using the
"defaultErrorView"
as fallback.
- determineViewName(Exception, HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Determine the view name for the given exception, searching the
"exceptionMappings"
, using the
"defaultErrorView"
as fallback.
- DIR_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- DirectFieldAccessor - Class in org.springframework.beans
- PropertyAccessor implementation that directly accesses instance fields.
- DirectFieldAccessor(Object) -
Constructor for class org.springframework.beans.DirectFieldAccessor
- Create a new DirectFieldAccessor for the given target object.
- DirectFieldBindingResult - Class in org.springframework.validation
- Special implementation of the Errors and BindingResult interfaces,
supporting registration and evaluation of binding errors on value objects.
- DirectFieldBindingResult(Object, String) -
Constructor for class org.springframework.validation.DirectFieldBindingResult
- Create a new DirectFieldBindingResult instance.
- DirtiesContext - Annotation Type in org.springframework.test.annotation
- Test annotation to indicate that a test
method dirties the context for the current test.
- DISABLED_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- The name of the '
disabled
' attribute.
- disableFilters(Session) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Disable the specified filters on the given Session.
- disableIndenting(Transformer) -
Static method in class org.springframework.web.servlet.view.xslt.TransformerUtils
- Disable indenting for the supplied
Transformer
.
- disassemble(Object) -
Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- This implementation returns the passed-in value as-is.
- DispatchActionSupport - Class in org.springframework.web.struts
- Convenience class for Spring-aware Struts 1.1+ DispatchActions.
- DispatchActionSupport() -
Constructor for class org.springframework.web.struts.DispatchActionSupport
-
- DispatcherPortlet - Class in org.springframework.web.portlet
- Central dispatcher for use within the Portlet MVC framework, e.g. for web UI
controllers.
- DispatcherPortlet() -
Constructor for class org.springframework.web.portlet.DispatcherPortlet
-
- DispatcherServlet - Class in org.springframework.web.servlet
- Central dispatcher for HTTP request handlers/controllers,
e.g. for web UI controllers or HTTP-based remote service exporters.
- DispatcherServlet() -
Constructor for class org.springframework.web.servlet.DispatcherServlet
-
- DispatcherServletWebRequest - Class in org.springframework.web.servlet.handler
- ServletWebRequest that is aware of DispatcherServlet's request context,
such as the Locale determined by a LocaleResolver.
- DispatcherServletWebRequest(HttpServletRequest) -
Constructor for class org.springframework.web.servlet.handler.DispatcherServletWebRequest
- Create a new DispatcherServletWebRequest instance for the given request.
- DISPLAY_VALUE_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.form.OptionTag
- The name of the JSP variable used to expose the display value for this tag.
- DisposableBean - Interface in org.springframework.beans.factory
- Interface to be implemented by beans that want to release resources
on destruction.
- DisposableSqlTypeValue - Interface in org.springframework.jdbc.core
- Subinterface of SqlTypeValue that adds a cleanup callback,
to be invoked after the value has been set and the corresponding
statement has been executed.
- DO_NOT_PROXY -
Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Convenience constant for subclasses: Return value for "do not proxy".
- doActionService(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Processes the actual dispatching to the handler for action requests.
- doActionService(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Subclasses must implement this method to do the work of action request handling.
- doAfterBody() -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
- This implementation sets the isolation level but ignores the timeout.
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- doBegin(Object, TransactionDefinition) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Begin a new transaction with semantics according to the given transaction
definition.
- doBind(MutablePropertyValues) -
Method in class org.springframework.validation.DataBinder
- Actual implementation of the binding process, working with the
passed-in MutablePropertyValues instance.
- doBind(MutablePropertyValues) -
Method in class org.springframework.web.bind.WebDataBinder
- This implementation performs a field marker check
before delegating to the superclass binding process.
- doCatch(Throwable) -
Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doCleanupAfterCompletion(Object) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Cleanup resources after transaction completion.
- doClose() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Actually performs context closing: publishes a ContextClosedEvent and
destroys the singletons in the bean factory of this application context.
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- doCommit(DefaultTransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Perform an actual commit of the given transaction.
- doConvertFromMessage(Message) -
Method in class org.springframework.jms.core.JmsTemplate
- Extract the content from the given JMS message.
- doCreateConnection() -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
- Create a CCI Connection via this template's ConnectionFactory.
- doCreateConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Create a JMS Connection via this template's ConnectionFactory.
- doCreateConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory102
- This implementation overrides the superclass method to use JMS 1.0.2 API.
- doCreateConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- This implementation delegates to the
createConnection(username, password)
method of the target ConnectionFactory, passing in the specified user credentials.
- doCreateProducer(Session, Destination) -
Method in class org.springframework.jms.core.JmsTemplate
- Create a raw JMS MessageProducer for the given Session and Destination.
- doCreateProducer(Session, Destination) -
Method in class org.springframework.jms.core.JmsTemplate102
- This implementation overrides the superclass method to use JMS 1.0.2 API.
- doCreateQueueConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- This implementation delegates to the
createQueueConnection(username, password)
method of the target QueueConnectionFactory, passing in the specified user credentials.
- doCreateTopicConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- This implementation delegates to the
createTopicConnection(username, password)
method of the target TopicConnectionFactory, passing in the specified user credentials.
- DocumentDefaultsDefinition - Class in org.springframework.beans.factory.xml
- Simple JavaBean that holds the defaults specified at the
%lt;beans>
level in a standard Spring XML bean definition document:
default-lazy-init
, default-autowire
, etc - DocumentDefaultsDefinition() -
Constructor for class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
- DocumentLoader - Interface in org.springframework.beans.factory.xml
- Strategy interface for loading an XML
Document
. - doDelete(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Delegate DELETE requests to
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
- doDispatch(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Delegate render requests to processRequest/doRenderService.
- doDispatch(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Process the actual dispatching to the handler.
- doEndTag() -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
- doEndTag() -
Method in class org.springframework.web.servlet.tags.BindTag
-
- doEndTag() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- If
rendering
, flush any buffered
BodyContent
or, if no BodyContent
is supplied,
render the default content
.
- doEndTag() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Closes the '
form
' block tag and removes the command name
from the PageContext
.
- doEndTag() -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Close the '
label
' tag.
- doEndTag() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Closes any block tag that might have been opened when using
nested
options
.
- doEndTag() -
Method in class org.springframework.web.servlet.tags.NestedPathTag
- Reset any previous nestedPath value.
- doesNotContain(String, String, String) -
Static method in class org.springframework.util.Assert
- Assert that the given text does not contain the given substring.
- doesNotContain(String, String) -
Static method in class org.springframework.util.Assert
- Assert that the given text does not contain the given substring.
- doesNotHoldNonDefaultSession() -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- doesNotHoldNonDefaultSession() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- doEvaluate(String, Class, FunctionMapper) -
Method in class org.springframework.mock.web.MockExpressionEvaluator
-
- doExecute(Runnable) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Template method for the actual execution of a task.
- doExecute(InteractionSpec, Record, Record, RecordExtractor) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Execute the specified interaction on an EIS with CCI.
- doExecuteListener(Session, Message) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Execute the specified listener,
committing or rolling back the transaction afterwards (if necessary).
- doExecuteRequest(QueueSession, Queue, Message) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Actually execute the given request, sending the invoker request message
to the specified target queue and waiting for a corresponding response.
- doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Execute a request to send the given serialized remote invocation.
- doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Execute the given request through Commons HttpClient.
- doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
- Execute the given request through a standard J2SE HttpURLConnection.
- doFail() -
Method in class org.springframework.test.AssertThrows
- Template method called when the test fails; i.e. the expected
Exception
is not thrown.
- doFilter(ServletRequest, ServletResponse) -
Method in class org.springframework.mock.web.MockFilterChain
- Records the request and response.
- doFilter(ServletRequest, ServletResponse) -
Method in class org.springframework.mock.web.PassThroughFilterChain
- Pass the call on to the Filter/Servlet.
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class org.springframework.web.filter.DelegatingFilterProxy
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class org.springframework.web.filter.OncePerRequestFilter
- This
doFilter
implementation stores a request attribute for
"already filtered", proceeding without filtering again if the
attribute is already there.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Forwards the request to the next filter in the chain and delegates
down to the subclasses to perform the actual request logging both
before and after the request is processed.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.web.filter.CharacterEncodingFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.web.filter.OncePerRequestFilter
- Same contract as for
doFilter
, but guaranteed to be
just invoked once per request.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.web.filter.RequestContextFilter
-
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) -
Method in class org.springframework.web.multipart.support.MultipartFilter
- Check for a multipart request via this filter's MultipartResolver,
and wrap the original request with a MultipartHttpServletRequest if appropriate.
- doFinally() -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
- doFinally() -
Method in class org.springframework.web.servlet.tags.BindTag
-
- doFinally() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Disposes of the
BindStatus
instance.
- doFinally() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- Clean up any attributes and stored resources.
- doFinally() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Clears the stored
TagWriter
.
- doFinally() -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Disposes of the
TagWriter
instance.
- doFinally() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Clears the
TagWriter
that might have been left over when using
nested options
.
- doFinally() -
Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
- doFindMatchingFileSystemResources(File, String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Find all resources in the file system that match the given location pattern
via the Ant-style PathMatcher.
- doFindPathMatchingFileResources(Resource, String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Find all resources in the file system that match the given location pattern
via the Ant-style PathMatcher.
- doFindPathMatchingFileResources(Resource, String) -
Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
- Overridden version which checks for ServletContextResource
and uses
ServletContext.getResourcePaths
to find
matching resources below the web application root directory.
- doFindPathMatchingFileResources(Resource, String) -
Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
- Overridden version which checks for PortletContextResource
and uses
PortletContext.getResourcePaths
to find
matching resources below the web application root directory.
- doFindPathMatchingJarResources(Resource, String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Find all resources in jar files that match the given location pattern
via the Ant-style PathMatcher.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Delegate GET requests to processRequest/doService.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.ResourceServlet
- Determine the URL of the target resource and include it.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.ViewRendererServlet
-
- doGetBundle(String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Obtain the resource bundle for the given basename and Locale.
- doGetConnection(ConnectionFactory) -
Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
- Actually obtain a CCI Connection from the given ConnectionFactory.
- doGetConnection(ConnectionSpec) -
Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
- This implementation delegates to the
getConnection(ConnectionSpec)
method of the target ConnectionFactory, passing in the specified user credentials.
- doGetConnection(DataSource) -
Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- Actually obtain a JDBC Connection from the given DataSource.
- doGetConnection(String, String) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Applies the current isolation level value and read-only flag
to the returned Connection.
- doGetConnection(String, String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- This implementation delegates to the
getConnection(username, password)
method of the target DataSource, passing in the specified user credentials.
- doGetConnection(String, String) -
Method in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
- Builds a WebSphere JDBCConnectionSpec object for the current settings
and calls
WSDataSource.getConnection(JDBCConnectionSpec)
.
- doGetJtaTransaction(UserTransaction) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Get a JTA transaction object for the given current UserTransaction.
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
- Retrieve the Connection via C3P0's
rawConnectionOperation
API,
using the getRawConnection
as callback to get access to the
raw Connection (which is otherwise not directly supported by C3P0).
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
- Retrieve the Connection via JBoss'
getUnderlyingConnection
method.
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Not able to unwrap: return passed-in Connection.
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
- Retrieve the Connection via WebLogic's
getVendorConnection
method.
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
- Retrieve the Connection via WebSphere's
getNativeConnection
method.
- doGetNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
-
- doGetPersistenceManager(PersistenceManagerFactory, boolean) -
Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
- Obtain a JDO PersistenceManager via the given factory.
- doGetSession(SessionFactory, boolean) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Get a Hibernate Session for the given SessionFactory.
- doGetSession(SessionFactory, boolean) -
Static method in class org.springframework.orm.toplink.SessionFactoryUtils
- Get a TopLink Session for the given SessionFactory.
- doGetTransaction() -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doGetTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- This implementation returns a JtaTransactionObject instance for the
JTA UserTransaction.
- doGetTransaction() -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Return a transaction object for the current transaction state.
- doGetTransactionalEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Obtain a JPA EntityManager from the given factory.
- doGetTransactionalSession(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory) -
Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
- Obtain a JMS Session that is synchronized with the current transaction, if any.
- doGetTransactionalSession(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory, boolean) -
Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
- Obtain a JMS Session that is synchronized with the current transaction, if any.
- doInCallableStatement(CallableStatement) -
Method in interface org.springframework.jdbc.core.CallableStatementCallback
- Gets called by
JdbcTemplate.execute
with an active JDBC
CallableStatement.
- doInConnection(Connection, ConnectionFactory) -
Method in interface org.springframework.jca.cci.core.ConnectionCallback
- Gets called by
CciTemplate.execute
with an active CCI Connection.
- doInConnection(Connection) -
Method in interface org.springframework.jdbc.core.ConnectionCallback
- Gets called by
JdbcTemplate.execute
with an active JDBC
Connection.
- doInContext(Context) -
Method in interface org.springframework.jndi.JndiCallback
- Do something with the given JNDI context.
- doInHibernate(Session) -
Method in interface org.springframework.orm.hibernate.HibernateCallback
- Gets called by
HibernateTemplate.execute
with an active
Hibernate Session
.
- doInHibernate(Session) -
Method in interface org.springframework.orm.hibernate3.HibernateCallback
- Gets called by
HibernateTemplate.execute
with an active
Hibernate Session
.
- doInInteraction(Interaction, ConnectionFactory) -
Method in interface org.springframework.jca.cci.core.InteractionCallback
- Gets called by
CciTemplate.execute
with an active CCI Interaction.
- doInitBody() -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- doInitBody() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- doInitialize() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Register any invokers within this container.
- doInitialize() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Creates the specified number of concurrent consumers,
in the form of a JMS Session plus associated MessageConsumer
running in a separate thread.
- doInitialize() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Creates a JMS ServerSessionPool for the specified listener and registers
it with a JMS ConnectionConsumer for the specified destination.
- doInitialize() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Creates the specified number of concurrent consumers,
in the form of a JMS Session plus associated MessageConsumer.
- doInJdo(PersistenceManager) -
Method in interface org.springframework.orm.jdo.JdoCallback
- Gets called by
JdoTemplate.execute
with an active JDO
PersistenceManager
.
- doInJms(Session, MessageProducer) -
Method in interface org.springframework.jms.core.ProducerCallback
- Perform operations on the given
Session
and MessageProducer
.
- doInJms(Session) -
Method in interface org.springframework.jms.core.SessionCallback
- Execute any number of operations against the supplied JMS
Session
, possibly returning a result.
- doInJpa(EntityManager) -
Method in interface org.springframework.orm.jpa.JpaCallback
- Gets called by
JpaTemplate.execute
with an active
JPA EntityManager
.
- doInPreparedStatement(PreparedStatement) -
Method in interface org.springframework.jdbc.core.PreparedStatementCallback
- Gets called by
JdbcTemplate.execute
with an active JDBC
PreparedStatement.
- doInPreparedStatement(PreparedStatement) -
Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
-
- doInSqlMapClient(SqlMapExecutor) -
Method in interface org.springframework.orm.ibatis.SqlMapClientCallback
- Gets called by
SqlMapClientTemplate.execute
with an active
SqlMapExecutor
.
- doInStatement(Statement) -
Method in interface org.springframework.jdbc.core.StatementCallback
- Gets called by
JdbcTemplate.execute
with an active JDBC
Statement.
- doInTopLink(Session) -
Method in class org.springframework.orm.toplink.SessionReadCallback
- Determines the Session to work on (either the active UnitOfWork
or the plain Session) and delegates to
readFromSession
.
- doInTopLink(Session) -
Method in interface org.springframework.orm.toplink.TopLinkCallback
- Gets called by
TopLinkTemplate.execute
with an active
Session
.
- doInTopLink(Session) -
Method in class org.springframework.orm.toplink.UnitOfWorkCallback
- Determines the UnitOfWork to work on (either the active UnitOfWork or a
temporarily acquired UnitOfWork) and delegates to
doInUnitOfWork
.
- doInTransaction(TransactionStatus) -
Method in interface org.springframework.transaction.support.TransactionCallback
- Gets called by
TransactionTemplate.execute(org.springframework.transaction.support.TransactionCallback)
within a transactional context.
- doInTransaction(TransactionStatus) -
Method in class org.springframework.transaction.support.TransactionCallbackWithoutResult
-
- doInTransactionWithoutResult(TransactionStatus) -
Method in class org.springframework.transaction.support.TransactionCallbackWithoutResult
- Gets called by TransactionTemplate.execute within a transactional context.
- doInUnitOfWork(UnitOfWork) -
Method in class org.springframework.orm.toplink.UnitOfWorkCallback
- Called with a UnitOfWork to work on, either the active UnitOfWork or a
temporarily acquired UnitOfWork (as determined by the transaction status).
- doInvoke(MethodInvocation) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
- Perform the given invocation on the current EJB home.
- doInvoke(MethodInvocation) -
Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
- This implementation "creates" a new EJB instance for each invocation.
- doInvoke(MethodInvocation) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Perform a JAX-RPC service invocation based on the given method invocation.
- doInvoke(MethodInvocation, Remote) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Perform a JAX-RPC service invocation based on the given port stub.
- doInvoke(MethodInvocation, Remote) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Perform the given invocation on the given RMI stub.
- doInvoke(MethodInvocation, RmiInvocationHandler) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Apply the given AOP method invocation to the given
RmiInvocationHandler
.
- doInvoke(MethodInvocation, Remote) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Perform the given invocation on the given RMI stub.
- doInvoke(MethodInvocation, RmiInvocationHandler) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Apply the given AOP method invocation to the given
RmiInvocationHandler
.
- doInvoke(MethodInvocation, Remote) -
Static method in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
- Perform a raw method invocation on the given RMI stub,
letting reflection exceptions through as-is.
- doInvokeListener(SessionAwareMessageListener, Session, Message) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Invoke the specified listener as Spring SessionAwareMessageListener,
exposing a new JMS Session (potentially with its own transaction)
to the listener if demanded.
- doInvokeListener(MessageListener, Message) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Invoke the specified listener as standard JMS MessageListener.
- doJtaBegin(JtaTransactionObject, TransactionDefinition) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Perform a JTA begin on the JTA UserTransaction or TransactionManager.
- doJtaBegin(JtaTransactionObject, TransactionDefinition) -
Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
-
- doJtaBegin(JtaTransactionObject, TransactionDefinition) -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- doJtaResume(JtaTransactionObject, Object) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Perform a JTA resume on the JTA TransactionManager.
- doJtaResume(JtaTransactionObject, Object) -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- doJtaSuspend(JtaTransactionObject) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Perform a JTA suspend on the JTA TransactionManager.
- doLoadBeanDefinitions(InputSource, Resource) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Actually load bean definitions from the specified XML file.
- DomUtils - Class in org.springframework.util.xml
- Convenience methods for working with the DOM API,
in particular for working with DOM Nodes and DOM Elements.
- DomUtils() -
Constructor for class org.springframework.util.xml.DomUtils
-
- dontIgnore(IMessage.Kind) -
Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
-
- doParse(Element, BeanDefinitionBuilder) -
Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
- Parse the supplied
Element
and populate the supplied
BeanDefinitionBuilder
as required.
- doParse(Element, ParserContext, BeanDefinitionBuilder) -
Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
- Parse the supplied
Element
and populate the supplied
BeanDefinitionBuilder
as required.
- doParse(Element, BeanDefinitionBuilder) -
Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
- Parse the supplied
Element
and populate the supplied
BeanDefinitionBuilder
as required.
- doPerform(ComponentContext, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- Perform the preparation for the component, allowing for any Exception to be thrown.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Delegate POST requests to
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.ViewRendererServlet
-
- doProceed(MethodInvocation) -
Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
- Proceed with the supplied
MethodInterceptor
.
- doProceed(MethodInvocation) -
Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
- Proceed with the supplied
MethodInterceptor
.
- doPut(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Delegate PUT requests to
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
.
- doReadRemoteInvocation(ObjectInputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Perform the actual reading of an invocation result object from the
given ObjectInputStream.
- doReadRemoteInvocationResult(ObjectInputStream) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Perform the actual reading of an invocation object from the
given ObjectInputStream.
- doReceive(Session, Destination, String) -
Method in class org.springframework.jms.core.JmsTemplate
- Receive a JMS message.
- doReceive(Session, MessageConsumer) -
Method in class org.springframework.jms.core.JmsTemplate
- Actually receive a JMS message.
- doReceiveAndExecute(Session, MessageConsumer, TransactionStatus) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Actually execute the listener for a message received from the given consumer,
fetching all requires resources and invoking the listener.
- doRegister(Object, ObjectName) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Actually register the MBean with the server.
- doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Register a JTA synchronization on the JTA TransactionManager, for calling
afterCompletion
on the given Spring TransactionSynchronizations.
- doReleaseConnection(Connection, ConnectionFactory) -
Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
- Actually close the given Connection, obtained from the given ConnectionFactory.
- doReleaseConnection(Connection, DataSource) -
Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- Actually close the given Connection, obtained from the given DataSource.
- doReleasePersistenceManager(PersistenceManager, PersistenceManagerFactory) -
Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
- Actually release a PersistenceManager for the given factory.
- doRender(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Render the FreeMarker view to the given response, using the given model
map which contains the complete template model to use.
- doRender(Context, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
- Overrides the normal rendering process in order to pre-process the Context,
merging it with the screen template into a single value (identified by the
value of screenContentKey).
- doRender(Context, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Render the Velocity view to the given response, using the given Velocity
context which contains the complete template model to use.
- doRenderService(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Processes the actual dispatching to the handler for render requests.
- doRenderService(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Subclasses must implement this method to do the work of render request handling.
- doRescheduleTask(Object) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Reschedule the given task object immediately.
- doRescheduleTask(Object) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Re-executes the given task via this listener container's TaskExecutor.
- doResolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Actually resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Actually resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- doResume(Object, Object) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- doResume(Object, Object) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Resume the resources of the current transaction.
- doRetrieveMatchingFiles(String, File, Set) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Recursively retrieve files that match the given pattern,
adding them to the given result list.
- doRetrieveMatchingPortletContextResources(PortletContext, String, String, Set) -
Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
- Recursively retrieve PortletContextResources that match the given pattern,
adding them to the given result set.
- doRetrieveMatchingServletContextResources(ServletContext, String, String, Set) -
Method in class org.springframework.web.context.support.ServletContextResourcePatternResolver
- Recursively retrieve ServletContextResources that match the given pattern,
adding them to the given result set.
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- doRollback(DefaultTransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Perform an actual rollback of the given transaction.
- doSend(Session, Destination, MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
- Send the given JMS message.
- doSend(MessageProducer, Message) -
Method in class org.springframework.jms.core.JmsTemplate
- Actually send the given JMS message.
- doSend(MessageProducer, Message) -
Method in class org.springframework.jms.core.JmsTemplate102
- This implementation overrides the superclass method to use JMS 1.0.2 API.
- doSend(MimeMessage[], Object[]) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Actually send the given array of MimeMessages via JavaMail.
- doService(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Exposes the DispatcherServlet-specific request attributes and
delegates to
DispatcherServlet.doDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
for the actual dispatching.
- doService(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Subclasses must implement this method to do the work of request handling,
receiving a centralized callback for GET, POST, PUT and DELETE.
- doSetNestedPath(String) -
Method in class org.springframework.validation.AbstractBindingResult
- Actually set the nested path.
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- doSetRollbackOnly(DefaultTransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Set the given transaction rollback-only.
- doShutdown() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Close the registered invokers.
- doShutdown() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Destroy the registered JMS Sessions and associated MessageConsumers.
- doShutdown() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Close the JMS ServerSessionPool for the specified message listener,
via this container's ServerSessionFactory, and subsequently also
this container's JMS ConnectionConsumer.
- doShutdown() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Destroy the registered JMS Sessions and associated MessageConsumers.
- doSort(List, SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
- Actually perform sorting of the given source list, according to
the given sort definition.
- doStart() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Start the shared Connection, if any, and notify all invoker tasks.
- doStartTag() -
Method in class org.springframework.web.servlet.tags.NestedPathTag
-
- doStartTag() -
Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
- Create and expose the current RequestContext.
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.BindTag
-
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Provide a simple template method that calls
AbstractFormTag.createTagWriter()
and passes
the created TagWriter
to the AbstractFormTag.writeTagContent(TagWriter)
method.
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
-
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.MessageTag
- Resolves the message, escapes it if demanded,
and writes it to the page (or exposes it as variable).
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
- Called by doStartTag to perform the actual work.
- doStartTagInternal() -
Method in class org.springframework.web.servlet.tags.TransformTag
-
- doStop() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Notify all invoker tasks and stop the shared Connection, if any.
- doSubmitAction(Object) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Template method for submit actions.
- doSubmitAction(Object) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Template method for submit actions.
- doSuspend(Object) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
-
- doSuspend(Object) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Suspend the resources of the current transaction.
- doTransform(Map, Source, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Perform the actual transformation, writing to the HTTP response.
- doTransform(Source, Map, Result, String) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Perform the actual transformation, writing to the given result.
- doTypeConversionIfNecessary(Object, Class) -
Method in class org.springframework.beans.BeanWrapperImpl
- Deprecated. in favor of
convertIfNecessary
- doWith(Field) -
Method in interface org.springframework.util.ReflectionUtils.FieldCallback
- Perform an operation using the given field.
- doWith(Method) -
Method in interface org.springframework.util.ReflectionUtils.MethodCallback
- Perform an operation using the given method.
- doWithFields(Class, ReflectionUtils.FieldCallback) -
Static method in class org.springframework.util.ReflectionUtils
- Invoke the given callback on all fields in the target class,
going up the class hierarchy to get all declared fields.
- doWithFields(Class, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) -
Static method in class org.springframework.util.ReflectionUtils
- Invoke the given callback on all fields in the target class,
going up the class hierarchy to get all declared fields.
- doWithMethods(Class, ReflectionUtils.MethodCallback) -
Static method in class org.springframework.util.ReflectionUtils
- Perform the given callback operation on all matching methods of the
given class and superclasses.
- doWithMethods(Class, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) -
Static method in class org.springframework.util.ReflectionUtils
- Perform the given callback operation on all matching methods of the
given class and superclasses.
- doWork(Work) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- doWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- doWork(Work) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- doWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- doWriteRemoteInvocation(RemoteInvocation, ObjectOutputStream) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Perform the actual writing of the given invocation object to the
given ObjectOutputStream.
- doWriteRemoteInvocationResult(RemoteInvocationResult, ObjectOutputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Perform the actual writing of the given invocation result object
to the given ObjectOutputStream.
- DriverManagerDataSource - Class in org.springframework.jdbc.datasource
- Simple implementation of the standard JDBC DataSource interface, configuring
a plain old JDBC Driver via bean properties, and returning a new Connection
for every
getConnection
call. - DriverManagerDataSource() -
Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
- Constructor for bean-style configuration.
- DriverManagerDataSource(String, String, String, String) -
Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
- Create a new DriverManagerDataSource with the given standard
DriverManager parameters.
- DriverManagerDataSource(String, String, String) -
Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
- Create a new DriverManagerDataSource with the given standard
DriverManager parameters.
- DriverManagerDataSource(String) -
Constructor for class org.springframework.jdbc.datasource.DriverManagerDataSource
- Create a new DriverManagerDataSource with the given JDBC URL,
not specifying a username or password for JDBC access.
- dropDatabaseSchema() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Execute schema drop script, determined by the Configuration object
used for creating the SessionFactory.
- dropDatabaseSchema() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Execute schema drop script, determined by the Configuration object
used for creating the SessionFactory.
- DTD_SUFFIX -
Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
- Suffix for DTD files
- DynamicDestinationResolver - Class in org.springframework.jms.support.destination
- Simple
DestinationResolver
implementation resolving destination names
as dynamic destinations. - DynamicDestinationResolver() -
Constructor for class org.springframework.jms.support.destination.DynamicDestinationResolver
-
- DynamicIntroductionAdvice - Interface in org.springframework.aop
- Subinterface of AOP Alliance Advice that allows additional interfaces
to be implemented by an Advice, and available via a proxy using that
interceptor.
- DynamicMethodMatcher - Class in org.springframework.aop.support
- Convenient abstract superclass for dynamic method matchers,
which do care about arguments at runtime.
- DynamicMethodMatcher() -
Constructor for class org.springframework.aop.support.DynamicMethodMatcher
-
- DynamicMethodMatcherPointcut - Class in org.springframework.aop.support
- Convenient superclass when we want to force subclasses to
implement MethodMatcher interface, but subclasses
will want to be pointcuts.
- DynamicMethodMatcherPointcut() -
Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcut
-
- DynamicMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
- Deprecated. since 2.0, in favor of using
DefaultPointcutAdvisor
with a runtime DynamicMethodMatcherPointcut
- DynamicMethodMatcherPointcutAdvisor() -
Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
- Deprecated. Create a new DynamicMethodMatcherPointcutAdvisor,
expecting bean-style configuration.
- DynamicMethodMatcherPointcutAdvisor(Advice) -
Constructor for class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
- Deprecated. Create a new DynamicMethodMatcherPointcutAdvisor for the given advice.
E
- EhCacheFactoryBean - Class in org.springframework.cache.ehcache
- FactoryBean that creates a named EHCache
Cache
instance
(or a decorator that implements the Ehcache
interface),
representing a cache region within an EHCache CacheManager
. - EhCacheFactoryBean() -
Constructor for class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- EhCacheManagerFactoryBean - Class in org.springframework.cache.ehcache
- FactoryBean that exposes an EHCache
CacheManager
instance
(independent or shared), configured from a specified config location. - EhCacheManagerFactoryBean() -
Constructor for class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- EisOperation - Class in org.springframework.jca.cci.object
- Base class for EIS operation objects that work with the CCI API.
- EisOperation() -
Constructor for class org.springframework.jca.cci.object.EisOperation
-
- EjbAccessException - Exception in org.springframework.ejb.access
- Exception that gets thrown when an EJB stub cannot be accessed properly.
- EjbAccessException(String) -
Constructor for exception org.springframework.ejb.access.EjbAccessException
- Constructor for EjbAccessException.
- EjbAccessException(String, Throwable) -
Constructor for exception org.springframework.ejb.access.EjbAccessException
- Constructor for EjbAccessException.
- ejbActivate() -
Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
-
- ejbCreate() -
Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
- Lifecycle method required by the EJB specification but not the
MessageDrivenBean interface.
- ejbCreate() -
Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
- This implementation loads the BeanFactory.
- ejbPassivate() -
Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
-
- ejbRemove() -
Method in class org.springframework.ejb.support.AbstractEnterpriseBean
- EJB lifecycle method, implemented to invoke onEjbRemote and unload the
BeanFactory afterwards.
- EMPTY -
Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- EMPTY_TARGET_SOURCE -
Static variable in class org.springframework.aop.framework.AdvisedSupport
- Canonical TargetSource when there's no target, and behavior is
supplied by the advisors.
- emptyActivatedContextBuilder() -
Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
- If no SimpleNamingContextBuilder is already configuring JNDI,
create and activate one.
- EmptyReaderEventListener - Class in org.springframework.beans.factory.parsing
- Empty implementation of the ReaderEventListener interface,
providing no-op implementations of all callback methods.
- EmptyReaderEventListener() -
Constructor for class org.springframework.beans.factory.parsing.EmptyReaderEventListener
-
- EmptyResultDataAccessException - Exception in org.springframework.dao
- Data access exception thrown when a result was expected to have at least
one row (or element) but zero rows (or elements) were actually returned.
- EmptyResultDataAccessException(int) -
Constructor for exception org.springframework.dao.EmptyResultDataAccessException
- Constructor for EmptyResultDataAccessException.
- EmptyResultDataAccessException(String, int) -
Constructor for exception org.springframework.dao.EmptyResultDataAccessException
- Constructor for EmptyResultDataAccessException.
- EmptyTargetSource - Class in org.springframework.aop.target
- Canonical
TargetSource
when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only. - enableFilter(String) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Return an enabled Hibernate
Filter
for the given filter name.
- enableFilter(String) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- enableFilters(Session) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Enable the specified filters on the given Session.
- enableIndenting(Transformer) -
Static method in class org.springframework.web.servlet.view.xslt.TransformerUtils
- Enable indenting for the supplied
Transformer
.
- enableIndenting(Transformer, int) -
Static method in class org.springframework.web.servlet.view.xslt.TransformerUtils
- Enable indenting for the supplied
Transformer
.
- EncodedResource - Class in org.springframework.core.io.support
- Holder that combines a Resource with an encoding.
- EncodedResource(Resource) -
Constructor for class org.springframework.core.io.support.EncodedResource
- Create a new EncodedResource for the given Resource,
not specifying a specific encoding.
- EncodedResource(Resource, String) -
Constructor for class org.springframework.core.io.support.EncodedResource
- Create a new EncodedResource for the given Resource,
using the specified encoding.
- encodeRedirectURL(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeRedirectUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeURL(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeURL(String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- ENCODING_GZIP -
Static variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- ENCTYPE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.FormTag
-
- endsWithContinuationMarker(String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- endsWithIgnoreCase(String, String) -
Static method in class org.springframework.util.StringUtils
- Test if the given String ends with the specified suffix,
ignoring upper/lower case.
- endTag() -
Method in class org.springframework.web.servlet.tags.form.TagWriter
- Close the current tag.
- endTag(boolean) -
Method in class org.springframework.web.servlet.tags.form.TagWriter
- Close the current tag, allowing to enforce a full closing tag.
- endTransaction() -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Immediately force a commit or rollback of the transaction,
according to the complete flag.
- ENTITY_MANAGER_SYNCHRONIZATION_ORDER -
Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Order value for TransactionSynchronization objects that clean up JPA
EntityManagers.
- entityIsTransient(MergeEvent, Map) -
Method in class org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener
- Hibernate 3.1 implementation of ID transferral.
- entityManagerFactory -
Variable in class org.springframework.test.jpa.AbstractJpaTests
-
- EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
- Base class for any class that needs to access an EntityManagerFactory,
usually in order to obtain an EntityManager.
- EntityManagerFactoryAccessor() -
Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
- EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
- Metadata interface for a Spring-managed EntityManagerFactory.
- EntityManagerFactoryPlus - Interface in org.springframework.orm.jpa
- Extension of the standard JPA EntityManagerFactory interface, linking in
Spring's EntityManagerFactoryPlusOperations interface which defines
additional operations (beyond JPA 1.0) in a vendor-independent fashion.
- EntityManagerFactoryPlusOperations - Interface in org.springframework.orm.jpa
- Interface that defines common operations beyond the standard
JPA EntityManagerFactory interface, in a vendor-independent fashion.
- EntityManagerFactoryUtils - Class in org.springframework.orm.jpa
- Helper class featuring methods for JPA EntityManager handling,
allowing for reuse of EntityManager instances within transactions.
- EntityManagerFactoryUtils() -
Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils
-
- EntityManagerHolder - Class in org.springframework.orm.jpa
- Holder wrapping a JPA EntityManager.
- EntityManagerHolder(EntityManager) -
Constructor for class org.springframework.orm.jpa.EntityManagerHolder
-
- EntityManagerPlus - Interface in org.springframework.orm.jpa
- Extension of the standard JPA EntityManager interface, linking in
Spring's EntityManagerPlusOperations interface which defines additional
operations (beyond JPA 1.0) in a vendor-independent fashion.
- EntityManagerPlusOperations - Interface in org.springframework.orm.jpa
- Interface that defines common operations beyond the standard
JPA EntityManager interface, in a vendor-independent fashion.
- ENTRY_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- entrySet() -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- entrySet() -
Method in class org.springframework.util.CachingMapDecorator
-
- equals(Object) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- equals(Object) -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- equals(Object) -
Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- equals(Object) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
- equals(Object) -
Method in class org.springframework.aop.support.ComposablePointcut
-
- equals(Object) -
Method in class org.springframework.aop.support.ControlFlowPointcut
-
- equals(Object) -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- equals(Object) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
- equals(Object) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- equals(Object) -
Method in class org.springframework.aop.target.EmptyTargetSource
-
- equals(Object) -
Method in class org.springframework.aop.target.HotSwappableTargetSource
- Two HotSwappableTargetSources are equal if the current target
objects are equal.
- equals(Object) -
Method in class org.springframework.aop.target.SingletonTargetSource
- Two invoker interceptors are equal if they have the same target or if the
targets or the targets are equal.
- equals(Object) -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
- equals(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
- equals(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- equals(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- equals(Object) -
Method in class org.springframework.beans.factory.config.TypedStringValue
-
- equals(Object) -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
- This implementations expects the other object to be of type BeanComponentDefinition
as well, in addition to the superclass's equality requirements.
- equals(Object) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.LookupOverride
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.ManagedSet
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.MethodOverride
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.MethodOverrides
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.ReplaceOverride
-
- equals(Object) -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- equals(Object) -
Method in class org.springframework.beans.MutablePropertyValues
-
- equals(Object) -
Method in class org.springframework.beans.PropertyValue
-
- equals(Object) -
Method in class org.springframework.beans.support.MutableSortDefinition
-
- equals(Object) -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- equals(Object) -
Method in class org.springframework.core.AttributeAccessorSupport
-
- equals(Object) -
Method in class org.springframework.core.enums.AbstractLabeledEnum
-
- equals(Object) -
Method in class org.springframework.core.io.AbstractResource
- This implementation compares description strings.
- equals(Object) -
Method in class org.springframework.core.io.ByteArrayResource
- This implementation compares the underlying byte array.
- equals(Object) -
Method in class org.springframework.core.io.ClassPathResource
- This implementation compares the underlying class path locations.
- equals(Object) -
Method in class org.springframework.core.io.DescriptiveResource
- This implementation compares the underlying description String.
- equals(Object) -
Method in class org.springframework.core.io.FileSystemResource
- This implementation compares the underlying File references.
- equals(Object) -
Method in class org.springframework.core.io.InputStreamResource
- This implementation compares the underlying InputStream.
- equals(Object) -
Method in class org.springframework.core.io.UrlResource
- This implementation compares the underlying URL references.
- equals(Object) -
Method in class org.springframework.mail.SimpleMailMessage
-
- equals(Object, Object) -
Method in class org.springframework.orm.hibernate.support.AbstractLobType
- This implementation delegates to the Hibernate EqualsHelper.
- equals(Object, Object) -
Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
-
- equals(Object, Object) -
Method in class org.springframework.orm.hibernate3.support.AbstractLobType
- This implementation delegates to the Hibernate EqualsHelper.
- equals(Object, Object) -
Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
-
- equals(Object) -
Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
-
- equals(Object) -
Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
-
- equals(Object) -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- equals(Object) -
Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
- equals(Object) -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- equals(Object) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
- equals(Object) -
Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
- equals(Object) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- This implementation compares the
toString()
results.
- equals(Object) -
Method in class org.springframework.util.AutoPopulatingList
-
- equals(Object) -
Method in class org.springframework.util.comparator.BooleanComparator
-
- equals(Object) -
Method in class org.springframework.util.comparator.CompoundComparator
-
- equals(Object) -
Method in class org.springframework.util.comparator.InvertibleComparator
-
- equals(Object) -
Method in class org.springframework.util.comparator.NullSafeComparator
-
- equals(Object) -
Method in class org.springframework.validation.AbstractBindingResult
-
- equals(Object) -
Method in exception org.springframework.validation.BindException
-
- equals(Object) -
Method in class org.springframework.validation.FieldError
-
- equals(Object) -
Method in class org.springframework.validation.ObjectError
-
- equals(Object) -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation compares the underlying ServletContext resource locations.
- equals(Object) -
Method in class org.springframework.web.portlet.context.PortletContextResource
-
- equalsAdvisors(AdvisedSupport, AdvisedSupport) -
Static method in class org.springframework.aop.framework.AopProxyUtils
- Check equality of the advisors behind the given AdvisedSupport objects.
- equalsInProxy(AdvisedSupport, AdvisedSupport) -
Static method in class org.springframework.aop.framework.AopProxyUtils
- Check equality of the proxies behind the given AdvisedSupport objects.
- equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) -
Static method in class org.springframework.aop.framework.AopProxyUtils
- Check equality of the proxied interfaces behind the given AdvisedSupport objects.
- error(Problem) -
Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
- Throws a
BeanDefinitionParsingException
detailing the error
that has occurred.
- error(Problem) -
Method in interface org.springframework.beans.factory.parsing.ProblemReporter
- Called when an error is encountered during the parsing process.
- error(String, Object) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- error(String, Object, Throwable) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- error(String, Object, ParseState) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- error(String, Object, ParseState, Throwable) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- error(String, Element) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Report an error with the given message for the given source element.
- error(String, Element, Throwable) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Report an error with the given message for the given source element.
- error(SAXParseException) -
Method in class org.springframework.util.xml.SimpleSaxErrorHandler
-
- error(TransformerException) -
Method in class org.springframework.util.xml.SimpleTransformErrorListener
-
- ERROR_CODE -
Static variable in exception org.springframework.beans.MethodInvocationException
- Error code that a method invocation error will be registered with.
- ERROR_CODE -
Static variable in exception org.springframework.beans.TypeMismatchException
- Error code that a type mismatch error will be registered with.
- ERROR_KEY_PREFIX -
Static variable in exception org.springframework.validation.BindException
- Deprecated. in favor of
BindingResult.MODEL_KEY_PREFIX
- ErrorCoded - Interface in org.springframework.core
- Interface that can be implemented by exceptions etc that are error coded.
- Errors - Interface in org.springframework.validation
- Stores and exposes information about data-binding and validation
errors for a specific object.
- ERRORS_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
-
- ErrorsTag - Class in org.springframework.web.servlet.tags.form
- Form tag for displaying errors for a particular field or object.
- ErrorsTag() -
Constructor for class org.springframework.web.servlet.tags.form.ErrorsTag
-
- escape(String, boolean) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- EscapeBodyTag - Class in org.springframework.web.servlet.tags
- Custom JSP tag to escape its enclosed body content,
applying HTML escaping and/or JavaScript escaping.
- EscapeBodyTag() -
Constructor for class org.springframework.web.servlet.tags.EscapeBodyTag
-
- EscapedErrors - Class in org.springframework.web.bind
- Errors wrapper that adds automatic HTML escaping to the wrapped instance,
for convenient usage in HTML views.
- EscapedErrors(Errors) -
Constructor for class org.springframework.web.bind.EscapedErrors
- Create a new EscapedErrors instance for the given source instance.
- establishSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Establish a shared Connection for this container.
- establishSharedConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Overridden to accept a failure in the initial setup - leaving it up to the
asynchronous invokers to establish the shared Connection on first access.
- evaluate(String, Class, VariableResolver, FunctionMapper) -
Method in class org.springframework.mock.web.MockExpressionEvaluator
-
- evaluate(String, Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Evaluate the supplied value for the supplied attribute name.
- evaluate(String, String, Class, PageContext) -
Static method in class org.springframework.web.util.ExpressionEvaluationUtils
- Evaluate the given expression (be it EL or a literal String value)
to an Object of a given type,
- evaluate(String, String, PageContext) -
Static method in class org.springframework.web.util.ExpressionEvaluationUtils
- Evaluate the given expression (be it EL or a literal String value) to an Object.
- evaluateBoolean(String, String, PageContext) -
Static method in class org.springframework.web.util.ExpressionEvaluationUtils
- Evaluate the given expression (be it EL or a literal String value) to a boolean.
- evaluateInteger(String, String, PageContext) -
Static method in class org.springframework.web.util.ExpressionEvaluationUtils
- Evaluate the given expression (be it EL or a literal String value) to an integer.
- evaluateString(String, String, PageContext) -
Static method in class org.springframework.web.util.ExpressionEvaluationUtils
- Evaluate the given expression (be it EL or a literal String value) to a String.
- EventPublicationInterceptor - Class in org.springframework.context.event
Interceptor
that publishes an
ApplicationEvent
to all ApplicationListeners
registered with an ApplicationEventPublisher
after each
successful method invocation.- EventPublicationInterceptor() -
Constructor for class org.springframework.context.event.EventPublicationInterceptor
-
- evict(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Remove the given object from the Session cache.
- evict(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- evict(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Remove the given object from the
Session
cache.
- evict(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- evict(Object) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Remove the given object from the PersistenceManager cache.
- evict(Object) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- evictAll(Collection) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Remove all given objects from the PersistenceManager cache.
- evictAll() -
Method in interface org.springframework.orm.jdo.JdoOperations
- Remove all objects from the PersistenceManager cache.
- evictAll(Collection) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- evictAll() -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- excludeClass(String) -
Method in class org.springframework.core.OverridingClassLoader
- Add a class name to exclude from overriding.
- excludeClass(String) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
- Add a class name to exclude from shadowing.
- excludePackage(String) -
Method in class org.springframework.core.OverridingClassLoader
- Add a package name to exclude from overriding.
- excludePackage(String) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
- Add a package name to exclude from shadowing.
- excludeUnlistedClasses() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- execute(Runnable, long) -
Method in interface org.springframework.core.task.AsyncTaskExecutor
- Execute the given
task
.
- execute(Runnable) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Executes the given task, within a concurrency throttle
if configured (through the superclass's settings).
- execute(Runnable, long) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Executes the given task, within a concurrency throttle
if configured (through the superclass's settings).
- execute(Runnable) -
Method in class org.springframework.core.task.SyncTaskExecutor
- Executes the given
task
synchronously, through direct
invocation of it's run()
method.
- execute(Runnable) -
Method in interface org.springframework.core.task.TaskExecutor
- Execute the given
task
.
- execute(ConnectionCallback) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute a request on an EIS with CCI, implemented as callback action
working on a CCI Connection.
- execute(InteractionCallback) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute a request on an EIS with CCI, implemented as callback action
working on a CCI Interaction.
- execute(InteractionSpec, Record) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute the specified interaction on an EIS with CCI.
- execute(InteractionSpec, Record, Record) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute the specified interaction on an EIS with CCI.
- execute(InteractionSpec, RecordCreator) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute the specified interaction on an EIS with CCI.
- execute(InteractionSpec, Record, RecordExtractor) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute the specified interaction on an EIS with CCI.
- execute(InteractionSpec, RecordCreator, RecordExtractor) -
Method in interface org.springframework.jca.cci.core.CciOperations
- Execute the specified interaction on an EIS with CCI.
- execute(ConnectionCallback) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(InteractionCallback) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(InteractionSpec, Record) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(InteractionSpec, Record, Record) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(InteractionSpec, RecordCreator) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(InteractionSpec, Record, RecordExtractor) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(InteractionSpec, RecordCreator, RecordExtractor) -
Method in class org.springframework.jca.cci.core.CciTemplate
-
- execute(Object) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
- Execute the interaction encapsulated by this operation object.
- execute(Record) -
Method in class org.springframework.jca.cci.object.SimpleRecordOperation
- Execute the CCI interaction encapsulated by this operation object.
- execute(Record, Record) -
Method in class org.springframework.jca.cci.object.SimpleRecordOperation
- Execute the CCI interaction encapsulated by this operation object.
- execute(Runnable) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- execute(Runnable, long) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- execute(ConnectionCallback) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC Connection.
- execute(StatementCallback) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC Statement.
- execute(String) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue a single SQL execute, typically a DDL statement.
- execute(PreparedStatementCreator, PreparedStatementCallback) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
- execute(String, PreparedStatementCallback) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
- execute(CallableStatementCreator, CallableStatementCallback) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC CallableStatement.
- execute(String, CallableStatementCallback) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC CallableStatement.
- execute(ConnectionCallback) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(StatementCallback) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(String) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(PreparedStatementCreator, PreparedStatementCallback) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(String, PreparedStatementCallback) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(CallableStatementCreator, CallableStatementCallback) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(String, CallableStatementCallback) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- execute(String, SqlParameterSource, PreparedStatementCallback) -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
- execute(String, Map, PreparedStatementCallback) -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Execute a JDBC data access operation, implemented as callback action
working on a JDBC PreparedStatement.
- execute(String, SqlParameterSource, PreparedStatementCallback) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
- execute(String, Map, PreparedStatementCallback) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
- execute(Object[], Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Central execution method.
- execute(Object[]) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute without context.
- execute(Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute without parameters.
- execute() -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute without parameters nor context.
- execute(int, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with a single int parameter and context.
- execute(int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with a single int parameter.
- execute(int, int, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with two int parameters and context.
- execute(int, int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with two int parameters.
- execute(long, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with a single long parameter and context.
- execute(long) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with a single long parameter.
- execute(String, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with a single String parameter and context.
- execute(String) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute with a single String parameter.
- execute(Map) -
Method in class org.springframework.jdbc.object.StoredProcedure
- Execute the stored procedure.
- execute(ParameterMapper) -
Method in class org.springframework.jdbc.object.StoredProcedure
- Execute the stored procedure.
- execute(SessionCallback) -
Method in interface org.springframework.jms.core.JmsOperations
- Execute the action specified by the given action object within
a JMS Session.
- execute(ProducerCallback) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to a JMS destination.
- execute(SessionCallback, boolean) -
Method in class org.springframework.jms.core.JmsTemplate
- Execute the action specified by the given action object within a
JMS Session.
- execute(SessionCallback) -
Method in class org.springframework.jms.core.JmsTemplate
-
- execute(ProducerCallback) -
Method in class org.springframework.jms.core.JmsTemplate
-
- execute(JndiCallback) -
Method in class org.springframework.jndi.JndiTemplate
- Execute the given JNDI context callback implementation.
- execute(HibernateCallback) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute the action specified by the given action object within a Session.
- execute(HibernateCallback) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- execute(HibernateCallback, boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Execute the action specified by the given action object within a Session.
- execute(HibernateCallback) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute the action specified by the given action object within a
Session
.
- execute(HibernateCallback) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- execute(HibernateCallback, boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Execute the action specified by the given action object within a Session.
- execute(SqlMapClientCallback) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- Execute the given data access action on a SqlMapExecutor.
- execute(JdoCallback) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Execute the action specified by the given action object within a
PersistenceManager.
- execute(JdoCallback) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- execute(JdoCallback, boolean) -
Method in class org.springframework.orm.jdo.JdoTemplate
- Execute the action specified by the given action object within a
PersistenceManager.
- execute(JpaCallback) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- execute(JpaCallback) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- execute(JpaCallback, boolean) -
Method in class org.springframework.orm.jpa.JpaTemplate
- Execute the action specified by the given action object within a
EntityManager.
- execute(TopLinkCallback) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute the action specified by the given action object within a
TopLink Session.
- execute(TopLinkCallback) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- execute(Runnable) -
Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
- Delegates to the specified JSR-166 backport concurrent executor.
- execute(Runnable) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Implementation of both the JSR-166 backport Executor interface and the Spring
TaskExecutor interface, delegating to the ThreadPoolExecutor instance.
- execute(Runnable) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- execute(Runnable) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- Delegates to the specified JDK 1.5 concurrent executor.
- execute(Runnable) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Implementation of both the JDK 1.5 Executor interface and the Spring
TaskExecutor interface, delegating to the ThreadPoolExecutor instance.
- execute(JobExecutionContext) -
Method in class org.springframework.scheduling.quartz.DelegatingJob
- Delegates execution to the underlying Runnable,
converting any Exception thrown to a Quartz JobExecutionException
(as required by the Job contract).
- execute(JobExecutionContext) -
Method in class org.springframework.scheduling.quartz.QuartzJobBean
- This implementation applies the passed-in job data map as bean property
values, and delegates to
executeInternal
afterwards.
- execute(Runnable) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- execute(Runnable) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
- Schedules the given
Runnable
on this executor's Timer
instance,
wrapping it in a DelegatingTimerTask
.
- execute(TransactionDefinition, TransactionCallback) -
Method in interface org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
- Execute the action specified by the given callback object within a transaction.
- execute(TransactionCallback) -
Method in interface org.springframework.transaction.support.TransactionOperations
- Execute the action specified by the given callback object within a transaction.
- execute(TransactionCallback) -
Method in class org.springframework.transaction.support.TransactionTemplate
-
- execute() -
Method in interface org.springframework.web.servlet.mvc.throwaway.ThrowawayController
- Execute this controller according to its bean properties.
- execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) -
Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- This implementation delegates to
doPerform
,
lazy-initializing the application context reference if necessary.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.struts.DelegatingActionProxy
- Pass the execute call on to the Spring-managed delegate
Action
.
- executeByNamedParam(Map, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Central execution method.
- executeByNamedParam(Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute without context.
- executeController(Controller, ComponentContext, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.tiles.TilesView
- Execute the given Tiles controller.
- executeFind(HibernateCallback) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute the specified action assuming that the result object is a List.
- executeFind(HibernateCallback) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- executeFind(HibernateCallback) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute the specified action assuming that the result object is a
List
.
- executeFind(HibernateCallback) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- executeFind(JdoCallback) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Execute the specified action assuming that the result object is a
Collection.
- executeFind(JdoCallback) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- executeFind(JpaCallback) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- executeFind(JpaCallback) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- executeFind(TopLinkCallback) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute the specified action assuming that the result object is a
Collection.
- executeFind(TopLinkCallback) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeInternal(JobExecutionContext) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- Invoke the method via the MethodInvoker.
- executeInternal(JobExecutionContext) -
Method in class org.springframework.scheduling.quartz.QuartzJobBean
- Execute the actual job.
- executeListener(Session, Message) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Execute the specified listener,
committing or rolling back the transaction afterwards (if necessary).
- executeListenerSession(Session) -
Method in interface org.springframework.jms.listener.serversession.ListenerSessionManager
- Execute the given JMS Session, triggering its MessageListener
with pre-loaded messages.
- executeListenerSession(Session) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Execute the given JMS Session, triggering invocation
of its listener.
- executeNamedQuery(Class, String) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute a given named query with the given arguments.
- executeNamedQuery(Class, String, boolean) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute a given named query with the given arguments.
- executeNamedQuery(Class, String, Object[]) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute a given named query with the given arguments.
- executeNamedQuery(Class, String, Object[], boolean) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute a given named query with the given arguments.
- executeNamedQuery(Class, String) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeNamedQuery(Class, String, boolean) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeNamedQuery(Class, String, Object[]) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeNamedQuery(Class, String, Object[], boolean) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executePostMethod(HttpInvokerClientConfiguration, HttpClient, PostMethod) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Execute the given PostMethod instance.
- executeQuery(DatabaseQuery) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute the given query object with the given arguments.
- executeQuery(DatabaseQuery, boolean) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute the given query object with the given arguments.
- executeQuery(DatabaseQuery, Object[]) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute the given query object with the given arguments.
- executeQuery(DatabaseQuery, Object[], boolean) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
- Execute the given query object with the given arguments.
- executeQuery(DatabaseQuery) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeQuery(DatabaseQuery, boolean) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeQuery(DatabaseQuery, Object[]) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeQuery(DatabaseQuery, Object[], boolean) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
-
- executeRequest(RemoteInvocation) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Execute the given remote invocation, sending an invoker request message
to this accessor's target queue and waiting for a corresponding response.
- executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- executeRequest(RemoteInvocation) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Execute the given remote invocation via the HttpInvokerRequestExecutor.
- executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) -
Method in interface org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
- Execute a request to send the given remote invocation.
- executeSchemaScript(Connection, String[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Execute the given schema script on the given JDBC Connection.
- executeSchemaScript(Connection, String[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Execute the given schema script on the given JDBC Connection.
- executeSchemaStatement(Statement, String) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Execute the given schema SQL on the given JDBC Statement.
- executeSchemaStatement(Statement, String) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Execute the given schema SQL on the given JDBC Statement.
- executeScript(Class) -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- Instantiate the given Groovy script class and run it if necessary.
- executeSqlScript(String, boolean) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Execute the given SQL script.
- executeWithListResult(SqlMapClientCallback) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- Execute the given data access action on a SqlMapExecutor,
expecting a List result.
- executeWithMapResult(SqlMapClientCallback) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- Execute the given data access action on a SqlMapExecutor,
expecting a Map result.
- executeWork(TaskExecutor, Work, long, boolean, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
- Execute the given Work on the specified TaskExecutor.
- exists() -
Method in class org.springframework.core.io.AbstractResource
- This implementation checks whether a File can be opened,
falling back to whether an InputStream can be opened.
- exists() -
Method in class org.springframework.core.io.ByteArrayResource
- This implementation always returns
true
.
- exists() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation returns whether the underlying file exists.
- exists() -
Method in class org.springframework.core.io.InputStreamResource
- This implementation always returns
true
.
- exists() -
Method in interface org.springframework.core.io.Resource
- Return whether this resource actually exists in physical form.
- ExpectedException - Annotation Type in org.springframework.test.annotation
- Test annotation to indicate that a test method is required
to throw one or more of these exceptions.
- ExpectedLookupTemplate - Class in org.springframework.mock.jndi
- Simple implementation of JndiTemplate interface that always returns
a given object.
- ExpectedLookupTemplate() -
Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
- Construct a new JndiTemplate that will always return given objects
for given names.
- ExpectedLookupTemplate(String, Object) -
Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
- Construct a new JndiTemplate that will always return the
given object, but honour only requests for the given name.
- expose(Errors, HttpServletRequest) -
Method in class org.springframework.web.struts.SpringBindingActionForm
- Set the Errors object that this SpringBindingActionForm is supposed
to wrap.
- EXPOSE_WEB_APP_ROOT_PARAM -
Static variable in class org.springframework.web.util.Log4jWebConfigurer
- Parameter specifying whether to expose the web app root system property
- exposeAttributes() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- Called during
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter)
allowing subclasses to add any attributes to the
PageContext
as needed.
- exposeAttributes() -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Exposes any bind status error messages under
this key
in the PageContext.PAGE_SCOPE
.
- exposeAttributes() -
Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- ExposeBeanNameAdvisors - Class in org.springframework.aop.interceptor
- Convenient methods for creating advisors that may be used when autoproxying beans
created with the Spring IoC container, binding the bean name to the current
invocation.
- ExposeBeanNameAdvisors() -
Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
-
- exposeForwardRequestAttributes(HttpServletRequest) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Expose the current request URI and paths as
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for Servlet 2.3- containers.
- exposeForwardRequestAttributes(HttpServletRequest) -
Static method in class org.springframework.web.util.WebUtils
- Expose the current request URI and paths as
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for containers that implement 2.3 or an earlier version of the Servlet API:
javax.servlet.forward.request_uri
,
javax.servlet.forward.context_path
,
javax.servlet.forward.servlet_path
,
javax.servlet.forward.path_info
,
javax.servlet.forward.query_string
.
- exposeHelpers(Map, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Expose helpers unique to each rendering operation.
- exposeHelpers(HttpServletRequest) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Expose helpers unique to each rendering operation.
- exposeHelpers(HttpServletRequest) -
Method in class org.springframework.web.servlet.view.JstlView
- Exposes a JSTL LocalizationContext for Spring's locale and MessageSource.
- exposeHelpers(HttpServletRequest) -
Method in class org.springframework.web.servlet.view.tiles.TilesJstlView
-
- exposeHelpers(Map, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Expose helpers unique to each rendering operation.
- exposeHelpers(Context, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Expose helpers unique to each rendering operation.
- exposeHelpers(Context, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Expose helpers unique to each rendering operation.
- ExposeInvocationInterceptor - Class in org.springframework.aop.interceptor
- Interceptor that exposes the current MethodInvocation.
- exposeLocalizationContext(HttpServletRequest, MessageSource) -
Static method in class org.springframework.web.servlet.support.JstlUtils
- Exposes JSTL-specific request attributes specifying locale
and resource bundle for JSTL's formatting and message tags,
using Spring's locale and MessageSource.
- exposeLocalizationContext(Map, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Expose current Spring-managed Locale and MessageSource to JasperReports i18n
($R expressions etc).
- exposeModelAsRequestAttributes(Map, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.AbstractView
- Expose the model objects in the given map as request attributes.
- exposePathWithinMapping(String, HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Expose the path within the current mapping as request attribute.
- exposeRequestAttributes(PortletRequest, Map) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Expose the given Map as request attributes, using the keys as attribute names
and the values as corresponding attribute values.
- exposeRequestAttributes(ServletRequest, Map) -
Static method in class org.springframework.web.util.WebUtils
- Expose the given Map as request attributes, using the keys as attribute names
and the values as corresponding attribute values.
- exposeToolAttributes(Context, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Expose the tool attributes, according to corresponding bean property settings.
- EXPRESSION_CACHE_CONTEXT_PARAM -
Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
- JSP 2.0 expression cache parameter at the servlet context level
(i.e. a context-param in
web.xml
): "cacheJspExpressions".
- EXPRESSION_PREFIX -
Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
-
- EXPRESSION_SUFFIX -
Static variable in class org.springframework.web.util.ExpressionEvaluationUtils
-
- ExpressionEvaluationUtils - Class in org.springframework.web.util
- Convenience methods for transparent access to JSP 2.0's built-in
ExpressionEvaluator
or the standalone
ExpressionEvaluatorManager
of Jakarta's JSTL implementation. - ExpressionEvaluationUtils() -
Constructor for class org.springframework.web.util.ExpressionEvaluationUtils
-
- ExpressionPointcut - Interface in org.springframework.aop.support
- Interface to be implemented by pointcuts that use String expressions.
- extendAdvisors(List) -
Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
- Adds an
ExposeInvocationInterceptor
to the beginning of the advice chain.
- extendAdvisors(List) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- Extension hook that subclasses can override to register additional Advisors,
given the sorted Advisors obtained to date.
- ExtendedEntityManagerCreator - Class in org.springframework.orm.jpa
- Factory for dynamic EntityManager proxies that follow the JPA spec's
semantics for "extended" EntityManagers.
- ExtendedEntityManagerCreator() -
Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator
-
- extendInterceptors(List) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Extension hook that subclasses can override to register additional interceptors,
given the configured interceptors (see
AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
- extendInterceptors(List) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Extension hook that subclasses can override to register additional interceptors,
given the configured interceptors (see
AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
- extractByteArrayFromMessage(BytesMessage) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Extract a byte array from the given
BytesMessage
.
- extractByteArrayFromMessage(BytesMessage) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter102
- Overrides superclass method to copy bytes from the message into a
ByteArrayOutputStream, using a buffer, to avoid using the
getBodyLength()
method which has been introduced in
JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
- extractData(Record) -
Method in interface org.springframework.jca.cci.core.RecordExtractor
- Process the data in the given Record, creating a corresponding result object.
- extractData(Record) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
-
- extractData(ResultSet) -
Method in interface org.springframework.jdbc.core.ResultSetExtractor
- Implementations must implement this method to process the entire ResultSet.
- extractData(ResultSet) -
Method in class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
- extractData(ResultSet) -
Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
-
- extractData(ResultSet) -
Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
- Delegates to handleNoRowFound, handleMultipleRowsFound and streamData,
according to the ResultSet state.
- extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Extract database meta data via the given DatabaseMetaDataCallback.
- extractDatabaseMetaData(DataSource, String) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Call the specified method on DatabaseMetaData for the given DataSource,
and extract the invocation result.
- extractFilenameFromUrlPath(String) -
Static method in class org.springframework.web.util.WebUtils
- Extract the URL filename from the given request URL path.
- extractHandlerMethodNameFromUrlPath(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Extract the handler method name from the given request URI.
- extractInvocationResult(Message) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Extract the invocation result from the response message.
- extractJarFileURL(URL) -
Static method in class org.springframework.util.ResourceUtils
- Extract the URL for the actual jar file from the given URL
(which may point to a resource in a jar file or to a jar file itself).
- extractMapFromMessage(MapMessage) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Extract a Map from the given
MapMessage
.
- extractMessage(Message) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Extract the message body from the given JMS message.
- extractOperableUrl(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Extract a URL path from the given request,
suitable for view name extraction.
- extractOutputData(Record) -
Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
-
- extractOutputData(Record) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
- Subclasses must implement this method to convert the Record returned
by CCI execution into a result object for the
execute
method.
- extractOutputParameters(CallableStatement, List) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Extract output parameters from the completed stored procedure.
- extractPathWithinPattern(String, String) -
Method in class org.springframework.util.AntPathMatcher
- Given a pattern and a full path, determine the pattern-mapped part.
- extractPathWithinPattern(String, String) -
Method in interface org.springframework.util.PathMatcher
- Given a pattern and a full path, determine the pattern-mapped part.
- extractPropertyName(String) -
Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
- Extract a JavaBean property name from the supplied attribute name.
- extractReturnedResultSets(CallableStatement, List, int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Extract returned ResultSets from the completed stored procedure.
- extractSerializableFromMessage(ObjectMessage) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Extract a Serializable object from the given
ObjectMessage
.
- extractSource(Object, Resource) -
Method in class org.springframework.beans.factory.parsing.NullSourceExtractor
- This implementation simply returns
null
for any input.
- extractSource(Object, Resource) -
Method in class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
- Simply returns the supplied
sourceCandidate
as-is.
- extractSource(Object) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- extractSource(Object, Resource) -
Method in interface org.springframework.beans.factory.parsing.SourceExtractor
- Extract the source metadata from the candidate object supplied
by the configuration parser.
- extractSource(Element) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Invoke the
SourceExtractor
to pull the
source metadata from the supplied Element
.
- extractSource(Element) -
Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- Invoke the
SourceExtractor
to pull the
source metadata from the supplied Element
.
- extractSource(Object) -
Method in class org.springframework.beans.factory.xml.ParserContext
-
- extractSqlStringFromException(JDOException) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- Template method for extracting a SQL String from the given exception.
- extractStringFromMessage(TextMessage) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- Extract a String from the given TextMessage.
- extractViewNameFromUrlPath(String) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Extract the URL filename from the given request URI.
F
- FacesContextUtils - Class in org.springframework.web.jsf
- Convenience methods to retrieve the root WebApplicationContext for a given
FacesContext.
- FacesContextUtils() -
Constructor for class org.springframework.web.jsf.FacesContextUtils
-
- FACTORY_BEAN_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- FACTORY_BEAN_PREFIX -
Static variable in interface org.springframework.beans.factory.BeanFactory
- Used to dereference a
FactoryBean
instance and distinguish it from
beans created by the FactoryBean.
- FACTORY_METHOD_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- FactoryBean - Interface in org.springframework.beans.factory
- Interface to be implemented by objects used within a
BeanFactory
which are themselves factories. - FactoryBeanNotInitializedException - Exception in org.springframework.beans.factory
- Exception to be thrown from a FactoryBean's
getObject()
method
if the bean is not fully initialized yet, for example because it is involved
in a circular reference. - FactoryBeanNotInitializedException() -
Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
- Create a new FactoryBeanNotInitializedException with the default message.
- FactoryBeanNotInitializedException(String) -
Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
- Create a new FactoryBeanNotInitializedException with the given message.
- FailFastProblemReporter - Class in org.springframework.beans.factory.parsing
- Simple
ProblemReporter
implementation that exhibits fail-fast
behavior when errors are encountered. - FailFastProblemReporter() -
Constructor for class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
- FALLBACK_TRANSACTION_MANAGER_NAMES -
Static variable in class org.springframework.transaction.jta.JtaTransactionManager
- Fallback JNDI locations for the JTA TransactionManager.
- fatal(Problem) -
Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
- Throws a
BeanDefinitionParsingException
detailing the error
that has occurred.
- fatal(Problem) -
Method in interface org.springframework.beans.factory.parsing.ProblemReporter
- Called when a fatal error is encountered during the parsing process.
- fatal(String, Object) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- fatal(String, Object, Throwable) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- fatal(String, Object, ParseState) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- fatal(String, Object, ParseState, Throwable) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- FatalBeanException - Exception in org.springframework.beans
- Thrown on an unrecoverable problem encountered in the
beans packages or sub-packages, e.g. bad class or field.
- FatalBeanException(String) -
Constructor for exception org.springframework.beans.FatalBeanException
- Create a new FatalBeanException with the specified message.
- FatalBeanException(String, Throwable) -
Constructor for exception org.springframework.beans.FatalBeanException
- Create a new FatalBeanException with the specified message
and root cause.
- fatalError(SAXParseException) -
Method in class org.springframework.util.xml.SimpleSaxErrorHandler
-
- fatalError(TransformerException) -
Method in class org.springframework.util.xml.SimpleTransformErrorListener
-
- FIELD_CLASS -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the class field in a JMX
Descriptor
.
- FIELD_CURRENCY_TIME_LIMIT -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the currency time limit field in a JMX
Descriptor
.
- FIELD_DEFAULT -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the default field in a JMX
Descriptor
.
- FIELD_GET_METHOD -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Identifies a getter method in a JMX
Descriptor
.
- FIELD_LOG -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the log field in a JMX
Descriptor
.
- FIELD_LOG_FILE -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the logfile field in a JMX
Descriptor
.
- FIELD_PERSIST_LOCATION -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the persistLocation field in a JMX
Descriptor
.
- FIELD_PERSIST_NAME -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the persistName field in a JMX
Descriptor
.
- FIELD_PERSIST_PERIOD -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the persistPeriod field in a JMX
Descriptor
.
- FIELD_PERSIST_POLICY -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the persistPolicy field in a JMX
Descriptor
.
- FIELD_ROLE -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the role field in a JMX
Descriptor
.
- FIELD_SET_METHOD -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Identifies a setter method in a JMX
Descriptor
.
- FIELD_VISIBILITY -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Constant identifier for the visibility field in a JMX
Descriptor
.
- FieldError - Class in org.springframework.validation
- Encapsulates a field error, that is, a reason for rejecting a specific
field value.
- FieldError(String, String, Object, boolean, String[], Object[], String) -
Constructor for class org.springframework.validation.FieldError
- Create a new FieldError instance.
- FieldRetrievingFactoryBean - Class in org.springframework.beans.factory.config
- FactoryBean which retrieves a static or non-static field value.
- FieldRetrievingFactoryBean() -
Constructor for class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- FILE_URL_PREFIX -
Static variable in class org.springframework.util.ResourceUtils
- URL prefix for loading from the file system: "file:"
- FileCopyUtils - Class in org.springframework.util
- Simple utility methods for file and stream copying.
- FileCopyUtils() -
Constructor for class org.springframework.util.FileCopyUtils
-
- FileEditor - Class in org.springframework.beans.propertyeditors
- Editor for
java.io.File
, to directly populate a File property
from a Spring resource location. - FileEditor() -
Constructor for class org.springframework.beans.propertyeditors.FileEditor
- Create a new FileEditor,
using the default ResourceEditor underneath.
- FileEditor(ResourceEditor) -
Constructor for class org.springframework.beans.propertyeditors.FileEditor
- Create a new FileEditor,
using the given ResourceEditor underneath.
- FileSystemResource - Class in org.springframework.core.io
Resource
implementation for java.io.File
handles.- FileSystemResource(File) -
Constructor for class org.springframework.core.io.FileSystemResource
- Create a new FileSystemResource.
- FileSystemResource(String) -
Constructor for class org.springframework.core.io.FileSystemResource
- Create a new FileSystemResource.
- FileSystemResourceLoader - Class in org.springframework.core.io
ResourceLoader
implementation that resolves plain paths as
file system resources rather than as class path resources
(the latter is DefaultResourceLoader
's default strategy).- FileSystemResourceLoader() -
Constructor for class org.springframework.core.io.FileSystemResourceLoader
-
- FileSystemXmlApplicationContext - Class in org.springframework.context.support
- Standalone XML application context, taking the context definition files
from the file system or from URLs, interpreting plain paths as relative
file system locations (e.g.
- FileSystemXmlApplicationContext(String) -
Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
- Create a new FileSystemXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
- FileSystemXmlApplicationContext(String[]) -
Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
- Create a new FileSystemXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
- FileSystemXmlApplicationContext(String[], ApplicationContext) -
Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
- Create a new FileSystemXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
- FileSystemXmlApplicationContext(String[], boolean) -
Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
- Create a new FileSystemXmlApplicationContext, loading the definitions
from the given XML files.
- FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) -
Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
- Create a new FileSystemXmlApplicationContext with the given parent,
loading the definitions from the given XML files.
- fillInClientStackTraceIfPossible(Throwable) -
Static method in class org.springframework.remoting.support.RemoteInvocationUtils
- Fill the current client-side stack trace into the given exception.
- fillProperties(Properties, Resource) -
Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
- Fill the given properties from the given resource.
- fillReport(Map) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Create a populated
JasperPrint
instance from the configured
JasperReport
instance.
- FilterDefinitionFactoryBean - Class in org.springframework.orm.hibernate3
- Convenient FactoryBean for defining Hibernate FilterDefinitions.
- FilterDefinitionFactoryBean() -
Constructor for class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Extract a filtered set of PropertyDescriptors from the given BeanWrapper,
excluding ignored dependency types or properties defined on ignored
dependency interfaces.
- find(String) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query.
- find(String, Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding one value to a "?"
- find(String, Object, Type) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding one value to a "?"
- find(String, Object[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding a number of values to "?"
- find(String, Object[], Type[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding a number of values to "?"
- find(String) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- find(String, Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- find(String, Object, Type) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- find(String, Object[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- find(String, Object[], Type[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- find(String) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute an HQL query.
- find(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute an HQL query, binding one value to a "?"
- find(String, Object[]) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute an HQL query, binding a number of values to "?"
- find(String) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- find(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- find(String, Object[]) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- find(Class) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class.
- find(Class, String) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class that match the given
JDOQL filter.
- find(Class, String, String) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class that match the given
JDOQL filter, with the given result ordering.
- find(Class, String, String, Object[]) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class that match the given
JDOQL filter, using the given parameter declarations and parameter values.
- find(Class, String, String, Object[], String) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class that match the given
JDOQL filter, using the given parameter declarations and parameter values,
with the given result ordering.
- find(Class, String, String, Map) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class that match the given
JDOQL filter, using the given parameter declarations and parameter values.
- find(Class, String, String, Map, String) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find all persistent instances of the given class that match the given
JDOQL filter, using the given parameter declarations and parameter values,
with the given result ordering.
- find(String, Object) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given query object
in the specified query language.
- find(String) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given single-string JDOQL query.
- find(String, Object[]) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given single-string JDOQL query.
- find(String, Map) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given single-string JDOQL query.
- find(Class) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class, String) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class, String, String) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class, String, String, Object[]) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class, String, String, Object[], String) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class, String, String, Map) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class, String, String, Map, String) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(String, Object) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(String) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(String, Object[]) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(String, Map) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- find(Class<T>, Object) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- find(String) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- find(String, Object...) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- find(Class<T>, Object) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- find(String) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- find(String, Object...) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- findAdvisorBeans() -
Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
- Find all eligible Advisor beans in the current bean factory,
ignoring FactoryBeans and excluding beans that are currently in creation.
- findAdvisorsThatCanApply(List, Class) -
Static method in class org.springframework.aop.support.AopUtils
- Determine the sublist of the
candidateAdvisors
list
that is applicable to the given class.
- findAllAttributes(Method) -
Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- Returns all JDK 1.5+ annotations found for the given method.
- findAllAttributes(Class) -
Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- Returns all JDK 1.5+ annotations found for the given class.
- findAllAttributes(Method) -
Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
- Subclasses should implement this to return all attributes for this method.
- findAllAttributes(Class) -
Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
- Subclasses should implement this to return all attributes for this class.
- findAllAttributes(Class) -
Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
-
- findAllAttributes(Method) -
Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
-
- findAllClassPathResources(String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Find all class location resources with the given location via the ClassLoader.
- findAnnotation(Method, Class<A>) -
Static method in class org.springframework.core.annotation.AnnotationUtils
- Get a single
Annotation
of annotationType
from the
supplied Method
, traversing its super methods if no annotation
can be found on the given method.
- findAspectJAnnotationOnMethod(Method) -
Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
- Find and return the first AspectJ annotation on the given method
(there should only be one anyway...)
- findAttribute(String) -
Method in class org.springframework.mock.web.MockPageContext
-
- findAutowireCandidates(String, Class) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Find bean instances that match the required type.
- findAutowireCandidates(String, Class) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- findBridgedMethod(Method) -
Static method in class org.springframework.core.BridgeMethodResolver
- Find the original method for the supplied
bridge Method
.
- findByCriteria(DetachedCriteria) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a query based on a given Hibernate criteria object.
- findByCriteria(DetachedCriteria, int, int) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a query based on the given Hibernate criteria object.
- findByCriteria(DetachedCriteria) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByCriteria(DetachedCriteria, int, int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByExample(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a query based on the given example entity object.
- findByExample(Object, int, int) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a query based on a given example entity object.
- findByExample(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByExample(Object, int, int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedParam(String, String, Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding one value to a ":" named parameter
in the query string.
- findByNamedParam(String, String, Object, Type) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding one value to a ":" named parameter
in the query string.
- findByNamedParam(String, String[], Object[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding a number of values to ":" named
parameters in the query string.
- findByNamedParam(String, String[], Object[], Type[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding a number of values to ":" named
parameters in the query string.
- findByNamedParam(String, String, Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedParam(String, String, Object, Type) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedParam(String, String[], Object[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedParam(String, String[], Object[], Type[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedParam(String, String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute an HQL query, binding one value to a ":" named parameter
in the query string.
- findByNamedParam(String, String[], Object[]) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute an HQL query, binding a number of values to ":" named
parameters in the query string.
- findByNamedParam(String, String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedParam(String, String[], Object[]) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedParams(String, Map<String, ? extends Object>) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- findByNamedParams(String, Map<String, ? extends Object>) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- findByNamedQuery(String) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query.
- findByNamedQuery(String, Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding one value to a "?"
- findByNamedQuery(String, Object, Type) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding one value to a "?"
- findByNamedQuery(String, Object[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding a number of values to "?"
- findByNamedQuery(String, Object[], Type[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding a number of values to "?"
- findByNamedQuery(String) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQuery(String, Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQuery(String, Object, Type) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQuery(String, Object[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQuery(String, Object[], Type[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQuery(String) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a named query.
- findByNamedQuery(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a named query, binding one value to a "?"
- findByNamedQuery(String, Object[]) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a named query binding a number of values to "?"
- findByNamedQuery(String) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedQuery(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedQuery(String, Object[]) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedQuery(Class, String) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given named query.
- findByNamedQuery(Class, String, Object[]) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given named query.
- findByNamedQuery(Class, String, Map) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Find persistent instances through the given named query.
- findByNamedQuery(Class, String) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- findByNamedQuery(Class, String, Object[]) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- findByNamedQuery(Class, String, Map) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- findByNamedQuery(String) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- findByNamedQuery(String, Object...) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- findByNamedQuery(String) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- findByNamedQuery(String, Object...) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- findByNamedQueryAndNamedParam(String, String, Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding one value to a ":" named parameter
in the query string.
- findByNamedQueryAndNamedParam(String, String, Object, Type) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding one value to a ":" named parameter
in the query string.
- findByNamedQueryAndNamedParam(String, String[], Object[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding a number of values to ":" named
parameters in the query string.
- findByNamedQueryAndNamedParam(String, String[], Object[], Type[]) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding a number of values to ":" named
parameters in the query string.
- findByNamedQueryAndNamedParam(String, String, Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String, Object, Type) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String[], Object[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String[], Object[], Type[]) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a named query, binding one value to a ":" named parameter
in the query string.
- findByNamedQueryAndNamedParam(String, String[], Object[]) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a named query, binding a number of values to ":" named
parameters in the query string.
- findByNamedQueryAndNamedParam(String, String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String[], Object[]) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByNamedQueryAndNamedParams(String, Map<String, ? extends Object>) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- findByNamedQueryAndNamedParams(String, Map<String, ? extends Object>) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- findByNamedQueryAndValueBean(String, Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute a named query, binding the properties of the given bean to
":" named parameters in the query string.
- findByNamedQueryAndValueBean(String, Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByNamedQueryAndValueBean(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute a named query, binding the properties of the given bean to
":" named parameters in the query string.
- findByNamedQueryAndValueBean(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findByValueBean(String, Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Execute an HQL query, binding the properties of the given bean to
named parameters in the query string.
- findByValueBean(String, Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- findByValueBean(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Execute an HQL query, binding the properties of the given bean to
named parameters in the query string.
- findByValueBean(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- findCandidateAdvisors() -
Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
- findCandidateAdvisors() -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- Find all candidate advisors to use in auto-proxying.
- findColumn(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- findColumn(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Maps the given column name to its column index.
- findCustomEditor(Class, String) -
Method in interface org.springframework.beans.PropertyEditorRegistry
- Find a custom property editor for the given type and property.
- findCustomEditor(Class, String) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
- findCustomEditor(Class, String) -
Method in class org.springframework.validation.DataBinder
-
- findDeclaredMethod(Class, String, Class[]) -
Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and the given parameter types,
declared on the given class or one of its superclasses.
- findDeclaredMethodWithMinimalParameters(Class, String) -
Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and minimal parameters (best case: none),
declared on the given class or one of its superclasses.
- findDecoratorForNode(Node) -
Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
- Deprecated. as of Spring 2.0.2; there should be no need to call this directly.
- findDefaultEntityManagerFactory() -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Find a single default EntityManagerFactory in the Spring application context.
- findEligibleAdvisors(Class) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- Find all eligible advices for auto-proxying this class.
- findEntityManagerFactory(ListableBeanFactory, String) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Find an EntityManagerFactory with the given name in the given
Spring application context (represented as ListableBeanFactory).
- findEntityManagerFactory(String) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Find an EntityManagerFactory with the given name in the current Spring
application context, falling back to a single default EntityManagerFactory
(if any) in case of no unit name specified.
- findFirstMatch(Collection, Collection) -
Static method in class org.springframework.util.CollectionUtils
- Return the first element in '
candidates
' that is contained in
'source
'.
- findLabeledEnums(Class) -
Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
- Template method to be implemented by subclasses.
- findLabeledEnums(Class) -
Method in class org.springframework.core.enums.StaticLabeledEnumResolver
-
- findLocalizedResource(String, String, Locale) -
Method in class org.springframework.core.io.support.LocalizedResourceHelper
- Find the most specific localized resource for the given name,
extension and locale:
The file will be searched with locations in the following order,
similar to
java.util.ResourceBundle
's search order:
[name]_[language]_[country]_[variant][extension]
[name]_[language]_[country][extension]
[name]_[language][extension]
[name][extension]
If none of the specific files can be found, a resource
descriptor for the default location will be returned.
- findMatchingBeans(Class) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Deprecated. as of Spring 2.0.1: Override
findAutowireCandidates
instead
- findMatchingMethod() -
Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
- This implementation looks for a method with matching parameter types:
that is, where each argument value is assignable to the corresponding parameter type.
- findMatchingMethod() -
Method in class org.springframework.util.MethodInvoker
- Find a matching method with the specified name for the specified arguments.
- findMatchingViewName(Properties, Exception) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Find a matching view name in the given exception mappings
- findMatchingViewName(Properties, Exception) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Find a matching view name in the given exception mappings.
- findMethod(Class, String, Class[]) -
Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and the given parameter types,
declared on the given class or one of its superclasses.
- findMethod(Class, String) -
Static method in class org.springframework.util.ReflectionUtils
- Attempt to find a
Method
on the supplied class with the supplied name
and no parameters.
- findMethod(Class, String, Class[]) -
Static method in class org.springframework.util.ReflectionUtils
- Attempt to find a
Method
on the supplied class with the supplied name
and parameter types.
- findMethodWithMinimalParameters(Class, String) -
Static method in class org.springframework.beans.BeanUtils
- Find a method with the given method name and minimal parameters (best case: none),
declared on the given class or one of its superclasses.
- findNamedEntityManagerFactory(String) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Find an EntityManagerFactory with the given name in the current
Spring application context.
- findObject(Object[], Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Generic object finder method, used by all other
findObject
methods.
- findObject(Object[]) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object without context.
- findObject(int, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given a single int parameter
and a context.
- findObject(int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given a single int parameter.
- findObject(int, int, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given two int parameters
and a context.
- findObject(int, int) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given two int parameters.
- findObject(long, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given a single long parameter
and a context.
- findObject(long) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given a single long parameter.
- findObject(String, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given a single String parameter
and a context.
- findObject(String) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to find a single object given a single String parameter.
- findObjectByNamedParam(Map, Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Generic object finder method for named parameters.
- findObjectByNamedParam(Map) -
Method in class org.springframework.jdbc.object.SqlQuery
- Convenient method to execute without context.
- findParserForElement(Element) -
Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
- Deprecated. as of Spring 2.0.2; there should be no need to call this directly.
- findPathMatchingResources(String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Find all resources that match the given location pattern via the
Ant-style PathMatcher.
- findPropertyForMethod(Method) -
Static method in class org.springframework.beans.BeanUtils
- Find a JavaBeans
PropertyDescriptor
for the given method,
with the method either being the read method or the write method for
that bean property.
- findPropertyType(String, Class[]) -
Static method in class org.springframework.beans.BeanUtils
- Determine the bean property type for the given property from the
given classes/interfaces, if possible.
- findRequiredWebApplicationContext(ActionServlet, ModuleConfig) -
Static method in class org.springframework.web.struts.DelegatingActionUtils
- Find most specific context available: check ContextLoaderPlugIn's
WebApplicationContext first, fall back to root WebApplicationContext else.
- findResourceInternal(String, String) -
Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- findTemplateSource(String) -
Method in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- findTransactionAttribute(Collection) -
Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- Return the transaction attribute, given this set of attributes
attached to a method or class.
- findTransactionAttribute(Collection) -
Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
- Return the transaction attribute, given this set of attributes
attached to a method or class.
- findTransactionManager(UserTransaction) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Find the JTA TransactionManager through autodetection: checking whether the
UserTransaction object implements the TransactionManager, and checking the
fallback JNDI locations.
- findUniqueProfileValueSourceFromContext(ApplicationContext) -
Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
-
- findUserTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Find the JTA UserTransaction through a default JNDI lookup:
"java:comp/UserTransaction".
- findValueOfType(Collection, Class) -
Static method in class org.springframework.util.CollectionUtils
- Find a value of the given type in the given Collection.
- findValueOfType(Collection, Class[]) -
Static method in class org.springframework.util.CollectionUtils
- Find a value of one of the given types in the given Collection:
searching the Collection for a value of the first type, then
searching for a value of the second type, etc.
- fireAliasRegistered(String, String, Object) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- fireComponentRegistered(ComponentDefinition) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- fireDefaultsRegistered(DefaultsDefinition) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- fireImportProcessed(String, Object) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- first() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- first() -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Moves the cursor to the first row of this RowSet.
- fixedField(String) -
Method in class org.springframework.validation.AbstractBindingResult
- Transform the given field into its full path,
regarding the nested path of this instance.
- FixedLocaleResolver - Class in org.springframework.web.servlet.i18n
- Implementation of LocaleResolver that always returns a fixed default locale.
- FixedLocaleResolver() -
Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
- FixedThemeResolver - Class in org.springframework.web.servlet.theme
- Implementation of ThemeResolver that simply uses a fixed theme.
- FixedThemeResolver() -
Constructor for class org.springframework.web.servlet.theme.FixedThemeResolver
-
- flush() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Trigger any queued update operations to be added as a final batch.
- flush() -
Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- flush() -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Flush all pending saves, updates and deletes to the database.
- flush() -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- flush() -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Flush all pending saves, updates and deletes to the database.
- flush() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- flush(PersistenceManager) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- This implementation delegates to JDO 2.0's
flush
method.
- flush(PersistenceManager) -
Method in interface org.springframework.orm.jdo.JdoDialect
- Flush the given PersistenceManager, i.e. flush all changes (that have been
applied to persistent objects) to the underlying database.
- flush() -
Method in interface org.springframework.orm.jdo.JdoOperations
- Flush all transactional modifications to the database.
- flush() -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- flush() -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- flush() -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- FLUSH_ALWAYS -
Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
- Flushing before every query statement is rarely necessary.
- FLUSH_AUTO -
Static variable in class org.springframework.orm.hibernate.HibernateAccessor
- Automatic flushing is the default mode for a Hibernate Session.
- FLUSH_AUTO -
Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
- Automatic flushing is the default mode for a Hibernate Session.
- FLUSH_COMMIT -
Static variable in class org.springframework.orm.hibernate.HibernateAccessor
- Flushing at commit only is intended for units of work where no
intermediate flushing is desired, not even for find operations
that might involve already modified instances.
- FLUSH_COMMIT -
Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
- Flushing at commit only is intended for units of work where no
intermediate flushing is desired, not even for find operations
that might involve already modified instances.
- FLUSH_EAGER -
Static variable in class org.springframework.orm.hibernate.HibernateAccessor
- Eager flushing leads to immediate synchronization with the database,
even if in a transaction.
- FLUSH_EAGER -
Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
- Eager flushing leads to immediate synchronization with the database,
even if in a transaction.
- FLUSH_NEVER -
Static variable in class org.springframework.orm.hibernate.HibernateAccessor
- Never flush is a good strategy for read-only units of work.
- FLUSH_NEVER -
Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
- Never flush is a good strategy for read-only units of work.
- flushBuffer() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- flushBuffer() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- flushBufferedBodyContent(BodyContent) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- The user customised the output of the error messages - flush the
buffered content into the main
JspWriter
.
- flushIfNecessary(Session, boolean) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Flush the given Hibernate Session if necessary.
- flushIfNecessary(Session, boolean) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Flush the given Hibernate Session if necessary.
- flushIfNecessary(PersistenceManager, boolean) -
Method in class org.springframework.orm.jdo.JdoAccessor
- Flush the given JDO persistence manager if necessary.
- flushIfNecessary(EntityManager, boolean) -
Method in class org.springframework.orm.jpa.JpaAccessor
- Flush the given JPA entity manager if necessary.
- forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry) -
Static method in class org.springframework.aop.config.AopNamespaceUtils
-
- forceBlock() -
Method in class org.springframework.web.servlet.tags.form.TagWriter
- Indicate that the currently open tag should be closed and marked
as a block level element.
- forClass(Class) -
Static method in class org.springframework.aop.target.EmptyTargetSource
- Return an EmptyTargetSource for the given target Class.
- forClassAnnotation(Class<? extends Annotation>) -
Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- Factory method for an AnnotationMatchingPointcut that matches
for the specified annotation at the class level.
- formatFieldValue(String, Object) -
Method in class org.springframework.validation.AbstractBindingResult
- Format the given value for the specified field.
- formatFieldValue(String, Object) -
Method in class org.springframework.validation.AbstractPropertyBindingResult
- Formats the field value based on registered PropertyEditors.
- formatMessage(String, Object[], Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
- Format the given message String, using cached MessageFormats.
- formBackingObject(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Retrieve a backing object for the current form from the given request.
- formBackingObject(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Retrieve a backing object for the current form from the given request.
- forMethodAnnotation(Class<? extends Annotation>) -
Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- Factory method for an AnnotationMatchingPointcut that matches
for the specified annotation at the method level.
- forMethodOrConstructor(Object, int) -
Static method in class org.springframework.core.MethodParameter
- Create a new MethodParameter for the given method or constructor.
- FormTag - Class in org.springframework.web.servlet.tags.form
- Databinding-aware JSP tag for rendering an HTML '
form
' whose
inner elements are bound to properties on a command object
. - FormTag() -
Constructor for class org.springframework.web.servlet.tags.form.FormTag
-
- forName(String) -
Static method in class org.springframework.util.ClassUtils
- Replacement for
Class.forName()
that also returns Class instances
for primitives (like "int") and array class names (like "String[]").
- forName(String, ClassLoader) -
Static method in class org.springframework.util.ClassUtils
- Replacement for
Class.forName()
that also returns Class instances
for primitives (like "int") and array class names (like "String[]").
- forward(String) -
Method in class org.springframework.mock.web.MockPageContext
-
- forward(ServletRequest, ServletResponse) -
Method in class org.springframework.mock.web.MockRequestDispatcher
-
- FORWARD_CONTEXT_PATH_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_PATH_INFO_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_QUERY_STRING_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_REQUEST_URI_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
- Standard Servlet 2.4+ spec request attributes for forward URI and paths.
- FORWARD_SERVLET_PATH_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_URL_PREFIX -
Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Prefix for special view names that specify a forward URL (usually
to a controller after a form has been submitted and processed).
- FrameworkPortlet - Class in org.springframework.web.portlet
- Base portlet for Spring's portlet framework.
- FrameworkPortlet() -
Constructor for class org.springframework.web.portlet.FrameworkPortlet
-
- FrameworkServlet - Class in org.springframework.web.servlet
- Base servlet for Spring's web framework.
- FrameworkServlet() -
Constructor for class org.springframework.web.servlet.FrameworkServlet
-
- FreeMarkerConfig - Interface in org.springframework.web.servlet.view.freemarker
- Interface to be implemented by objects that configure and manage a
FreeMarker Configuration object in a web environment.
- FreeMarkerConfigurationFactory - Class in org.springframework.ui.freemarker
- Factory that configures a FreeMarker Configuration.
- FreeMarkerConfigurationFactory() -
Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
- FreeMarkerConfigurationFactoryBean - Class in org.springframework.ui.freemarker
- Factory bean that creates a FreeMarker Configuration and provides it as
bean reference.
- FreeMarkerConfigurationFactoryBean() -
Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- FreeMarkerConfigurer - Class in org.springframework.web.servlet.view.freemarker
- JavaBean to configure FreeMarker for web usage, via the "configLocation"
and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
- FreeMarkerConfigurer() -
Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
- FreeMarkerTemplateUtils - Class in org.springframework.ui.freemarker
- Utility class for working with FreeMarker.
- FreeMarkerTemplateUtils() -
Constructor for class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
-
- FreeMarkerView - Class in org.springframework.web.servlet.view.freemarker
- View using the FreeMarker template engine.
- FreeMarkerView() -
Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
- FreeMarkerViewResolver - Class in org.springframework.web.servlet.view.freemarker
- Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView
(i.e.
- FreeMarkerViewResolver() -
Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
- Sets default viewClass to
requiredViewClass
.
- freshTarget() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- Obtain a fresh target object.
- freshTarget() -
Method in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
- Fetch a new target bean instance from the bean factory.
- fromMessage(Message) -
Method in interface org.springframework.jms.support.converter.MessageConverter
- Convert from a JMS Message to a Java object.
- fromMessage(Message) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- This implementation converts a TextMessage back to a String, a
ByteMessage back to a byte array, a MapMessage back to a Map,
and an ObjectMessage back to a Serializable object.
G
- generateBeanName(AbstractBeanDefinition, BeanDefinitionRegistry, boolean) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
- Generate a bean name for the given bean definition, unique within the
given bean factory.
- generateBeanName(AbstractBeanDefinition, BeanDefinitionRegistry) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
- Generate a bean name for the given top-level bean definition,
unique within the given bean factory.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) -
Method in interface org.springframework.beans.factory.support.BeanNameGenerator
- Generate a bean name for the given bean definition.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) -
Method in class org.springframework.beans.factory.support.DefaultBeanNameGenerator
-
- generateBeanName(BeanDefinition) -
Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- GENERATED_BEAN_NAME_SEPARATOR -
Static variable in class org.springframework.beans.factory.BeanFactoryUtils
- Separator for generated bean names.
- GENERATED_BEAN_NAME_SEPARATOR -
Static variable in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
- Separator for generated bean names.
- GeneratedKeyHolder - Class in org.springframework.jdbc.support
- Default implementation of the
KeyHolder
interface, to be used for
holding auto-generated keys (as potentially returned by JDBC insert statements). - GeneratedKeyHolder() -
Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
- Create a new GeneratedKeyHolder with a default list.
- GeneratedKeyHolder(List) -
Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
- Create a new GeneratedKeyHolder with a given list.
- generatePathMapping(Class) -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
- Generate the actual URL path for the given controller class.
- GenericApplicationContext - Class in org.springframework.context.support
- Generic ApplicationContext implementation that holds a single internal
DefaultListableBeanFactory
instance and does not assume a specific bean definition format. - GenericApplicationContext() -
Constructor for class org.springframework.context.support.GenericApplicationContext
- Create a new GenericApplicationContext.
- GenericApplicationContext(DefaultListableBeanFactory) -
Constructor for class org.springframework.context.support.GenericApplicationContext
- Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericApplicationContext(ApplicationContext) -
Constructor for class org.springframework.context.support.GenericApplicationContext
- Create a new GenericApplicationContext with the given parent.
- GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) -
Constructor for class org.springframework.context.support.GenericApplicationContext
- Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
- GenericBeanFactoryAccessor - Class in org.springframework.beans.factory.generic
- Simple wrapper around a
ListableBeanFactory
that provides typed, generics-based
access to key methods. - GenericBeanFactoryAccessor(ListableBeanFactory) -
Constructor for class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
- Constructs a
GenericBeanFactoryAccessor
that wraps the supplied ListableBeanFactory
.
- GenericCollectionTypeResolver - Class in org.springframework.core
- Helper class for determining element types of collections and maps.
- GenericCollectionTypeResolver() -
Constructor for class org.springframework.core.GenericCollectionTypeResolver
-
- GenericFilterBean - Class in org.springframework.web.filter
- Simple base implementation of
Filter
which treats
its config parameters (init-param
entries within the
filter
tag in web.xml
) as bean properties. - GenericFilterBean() -
Constructor for class org.springframework.web.filter.GenericFilterBean
-
- GenericPortletBean - Class in org.springframework.web.portlet
- Simple extension of
javax.portlet.GenericPortlet
that treats
its config parameters as bean properties. - GenericPortletBean() -
Constructor for class org.springframework.web.portlet.GenericPortletBean
-
- GenericWebApplicationContext - Class in org.springframework.web.context.support
- Subclass of GenericApplicationContext, suitable for web environments.
- GenericWebApplicationContext() -
Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
- Create a new GenericWebApplicationContext.
- GenericWebApplicationContext(DefaultListableBeanFactory) -
Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
- Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
- get(String, ObjectFactory) -
Method in interface org.springframework.beans.factory.config.Scope
- Return the object with the given name from the underlying scope,
creating it
if not found in the underlying storage mechanism.
- get(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- get(Class, Serializable) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Return the persistent instance of the given entity class
with the given identifier, or
null
if not found.
- get(Class, Serializable, LockMode) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Return the persistent instance of the given entity class
with the given identifier, or
null
if not found.
- get(Class, Serializable) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- get(Class, Serializable, LockMode) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- get(Class, Serializable) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Return the persistent instance of the given entity class
with the given identifier, or
null
if not found.
- get(Class, Serializable, LockMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Return the persistent instance of the given entity class
with the given identifier, or
null
if not found.
- get(String, Serializable) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Return the persistent instance of the given entity class
with the given identifier, or
null
if not found.
- get(String, Serializable, LockMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Return the persistent instance of the given entity class
with the given identifier, or
null
if not found.
- get(Class, Serializable) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- get(Class, Serializable, LockMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- get(String, Serializable) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- get(String, Serializable, LockMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- get(String) -
Method in interface org.springframework.test.annotation.ProfileValueSource
- Get the profile value indicated by the specified key.
- get(String) -
Method in class org.springframework.test.annotation.SystemProfileValueSource
- Get the profile value indicated by the specified key from the
system properties.
- get(int) -
Method in class org.springframework.util.AutoPopulatingList
- Get the element at the supplied index, creating it if there is
no element at that index.
- get(Object) -
Method in class org.springframework.util.CachingMapDecorator
- Get value for key.
- get(String, ObjectFactory) -
Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
-
- get(String, ObjectFactory) -
Method in class org.springframework.web.context.request.SessionScope
-
- getAccessCount() -
Method in interface org.springframework.util.ResponseTimeMonitor
- Return the number of accesses to this resource.
- getAccessCount() -
Method in class org.springframework.util.ResponseTimeMonitorImpl
- Return the number of hits this object has handled.
- getAccesskey() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Get the value of the '
accesskey
' attribute.
- getAction() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Get the value of the '
action
' attribute.
- getActionServlet() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the Struts ActionServlet that this PlugIn is associated with.
- getActiveConsumerCount() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the number of currently active consumers.
- getActiveCount() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
- getActiveCount() -
Method in interface org.springframework.aop.target.PoolingConfig
- Return the number of active objects in the pool.
- getActiveCount() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Return the number of currently active threads.
- getActiveCount() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Return the number of currently active threads.
- getActualAopXmlLocation() -
Method in class org.springframework.test.jpa.AbstractAspectjJpaTests
- Return the actual location of the
aop.xml
file
in the class path.
- getActualCount() -
Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
- Return the actual column count.
- getActualException() -
Method in class org.springframework.test.AssertThrows
- Expose the actual exception thrown from
AssertThrows.test()
, if any.
- getActualFieldValue(String) -
Method in class org.springframework.validation.AbstractBindingResult
- Extract the actual field value for the given field.
- getActualFieldValue(String) -
Method in class org.springframework.validation.AbstractPropertyBindingResult
- Fetches the field value from the PropertyAccessor.
- getActualFieldValue(String) -
Method in class org.springframework.validation.MapBindingResult
-
- getActualOrmXmlLocation() -
Method in class org.springframework.test.jpa.AbstractJpaTests
- Subclasses can override this to return the real location path for
orm.xml or null if they do not wish to find any orm.xml
- getActualRowsAffected() -
Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
- Return the number of rows that have actually been affected.
- getActualSize() -
Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Return the actual result size (or -1 if unknown).
- getActualType() -
Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
- Return the actual type of the instance found.
- getActualType() -
Method in exception org.springframework.jndi.TypeMismatchNamingException
- Return the actual type that the lookup returned, if available.
- getActualValue() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the actual value of the field, i.e. the raw property value,
or
null
if not available.
- getAdaptedInterceptors() -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Return the adapted interceptors as HandlerInterceptor array.
- getAdaptedInterceptors() -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Return the adapted interceptors as HandlerInterceptor array.
- getAdvice() -
Method in interface org.springframework.aop.Advisor
- Return the advice part of this aspect.
- getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) -
Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
- Build a Spring AOP Advice for the given AspectJ advice method.
- getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) -
Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvice() -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getAdvice() -
Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getAdvice() -
Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- getAdvice() -
Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
-
- getAdvice() -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getAdvice() -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
- Deprecated.
- getAdvice() -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getAdvice() -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
-
- getAdvice() -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- getAdviceBeanName() -
Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
- Return the name of the advice bean that this advisor refers to, if any.
- getAdvicesAndAdvisorsForBean(Class, String, TargetSource) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- getAdvicesAndAdvisorsForBean(Class, String, TargetSource) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Return whether the given bean is to be proxied, what additional
advices (e.g.
- getAdvicesAndAdvisorsForBean(Class, String, TargetSource) -
Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
- Identify as bean to proxy if the bean name is in the configured list of names.
- getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) -
Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
- Build a Spring AOP Advisor for the given AspectJ advice method.
- getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) -
Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisorBeanNamePrefix() -
Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Return the prefix for bean names that will cause them to be included
for auto-proxying by this object.
- getAdvisorChainFactory() -
Method in class org.springframework.aop.framework.AdvisedSupport
- Return the advisor chain factory to use (never
null
).
- getAdvisors(MetadataAwareAspectInstanceFactory) -
Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
- Build Spring AOP Advisors for all annotated At-AspectJ methods
on the specified aspect instance.
- getAdvisors(MetadataAwareAspectInstanceFactory) -
Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
- getAdvisors() -
Method in interface org.springframework.aop.framework.Advised
- Return the advisors applying to this proxy.
- getAdvisors() -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- getAdvisorsInternal() -
Method in class org.springframework.aop.framework.AdvisedSupport
- Allows uncontrolled access to the
List
of Advisors
.
- getAggregateTemplateLoader(List) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Return a TemplateLoader based on the given TemplateLoader list.
- getAjType() -
Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
- Return AspectJ reflection information.
- getAlias() -
Method in class org.springframework.beans.factory.parsing.AliasDefinition
- Return the alias registered for the bean.
- getAliases(String) -
Method in interface org.springframework.beans.factory.BeanFactory
- Return the aliases for the given bean name, if any.
- getAliases() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- Return the alias names for the bean, as specified directly for the bean definition.
- getAliases(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getAliases(String) -
Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
- Return the aliases for the given bean name, if defined.
- getAliases(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getAliases(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getAllDeclaredMethods(Class) -
Static method in class org.springframework.util.ReflectionUtils
- Get all declared methods on the leaf class and all superclasses.
- getAllErrors() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getAllErrors() -
Method in exception org.springframework.validation.BindException
-
- getAllErrors() -
Method in interface org.springframework.validation.Errors
- Get all errors, both global and field ones.
- getAllErrors() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getAllInterfaces(Object) -
Static method in class org.springframework.util.ClassUtils
- Return all interfaces that the given instance implements as array,
including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) -
Static method in class org.springframework.util.ClassUtils
- Return all interfaces that the given instance implements as Set,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class) -
Static method in class org.springframework.util.ClassUtils
- Return all interfaces that the given class implements as array,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class) -
Static method in class org.springframework.util.ClassUtils
- Return all interfaces that the given class implements as Set,
including ones implemented by superclasses.
- getAllowedFields() -
Method in class org.springframework.validation.DataBinder
- Return the fields that should be allowed for binding.
- getAlreadyFilteredAttributeName() -
Method in class org.springframework.web.filter.OncePerRequestFilter
- Return the name of the request attribute that identifies that a request
is already filtered.
- getAlt() -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Get the value of the '
alt
' attribute.
- getAnnotation() -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getAnnotation(Method, Class<A>) -
Static method in class org.springframework.core.annotation.AnnotationUtils
- Get a single
Annotation
of annotationType
from the
supplied Method
.
- getAnnotations(Method) -
Static method in class org.springframework.core.annotation.AnnotationUtils
- Get all
Annotations
from the supplied Method
.
- getAnnotationType() -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getAnySession() -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getAnySession() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getAopProxyFactory() -
Method in class org.springframework.aop.framework.ProxyCreatorSupport
- Return the AopProxyFactory that this ProxyConfig uses.
- getApplicationContext() -
Method in class org.springframework.context.event.ContextClosedEvent
- Get the
ApplicationContext
that has been closed.
- getApplicationContext() -
Method in class org.springframework.context.event.ContextRefreshedEvent
- Get the
ApplicationContext
that has been initialized or refreshed.
- getApplicationContext() -
Method in class org.springframework.context.support.ApplicationObjectSupport
- Return the ApplicationContext instance used by this object.
- getApplicationContext() -
Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
- Return the current Spring ApplicationContext.
- getApplicationContext() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Return the ApplicationContext that this base class manages.
- getApplicationContext() -
Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- Return the current Spring ApplicationContext.
- getApplicationListeners() -
Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- Return the current Collection of ApplicationListeners.
- getApplicationListeners() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the list of statically specified ApplicationListeners.
- getArgNames() -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getArgs() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getArgumentCount() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Return the number of argument values held in this instance,
counting both indexed and generic argument values.
- getArguments() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getArguments() -
Method in interface org.springframework.context.MessageSourceResolvable
- Return the array of arguments to be used to resolve this message.
- getArguments() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getArguments() -
Method in class org.springframework.remoting.support.RemoteInvocation
- Return the arguments for the target method call.
- getArguments() -
Method in class org.springframework.util.MethodInvoker
- Retrun the arguments for the method invocation.
- getArgumentsForBindError(String, String) -
Method in class org.springframework.validation.DefaultBindingErrorProcessor
- Return FieldError arguments for a binding error on the given field.
- getArgumentValue(int, Class) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getArgumentValue(int, Class, Set) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Look for an argument value that either corresponds to the given index
in the constructor argument list or generically matches by type.
- getAspectClass() -
Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
- Return the aspect class.
- getAspectClass() -
Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
- Return the specified aspect class (never
null
).
- getAspectInstance() -
Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectInstance() -
Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectInstance() -
Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
- Create an instance of this factory's aspect.
- getAspectInstance() -
Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
- getAspectInstance() -
Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
- getAspectInstance() -
Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
- Look up the aspect bean from the
BeanFactory
and returns it.
- getAspectInstanceFactory() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Return the factory for aspect instances.
- getAspectJAdviceMethod() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Return the AspectJ-style advice method.
- getAspectJPrecedenceInformationFor(Advisor) -
Static method in class org.springframework.aop.aspectj.AspectJAopUtils
- Return the AspectJPrecedenceInformation provided by this advisor or its advice.
- getAspectMetadata() -
Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- getAspectMetadata() -
Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getAspectMetadata() -
Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
- Return the AspectJ AspectMetadata for this factory's aspect.
- getAspectMetadata() -
Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
- getAspectMetadata() -
Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
- getAspectName() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getAspectName() -
Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
- Return the aspect class.
- getAspectName() -
Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
- The name of the aspect (bean) in which the advice was declared.
- getAsText() -
Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.ClassEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
- This implementation returns
null
to indicate that
there is no appropriate text representation.
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CustomDateEditor
- Format the Date as String, using the specified DateFormat.
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
- This implementation returns
null
to indicate that
there is no appropriate text representation.
- getAsText() -
Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
- Format the Number as String, using the specified NumberFormat.
- getAsText() -
Method in class org.springframework.beans.propertyeditors.FileEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.InputStreamEditor
- This implementation returns
null
to indicate that
there is no appropriate text representation.
- getAsText() -
Method in class org.springframework.beans.propertyeditors.LocaleEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.PatternEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.URIEditor
-
- getAsText() -
Method in class org.springframework.beans.propertyeditors.URLEditor
-
- getAsText() -
Method in class org.springframework.core.io.ResourceEditor
-
- getAsText() -
Method in class org.springframework.mail.javamail.InternetAddressEditor
-
- getAsText() -
Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
-
- getAttribute(String) -
Method in interface org.springframework.core.AttributeAccessor
- Get the value of the attribute identified by
name
.
- getAttribute(String) -
Method in class org.springframework.core.AttributeAccessorSupport
-
- getAttribute(String) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- getAttribute(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttribute(String) -
Method in class org.springframework.mock.web.MockHttpSession
-
- getAttribute(String) -
Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String, int) -
Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getAttribute(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getAttribute(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getAttribute(String) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttribute(String, int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttribute(String) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Retrieve the attribute for the given key, if any.
- getAttribute(String, int) -
Method in interface org.springframework.web.context.request.RequestAttributes
- Return the value for the scoped attribute of the given name, if any.
- getAttribute(String, int) -
Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getAttribute(String, int) -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getAttribute(String) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getAttributeDescription(PropertyDescriptor, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Get the description for a particular attribute.
- getAttributeDescription(PropertyDescriptor, String) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Creates a description for the attribute corresponding to this property
descriptor.
- getAttributeInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Get the attribute metadata for the MBean resource.
- getAttributeInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Iterate through all properties on the MBean class and gives subclasses
the chance to vote on the inclusion of both the accessor and mutator.
- getAttributeName(PropertyDescriptor, boolean) -
Static method in class org.springframework.jmx.support.JmxUtils
- Return the JMX attribute name to use for the given JavaBeans property.
- getAttributeNames() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttributeNames() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getAttributeNames() -
Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeNames() -
Method in class org.springframework.mock.web.MockServletContext
-
- getAttributeNames() -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getAttributeNames() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getAttributeNames() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttributeNames(int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getAttributeNames() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getAttributeNamesInScope(int) -
Method in class org.springframework.mock.web.MockPageContext
-
- getAttributes(String[]) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- getAttributes(Class) -
Method in interface org.springframework.metadata.Attributes
- Return the class attributes of the target class.
- getAttributes(Class, Class) -
Method in interface org.springframework.metadata.Attributes
- Return the class attributes of the target class of a given type.
- getAttributes(Method) -
Method in interface org.springframework.metadata.Attributes
- Return the method attributes of the target method.
- getAttributes(Method, Class) -
Method in interface org.springframework.metadata.Attributes
- Return the method attributes of the target method of a given type.
- getAttributes(Field) -
Method in interface org.springframework.metadata.Attributes
- Return the field attributes of the target field.
- getAttributes(Field, Class) -
Method in interface org.springframework.metadata.Attributes
- Return the field attributes of the target method of a given type.
- getAttributes(Class) -
Method in class org.springframework.metadata.commons.CommonsAttributes
-
- getAttributes(Class, Class) -
Method in class org.springframework.metadata.commons.CommonsAttributes
-
- getAttributes(Method) -
Method in class org.springframework.metadata.commons.CommonsAttributes
-
- getAttributes(Method, Class) -
Method in class org.springframework.metadata.commons.CommonsAttributes
-
- getAttributes(Field) -
Method in class org.springframework.metadata.commons.CommonsAttributes
-
- getAttributes(Field, Class) -
Method in class org.springframework.metadata.commons.CommonsAttributes
-
- getAttributes() -
Method in class org.springframework.remoting.support.RemoteInvocation
- Return the attributes Map.
- getAttributesMap() -
Method in class org.springframework.web.servlet.view.AbstractView
- Allow Map access to the static attributes of this view,
with the option to add or override specific entries.
- getAttributesMap() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Allow Map access to the static attributes for views returned by
this resolver, with the option to add or override specific entries.
- getAttributesScope(String) -
Method in class org.springframework.mock.web.MockPageContext
-
- getAuthType() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAuthType() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getAuthType() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getAutoCommitValue() -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Return whether the returned Connection's "autoCommit" setting should be overridden.
- getAutocomplete() -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Get the value of the '
autocomplete
' attribute.
- getAutowire() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Return the default autowire setting for the document that's currently parsed.
- getAutowireCapableBeanFactory() -
Method in interface org.springframework.context.ApplicationContext
- Expose AutowireCapableBeanFactory functionality for this context.
- getAutowireCapableBeanFactory() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return this context's internal bean factory as AutowireCapableBeanFactory,
if already available.
- getAutowireMode() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the autowire mode as specified in the bean definition.
- getAutowireMode() -
Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
- Return one of the constants
BeanWiringInfo.AUTOWIRE_BY_NAME
/
BeanWiringInfo.AUTOWIRE_BY_TYPE
, if autowiring is indicated.
- getAutowireMode(String) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getAutowireMode() -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Return the autowire mode for test properties set by Dependency Injection.
- getAutowireMode() -
Method in class org.springframework.web.struts.AutowiringRequestProcessor
- Return the autowire mode to use for wiring Struts Actions.
- getAutowireMode() -
Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
- Return the autowire mode to use for wiring Struts Actions.
- getAutowireMode(ActionServlet) -
Static method in class org.springframework.web.struts.DelegatingActionUtils
- Determine the autowire mode from the "autowire" init-param of the
Struts ActionServlet, falling back to "AUTOWIRE_BY_TYPE" as default.
- getAverageResponseTimeMillis() -
Method in interface org.springframework.util.ResponseTimeMonitor
- Return the average response time in milliseconds.
- getAverageResponseTimeMillis() -
Method in class org.springframework.util.ResponseTimeMonitorImpl
- Return the average response time achieved by this object.
- getBadSqlGrammarCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getBatchSize() -
Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
- Return the size of the batch.
- getBatchSize() -
Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
- This implementation returns
Integer.MAX_VALUE
.
- getBcc() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getBean(String) -
Method in interface org.springframework.beans.factory.BeanFactory
- Return an instance, which may be shared or independent, of the specified bean.
- getBean(String, Class) -
Method in interface org.springframework.beans.factory.BeanFactory
- Return an instance, which may be shared or independent, of the specified bean.
- getBean(String) -
Method in class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
-
- getBean(String, Class<T>) -
Method in class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
-
- getBean(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Class) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBean(String, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return an instance, which may be shared or independent, of the specified bean.
- getBean(String, Class, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return an instance, which may be shared or independent, of the specified bean.
- getBean(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String, Class) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBean(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBean(String, Class) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanClass() -
Method in exception org.springframework.beans.BeanInstantiationException
- Return the offending bean class.
- getBeanClass() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the class of the wrapped bean.
- getBeanClass(Element) -
Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
- Determine the bean class corresponding to the supplied
Element
.
- getBeanClass() -
Method in exception org.springframework.beans.InvalidPropertyException
- Return the offending bean class.
- getBeanClassLoader() -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Return this factory's class loader for loading bean classes.
- getBeanClassLoader() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanClassLoader() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanClassLoader() -
Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
- Return the class loader to use for bean classes.
- getBeanClassLoader() -
Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getBeanClassLoader() -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Return the bean ClassLoader that this executor is supposed to use.
- getBeanClassLoader() -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Return the ClassLoader that this accessor operates in,
to be used for deserializing and for generating proxies.
- getBeanClassName() -
Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
- Return the name of the class we were trying to load.
- getBeanClassName() -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Return the current bean class name of this bean definition.
- getBeanClassName() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the class name of the wrapped bean.
- getBeanClassName(Element) -
Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
- Determine the bean class name corresponding to the supplied
Element
.
- getBeanDefinition() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- Return the wrapped BeanDefinition.
- getBeanDefinition(String) -
Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
- Return the registered BeanDefinition for the given bean, allowing access
to its property values and constructor argument value (which can be
modified during bean factory post-processing).
- getBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return the bean definition for the given bean name.
- getBeanDefinition() -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Validate and return the created BeanDefinition object.
- getBeanDefinition(String) -
Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
- Return the BeanDefinition for the given bean name.
- getBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinition(String) -
Method in class org.springframework.context.support.GenericApplicationContext
-
- getBeanDefinitionCount() -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Return the number of beans defined in the factory.
- getBeanDefinitionCount() -
Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
- Return the number of beans defined in the registry.
- getBeanDefinitionCount() -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinitionCount() -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanDefinitionCount() -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitionNames() -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Return the names of all beans defined in this factory.
- getBeanDefinitionNames() -
Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
- Return the names of all beans defined in this registry.
- getBeanDefinitionNames() -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanDefinitionNames() -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanDefinitionNames() -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanDefinitions() -
Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getBeanDefinitions() -
Method in class org.springframework.aop.config.AspectComponentDefinition
-
- getBeanDefinitions() -
Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getBeanDefinitions() -
Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
- Returns an empty array.
- getBeanDefinitions() -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getBeanDefinitions() -
Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
- Return the
BeanDefinitions
that were registered
to form this ComponentDefinition
.
- getBeanFactory() -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Return the owning BeanFactory
May be
null
, as this object doesn't need to belong to a bean factory.
- getBeanFactory() -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
- Return the BeanFactory that this TargetSourceCreators runs in.
- getBeanFactory() -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Return the owning BeanFactory.
- getBeanFactory() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Return the BeanFactory that this bean runs in.
- getBeanFactory() -
Method in class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
- Return the wrapped
ListableBeanFactory
.
- getBeanFactory() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanFactory() -
Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
- Return the bean factory to register the bean definitions with.
- getBeanFactory() -
Method in interface org.springframework.context.ConfigurableApplicationContext
- Return the internal bean factory of this application context.
- getBeanFactory() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Subclasses must return their internal bean factory here.
- getBeanFactory() -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
- getBeanFactory() -
Method in class org.springframework.context.support.GenericApplicationContext
- Return the single internal BeanFactory held by this context
(as ConfigurableListableBeanFactory).
- getBeanFactory() -
Method in class org.springframework.ejb.support.AbstractEnterpriseBean
- May be called after ejbCreate().
- getBeanFactory(FacesContext) -
Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) -
Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
- Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactory(FacesContext) -
Method in class org.springframework.web.jsf.DelegatingVariableResolver
- Retrieve the Spring BeanFactory to delegate bean name resolution to.
- getBeanFactoryPostProcessors() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the list of BeanFactoryPostProcessors that will get applied
to the internal BeanFactory.
- getBeanName() -
Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
- Find the bean name for the current invocation.
- getBeanName(MethodInvocation) -
Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
- Find the bean name for the given invocation.
- getBeanName() -
Method in exception org.springframework.beans.factory.BeanCreationException
- Return the name of the bean requested, if any.
- getBeanName() -
Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
- Return the name of the bean requested, if any.
- getBeanName() -
Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
- Return the name of the instance that was of the wrong type.
- getBeanName() -
Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
- Return the name of the bean requested.
- getBeanName() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- Return the primary name of the bean, as specified for the bean definition.
- getBeanName() -
Method in interface org.springframework.beans.factory.config.BeanReference
- Return the target bean name that this reference points to (never
null
).
- getBeanName() -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- getBeanName() -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- getBeanName() -
Method in interface org.springframework.beans.factory.NamedBean
- Return the name of this bean in a Spring bean factory.
- getBeanName() -
Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
- Return the name of the missing bean,
if it was a lookup by name that failed.
- getBeanName() -
Method in class org.springframework.beans.factory.parsing.AliasDefinition
- Return the canonical name of the bean.
- getBeanName() -
Method in class org.springframework.beans.factory.support.LookupOverride
- Return the name of the bean that should be returned by this method.
- getBeanName() -
Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
- Return the specific bean name that this BeanWiringInfo points to, if any.
- getBeanName() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Return the bean name that this listener container has been assigned
in its containing bean factory, if any.
- getBeanName() -
Method in class org.springframework.web.servlet.view.AbstractView
- Return the view's name.
- getBeanNameGenerator() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getBeanNamesForType(Class) -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeanNamesForType(Class, boolean, boolean) -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Return the names of beans matching the given type (including subclasses),
judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeanNamesForType(Class) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(Class, boolean, boolean) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeanNamesForType(Class) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(Class, boolean, boolean) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeanNamesForType(Class) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanNamesForType(Class, boolean, boolean) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeanPostProcessorCount() -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Return the current number of registered BeanPostProcessors, if any.
- getBeanPostProcessorCount() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getBeanPostProcessors() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return the list of BeanPostProcessors that will get applied
to beans created with this factory.
- getBeanReferences() -
Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getBeanReferences() -
Method in class org.springframework.aop.config.AspectComponentDefinition
-
- getBeanReferences() -
Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
- Returns an empty array.
- getBeanReferences() -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getBeanReferences() -
Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
- Return the set of
BeanReferences
that are considered
to be important to this ComponentDefinition
.
- getBeansOfType(Class<T>) -
Method in class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
-
- getBeansOfType(Class<T>, boolean, boolean) -
Method in class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
-
- getBeansOfType(Class) -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Return the bean instances that match the given object type (including
subclasses), judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeansOfType(Class, boolean, boolean) -
Method in interface org.springframework.beans.factory.ListableBeanFactory
- Return the bean instances that match the given object type (including
subclasses), judging from either bean definitions or the value of
getObjectType
in the case of FactoryBeans.
- getBeansOfType(Class) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansOfType(Class, boolean, boolean) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- getBeansOfType(Class) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansOfType(Class, boolean, boolean) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getBeansOfType(Class) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansOfType(Class, boolean, boolean) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getBeansWithAnnotation(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.generic.GenericBeanFactoryAccessor
- Find all beans whose
Class
has the supplied Annotation
type.
- getBeanType() -
Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
- Return the required type of bean,
if it was a lookup by type that failed.
- getBeanTypeConverter() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Obtain a bean type converter from the BeanFactory that this bean
runs in.
- getBeanWrapperForPropertyPath(String) -
Method in class org.springframework.beans.BeanWrapperImpl
- Recursively navigate to return a BeanWrapper for the nested property path.
- getBestResponseTimeMillis() -
Method in interface org.springframework.util.ResponseTimeMonitor
- Return the best (quickest) response time in milliseconds.
- getBestResponseTimeMillis() -
Method in class org.springframework.util.ResponseTimeMonitorImpl
- Return the best (lowest) response time achieved by this object.
- getBigDecimal(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBigDecimal(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBigDecimal(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an BigDecimal object.
- getBigDecimal(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an BigDecimal object.
- getBindingErrorProcessor() -
Method in class org.springframework.validation.DataBinder
- Return the strategy for processing binding errors.
- getBindingErrorProcessor() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the strategy to use for processing binding errors.
- getBindingErrorProcessor() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the strategy to use for processing binding errors.
- getBindingResult() -
Method in exception org.springframework.validation.BindException
- Return the BindingResult that this BindException wraps.
- getBindingResult(Map, String) -
Static method in class org.springframework.validation.BindingResultUtils
- Find the BindingResult for the given name in the given model.
- getBindingResult() -
Method in class org.springframework.validation.DataBinder
- Return the BindingResult instance created by this DataBinder.
- getBindStatus(String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Create a BindStatus for the given bind object,
using the "defaultHtmlEscape" setting.
- getBindStatus(String, boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- Create a BindStatus for the given bind object,
using the "defaultHtmlEscape" setting.
- getBindStatus() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the
BindStatus
for this tag.
- getBindStatus() -
Method in class org.springframework.web.servlet.tags.form.OptionTag
-
- getBlobAsBinaryStream(ResultSet, String) -
Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getBlobAsBinaryStream(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getBlobAsBinaryStream(ResultSet, String) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as binary stream from the given ResultSet.
- getBlobAsBinaryStream(ResultSet, int) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as binary stream from the given ResultSet.
- getBlobAsBinaryStream(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
- getBlobAsBytes(ResultSet, String) -
Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getBlobAsBytes(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getBlobAsBytes(ResultSet, String) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as bytes from the given ResultSet.
- getBlobAsBytes(ResultSet, int) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as bytes from the given ResultSet.
- getBlobAsBytes(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
- getBoolean(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBoolean(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getBoolean(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a boolean.
- getBoolean(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a boolean.
- getBooleanParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a Boolean parameter, or
null
if not present.
- getBooleanParameter(HttpServletRequest, String, boolean) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a boolean parameter, with a fallback value.
- getBooleanParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a Boolean parameter, or
null
if not present.
- getBooleanParameter(ServletRequest, String, boolean) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a boolean parameter, with a fallback value.
- getBooleanParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a Boolean parameter, or
null
if not present.
- getBooleanParameter(PortletRequest, String, boolean) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a boolean parameter, with a fallback value.
- getBooleanParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of boolean parameters, return an empty array if not found.
- getBooleanParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of boolean parameters, return an empty array if not found.
- getBooleanParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of boolean parameters, return an empty array if not found.
- getBoundValue() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the bound value.
- getBufferSize() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getBufferSize() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getBundle(String, Locale) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Obtain the resource bundle for the given basename and
Locale
.
- getBundleClassLoader() -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Return the ClassLoader to load resource bundles with.
- getBundleClassLoader() -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Return the
ClassLoader
to load resource bundles with.
- getBusinessInterface() -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
- Return the business interface of the EJB we're proxying.
- getBusinessInterface() -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
- Return the business interface of the EJB we're proxying.
- getByte(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getByte(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getByte(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a byte.
- getByte(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a byte.
- getByteArray() -
Method in class org.springframework.core.io.ByteArrayResource
- Return the underlying byte array.
- getByteArrayOutputStream(RemoteInvocation) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Serialize the given RemoteInvocation into a ByteArrayOutputStream.
- getBytes() -
Method in class org.springframework.mock.web.MockMultipartFile
-
- getBytes() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getBytes() -
Method in interface org.springframework.web.multipart.MultipartFile
- Return the contents of the file as an array of bytes.
- getCacheKey(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Build a cache key for the given bean class and bean name.
- getCacheKey(Method, Class) -
Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
- Determine a cache key for the given method and target class.
- getCacheKey(String, Locale) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
- Return the cache key for the given view name and the given locale.
- getCacheKey(String, Locale) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- This implementation returns just the view name,
as this ViewResolver doesn't support localized resolution.
- getCacheKey(String, Locale) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
- This implementation returns just the view name,
as XmlViewResolver doesn't support localized resolution.
- getCacheLevel() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the level of caching that this listener container is allowed to apply.
- getCacheSeconds() -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Return the number of seconds that content is cached.
- getCacheSeconds() -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Return the number of seconds that content is cached.
- getCacheSize() -
Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
- Return the number of buffered keys.
- getCacheSize() -
Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
- Return the number of buffered keys.
- getCallString() -
Method in class org.springframework.jdbc.object.SqlCall
- Get the call string.
- getCancelParamKey() -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
- Return the key of the request parameter used to identify a cancel request.
- getCancelView() -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
- Gets the name of the cancel view.
- getCannotAcquireLockCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCannotSerializeTransactionCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getCatalogName(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getCatalogName(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the catalog name of the table that served as the source for the specified column.
- getCategory(SessionLogEntry) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
- Determine the log category for the given log entry.
- getCause() -
Method in exception org.springframework.core.NestedCheckedException
- Return the nested cause, or
null
if none.
- getCause() -
Method in exception org.springframework.core.NestedIOException
- Return the nested cause, or
null
if none.
- getCause() -
Method in exception org.springframework.core.NestedRuntimeException
- Return the nested cause, or
null
if none.
- getCc() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getCciTemplate() -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Return the CciTemplate for this DAO,
pre-initialized with the ConnectionFactory or set explicitly.
- getCciTemplate(ConnectionSpec) -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Obtain a CciTemplate derived from the main template instance,
inheriting the ConnectionFactory and other settings but
overriding the ConnectionSpec used for obtaining Connections.
- getCciTemplate() -
Method in class org.springframework.jca.cci.object.EisOperation
- Return the CciTemplate used by this operation.
- getCell(HSSFSheet, int, int) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Convenient method to obtain the cell in the given sheet, row and column.
- getCharacterEncoding() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCharacterEncoding() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCharacterEncoding() -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- getCharacterEncoding() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getCharacterEncoding() -
Method in class org.springframework.orm.hibernate.support.BlobStringType
- Determine the character encoding to apply to the BLOB's bytes
to turn them into a String.
- getCharacterEncoding() -
Method in class org.springframework.orm.hibernate3.support.BlobStringType
- Determine the character encoding to apply to the BLOB's bytes
to turn them into a String.
- getCharacterEncoding() -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- getChildElementByTagName(Element, String) -
Static method in class org.springframework.util.xml.DomUtils
- Utility method that returns the first child element
identified by its name.
- getChildElementsByTagName(Element, String) -
Static method in class org.springframework.util.xml.DomUtils
- Retrieve all child elements of the given DOM element that match
the given element name.
- getChildElementValueByTagName(Element, String) -
Static method in class org.springframework.util.xml.DomUtils
- Utility method that returns the first child element value
identified by its name.
- getClassesWithPathMapAttributes() -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Use an attribute index to get a Collection of Class objects
with the required PathMap attribute.
- getClassesWithPathMapAttributes() -
Method in class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
- Use Commons Attributes AttributeIndex to get a Collection of Class
objects with the required PathMap attribute.
- getClassFileName(Class) -
Static method in class org.springframework.util.ClassUtils
- Determine the name of the class file, relative to the containing
package: e.g.
- getClassFilter() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getClassFilter() -
Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getClassFilter() -
Method in interface org.springframework.aop.IntroductionAdvisor
- Return the filter determining which target classes this introduction
should apply to.
- getClassFilter() -
Method in interface org.springframework.aop.Pointcut
- Return the ClassFilter for this pointcut.
- getClassFilter() -
Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
- getClassFilter() -
Method in class org.springframework.aop.support.ComposablePointcut
-
- getClassFilter() -
Method in class org.springframework.aop.support.ControlFlowPointcut
-
- getClassFilter() -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getClassFilter() -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
-
- getClassFilter() -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- getClassForDescriptor(Object) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Return the class to be used for the JMX descriptor field "class".
- getClassLoader() -
Method in class org.springframework.core.io.DefaultResourceLoader
- Return the ClassLoader to load class path resources with,
or
null
if using the thread context class loader on actual access
(applying to the thread that constructs the ClassPathResource object).
- getClassLoader() -
Method in interface org.springframework.core.io.ResourceLoader
- Expose the ClassLoader used by this ResourceLoader.
- getClassLoader() -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Return the ClassLoader that this pattern resolver works with
(never
null
).
- getClassLoader() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getClassName() -
Method in class org.springframework.core.Constants
- Return the name of the analyzed class.
- getClassName(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Get the class name of the MBean resource.
- getClassToExpose(Object) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Return the class or interface to expose for the given bean.
- getClassToExpose(Class) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Return the class or interface to expose for the given bean class.
- getClassToExpose(Object) -
Static method in class org.springframework.jmx.support.JmxUtils
- Return the class or interface to expose for the given bean.
- getClassToExpose(Class) -
Static method in class org.springframework.jmx.support.JmxUtils
- Return the class or interface to expose for the given bean class.
- getClientAddress() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
- Return the IP address that the request came from.
- getClientId() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Return a JMS client ID for the single Connection created and exposed
by this ConnectionFactory, if any.
- getClientId() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Return the JMS client ID for the shared Connection created and used
by this container, if any.
- getClobAsAsciiStream(ResultSet, String) -
Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsAsciiStream(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsAsciiStream(ResultSet, String) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as ASCII stream from the given ResultSet.
- getClobAsAsciiStream(ResultSet, int) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as ASCII stream from the given ResultSet.
- getClobAsAsciiStream(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
- getClobAsCharacterStream(ResultSet, String) -
Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsCharacterStream(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsCharacterStream(ResultSet, String) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as character stream from the given ResultSet.
- getClobAsCharacterStream(ResultSet, int) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as character stream from the given ResultSet.
- getClobAsCharacterStream(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
- getClobAsString(ResultSet, String) -
Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
-
- getClobAsString(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getClobAsString(ResultSet, String) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as String from the given ResultSet.
- getClobAsString(ResultSet, int) -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Retrieve the given column as String from the given ResultSet.
- getClobAsString(ResultSet, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
- getCloseSuppressingConnectionProxy(Connection) -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
- Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getCloseSuppressingConnectionProxy(Connection) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getCode() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
- Return the default code of this resolvable, that is,
the last one in the codes array.
- getCode() -
Method in class org.springframework.core.enums.AbstractLabeledEnum
-
- getCode() -
Method in interface org.springframework.core.enums.LabeledEnum
- Return this enumeration's code.
- getCode() -
Method in class org.springframework.core.enums.LetterCodedLabeledEnum
-
- getCode() -
Method in class org.springframework.core.enums.ShortCodedLabeledEnum
-
- getCode() -
Method in class org.springframework.core.enums.StaticLabeledEnum
-
- getCode() -
Method in class org.springframework.core.enums.StringCodedLabeledEnum
-
- getCodebaseUrl() -
Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
- Return the codebase URL to download classes from if not found locally.
- getCodebaseUrl() -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Return the codebase URL to download classes from if not found locally.
- getCodes() -
Method in interface org.springframework.context.MessageSourceResolvable
- Return the codes to be used to resolve this message, in the order that
they should get tried.
- getCodes() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getCollectionParameterType(MethodParameter) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic element type of the given Collection parameter.
- getCollectionReturnType(Method) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic element type of the given Collection return type.
- getCollectionReturnType(Method, int) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic element type of the given Collection return type.
- getCollectionType(Class) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic element type of the given Collection class
(if it declares one through a generic superclass or generic interface).
- getCols() -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Get the value of the '
cols
' attribute.
- getColumnClassName(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnClassName(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the fully qualified class that the specified column will be mapped to.
- getColumnCount() -
Method in class org.springframework.jdbc.core.RowCountCallbackHandler
- Return the number of columns in this result set.
- getColumnCount() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnCount() -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrives the number of columns in the RowSet.
- getColumnDisplaySize(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnDisplaySize(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the maximum width of the designated column.
- getColumnKey(String) -
Method in class org.springframework.jdbc.core.ColumnMapRowMapper
- Determine the key to use for the given column in the column Map.
- getColumnLabel(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnLabel(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieve the suggested column title for the column specified.
- getColumnMapRowMapper() -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Create a new RowMapper for reading columns as key-value pairs.
- getColumnName() -
Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
- Return the name of the column in the sequence table.
- getColumnName() -
Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
- Return the name of the column in the sequence table.
- getColumnName(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnName(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieve the column name for the indicated column.
- getColumnNames() -
Method in class org.springframework.jdbc.core.RowCountCallbackHandler
- Return the names of the columns.
- getColumnNames() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnNames() -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Return the column names of the table that the result set represents.
- getColumnType(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnType(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieve the SQL type code for the indicated column.
- getColumnTypeName(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getColumnTypeName(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the DBMS-specific type name for the indicated column.
- getColumnTypes() -
Method in class org.springframework.jdbc.core.RowCountCallbackHandler
- Return the types of the columns as java.sql.Types constants
Valid after processRow is invoked the first time.
- getColumnValue(ResultSet, int) -
Method in class org.springframework.jdbc.core.ColumnMapRowMapper
- Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int, Class) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
- Retrieve a JDBC object value for the specified column.
- getColumnValue(ResultSet, int) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
- Retrieve a JDBC object value for the specified column, using the most
appropriate value type.
- getCommand(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Return the form object for the given request.
- getCommand(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Retrieve a command object for the given request.
- getCommand(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Return the form object for the given request.
- getCommand(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Retrieve a command object for the given request.
- getCommandClass() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the command class for this controller.
- getCommandClass() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the command class for this controller.
- getCommandInSessionParameterName() -
Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- Return the name of the render parameter that indicates there
is a valid command (and errors) object in the session.
- getCommandName() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the name of the command in the model.
- getCommandName() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the name of the command in the model.
- getCommandName(Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Return the command name to use for the given command object.
- getCommandName() -
Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
- Return the name of the command in the model.
- getCommandName() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Get the value of the '
commandName
' attribute.
- getComparatorCount() -
Method in class org.springframework.util.comparator.CompoundComparator
- Returns the number of aggregated comparators.
- getCompletePath() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Build the complete path for this tag, including the nested path.
- getComponentContext(ComponentDefinition, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.tiles.TilesView
- Determine the Tiles component context for the given Tiles definition.
- getComponentDefinition(DefinitionsFactory, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.tiles.TilesView
- Determine the Tiles component definition for the given Tiles
definitions factory.
- getConcurrencyLimit() -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Return the maximum number of parallel accesses allowed.
- getConcurrencyLimit() -
Method in class org.springframework.util.ConcurrencyThrottleSupport
- Return the maximum number of concurrent access attempts allowed.
- getConcurrentConsumers() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the "concurrentConsumer" setting.
- getConcurrentExecutor() -
Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
- Return the JSR-166 backport concurrent executor that this adapter
delegates to.
- getConcurrentExecutor() -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- Return the JDK 1.5 concurrent executor that this adapter
delegates to.
- getConfigLocations() -
Method in class org.springframework.context.support.AbstractXmlApplicationContext
- Return an array of resource locations, referring to the XML bean definition
files that this context should be built with.
- getConfigLocations() -
Method in class org.springframework.context.support.ClassPathXmlApplicationContext
-
- getConfigLocations() -
Method in class org.springframework.context.support.FileSystemXmlApplicationContext
-
- getConfigLocations() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Subclasses can override this method to return the locations of their
config files, unless they override
AbstractSingleSpringContextTests.contextKey()
and
AbstractSingleSpringContextTests.loadContext(Object)
instead.
- getConfigLocations() -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Return the config locations for this web application context,
or
null
if none specified.
- getConfigLocations() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getConfigLocations() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getConfigLocations() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getConfigLocations() -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Return the config locations for this web application context,
or
null
if none specified.
- getConfigLocations() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getConfigPath() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Subclasses can override this method to return a single path to a
config file, relative to the concrete test class.
- getConfigPaths() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Subclasses can override this method to return paths to their
config files, relative to the concrete test class.
- getConfigResources() -
Method in class org.springframework.context.support.AbstractXmlApplicationContext
- Return an array of Resource objects, referring to the XML bean definition
files that this context should be built with.
- getConfigResources() -
Method in class org.springframework.context.support.ClassPathXmlApplicationContext
-
- getConfigTimeDataSource() -
Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Return the DataSource for the currently configured Hibernate SessionFactory,
to be used by LocalDataSourceConnectionProvoder.
- getConfigTimeDataSource() -
Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Return the DataSource for the currently configured Hibernate SessionFactory,
to be used by LocalDataSourceConnectionProvoder.
- getConfigTimeDataSource() -
Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Return the DataSource for the currently configured Quartz Scheduler,
to be used by LocalDataSourceJobStore.
- getConfigTimeLobHandler() -
Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Return the LobHandler for the currently configured Hibernate SessionFactory,
to be used by UserType implementations like ClobStringType.
- getConfigTimeLobHandler() -
Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Return the LobHandler for the currently configured Hibernate SessionFactory,
to be used by UserType implementations like ClobStringType.
- getConfigTimeLobHandler() -
Static method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Return the LobHandler for the currently configured iBATIS SqlMapClient,
to be used by TypeHandler implementations like ClobStringTypeHandler.
- getConfigTimeNonTransactionalDataSource() -
Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Return the non-transactional DataSource for the currently configured
Quartz Scheduler, to be used by LocalDataSourceJobStore.
- getConfigTimeTaskExecutor() -
Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Return the TaskExecutor for the currently configured Quartz Scheduler,
to be used by LocalTaskExecutorThreadPool.
- getConfigTimeTransactionManager() -
Static method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Return the JTA TransactionManager for the currently configured Hibernate
SessionFactory, to be used by LocalTransactionManagerLookup.
- getConfigTimeTransactionManager() -
Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Return the JTA TransactionManager for the currently configured Hibernate
SessionFactory, to be used by LocalTransactionManagerLookup.
- getConfiguration() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Return the Configuration object used to build the SessionFactory.
- getConfiguration() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Return the Configuration object used to build the SessionFactory.
- getConfiguration() -
Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
- Return the FreeMarker Configuration object for the current
web application context.
- getConfiguration() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- Return the Configuration object wrapped by this bean.
- getConfiguration() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Return the FreeMarker configuration used by this view.
- getConnection(ConnectionFactory) -
Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
- Obtain a Connection from the given ConnectionFactory.
- getConnection(ConnectionFactory, ConnectionSpec) -
Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
- Obtain a Connection from the given ConnectionFactory.
- getConnection() -
Method in class org.springframework.jca.cci.connection.ConnectionHolder
-
- getConnection() -
Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
- Determine whether there is currently a thread-bound ConnectionSpec,
using it if available, falling back to the statically specified
"connectionSpec" property else.
- getConnection() -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getConnection(ConnectionSpec) -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getConnection() -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- getConnection(ConnectionSpec) -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- getConnection() -
Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
- Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed
transactions.
- getConnection() -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Get a CCI Connection, either from the current transaction or a new one.
- getConnection() -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Get a JDBC Connection, either from the current transaction or a new one.
- getConnection() -
Method in interface org.springframework.jdbc.datasource.ConnectionHandle
- Fetch the JDBC Connection that this handle refers to.
- getConnection() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
- Return the current Connection held by this ConnectionHolder.
- getConnection(DataSource) -
Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- Obtain a Connection from the given DataSource.
- getConnection() -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getConnection(String, String) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getConnection() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- This implementation delegates to
getConnectionFromDriverManager
,
using the default username and password of this DataSource.
- getConnection(String, String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- This implementation delegates to
getConnectionFromDriverManager
,
using the given username and password.
- getConnection() -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Return a Connection handle that lazily fetches an actual JDBC Connection
when asked for a Statement (or PreparedStatement or CallableStatement).
- getConnection(String, String) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Return a Connection handle that lazily fetches an actual JDBC Connection
when asked for a Statement (or PreparedStatement or CallableStatement).
- getConnection() -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- getConnection(String, String) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
- getConnection() -
Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
- Return the specified Connection as-is.
- getConnection() -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
- getConnection(String, String) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Specifying a custom username and password doesn't make sense
with a single Connection.
- getConnection() -
Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Delegate to DataSourceUtils for automatically participating in Spring-managed
transactions.
- getConnection() -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Determine whether there are currently thread-bound credentials,
using them if available, falling back to the statically specified
username and password (i.e. values of the bean properties) else.
- getConnection(String, String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Simply delegates to
UserCredentialsDataSourceAdapter.doGetConnection(String, String)
,
keeping the given user credentials as-is.
- getConnection(JmsResourceHolder) -
Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
- Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection() -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getConnection(Class) -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getConnection(JmsResourceHolder) -
Method in class org.springframework.jms.core.JmsTemplate
- Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection(JmsResourceHolder) -
Method in class org.springframework.jms.core.JmsTemplate102
- This implementation overrides the superclass method to accept either
a QueueConnection or a TopicConnection, depending on the domain.
- getConnection(JmsResourceHolder) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Fetch an appropriate Connection from the given JmsResourceHolder.
- getConnection(JmsResourceHolder) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
- This implementation overrides the superclass method to accept either
a QueueConnection or a TopicConnection, depending on the domain.
- getConnection() -
Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
-
- getConnection() -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
- This implementation delegates to the underlying DataSource.
- getConnectionFactory() -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
- Return the CCI ConnectionFactory that this instance manages local
transactions for.
- getConnectionFactory() -
Method in class org.springframework.jca.cci.core.CciTemplate
- Return the CCI ConnectionFactory used by this template.
- getConnectionFactory() -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Return the ConnectionFactory used by this DAO.
- getConnectionFactory() -
Method in class org.springframework.jms.connection.JmsTransactionManager
- Return the JMS ConnectionFactory that this instance should manage transactions for.
- getConnectionFactory() -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
- Return the JMS ConnectionFactory used by the gateway.
- getConnectionFactory() -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Return the QueueConnectionFactory to use for obtaining JMS QueueConnections.
- getConnectionFactory() -
Method in class org.springframework.jms.support.JmsAccessor
- Return the ConnectionFactory that this accessor uses for
obtaining JMS
Connections
.
- getConnectionFromDriverManager() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Get a Connection from the DriverManager,
using the default username and password of this DataSource.
- getConnectionFromDriverManager(String, String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Build properties for the DriverManager, including the given username
and password (if any).
- getConnectionFromDriverManager(String, Properties) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Getting a connection using the nasty static from DriverManager is extracted
into a protected method to allow for easy unit testing.
- getConnectionHandle() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
- Return the ConnectionHandle held by this ConnectionHolder.
- getConnectionHolder() -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getConnectionHolderForSavepoint() -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getConnectionProperties() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Return the connection properties to be passed to the DriverManager, if any.
- getConnectionSpec() -
Method in class org.springframework.jca.cci.core.CciTemplate
- Return the CCI ConnectionSpec used by this template, if any.
- getConstructor() -
Method in class org.springframework.core.MethodParameter
- Return the Constructor held, if any.
- getConstructorArgumentValues() -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Return the constructor argument values for this bean.
- getConstructorArgumentValues() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return constructor argument values for this bean (never
null
).
- getConstructorIfAvailable(Class, Class[]) -
Static method in class org.springframework.util.ClassUtils
- Determine whether the given class has a constructor with the given signature,
and return it if available (else return
null
).
- getConstructorInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Get the constructor metadata for the MBean resource.
- getConsumer() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Return the JMS ConnectionConsumer used by this message listener container.
- getContainingBeanDefinition() -
Method in class org.springframework.beans.factory.xml.ParserContext
-
- getContainingComponent() -
Method in class org.springframework.beans.factory.xml.ParserContext
-
- getContentAsByteArray() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsByteArray() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getContentAsString() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsString() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getContentDispositionMappings() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Return the mappings of
Content-Disposition
header values to
mapping keys.
- getContentLength() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLength() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentLength() -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- getContentLength() -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- getContentType(File) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Delegates to the underlying FileTypeMap.
- getContentType(String) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Delegates to the underlying FileTypeMap.
- getContentType() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentType() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentType() -
Method in class org.springframework.mock.web.MockMultipartFile
-
- getContentType() -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- getContentType() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getContentType() -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Return the content type to use for sending HTTP invoker requests.
- getContentType() -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Return the content type to use for sending HTTP invoker responses.
- getContentType() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getContentType() -
Method in interface org.springframework.web.multipart.MultipartFile
- Return the content type of the file.
- getContentType() -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- getContentType() -
Method in class org.springframework.web.servlet.view.AbstractView
- Return the content type for this view.
- getContentType() -
Method in interface org.springframework.web.servlet.View
- Return the content type of the view, if predetermined.
- getContentType() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Return the content type for all views, if any.
- getContext(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getContext(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
- Obtain an ApplicationContext for the given key, potentially cached.
- getContextClass() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Return the custom context class.
- getContextClass() -
Method in class org.springframework.web.servlet.FrameworkServlet
- Return the custom context class.
- getContextClass() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the custom context class.
- getContextConfigLocation() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Return the explicit context config location, if any.
- getContextConfigLocation() -
Method in class org.springframework.web.servlet.FrameworkServlet
- Return the explicit context config location, if any.
- getContextConfigLocation() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the explicit context config location, if any.
- getContextLoader() -
Method in class org.springframework.web.context.ContextLoaderListener
- Return the ContextLoader used by this listener.
- getContextLoader() -
Method in class org.springframework.web.context.ContextLoaderServlet
- Return the ContextLoader used by this servlet.
- getContextPath() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContextPath() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getContextPath() -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getContextPath() -
Method in interface org.springframework.web.context.request.WebRequest
- Return the context path for this request
(usually the base path that the current web application is mapped to).
- getContextPath() -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getContextPath() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getContextPath() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the context path of the original request,
that is, the path that indicates the current web application.
- getContextPath(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getController(ComponentDefinition, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.tiles.TilesView
- Determine and initialize the Tiles component controller for the
given Tiles definition, if any.
- getConversationId() -
Method in interface org.springframework.beans.factory.config.Scope
- Return the conversation id for the current underlying scope, if any.
- getConversationId() -
Method in class org.springframework.web.context.request.RequestScope
- There is no conversation id concept for a request, so this method
returns
null
.
- getConversationId() -
Method in class org.springframework.web.context.request.SessionScope
-
- getConvertedExporterParameters() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Allows subclasses to retrieve the converted exporter parameters.
- getConvertedValue() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Return the converted value of the constructor argument,
after processed type conversion.
- getConvertedValue() -
Method in class org.springframework.beans.PropertyValue
- Return the converted value of the constructor argument,
after processed type conversion.
- getCookie(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCookie(HttpServletRequest, String) -
Static method in class org.springframework.web.util.WebUtils
- Retrieve the first cookie with the given name.
- getCookieDomain() -
Method in class org.springframework.web.util.CookieGenerator
- Return the domain for cookies created by this generator, if any.
- getCookieMaxAge() -
Method in class org.springframework.web.util.CookieGenerator
- Return the maximum age for cookies created by this generator.
- getCookieName() -
Method in class org.springframework.web.util.CookieGenerator
- Return the given name for cookies created by this generator.
- getCookiePath() -
Method in class org.springframework.web.util.CookieGenerator
- Return the path for cookies created by this generator.
- getCookies() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCookies() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCorePoolSize() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Return the ThreadPoolExecutor's core pool size.
- getCorePoolSize() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Return the ThreadPoolExecutor's core pool size.
- getCount() -
Method in class org.springframework.aop.interceptor.DebugInterceptor
- Return the number of times this interceptor has been invoked.
- getCreateMethod(Object) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Determine the create method of the given EJB home object.
- getCreationTime() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getCreationTime() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getCssClass() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
class
' attribute.
- getCssErrorClass() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- The CSS class to use when the field bound to a particular tag has errors.
- getCssErrorClass() -
Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
- The CSS class to use when the field bound to a particular tag has errors.
- getCssStyle() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
style
' attribute.
- getCurrencyTimeLimit() -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- Return a currency time limit for this attribute.
- getCurrentContextBuilder() -
Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
- Checks if a SimpleNamingContextBuilder is active.
- getCurrentIsolationLevel() -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Determine the current isolation level: either the transaction's
isolation level or a statically defined isolation level.
- getCurrentPage(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the current page number.
- getCurrentPage(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the current page number.
- getCurrentReadOnlyFlag() -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Determine the current read-only flag: by default,
the transaction's read-only hint.
- getCurrentTransactionIsolationLevel() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Return the isolation level for the current transaction, if any.
- getCurrentTransactionName() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Return the name of the current transaction, or
null
if none set.
- getCustomEditor(String) -
Method in class org.springframework.validation.AbstractPropertyBindingResult
- Retrieve the custom PropertyEditor for the given field, if any.
- getCustomEditors() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return the map of custom editors, with Classes as keys
and PropertyEditors as values.
- getCustomPropertyMap() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Allow Map access to the custom properties to be set on the stub
or call, with the option to add or override specific entries.
- getCustomTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Create a target source for bean instances.
- getCustomTranslations() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDataAccessResourceFailureCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabase() -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Return the target database to operate on.
- getDatabasePlatform() -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Return the name of the target database to operate on.
- getDatabaseProductName() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDatabaseProductNames() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDataIntegrityViolationCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDataSource() -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Return the JDBC DataSource used by this DAO.
- getDataSource() -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
- Return the JDBC DataSource that this instance manages transactions for.
- getDataSource(String) -
Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
-
- getDataSource(String) -
Method in interface org.springframework.jdbc.datasource.lookup.DataSourceLookup
- Retrieve the DataSource identified by the given name.
- getDataSource(String) -
Method in class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
-
- getDataSource(String) -
Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- getDataSource(String) -
Method in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
-
- getDataSource() -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Return the data source to retrieve the value from.
- getDataSource() -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Return the DataSource used by this template.
- getDataSource() -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() -
Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
- Return the DataSource that this ConnectionProvider wraps.
- getDataSource(SessionFactory) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
- Determine the DataSource of the given SessionFactory.
- getDataSource() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
- Return the DataSource that this ConnectionProvider wraps.
- getDataSource(SessionFactory) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Determine the DataSource of the given SessionFactory.
- getDataSource() -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- If no DataSource specified, use SqlMapClient's DataSource.
- getDataSource() -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Return the JDBC DataSource used by this DAO.
- getDataSource() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getDataSource() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the JDBC DataSource that this EntityManagerFactory
obtains its JDBC Connections from.
- getDataSource() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Return the JDBC DataSource that this instance manages transactions for.
- getDataSource() -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getDataSource() -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Return the JDBC DataSource that this instance manages transactions for.
- getDataSourceLookup() -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Return the JDBC DataSourceLookup that provides DataSources for the
persistence provider, resolving data source names in
persistence.xml
against Spring-managed DataSource instances.
- getDataSources() -
Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
- Get the
Map
of DataSources
maintained by this object.
- getDataSourceToUse(DataSource) -
Method in class org.springframework.orm.hibernate.LocalDataSourceConnectionProvider
- Return the DataSource to use for retrieving Connections.
- getDataSourceToUse(DataSource) -
Method in class org.springframework.orm.hibernate.TransactionAwareDataSourceConnectionProvider
- Return a TransactionAwareDataSourceProxy for the given DataSource,
provided that it isn't a TransactionAwareDataSourceProxy already.
- getDataSourceToUse(DataSource) -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
- Return the DataSource to use for retrieving Connections.
- getDataSourceToUse(DataSource) -
Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
- Return a TransactionAwareDataSourceProxy for the given DataSource,
provided that it isn't a TransactionAwareDataSourceProxy already.
- getDate(int, Calendar) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(String, Calendar) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDate(int, Calendar) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Date object.
- getDate(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Date object.
- getDate(String, Calendar) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Date object.
- getDate(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Date object.
- getDateHeader(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getDeadline() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Return the expiration deadline of this object.
- getDeadlockLoserCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getDeclarationOrder() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDeclarationOrder() -
Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
- The declaration order of the advice member within the aspect.
- getDeclaredParameters() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Return a list of the declared
SqlParameter
objects.
- getDecoratedNavigationHandler() -
Method in class org.springframework.web.jsf.DecoratingNavigationHandler
- Return the fixed original NavigationHandler decorated by this handler, if any
(that is, if passed in through the constructor).
- getDefaultBeanName(Object) -
Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
- Determine the default bean name for the specified bean instance.
- getDefaultClassLoader() -
Method in class org.springframework.instrument.classloading.WeavingTransformer
- See ClassUtils.
- getDefaultClassLoader() -
Static method in class org.springframework.util.ClassUtils
- Return the default ClassLoader to use: typically the thread context
ClassLoader, if available; the ClassLoader that loaded the ClassUtils
class will be used as fallback.
- getDefaultConfigLocations() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- Return the default config locations to use, for the case where no
explicit config locations have been specified.
- getDefaultConfigLocations() -
Method in class org.springframework.web.context.support.XmlWebApplicationContext
- The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet"
(like for a DispatcherServlet instance with the servlet-name "test").
- getDefaultConfigLocations() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
- Return the default config locations to use, for the case where no
explicit config locations have been specified.
- getDefaultConfigLocations() -
Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
- The default location for the root context is "/WEB-INF/applicationContext.xml",
and "/WEB-INF/test-portlet.xml" for a context with the namespace "test-portlet"
(like for a DispatcherPortlet instance with the portlet-name "test").
- getDefaultCurrencyTimeLimit() -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Return default value for the JMX field "currencyTimeLimit", if any.
- getDefaultDataSource() -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Return the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database if none has been specified in
persistence.xml
.
- getDefaultDestination() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the destination to be used on send/receive operations that do not
have a destination parameter.
- getDefaultDestinationName() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the destination name to be used on send/receive operations that
do not have a destination parameter.
- getDefaultEditor(Class) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
- Retrieve the default editor for the given property type, if any.
- getDefaultEncoding() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the default encoding for
MimeMessages
,
or null
if none.
- getDefaultEncoding(MimeMessage) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Determine the default encoding for the given MimeMessage.
- getDefaultEncoding() -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- getDefaultEncoding() -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
- Return the default character encoding to use for parsing requests.
- getDefaultEncoding() -
Method in class org.springframework.web.util.UrlPathHelper
- Return the default character encoding to use for URL decoding.
- getDefaultFileTypeMap() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the default Java Activation
FileTypeMap
for
MimeMessages
, or null
if none.
- getDefaultFileTypeMap(MimeMessage) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Determine the default Java Activation FileTypeMap for the given MimeMessage.
- getDefaultHandler() -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Return the default handler for this handler mapping,
or
null
if none.
- getDefaultHandler() -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Return the default handler for this handler mapping,
or
null
if none.
- getDefaultJdbcExceptionTranslator() -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
- getDefaultJdbcExceptionTranslator() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
- getDefaultListableBeanFactory() -
Method in class org.springframework.context.support.GenericApplicationContext
- Return the underlying bean factory of this context,
available for registering bean definitions.
- getDefaultListenerMethod() -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Return the name of the default listener method to delegate to.
- getDefaultLocale() -
Method in class org.springframework.context.support.MessageSourceAccessor
- Return the default locale to use if no explicit locale has been given.
- getDefaultLocale() -
Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
- Return the default Locale that this resolver is supposed to fall back to, if any.
- getDefaultLocale() -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- Return the fixed Locale that this resolver will return if no cookie found,
if any.
- getDefaultMessage() -
Method in interface org.springframework.context.MessageSourceResolvable
- Return the default message to be used to resolve this message.
- getDefaultMessage(String) -
Method in class org.springframework.context.support.AbstractMessageSource
- Return a fallback default message for the given code, if any.
- getDefaultMessage() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
- getDefaultParentBean() -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Return the default parent bean for this bean factory.
- getDefaults() -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Return the defaults definition object, or
null
if the
defaults have been initialized yet.
- getDefaultStrategies(ApplicationContext, Class) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Create a List of default strategy objects for the given strategy interface.
- getDefaultStrategies(ApplicationContext, Class) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Create a List of default strategy objects for the given strategy interface.
- getDefaultStrategy(ApplicationContext, Class) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Return the default strategy object for the given strategy interface.
- getDefaultStrategy(ApplicationContext, Class) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Return the default strategy object for the given strategy interface.
- getDefaultThemeName() -
Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
- Return the name of the default theme.
- getDefaultThemeName() -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
- Return the name of the default theme.
- getDefaultThreadNamePrefix() -
Method in class org.springframework.util.CustomizableThreadCreator
- Build the default thread name prefix for this factory.
- getDefaultTimeout() -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Return the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
- getDefaultTypeConverter() -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
- Obtain the TypeConverter from the BeanFactory that this bean runs in,
if possible.
- getDefaultTypeConverter() -
Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
- Obtain the default TypeConverter for this method invoker.
- getDefaultValue() -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
- Return the default value of this attribute.
- getDefaultViewName(HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Translate the supplied request into a default view name.
- getDefinitionDescription() -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Return an identifying description for this transaction definition.
- getDelay() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Return the delay before starting the job for the first time.
- getDelay() -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Return the delay before starting the job for the first time.
- getDelay() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Return the delay before starting the job for the first time.
- getDelay() -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Return the delay before starting the job for the first time.
- getDelegate() -
Method in class org.springframework.beans.factory.xml.ParserContext
-
- getDelegate() -
Method in class org.springframework.jca.work.DelegatingWork
- Return the wrapped Runnable implementation.
- getDelegate() -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Return the target object to delegate message listening to.
- getDelegate() -
Method in class org.springframework.scheduling.commonj.DelegatingWork
- Return the wrapped Runnable implementation.
- getDelegate() -
Method in class org.springframework.scheduling.quartz.DelegatingJob
- Return the wrapped Runnable implementation.
- getDelegate() -
Method in class org.springframework.scheduling.support.DelegatingExceptionProofRunnable
-
- getDelegate() -
Method in class org.springframework.scheduling.timer.DelegatingTimerTask
- Return the wrapped Runnable implementation.
- getDelegate(FacesContext) -
Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- Return the target NavigationHandler to delegate to.
- getDelegateAction(ActionMapping) -
Method in class org.springframework.web.struts.DelegatingActionProxy
- Return the delegate
Action
for the given mapping
.
- getDelegateAction(ActionMapping) -
Method in class org.springframework.web.struts.DelegatingRequestProcessor
- Return the delegate
Action
for the given mapping.
- getDelegateAction(ActionMapping) -
Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
- Return the delegate Action for the given mapping.
- getDelegates() -
Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
- Return all registered PersistenceExceptionTranslator delegates (as array).
- getDelegates() -
Method in class org.springframework.jms.connection.ChainedExceptionListener
- Return all registered ExceptionListener delegates (as array).
- getDelegates(FacesContext) -
Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
- Obtain the delegate PhaseListener beans from the Spring root
WebApplicationContext.
- getDelimiter() -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Return the delimiter to be used between error messages.
- getDeliveryMode() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the delivery mode to use when sending a message.
- getDependencyCheck() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the dependency check code.
- getDependencyCheck() -
Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
- Return whether to perform a dependency check for object references
in the bean instance (after autowiring).
- getDependencyCheck(String) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- getDependencyCheck() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Return the default dependency-check setting for the document that's currently parsed.
- getDependencyCheck() -
Method in class org.springframework.web.struts.AutowiringRequestProcessor
- Return whether to apply a dependency check after wiring Struts Actions.
- getDependencyCheck() -
Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
- Return whether to apply a dependency check after wiring Struts Actions.
- getDependencyCheck(ActionServlet) -
Static method in class org.springframework.web.struts.DelegatingActionUtils
- Determine the dependency check to use from the "dependencyCheck" init-param
of the Struts ActionServlet, falling back to no dependency check as default.
- getDependentBeans(String) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Return the names of all beans which depend on the specified bean, if any.
- getDependsOn() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the bean names that this bean depends on.
- getDepth(Throwable) -
Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
- Return the depth to the superclass matching.
0 means ex matches exactly.
- getDepth(String, Exception) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Return the depth to the superclass matching.
- getDepth(String, Exception) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Return the depth to the superclass matching.
- getDerivedTemplate(ConnectionSpec) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Create a template derived from this template instance,
inheriting the ConnectionFactory and other settings but
overriding the ConnectionSpec used for obtaining Connections.
- getDescription() -
Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getDescription() -
Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getDescription() -
Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
- Delegates to
ComponentDefinition.getName()
.
- getDescription() -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getDescription() -
Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
- Return a friendly description of the described component.
- getDescription() -
Method in class org.springframework.core.io.AbstractResource
- This abstract method declaration shadows the method in the Resource interface.
- getDescription() -
Method in class org.springframework.core.io.ByteArrayResource
- This implementation returns the passed-in description, if any.
- getDescription() -
Method in class org.springframework.core.io.ClassPathResource
- This implementation returns a description that includes the class path location.
- getDescription() -
Method in class org.springframework.core.io.DescriptiveResource
-
- getDescription() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation returns a description that includes the absolute
path of the file.
- getDescription() -
Method in class org.springframework.core.io.InputStreamResource
- This implementation returns the passed-in description, if any.
- getDescription() -
Method in interface org.springframework.core.io.Resource
- Return a description for this resource,
to be used for error output when working with the resource.
- getDescription() -
Method in class org.springframework.core.io.UrlResource
- This implementation returns a description that includes the URL.
- getDescription(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Get the description of the MBean resource.
- getDescription(Object, String) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Reads managed resource description from the source level metadata.
- getDescription() -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- Return a description for this attribute.
- getDescription() -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Return a description for this notification.
- getDescription() -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Return a description for this parameter.
- getDescription() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return a full description of this event, involving
all available context data.
- getDescription() -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation returns a description that includes the ServletContext
resource location.
- getDescription() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getDescription() -
Method in class org.springframework.web.portlet.context.PortletContextResource
-
- getDescription() -
Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
- getDestination() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return the destination to receive messages from.
- getDestinationName() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return the name of the destination to receive messages from.
- getDestinationResolver() -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Return the DestinationResolver for this adapter.
- getDestinationResolver() -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
- Return the DestinationResolver for this accessor (never
null
).
- getDestroyMethod() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Return the default destroy-method setting for the document that's currently parsed.
- getDestroyMethodName() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the name of the destroy method.
- getDir() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
dir
' attribute.
- getDisabled() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Get the value of the '
disabled
' attribute.
- getDisabled() -
Method in class org.springframework.web.servlet.tags.form.OptionTag
- Get the value of the '
disabled
' attribute.
- getDisabledTestCount() -
Static method in class org.springframework.test.ConditionalTestCase
- Return the number of tests disabled in this environment.
- getDisallowedFields() -
Method in class org.springframework.validation.DataBinder
- Return the fields that should not be allowed for binding.
- getDiscoveredReturningGenericType() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDiscoveredReturningType() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDiscoveredThrowingType() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getDispatcherPath(ComponentDefinition, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.tiles.TilesView
- Determine the dispatcher path for the given Tiles definition,
i.e. the request dispatcher path of the layout page.
- getDisplayName() -
Method in interface org.springframework.context.ApplicationContext
- Return a friendly name for this context.
- getDisplayName() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return a friendly name for this context.
- getDisplayString(Object) -
Static method in class org.springframework.util.ObjectUtils
- Return a content-based String representation if
obj
is
not null
; otherwise returns an empty String.
- getDisplayString(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Get the display value of the supplied
Object
, HTML escaped
as required.
- getDisplayString(Object, PropertyEditor) -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Get the display value of the supplied
Object
, HTML escaped
as required.
- getDisplayValue() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return a suitable display value for the field, i.e. the stringified
value if not null, and an empty string in case of a null value.
- getDouble(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDouble(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getDouble(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Double object.
- getDouble(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Double object.
- getDoubleParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a Double parameter, or
null
if not present.
- getDoubleParameter(HttpServletRequest, String, double) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a double parameter, with a fallback value.
- getDoubleParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a Double parameter, or
null
if not present.
- getDoubleParameter(ServletRequest, String, double) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a double parameter, with a fallback value.
- getDoubleParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a Double parameter, or
null
if not present.
- getDoubleParameter(PortletRequest, String, double) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a double parameter, with a fallback value.
- getDoubleParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of double parameters, return an empty array if not found.
- getDoubleParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of double parameters, return an empty array if not found.
- getDoubleParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of double parameters, return an empty array if not found.
- getDriverClassName() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Return the JDBC driver class name, if any.
- getDurableSubscriptionName() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return the name of a durable subscription to create, if any.
- getEarlySingletonInterfaces() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Return an array of interfaces that a singleton object exposed by this
FactoryBean is supposed to implement, for use with an 'early singleton
proxy' that will be exposed in case of a circular reference.
- getEditor() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the PropertyEditor for the property that this bind status
is currently bound to.
- getEditor() -
Method in class org.springframework.web.servlet.tags.BindTag
- Retrieve the PropertyEditor for the property that this tag is
currently bound to.
- getElement() -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Get the HTML element must be used to render the error messages.
- getEmptyValue(String, Class) -
Method in class org.springframework.web.bind.WebDataBinder
- Determine an empty value for the specified field.
- getEncoding() -
Method in class org.springframework.core.io.support.EncodedResource
- Return the encoding to use for reading from the resource,
or
null
if none specified.
- getEncoding() -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Return the specific character encoding used for this message, if any.
- getEncoding() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Return the encoding for the FreeMarker template.
- getEncoding() -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Return the encoding for the Velocity template.
- getEnctype() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Get the value of the '
enctype
' attribute.
- getEndpointAddress() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the endpoint address to specify on the stub or call.
- getEntityInterceptor() -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Return the current Hibernate entity interceptor, or
null
if none.
- getEntityInterceptor() -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Return the current Hibernate entity interceptor, or
null
if none.
- getEntityInterceptor() -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Return the current Hibernate entity interceptor, or
null
if none.
- getEntityInterceptor() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Return the current Hibernate entity interceptor, or
null
if none.
- getEntityManager() -
Method in class org.springframework.orm.jpa.EntityManagerHolder
-
- getEntityManager() -
Method in class org.springframework.orm.jpa.JpaAccessor
- Return the JPA EntityManager to use.
- getEntityManagerFactory() -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Return the JPA EntityManagerFactory that should be used to create
EntityManagers.
- getEntityManagerFactory() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Return the EntityManagerFactory that this instance should manage transactions for.
- getEntityManagerFactoryBeanName() -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
- Return the bean name of the EntityManagerFactory to fetch from Spring's
root application context.
- getEntityManagerFactoryPlusOperations(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
- getEntityManagerFactoryPlusOperations(EntityManagerFactory) -
Method in interface org.springframework.orm.jpa.JpaDialect
- Return an EntityManagerFactoryPlusOperations implementation for
the given raw EntityManagerFactory.
- getEntityManagerInterface() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getEntityManagerInterface() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the (potentially vendor-specific) EntityManager interface
that this factory's EntityManagers will implement.
- getEntityManagerInterface() -
Method in interface org.springframework.orm.jpa.JpaVendorAdapter
- Return the vendor-specific EntityManager interface that this
provider's EntityManagers will implement.
- getEntityManagerInterface() -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getEntityManagerInterface() -
Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getEntityManagerInterface() -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
-
- getEntityManagerPlusOperations(EntityManager) -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
- getEntityManagerPlusOperations(EntityManager) -
Method in interface org.springframework.orm.jpa.JpaDialect
- Return an EntityManagerPlusOperations implementation for
the given raw EntityManager.
- getEntityName(Object) -
Method in class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
-
- getEntityResolver() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Return the EntityResolver to use, building a default resolver
if none specified.
- getEnvironment() -
Method in class org.springframework.jndi.JndiTemplate
- Return the environment for the JNDI InitialContext, if any.
- getEnvironment() -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getErrorCode() -
Method in exception org.springframework.beans.MethodInvocationException
-
- getErrorCode() -
Method in exception org.springframework.beans.TypeMismatchException
-
- getErrorCode() -
Method in interface org.springframework.core.ErrorCoded
- Return the error code associated with this failure.
- getErrorCode() -
Method in exception org.springframework.jms.JmsException
- Convenience method to get the vendor specific error code if
the root cause was an instance of JMSException.
- getErrorCode() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the first error codes for the field or object, if any.
- getErrorCodes() -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
- Return the SQL error codes to match.
- getErrorCodes(String) -
Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
- Return the
SQLErrorCodes
instance for the given database.
- getErrorCodes(DataSource) -
Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
- Return
SQLErrorCodes
for the given DataSource
,
evaluating "databaseProductName" from the
DatabaseMetaData
, or an empty error codes
instance if no SQLErrorCodes
were found.
- getErrorCodes() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the error codes for the field or object, if any.
- getErrorCount() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getErrorCount() -
Method in exception org.springframework.validation.BindException
-
- getErrorCount() -
Method in interface org.springframework.validation.Errors
- Return the total number of errors.
- getErrorCount() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getErrorMessage() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getErrorMessage() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the first error message for the field or object, if any.
- getErrorMessages() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the resolved error messages for the field or object,
if any.
- getErrorMessagesAsString(String) -
Method in class org.springframework.web.servlet.support.BindStatus
- Return an error message string, concatenating all messages
separated by the given delimiter.
- getErrors() -
Method in class org.springframework.validation.DataBinder
- Deprecated. in favor of
DataBinder.getBindingResult()
.
Use the BindException.BindException(BindingResult)
constructor
to create a BindException instance if still needed.
- getErrors() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the Errors instance (typically a BindingResult) that this
bind status is currently associated with.
- getErrors(String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the Errors instance for the given bind object,
using the "defaultHtmlEscape" setting.
- getErrors(String, boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the Errors instance for the given bind object.
- getErrors() -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
- Retrieve the Errors instance that this tag is currently bound to.
- getErrors() -
Method in class org.springframework.web.servlet.tags.BindTag
- Retrieve the Errors instance that this tag is currently bound to.
- getErrorsForNewForm(RenderRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Create a BindException instance for a new form.
- getErrorsForNewForm(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Create a BindException instance for a new form.
- getEvaluations() -
Method in class org.springframework.aop.support.ControlFlowPointcut
- It's useful to know how many times we've fired, for optimization.
- getException() -
Method in class org.springframework.mock.web.MockPageContext
-
- getException(SessionLogEntry) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
- Extract the exception from the given log entry.
- getException() -
Method in class org.springframework.remoting.support.RemoteInvocationResult
- Return the exception thrown by an unsuccessful invocation
of the target method, if any.
- getExceptionClass() -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
- Return the exception class for the specified error codes.
- getExceptionCount() -
Method in exception org.springframework.beans.PropertyBatchUpdateException
- If this returns 0, no errors were encountered during binding.
- getExceptionHandler(Throwable) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Determine the exception handler method for the given exception.
- getExceptionListener() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Return the JMS ExceptionListener implementation that should be registered
with with the single Connection created by this factory, if any.
- getExceptionListener() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return the JMS ExceptionListener to notify in case of a JMSException thrown
by the registered message listener or the invocation infrastructure, if any.
- getExceptionName() -
Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
- Return the pattern for the exception name.
- getExceptionTranslator() -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Return the SQLExceptionTranslator of this DAO's JdbcTemplate,
for translating SQLExceptions in custom JDBC access code.
- getExceptionTranslator() -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Return the exception translator for this instance.
- getExcludedPatterns() -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Returns the regular expressions for exclusion matching.
- getExecutionCount() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Return the number of already executed statements.
- getExpectedCount() -
Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
- Return the expected column count.
- getExpectedException() -
Method in class org.springframework.test.AssertThrows
- Return the
Exception
expected to be thrown during
the execution of the surrounding test.
- getExpectedRowsAffected() -
Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
- Return the number of rows that should have been affected.
- getExpectedSize() -
Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
- Return the expected result size.
- getExpectedType() -
Method in class org.springframework.jndi.JndiObjectLocator
- Return the type that the located JNDI object is supposed
to be assignable to, if any.
- getExporterName() -
Method in class org.springframework.remoting.support.RemoteExporter
- Return a short name for this exporter.
- getExporterParameter(Object) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Return a
JRExporterParameter
for the given parameter object,
converting it from a String if necessary.
- getExporterParameters() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Return the exporter parameters that this view uses, if any.
- getExpression() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- getExpression() -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
- Return this pointcut's expression.
- getExpression() -
Method in interface org.springframework.aop.support.ExpressionPointcut
- Return the String expression for this pointcut.
- getExpression() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return a bind expression that can be used in HTML forms as input name
for the respective field, or
null
if not field-specific.
- getExpressionEvaluator() -
Method in class org.springframework.mock.web.MockPageContext
-
- getFactory() -
Method in interface org.springframework.beans.factory.access.BeanFactoryReference
- Return the
BeanFactory
instance held by this reference.
- getFactory() -
Method in class org.springframework.context.access.ContextBeanFactoryReference
-
- getFactoryBeanName() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Returns the factory bean name, if any.
- getFactoryMethodName() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return a factory method, if any.
- getFailedMessages() -
Method in exception org.springframework.mail.MailSendException
- Return a Map with the failed messages as keys, and the thrown exceptions
as values.
- getFailureCause() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return the cause of failure, if any.
- getFailureMessage() -
Method in class org.springframework.test.AssertThrows
- Return the extra, contextual failure message that will be included
in the failure text if the text fails.
- getFallbackLocale() -
Method in class org.springframework.web.servlet.support.JspAwareRequestContext
- This implementation looks for a JSTL locale attribute in the
JSP page scope, falling back to the superclass if not found.
- getFallbackLocale() -
Method in class org.springframework.web.servlet.support.RequestContext
- Determine the fallback locale for this context.
- getFallbackTheme() -
Method in class org.springframework.web.servlet.support.RequestContext
- Determine the fallback theme for this context.
- getFallbackTranslator() -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Return the fallback exception translator.
- getFetchSize() -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Return the fetch size specified for this JdbcTemplate.
- getFetchSize() -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Return the fetch size specified for this HibernateTemplate.
- getFetchSize() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Return the fetch size specified for this HibernateTemplate.
- getField() -
Method in class org.springframework.validation.FieldError
- Return the affected field of the object.
- getFieldCache() -
Method in class org.springframework.core.Constants
- Exposes the field cache to subclasses:
a Map from String field name to object value.
- getFieldError() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldError(String) -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldError() -
Method in exception org.springframework.validation.BindException
-
- getFieldError(String) -
Method in exception org.springframework.validation.BindException
-
- getFieldError() -
Method in interface org.springframework.validation.Errors
- Get the first error associated with a field, if any.
- getFieldError(String) -
Method in interface org.springframework.validation.Errors
- Get the first error associated with the given field, if any.
- getFieldError() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldError(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrorCount(String) -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrorCount() -
Method in exception org.springframework.validation.BindException
-
- getFieldErrorCount(String) -
Method in exception org.springframework.validation.BindException
-
- getFieldErrorCount() -
Method in interface org.springframework.validation.Errors
- Return the number of errors associated with a field.
- getFieldErrorCount(String) -
Method in interface org.springframework.validation.Errors
- Return the number of errors associated with the given field.
- getFieldErrorCount() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrorCount(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrors(String) -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldErrors() -
Method in exception org.springframework.validation.BindException
-
- getFieldErrors(String) -
Method in exception org.springframework.validation.BindException
-
- getFieldErrors() -
Method in interface org.springframework.validation.Errors
- Get all errors associated with a field.
- getFieldErrors(String) -
Method in interface org.springframework.validation.Errors
- Get all errors associated with the given field.
- getFieldErrors() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldErrors(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldMarkerPrefix() -
Method in class org.springframework.web.bind.WebDataBinder
- Return the prefix for parameters that mark potentially empty fields.
- getFieldType(String) -
Method in class org.springframework.validation.AbstractBindingResult
- This default implementation determines the type based on the actual
field value, if any.
- getFieldType(String) -
Method in class org.springframework.validation.AbstractPropertyBindingResult
- Determines the field type from the property type.
- getFieldType(String) -
Method in exception org.springframework.validation.BindException
-
- getFieldType(String) -
Method in interface org.springframework.validation.Errors
- Return the type of a given field.
- getFieldType(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFieldValue(String) -
Method in class org.springframework.validation.AbstractBindingResult
-
- getFieldValue(String) -
Method in exception org.springframework.validation.BindException
-
- getFieldValue(String) -
Method in interface org.springframework.validation.Errors
- Return the current value of the given field, either the current
bean property value or a rejected update from the last binding.
- getFieldValue(String) -
Method in class org.springframework.web.bind.EscapedErrors
-
- getFile() -
Method in class org.springframework.core.io.AbstractResource
- This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to an absolute file path.
- getFile() -
Method in class org.springframework.core.io.ClassPathResource
- This implementation returns a File reference for the underlying class path
resource, provided that it refers to a file in the file system.
- getFile() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation returns the underlying File reference.
- getFile() -
Method in interface org.springframework.core.io.Resource
- Return a File handle for this resource.
- getFile() -
Method in class org.springframework.core.io.UrlResource
- This implementation returns a File reference for the underlying URL,
provided that it refers to a file in the file system.
- getFile(String) -
Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFile(String) -
Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFile(String) -
Static method in class org.springframework.util.ResourceUtils
- Resolve the given resource location to a
java.io.File
,
i.e. to a file in the file system.
- getFile(URL) -
Static method in class org.springframework.util.ResourceUtils
- Resolve the given resource URL to a
java.io.File
,
i.e. to a file in the file system.
- getFile(URL, String) -
Static method in class org.springframework.util.ResourceUtils
- Resolve the given resource URL to a
java.io.File
,
i.e. to a file in the file system.
- getFile() -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation delegates to
ServletContext.getRealPath
,
but throws a FileNotFoundException if not found or not resolvable.
- getFile(String) -
Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
- Return the contents plus description of an uploaded file in this request,
or
null
if it does not exist.
- getFile(String) -
Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFile() -
Method in class org.springframework.web.portlet.context.PortletContextResource
- This implementation delegates to PortletContext.getRealPath,
but throws a FileNotFoundException if not found or not resolvable.
- getFile(String) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFile(String) -
Method in interface org.springframework.web.portlet.multipart.MultipartActionRequest
- Return the contents plus description of an uploaded file in this request,
or
null
if it does not exist.
- getFileItem() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
- Return the underlying
org.apache.commons.fileupload.FileItem
instance.
- getFileItemFactory() -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Return the underlying
org.apache.commons.fileupload.disk.DiskFileItemFactory
instance.
- getFileMap() -
Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFileMap() -
Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFileMap() -
Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
- Return a
Map
of the multipart files contained in this request.
- getFileMap() -
Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileMap() -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFileMap() -
Method in interface org.springframework.web.portlet.multipart.MultipartActionRequest
- Return a Map of the multipart files contained in this request.
- getFilename() -
Method in class org.springframework.core.io.AbstractResource
- This implementation always throws IllegalStateException,
assuming that the resource does not carry a filename.
- getFilename() -
Method in class org.springframework.core.io.ClassPathResource
- This implementation returns the name of the file that this class path
resource refers to.
- getFilename() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation returns the name of the file.
- getFilename() -
Method in interface org.springframework.core.io.Resource
- Return a filename for this resource, i.e. typically the last
part of the path: for example, "myfile.txt".
- getFilename() -
Method in class org.springframework.core.io.UrlResource
- This implementation returns the name of the file that this URL refers to.
- getFilename(String) -
Static method in class org.springframework.util.StringUtils
- Extract the filename from the given path,
e.g.
- getFilename() -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation returns the name of the file that this ServletContext
resource refers to.
- getFilename() -
Method in class org.springframework.web.portlet.context.PortletContextResource
-
- getFilenameExtension(String) -
Static method in class org.springframework.util.StringUtils
- Extract the filename extension from the given path,
e.g.
- getFileNames() -
Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFileNames() -
Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- getFileNames() -
Method in interface org.springframework.web.multipart.MultipartHttpServletRequest
- Return an
Iterator
of String objects containing the
parameter names of the multipart files contained in this request.
- getFileNames() -
Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
- getFileNames() -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getFileNames() -
Method in interface org.springframework.web.portlet.multipart.MultipartActionRequest
- Return an Iterator of String objects containing the parameter names of the
multipart files contained in this request.
- getFileTimestamp() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFileTimestamp(String) -
Method in class org.springframework.web.servlet.ResourceServlet
- Return the file timestamp for the given resource.
- getFileTypeMap() -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
- Return the delegate FileTypeMap, compiled from the mappings in the mapping file
and the entries in the
mappings
property.
- getFileTypeMap() -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Return the
FileTypeMap
used by this MimeMessageHelper.
- getFileUpload() -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
- Return the underlying
org.apache.commons.fileupload.FileUpload
instance.
- getFilter() -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Return the filter that the source provider should use for loading the list.
- getFilterConfig() -
Method in class org.springframework.web.filter.GenericFilterBean
- Make the FilterConfig of this filter available, if any.
- getFilterName() -
Method in class org.springframework.mock.web.MockFilterConfig
-
- getFilterName() -
Method in class org.springframework.web.filter.GenericFilterBean
- Make the name of this filter available to subclasses.
- getFilterNames() -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Return the names of Hibernate filters to be activated, if any.
- getFirstElementOnPage() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the element index of the first element on the current page.
- getFirstLinkedPage() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the first page to which create a link around the current page.
- getFirstNestedPropertySeparatorIndex(String) -
Static method in class org.springframework.beans.PropertyAccessorUtils
- Determine the first nested property separator in the
given property path, ignoring dots in keys (like "map[my.key]").
- getFloat(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getFloat(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getFloat(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a float.
- getFloat(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a float.
- getFloatParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a Float parameter, or
null
if not present.
- getFloatParameter(HttpServletRequest, String, float) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a float parameter, with a fallback value.
- getFloatParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a Float parameter, or
null
if not present.
- getFloatParameter(ServletRequest, String, float) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a float parameter, with a fallback value.
- getFloatParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a Float parameter, or
null
if not present.
- getFloatParameter(PortletRequest, String, float) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a float parameter, with a fallback value.
- getFloatParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of float parameters, return an empty array if not found.
- getFloatParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of float parameters, return an empty array if not found.
- getFloatParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of float parameters, return an empty array if not found.
- getFlushMode() -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Return if a flush should be forced after executing the callback code.
- getFlushMode() -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Return if a flush should be forced after executing the callback code.
- getFlushMode() -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Return the Hibernate FlushMode that this filter applies to its
Session
(in single session mode).
- getFor() -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Get the value of the '
id
' attribute.
- getFormSessionAttributeName(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Return the name of the PortletSession attribute that holds the form object
for this form controller.
- getFormSessionAttributeName() -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Return the name of the PortletSession attribute that holds the form object
for this form controller.
- getFormSessionAttributeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Return the name of the HttpSession attribute that holds the form object
for this form controller.
- getFormSessionAttributeName() -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Return the name of the HttpSession attribute that holds the form object
for this form controller.
- getFormSubmitParameterName() -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Return the name of the render parameter that indicates this
was a form submission.
- getFormView() -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Return the name of the view that should be used for form display.
- getFormView() -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Return the name of the view that should be used for form display.
- getForwardedUrl() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getFrom() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getGeneratedKeysColumnNames() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Return the column names of the auto generated keys.
- getGenericArgumentValue(Class) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Look for a generic argument value that matches the given type.
- getGenericArgumentValue(Class, Set) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Look for the next generic argument value that matches the given type,
ignoring argument values that have already been used in the current
resolution process.
- getGenericArgumentValues() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Return the list of generic argument values.
- getGlobalError() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalError() -
Method in exception org.springframework.validation.BindException
-
- getGlobalError() -
Method in interface org.springframework.validation.Errors
- Get the first global error, if any.
- getGlobalError() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrorCount() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalErrorCount() -
Method in exception org.springframework.validation.BindException
-
- getGlobalErrorCount() -
Method in interface org.springframework.validation.Errors
- Return the number of global errors.
- getGlobalErrorCount() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getGlobalErrors() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getGlobalErrors() -
Method in exception org.springframework.validation.BindException
-
- getGlobalErrors() -
Method in interface org.springframework.validation.Errors
- Get all global errors.
- getGlobalErrors() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getHandback() -
Method in class org.springframework.jmx.export.NotificationListenerBean
- Return the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster
when notifying
any NotificationListener
.
- getHandler(PortletRequest, boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Return the HandlerExecutionChain for this request.
- getHandler(PortletRequest) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Look up a handler for the given request, falling back to the default
handler if no specific one is found.
- getHandler() -
Method in class org.springframework.web.portlet.HandlerExecutionChain
- Return the handler object to execute.
- getHandler(PortletRequest) -
Method in interface org.springframework.web.portlet.HandlerMapping
- Return a handler and any interceptors for this request.
- getHandler(HttpServletRequest, boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Return the HandlerExecutionChain for this request.
- getHandler(HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Look up a handler for the given request, falling back to the default
handler if no specific one is found.
- getHandler() -
Method in class org.springframework.web.servlet.HandlerExecutionChain
- Return the handler object to execute.
- getHandler(HttpServletRequest) -
Method in interface org.springframework.web.servlet.HandlerMapping
- Return a handler and any interceptors for this request.
- getHandlerAdapter(Object) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Return the HandlerAdapter for this handler object.
- getHandlerAdapter(Object) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Return the HandlerAdapter for this handler object.
- getHandlerExecutionChain(Object, PortletRequest) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Build a HandlerExecutionChain for the given handler, including applicable interceptors.
- getHandlerExecutionChain(Object, HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Build a HandlerExecutionChain for the given handler, including applicable interceptors.
- getHandlerInternal(PortletRequest) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Look up a handler for the given request, returning
null
if no
specific one is found.
- getHandlerInternal(PortletRequest) -
Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
- Determines a handler for the computed lookup key for the given request.
- getHandlerInternal(HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- Look up a handler for the given request, returning
null
if no
specific one is found.
- getHandlerInternal(HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Look up a handler for the URL path of the given request.
- getHandlerMap() -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Return the registered handlers as an unmodifiable Map, with the registered path
as key and the handler object (or handler bean name in case of a lazy-init handler)
as value.
- getHandlerMethodCount() -
Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
-
- getHandlerMethodName(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Retrieves the URL path to use for lookup and delegates to
getHandlerMethodNameForUrlPath
.
- getHandlerMethodName(HttpServletRequest) -
Method in interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver
- Return a method name that can handle this request.
- getHandlerMethodName(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
-
- getHandlerMethodNameForUrlPath(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Return a method name that can handle this request, based on the
given lookup path.
- getHandlerMethodNameForUrlPath(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Extracts the method name indicated by the URL path.
- getHandlerMethodNameForUrlPath(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
-
- getHeader(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeader(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
- Return the primary value for the given header, if any.
- getHeaderNames() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeaderNames() -
Method in class org.springframework.mock.web.MockHttpServletResponse
- Return the names of all specified headers as a Set of Strings.
- getHeaders(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeaders(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
- Return all values for the given header as a List of value objects.
- getHibernateProperties() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Return the Hibernate properties, if any.
- getHibernateProperties() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Return the Hibernate properties, if any.
- getHibernateTemplate() -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
- Return the HibernateTemplate for this DAO,
pre-initialized with the SessionFactory or set explicitly.
- getHibernateTemplate() -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Return the HibernateTemplate for this DAO,
pre-initialized with the SessionFactory or set explicitly.
- getHitCount() -
Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
- getHitCount() -
Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
- Return the number of hits that were satisfied by a thread-bound object.
- getHome() -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Return the EJB home object to use.
- getHost() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the mail server host.
- getHost() -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Return the host of the registry for the exported RMI service.
- getHttpClient() -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Return the HttpClient instance that this request executor uses.
- getHttpInvokerRequestExecutor() -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Return the HttpInvokerRequestExecutor used by this remote accessor.
- getId() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getId() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getId() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the value of the '
id
' attribute.
- getIdentifier() -
Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
- Return the identifier of the object for which the locking failed.
- getIdentifier() -
Method in exception org.springframework.orm.ObjectRetrievalFailureException
- Return the identifier of the object that was not found.
- getIdentityHexString(Object) -
Static method in class org.springframework.util.ObjectUtils
- Return a hex String form of an object's identity hash code.
- getIdleCount() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
- getIdleCount() -
Method in interface org.springframework.aop.target.PoolingConfig
- Return the number of idle objects in the pool.
- getIdleTaskExecutionLimit() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the limit for idle executions of a receive task.
- getImportedResource() -
Method in class org.springframework.beans.factory.parsing.ImportDefinition
- Return the location of the imported resource.
- getIncludedUrl() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getIncludedUrl() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getIncrementerName() -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Return the name of the sequence/table.
- getIndex() -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Return the index of this parameter in the operation signature.
- getIndexedArgumentValue(int, Class) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Get argument value for the given index in the constructor argument list.
- getIndexedArgumentValues() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- Return the map of indexed argument values.
- getInitialPage(PortletRequest, Object) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the initial page of the wizard, i.e. the page shown at wizard startup.
- getInitialPage(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the initial page of the wizard, i.e. the page shown at wizard startup.
- getInitialPage(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the initial page of the wizard, that is, the page shown at wizard startup.
- getInitialPage(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the initial page of the wizard, that is, the page shown at wizard startup.
- getInitMethod() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Return the default init-method setting for the document that's currently parsed.
- getInitMethodName() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the name of the initializer method.
- getInitParameter(String) -
Method in class org.springframework.mock.web.MockFilterConfig
-
- getInitParameter(String) -
Method in class org.springframework.mock.web.MockServletConfig
-
- getInitParameter(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getInitParameter(String) -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getInitParameter(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getInitParameterNames() -
Method in class org.springframework.mock.web.MockFilterConfig
-
- getInitParameterNames() -
Method in class org.springframework.mock.web.MockServletConfig
-
- getInitParameterNames() -
Method in class org.springframework.mock.web.MockServletContext
-
- getInitParameterNames() -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getInitParameterNames() -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getInnerBeanDefinitions() -
Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
- Returns an empty array.
- getInnerBeanDefinitions() -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getInnerBeanDefinitions() -
Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
- Return the
BeanDefinitions
that represent all relevant
inner beans within this component.
- getInputStream() -
Method in class org.springframework.core.io.ByteArrayResource
- This implementation returns a ByteArrayInputStream for the
underlying byte array.
- getInputStream() -
Method in class org.springframework.core.io.ClassPathResource
- This implementation opens an InputStream for the given class path resource.
- getInputStream() -
Method in class org.springframework.core.io.DescriptiveResource
-
- getInputStream() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation opens a FileInputStream for the underlying file.
- getInputStream() -
Method in class org.springframework.core.io.InputStreamResource
- This implementation throws IllegalStateException if attempting to
read the underlying stream multiple times.
- getInputStream() -
Method in interface org.springframework.core.io.InputStreamSource
- Return an
InputStream
.
- getInputStream() -
Method in class org.springframework.core.io.UrlResource
- This implementation opens an InputStream for the given URL.
- getInputStream() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getInputStream() -
Method in class org.springframework.mock.web.MockMultipartFile
-
- getInputStream(String) -
Method in class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
-
- getInputStream() -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation delegates to
ServletContext.getResourceAsStream
,
but throws a FileNotFoundException if no resource found.
- getInputStream() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getInputStream() -
Method in interface org.springframework.web.multipart.MultipartFile
- Return an InputStream to read the contents of the file from.
- getInputStream() -
Method in class org.springframework.web.portlet.context.PortletContextResource
- This implementation delegates to PortletContext.getResourceAsStream,
but throws a FileNotFoundException if not found.
- getInstance() -
Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
- Return the singleton DefaultAdvisorAdapterRegistry instance.
- getInstance() -
Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Returns an instance which uses the default "classpath*:beanRefFactory.xml",
as the name of the definition file(s).
- getInstance(String) -
Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
- Returns an instance which uses the the specified selector, as the name of the
definition file(s).
- getInstance() -
Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
- Returns an instance which uses the default "classpath*:beanRefContext.xml", as
the name of the definition file(s).
- getInstance(String) -
Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
- Returns an instance which uses the the specified selector, as the name of the
definition file(s).
- getInstance() -
Static method in class org.springframework.context.access.DefaultLocatorFactory
- Return an instance object implementing BeanFactoryLocator.
- getInstance(String) -
Static method in class org.springframework.context.access.DefaultLocatorFactory
- Return an instance object implementing BeanFactoryLocator.
- getInstance() -
Static method in class org.springframework.jdbc.support.SQLErrorCodesFactory
- Return the singleton instance.
- getInstance(Object) -
Static method in class org.springframework.jmx.support.ObjectNameManager
- Retrieve the
ObjectName
instance corresponding to the supplied name.
- getInstance(String) -
Static method in class org.springframework.jmx.support.ObjectNameManager
- Retrieve the
ObjectName
instance corresponding to the supplied name.
- getInstance(String, String, String) -
Static method in class org.springframework.jmx.support.ObjectNameManager
- Retrieve an
ObjectName
instance for the specified domain and a
single property with the supplied key and value.
- getInstance(String, Hashtable) -
Static method in class org.springframework.jmx.support.ObjectNameManager
- Retrieve an
ObjectName
instance with the specified domain name
and the supplied key/name properties.
- getInstance() -
Static method in class org.springframework.test.annotation.SystemProfileValueSource
- Obtain the canonical instance of this ProfileValueSource.
- getInstantiationStrategy() -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Return the instantiation strategy to use for creating bean instances.
- getInstrumentableClassLoader() -
Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getInstrumentableClassLoader() -
Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
- We have the ability to weave the current class loader when starting the
JVM in this way, so the instrumentable class loader will always be the
current loader.
- getInstrumentableClassLoader() -
Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
- Return a class loader that supports instrumentation through AspectJ-style load-time
weaving based on user-defined
ClassFileTransformers
.
- getInstrumentableClassLoader() -
Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
-
- getInstrumentableClassLoader() -
Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getInstrumentableClassLoader() -
Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
- getInstrumentation() -
Static method in class org.springframework.instrument.InstrumentationSavingAgent
- Return the
Instrumentation
interface exposed by the JVM.
- getInt(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getInt(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getInt(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an int.
- getInt(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an int.
- getInteractionSpec() -
Method in class org.springframework.jca.cci.object.EisOperation
- Return the CCI InteractionSpec for this operation.
- getInterceptor(Advisor) -
Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
- Return an AOP Alliance MethodInterceptor exposing the behavior of
the given advice to an interception-based AOP framework.
- getInterceptorNameSuffix(BeanDefinition) -
Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
-
- getInterceptors(Advisor) -
Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
- Return an array of AOP Alliance MethodInterceptors to allow use of the
given Advisor in an interception-based framework.
- getInterceptors(Advisor) -
Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
-
- getInterceptors() -
Method in class org.springframework.web.portlet.HandlerExecutionChain
- Return the array of interceptors to apply (in the given order).
- getInterceptors() -
Method in class org.springframework.web.servlet.HandlerExecutionChain
- Return the array of interceptors to apply (in the given order).
- getInterceptorsAndDynamicInterceptionAdvice(Method, Class) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Determine a list of
MethodInterceptor
objects
for the given method, based on this configuration.
- getInterceptorsAndDynamicInterceptionAdvice(Advised, Object, Method, Class) -
Method in interface org.springframework.aop.framework.AdvisorChainFactory
- Determine a list of
MethodInterceptor
objects.
- getInterceptorsAndDynamicInterceptionAdvice(Advised, Object, Method, Class) -
Method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
-
- getInterfaces() -
Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- getInterfaces() -
Method in interface org.springframework.aop.IntroductionInfo
- Return the additional interfaces introduced by this Advisor or Advice.
- getInterfaces() -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getInterfaces() -
Method in class org.springframework.aop.support.IntroductionInfoSupport
-
- getInternalBindingResult() -
Method in class org.springframework.validation.DataBinder
- Return the internal BindingResult held by this DataBinder,
as AbstractPropertyBindingResult.
- getInternalParentBeanFactory() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the internal bean factory of the parent context if it implements
ConfigurableApplicationContext; else, return the parent context itself.
- getInternalParentMessageSource() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the internal message source of the parent context if it is an
AbstractApplicationContext too; else, return the parent context itself.
- getIntHeader(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getIntParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an Integer parameter, or
null
if not present.
- getIntParameter(HttpServletRequest, String, int) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an int parameter, with a fallback value.
- getIntParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an Integer parameter, or
null
if not present.
- getIntParameter(ServletRequest, String, int) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an int parameter, with a fallback value.
- getIntParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an Integer parameter, or
null
if not present.
- getIntParameter(PortletRequest, String, int) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an int parameter, with a fallback value.
- getIntParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of int parameters, return an empty array if not found.
- getIntParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of int parameters, return an empty array if not found.
- getIntParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of int parameters, return an empty array if not found.
- getInvalidResultSetAccessCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getInvalidSubmitParameterName() -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Return the name of the render parameter that indicates this
was an invalid form submission.
- getInvocationCount() -
Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
- getInvocationCount() -
Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
- Return the number of client invocations.
- getInvocationDescription(MethodInvocation) -
Method in class org.springframework.aop.interceptor.DebugInterceptor
-
- getInvocationDescription(MethodInvocation) -
Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
- Return a description for the given method invocation.
- getInvocationFailureMessage() -
Method in class org.springframework.scheduling.support.MethodInvokingRunnable
- Build a message for an invocation failure exception.
- getIsolationLevel() -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- Return the statically specified isolation level,
or
null
if none.
- getIsolationLevel() -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- getIsolationLevel() -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getIsolationLevel() -
Method in interface org.springframework.transaction.TransactionDefinition
- Return the isolation level.
- getItemLabel() -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Get the name of the property mapped to the label (inner text) of the
'
option
' tag.
- getItemLabel() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Get the value of the '
itemLabel
' attribute.
- getItems() -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
- Get the
Collection
, Map
or array
of objects used to generate the inner 'option
' tags.
- getItems() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Get the value of the '
items
' attribute.
- getItemValue() -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- getItemValue() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Get the value of the '
itemValue
' attribute.
- getJarFileUrls() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getJavaVersion() -
Static method in class org.springframework.core.JdkVersion
- Return the full Java version string, as returned by
System.getProperty("java.version")
.
- getJaxRpcService() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return a reference to an existing JAX-RPC Service instance, if any.
- getJaxRpcServiceInterface() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return the JAX-RPC service interface to use for looking up the service.
- getJaxRpcServiceProperties() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return JAX-RPC service properties to be passed to the ServiceFactory, if any.
- getJdbcConnection(PersistenceManager, boolean) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- This implementation returns a DataStoreConnectionHandle for JDO2,
which will also work on JDO1 until actually accessing the JDBC Connection.
- getJdbcConnection(PersistenceManager, boolean) -
Method in interface org.springframework.orm.jdo.JdoDialect
- Retrieve the JDBC Connection that the given JDO PersistenceManager uses underneath,
if accessing a relational database.
- getJdbcConnection(EntityManager, boolean) -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
- This implementation always returns
null
,
indicating that no JDBC Connection can be provided.
- getJdbcConnection(EntityManager, boolean) -
Method in interface org.springframework.orm.jpa.JpaDialect
- Retrieve the JDBC Connection that the given JPA EntityManager uses underneath,
if accessing a relational database.
- getJdbcConnection(EntityManager, boolean) -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
- getJdbcConnection(EntityManager, boolean) -
Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
-
- getJdbcConnection(EntityManager, boolean) -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
-
- getJdbcConnection(Session) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Extract the underlying JDBC Connection from the given TopLink Session.
- getJdbcDataSource() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Return the
javax.sql.DataSource
that this view uses, if any.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Return the JDBC exception translator for this instance.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Return the JDBC exception translator for this transaction manager.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Return the JDBC exception translator for this instance, if any.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Return the JDBC exception translator for this transaction manager, if any.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- Return the JDBC exception translator for this dialect, if any.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
- Return the JDBC exception translator for this instance, if any.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.toplink.TopLinkAccessor
- Return the JDBC exception translator for this instance, if any.
- getJdbcExceptionTranslator() -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Return the JDBC exception translator for this transaction manager, if any.
- getJdbcOperations() -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Expose the classic Spring JdbcTemplate to allow invocation of
classic JDBC operations.
- getJdbcOperations() -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- Expose the classic Spring JdbcTemplate to allow invocation of
less commonly used methods.
- getJdbcOperations() -
Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
- Expose the classic Spring JdbcTemplate to allow invocation of less
commonly used methods.
- getJdbcOperations() -
Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
- Expose the classic Spring JdbcTemplate to allow invocation of
less commonly used methods.
- getJdbcTemplate() -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Return the JdbcTemplate for this DAO,
pre-initialized with the DataSource or set explicitly.
- getJdbcTemplate() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Return the JdbcTemplate object used by this object.
- getJdbcTemplate() -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Return the JdbcTemplate that this base class manages.
- getJdoDialect() -
Method in class org.springframework.orm.jdo.JdoAccessor
- Return the JDO dialect to use for this accessor.
- getJdoDialect() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Return the JDO dialect to use for this transaction manager.
- getJdoProperties() -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Return the JDO properties, if any.
- getJdoTemplate() -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Return the JdoTemplate for this DAO, pre-initialized
with the PersistenceManagerFactory or set explicitly.
- getJmsTemplate() -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
- Return the JmsTemplate for the gateway.
- getJndiEnvironment() -
Method in class org.springframework.jndi.JndiAccessor
- Return the JNDI environment to use for JNDI lookups.
- getJndiEnvironment() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Return the JNDI environment to use for JNDI lookups.
- getJndiName() -
Method in class org.springframework.jndi.JndiObjectLocator
- Return the JNDI name to look up.
- getJndiTemplate() -
Method in class org.springframework.jndi.JndiAccessor
- Return the JNDI template to use for JNDI lookups.
- getJndiTemplate() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Return the JndiTemplate used for JNDI lookups.
- getJobClass() -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- Overridden to support any job class, to allow a custom JobFactory
to adapt the given job class to the Quartz Job interface.
- getJobDetail() -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
-
- getJobDetail() -
Method in interface org.springframework.scheduling.quartz.JobDetailAwareTrigger
- Return the JobDetail that this Trigger is associated with.
- getJobDetail() -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
-
- getJoinPoint() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Overridden in around advice to return proceeding join point.
- getJoinpointIdentification() -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
- Return a String representation of this joinpoint (usually a Method call)
for use in logging.
- getJoinPointMatch() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Get the current join point match at the join point we are being dispatched on.
- getJoinPointMatch(ProxyMethodInvocation) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getJotm() -
Method in class org.springframework.transaction.jta.JotmFactoryBean
- Return the JOTM instance created by this factory bean, if any.
- getJpaDialect() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getJpaDialect() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the vendor-specific JpaDialect implementation for this
EntityManagerFactory, or
null
if not known.
- getJpaDialect() -
Method in class org.springframework.orm.jpa.JpaAccessor
- Return the JPA dialect to use for this accessor.
- getJpaDialect() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Return the JPA dialect to use for this transaction manager.
- getJpaDialect() -
Method in interface org.springframework.orm.jpa.JpaVendorAdapter
- Return the vendor-specific JpaDialect implementation for this
provider, or
null
if there is none.
- getJpaDialect() -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getJpaDialect() -
Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getJpaDialect() -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
-
- getJpaPropertyMap() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Allow Map access to the JPA properties to be passed to the persistence
provider, with the option to add or override specific entries.
- getJpaPropertyMap() -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Allow Map access to the JPA properties to be passed to the persistence
provider, with the option to add or override specific entries.
- getJpaPropertyMap() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Allow Map access to the JPA properties to be passed to the persistence
provider, with the option to add or override specific entries.
- getJpaPropertyMap() -
Method in interface org.springframework.orm.jpa.JpaVendorAdapter
- Return a Map of vendor-specific JPA properties,
typically based on settings in this JpaVendorAdapter instance.
- getJpaPropertyMap() -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getJpaPropertyMap() -
Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getJpaPropertyMap() -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
-
- getJpaTemplate() -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
- Return the JpaTemplate for this DAO, pre-initialized
with the EntityManagerFactory or set explicitly.
- getJstlAwareMessageSource(ServletContext, MessageSource) -
Static method in class org.springframework.web.servlet.support.JstlUtils
- Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext"
context-param and creates a corresponding child message source,
with the provided Spring-defined MessageSource as parent.
- getJtaDataSource() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getJtaTransactionManager(SessionFactory, Session) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
- Try to retrieve the JTA TransactionManager from the given SessionFactory
and/or Session.
- getJtaTransactionManager(SessionFactory, Session) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Try to retrieve the JTA TransactionManager from the given SessionFactory
and/or Session.
- getKeepAliveSeconds() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Return the ThreadPoolExecutor's keep-alive seconds.
- getKeepAliveSeconds() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Return the ThreadPoolExecutor's keep-alive seconds.
- getKey() -
Method in class org.springframework.jdbc.support.GeneratedKeyHolder
-
- getKey() -
Method in interface org.springframework.jdbc.support.KeyHolder
- Retrieve the first item from the first map, assuming that there is just
one item and just one map, and that the item is a number.
- getKeyList() -
Method in class org.springframework.jdbc.support.GeneratedKeyHolder
-
- getKeyList() -
Method in interface org.springframework.jdbc.support.KeyHolder
- Return a reference to the List that contains the keys.
- getKeys() -
Method in class org.springframework.context.support.MessageSourceResourceBundle
- This implementation returns
null
, as a MessageSource does
not allow for enumerating the defined message codes.
- getKeys() -
Method in class org.springframework.jdbc.support.GeneratedKeyHolder
-
- getKeys() -
Method in interface org.springframework.jdbc.support.KeyHolder
- Retrieve the first map of keys.
- getKind() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getLabel() -
Method in class org.springframework.core.enums.AbstractGenericLabeledEnum
-
- getLabel() -
Method in class org.springframework.core.enums.AbstractLabeledEnum
-
- getLabel() -
Method in interface org.springframework.core.enums.LabeledEnum
- Return a descriptive, optional label.
- getLabel() -
Method in class org.springframework.core.enums.StaticLabeledEnum
-
- getLabel() -
Method in class org.springframework.web.servlet.tags.form.OptionTag
- Get the text body of the rendered HTML
<option>
tag.
- getLabeledEnumByCode(Class, Comparable) -
Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
-
- getLabeledEnumByCode(Class, Comparable) -
Method in interface org.springframework.core.enums.LabeledEnumResolver
- Resolve a single
LabeledEnum
by its identifying code.
- getLabeledEnumByLabel(Class, String) -
Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
-
- getLabeledEnumByLabel(Class, String) -
Method in interface org.springframework.core.enums.LabeledEnumResolver
- Resolve a single
LabeledEnum
by its identifying code.
- getLabeledEnumMap(Class) -
Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
-
- getLabeledEnumMap(Class) -
Method in interface org.springframework.core.enums.LabeledEnumResolver
- Return a map of enumerations of a particular type.
- getLabeledEnumSet(Class) -
Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
-
- getLabeledEnumSet(Class) -
Method in interface org.springframework.core.enums.LabeledEnumResolver
- Return a set of enumerations of a particular type.
- getLang() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
lang
' attribute.
- getLastAccessedTime() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getLastAccessedTime() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getLastElementOnPage() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the element index of the last element on the current page.
- getLastLinkedPage() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the last page to which create a link around the current page.
- getLastModified(Object) -
Method in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- getLastModified(Resource) -
Method in class org.springframework.ui.velocity.SpringResourceLoader
-
- getLastModified(HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Override HttpServlet's
getLastModified
method to evaluate
the Last-Modified value of the mapped handler.
- getLastModified(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
-
- getLastModified(HttpServletRequest, Object) -
Method in interface org.springframework.web.servlet.HandlerAdapter
- Same contract as for HttpServlet's
getLastModified
method.
- getLastModified(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
-
- getLastModified(HttpServletRequest) -
Method in interface org.springframework.web.servlet.mvc.LastModified
- Same contract as for HttpServlet's
getLastModified
method.
- getLastModified(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Try to find an XXXXLastModified method, where XXXX is the name of a handler.
- getLastModified(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
-
- getLastModified(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
- This implementation always returns -1, as last-modified checks are not supported.
- getLastModified(HttpServletRequest) -
Method in class org.springframework.web.servlet.ResourceServlet
- Return the last-modified timestamp of the file that corresponds
to the target resource URL (i.e. typically the request ".jsp" file).
- getLastNestedPropertySeparatorIndex(String) -
Static method in class org.springframework.beans.PropertyAccessorUtils
- Determine the first nested property separator in the
given property path, ignoring dots in keys (like "map[my.key]").
- getLastRefreshTime() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getLastRefreshTime() -
Method in interface org.springframework.aop.target.dynamic.Refreshable
- Return the last time an actual refresh happened (as timestamp).
- getLastTaskTimeMillis() -
Method in class org.springframework.util.StopWatch
- Return the time taken by the last task.
- getLazyInit() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Return the default lazy-init flag for the document that's currently parsed.
- getLetterCode() -
Method in class org.springframework.core.enums.LetterCodedLabeledEnum
- Return the letter code of this LabeledEnum instance.
- getLifecycleBeans() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return a Collection of all singleton beans that implement the
Lifecycle interface in this context.
- getLineNumber() -
Method in exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
- Return the line number in the XML resource that failed.
- getListenerMethodName(Message, Object) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Determine the name of the listener method that is supposed to
handle the given message.
- getLoadCount() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- Return the current number of context load attempts.
- getLoadDate() -
Method in class org.springframework.util.ResponseTimeMonitorImpl
- Return the date when this object was loaded.
- getLoadTimeWeaver() -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Return the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
- getLobCreator() -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- getLobCreator() -
Method in interface org.springframework.jdbc.support.lob.LobHandler
- Create a new LobCreator instance, i.e. a session for creating BLOBs
and CLOBs.
- getLobCreator() -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
-
- getLocalAddr() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocale() -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Return the Locale that the source provider should use for loading the list.
- getLocale() -
Method in interface org.springframework.context.i18n.LocaleContext
- Return the current Locale, which can be fixed or determined dynamically,
depending on the implementation strategy.
- getLocale() -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Return the Locale associated with the current thread, if any,
or the system default Locale else.
- getLocale() -
Method in class org.springframework.context.i18n.SimpleLocaleContext
-
- getLocale() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocale() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getLocale() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getLocale() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getLocale() -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getLocale() -
Method in interface org.springframework.web.context.request.WebRequest
- Return the primary Locale for this request.
- getLocale() -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getLocale() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getLocale() -
Method in class org.springframework.web.servlet.handler.DispatcherServletWebRequest
-
- getLocale() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the current locale.
- getLocale(HttpServletRequest) -
Static method in class org.springframework.web.servlet.support.RequestContextUtils
- Retrieves the current locale from the given request,
using the LocaleResolver bound to the request by the DispatcherServlet
(if available), falling back to the request's accept-header Locale.
- getLocaleContext() -
Static method in class org.springframework.context.i18n.LocaleContextHolder
- Return the LocaleContext associated with the current thread, if any.
- getLocaleResolver(HttpServletRequest) -
Static method in class org.springframework.web.servlet.support.RequestContextUtils
- Return the LocaleResolver that has been bound to the request by the
DispatcherServlet.
- getLocales() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocales() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getLocales() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getLocalName() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocalPort() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocation() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- getLocation() -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
- Return location information about the pointcut expression
if available.
- getLocation() -
Method in class org.springframework.beans.factory.parsing.Problem
- Get the location within a bean configuration source that triggered the error.
- getLogFile() -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getLoggerForInvocation(MethodInvocation) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
- Return the appropriate
Log
instance to use for the given
MethodInvocation
.
- getLoginPropertyMap() -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Allow Map access to the TopLink login properties to be passed to the
DatabaseLogin instance, with the option to add or override specific entries.
- getLoginTimeout() -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- Returns 0, indicating to use the default system timeout.
- getLoginTimeout() -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getLogWriter() -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
- LogWriter methods are not supported.
- getLogWriter() -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
- getLong(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getLong(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getLong(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a long.
- getLong(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a long.
- getLongDescription() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- Return a long description for the bean, including name and aliases
as well as a description of the contained
BeanDefinition
.
- getLongParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a Long parameter, or
null
if not present.
- getLongParameter(HttpServletRequest, String, long) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a long parameter, with a fallback value.
- getLongParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a Long parameter, or
null
if not present.
- getLongParameter(ServletRequest, String, long) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a long parameter, with a fallback value.
- getLongParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a Long parameter, or
null
if not present.
- getLongParameter(PortletRequest, String, long) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a long parameter, with a fallback value.
- getLongParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of long parameters, return an empty array if not found.
- getLongParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of long parameters, return an empty array if not found.
- getLongParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of long parameters, return an empty array if not found.
- getLookupKey(PortletRequest) -
Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
- Build a lookup key for the given request.
- getLookupKey(PortletRequest) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
- Uses the value of the specified parameter as lookup key.
- getLookupKey(PortletRequest) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
- Uses the current PortletMode as lookup key.
- getLookupKey(PortletRequest) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Returns a lookup key that combines the current PortletMode and the current
value of the specified parameter.
- getLookupPathForRequest(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the mapping lookup path for the given request, within the current
servlet mapping if applicable, else within the web application.
- getMajorJavaVersion() -
Static method in class org.springframework.core.JdkVersion
- Get the major version code.
- getMajorVersion() -
Method in class org.springframework.mock.web.MockServletContext
-
- getMajorVersion() -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getManagedAttribute(Method) -
Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedAttribute(Method) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- If the specified method has a
ManagedAttribute
attribute,
then it is returned.
- getManagedAttribute(Method) -
Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
- Implementations should return an instance of
ManagedAttribute
if the supplied Method
has the corresponding metadata.
- getManagedClassNames() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getManagedNotifications(Class) -
Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedNotifications(Class) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- If the specified has
ManagedNotification
attributes these are returned, otherwise
a zero-length array is returned.
- getManagedNotifications(Class) -
Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
- Implementations should return an array of
ManagedNotifications
if the supplied the Class
has the corresponding metadata.
- getManagedOperation(Method) -
Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperation(Method) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- If the specified method has a
ManagedOperation
attribute,
then it is returned.
- getManagedOperation(Method) -
Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
- Implementations should return an instance of
ManagedOperation
if the supplied Method
has the corresponding metadata.
- getManagedOperationParameters(Method) -
Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedOperationParameters(Method) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- If the specified method has
ManagedOperationParameter
attributes,
then these are returned, otherwise a zero length array is returned.
- getManagedOperationParameters(Method) -
Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
- Implementations should return an array of
ManagedOperationParameter
if the supplied Method
has the corresponding metadata.
- getManagedResource(Class) -
Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
-
- getManagedResource(Class) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- If the specified class has a
ManagedResource
attribute,
then it is returned.
- getManagedResource(Class) -
Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
- Implementations should return an instance of
ManagedResource
if the supplied Class
has the appropriate metadata.
- getMap() -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getMapKeyParameterType(MethodParameter) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic key type of the given Map parameter.
- getMapKeyReturnType(Method) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic key type of the given Map return type.
- getMapKeyReturnType(Method, int) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic key type of the given Map return type.
- getMapKeyType(Class) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic key type of the given Map class
(if it declares one through a generic superclass or generic interface).
- getMappedObjectNames() -
Method in class org.springframework.jmx.export.NotificationListenerBean
- Return the list of
ObjectName
String representations for
which the encapsulated NotificationFilter
will
be registered as a listener for Notifications
.
- getMappingFileNames() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getMapValueParameterType(MethodParameter) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic value type of the given Map parameter.
- getMapValueReturnType(Method) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic value type of the given Map return type.
- getMapValueReturnType(Method, int) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic value type of the given Map return type.
- getMapValueType(Class) -
Static method in class org.springframework.core.GenericCollectionTypeResolver
- Determine the generic value type of the given Map class
(if it declares one through a generic superclass or generic interface).
- getMasterSession() -
Method in class org.springframework.orm.toplink.AbstractSessionFactory
- Return this factory's "master" Session.
- getMasterSession() -
Method in class org.springframework.orm.toplink.ServerSessionFactory
- Return this factory's ServerSession as-is.
- getMasterSession() -
Method in class org.springframework.orm.toplink.SessionBrokerSessionFactory
- Return this factory's SessionBroker as-is.
- getMaxConcurrentConsumers() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the "maxConcurrentConsumer" setting.
- getMaxIdle() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Return the maximum number of idle objects in the pool.
- getMaxIdle() -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Return the maximum number of idle ServerSessions in the pool.
- getMaxInactiveInterval() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getMaxInactiveInterval() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getMaxlength() -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Get the value of the '
maxlength
' attribute.
- getMaxLinkedPages() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the maximum number of page links to a few pages around the current one.
- getMaxMessagesPerTask() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the maximum number of messages to process in one task.
- getMaxMessagesPerTask() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Return the maximum number of messages to load into a JMS Session.
- getMaxPoolSize() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Return the ThreadPoolExecutor's maximum pool size.
- getMaxPoolSize() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Return the ThreadPoolExecutor's maximum pool size.
- getMaxResults() -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Return the maximum number of rows specified for this HibernateTemplate.
- getMaxResults() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Return the maximum number of rows specified for this HibernateTemplate.
- getMaxRows() -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Return the maximum number of rows specified for this JdbcTemplate.
- getMaxSize() -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Return the maximum size of the pool.
- getMaxSize() -
Method in interface org.springframework.aop.target.PoolingConfig
- Return the maximum size of the pool.
- getMaxSize() -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
- Return the maximum size of the pool.
- getMaxUploadSize() -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
- Return the maximum allowed size (in bytes) before uploads are refused.
- getMaxUploadSize() -
Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
- Return the maximum upload size allowed.
- getMaxWait() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Return the maximum waiting time for fetching an object from the pool.
- getMaxWait() -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Return the maximum waiting time for fetching a ServerSession from the pool.
- getMBeanInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Create an instance of the
ModelMBeanInfoSupport
class supplied with all
JMX implementations and populates the metadata through calls to the subclass.
- getMBeanInfo(Object, String) -
Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
- Create the ModelMBeanInfo for the given managed resource.
- getMerge() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Return the default merge setting for the document that's currently parsed.
- getMergedBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return a RootBeanDefinition for the given bean name,
merging a child bean definition with its parent if necessary.
- getMergedBeanDefinition(String, boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return a RootBeanDefinition, even by traversing parent if the parameter is a
child definition.
- getMergedBeanDefinition(String, BeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return a RootBeanDefinition for the given top-level bean, by merging with
the parent if the given bean's definition is a child bean definition.
- getMergedBeanDefinition(String, BeanDefinition, BeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return a RootBeanDefinition for the given bean, by merging with the
parent if the given bean's definition is a child bean definition.
- getMergedProperties(Locale) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMessage() -
Method in class org.springframework.beans.factory.parsing.Problem
- Get the message detailing the problem.
- getMessage() -
Method in exception org.springframework.beans.PropertyBatchUpdateException
-
- getMessage(String, Object[], String, Locale) -
Method in interface org.springframework.context.MessageSource
- Try to resolve the message.
- getMessage(String, Object[], Locale) -
Method in interface org.springframework.context.MessageSource
- Try to resolve the message.
- getMessage(MessageSourceResolvable, Locale) -
Method in interface org.springframework.context.MessageSource
- Try to resolve the message using all the attributes contained within the
MessageSourceResolvable
argument that was passed in.
- getMessage(String, Object[], String, Locale) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], Locale) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(MessageSourceResolvable, Locale) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getMessage(String, Object[], String, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(MessageSourceResolvable, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
-
- getMessage(String, Object[], String, Locale) -
Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, Object[], Locale) -
Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(MessageSourceResolvable, Locale) -
Method in class org.springframework.context.support.DelegatingMessageSource
-
- getMessage(String, String) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the default Locale.
- getMessage(String, String, Locale) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[], String) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], String, Locale) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the given Locale.
- getMessage(String) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the default Locale.
- getMessage(String, Locale) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[]) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], Locale) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the message for the given code and the given Locale.
- getMessage(MessageSourceResolvable) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance)
in the default Locale.
- getMessage(MessageSourceResolvable, Locale) -
Method in class org.springframework.context.support.MessageSourceAccessor
- Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance)
in the given Locale.
- getMessage() -
Method in exception org.springframework.core.NestedCheckedException
- Return the detail message, including the message from the nested exception
if there is one.
- getMessage() -
Method in exception org.springframework.core.NestedIOException
- Return the detail message, including the message from the nested exception
if there is one.
- getMessage() -
Method in exception org.springframework.core.NestedRuntimeException
- Return the detail message, including the message from the nested exception
if there is one.
- getMessage() -
Method in exception org.springframework.jms.JmsException
- Return the detail message, including the message from the linked exception
if there is one.
- getMessage() -
Method in exception org.springframework.mail.MailSendException
-
- getMessage() -
Method in exception org.springframework.validation.BindException
- Returns diagnostic information about the errors held in this object.
- getMessage() -
Method in exception org.springframework.web.bind.MissingServletRequestParameterException
-
- getMessage() -
Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
-
- getMessage(String, String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, List, String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], String, boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code.
- getMessage(String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[]) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, List) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
- getMessage(String, Object[], boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the message for the given code.
- getMessage(MessageSourceResolvable) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance),
using the "defaultHtmlEscape" setting.
- getMessage(MessageSourceResolvable, boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance).
- getMessage() -
Method in exception org.springframework.web.util.NestedServletException
- Return the detail message, including the message from the nested exception
if there is one.
- getMessageCodesResolver() -
Method in class org.springframework.validation.AbstractBindingResult
- Return the strategy to use for resolving errors into message codes.
- getMessageCodesResolver() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the strategy to use for resolving errors into message codes.
- getMessageCodesResolver() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the strategy to use for resolving errors into message codes.
- getMessageConverter() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the message converter for this template.
- getMessageConverter() -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Return the converter that will convert incoming JMS messages to
listener method arguments, and objects returned from listener
methods back to JMS messages.
- getMessageDrivenContext() -
Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
- Convenience method for subclasses to use.
- getMessageFormat(String, Locale) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getMessageFormat(ResourceBundle, String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Return a MessageFormat for the given bundle and code,
fetching already generated MessageFormats from the cache.
- getMessageFromParent(String, Object[], Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
- Try to retrieve the given message from the parent MessageSource, if any.
- getMessageInternal(String, Object[], Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
- Resolve the given code and arguments as message in the given Locale,
returning null if not found.
- getMessageListener() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return the message listener object to register.
- getMessageSelector() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Return the JMS message selector expression (or
null
if none).
- getMessageSource() -
Method in class org.springframework.ui.context.support.SimpleTheme
-
- getMessageSource() -
Method in interface org.springframework.ui.context.Theme
- Return the specific MessageSource that resolves messages
with respect to this theme.
- getMessageSource() -
Method in class org.springframework.web.servlet.tags.MessageTag
- Use the application context itself for default message resolution.
- getMessageSource() -
Method in class org.springframework.web.servlet.tags.ThemeTag
- Use the theme MessageSource for theme message resolution.
- getMessageSourceAccessor() -
Method in class org.springframework.context.support.ApplicationObjectSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageSourceAccessor() -
Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageSourceAccessor() -
Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageSourceAccessor() -
Method in class org.springframework.web.struts.ActionSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageSourceAccessor() -
Method in class org.springframework.web.struts.DispatchActionSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageSourceAccessor() -
Method in class org.springframework.web.struts.LookupDispatchActionSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageSourceAccessor() -
Method in class org.springframework.web.struts.MappingDispatchActionSupport
- Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
- getMessageString(SessionLogEntry) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
- Build the message String for the given log entry, including the
supplemental details (session, connection) and the formatted message.
- getMessageString(SessionLogEntry) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
- Build the message String for the given log entry, including the
supplemental details (session, connection) and the message text.
- getMetaData() -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getMetaData() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getMetaData() -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the meta data (number, types and properties for the columns)
of this row set.
- getMethod() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
- Return the method invoked on the proxied interface.
- getMethod() -
Method in class org.springframework.core.MethodParameter
- Return the Method held, if any.
- getMethod() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getMethod() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
- Return the HTTP method of the request (usually GET or POST).
- getMethod() -
Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
- Return the HTTP request method that caused the failure.
- getMethod() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Get the value of the '
method
' attribute.
- getMethodCountForName(Class, String) -
Static method in class org.springframework.util.ClassUtils
- Return the number of methods with a given name (with any argument types),
for the given class and/or its superclasses.
- getMethodIfAvailable(Class, String, Class[]) -
Static method in class org.springframework.util.ClassUtils
- Determine whether the given class has a method with the given signature,
and return it if available (else return
null
).
- getMethodMatcher() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- getMethodMatcher() -
Method in interface org.springframework.aop.Pointcut
- Return the MethodMatcher for this pointcut.
- getMethodMatcher() -
Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
- getMethodMatcher() -
Method in class org.springframework.aop.support.ComposablePointcut
-
- getMethodMatcher() -
Method in class org.springframework.aop.support.ControlFlowPointcut
-
- getMethodMatcher() -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
-
- getMethodMatcher() -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
- getMethodName() -
Method in class org.springframework.beans.factory.support.MethodOverride
- Return the name of the method to be overridden.
- getMethodName() -
Method in class org.springframework.remoting.support.RemoteInvocation
- Return the name of the target method.
- getMethodName() -
Method in exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
- Return the name of the offending method, if known.
- getMethodNameResolver() -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Return the MethodNameResolver used by this class.
- getMethodOverrides() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return information about methods to be overridden by the IoC
container.
- getMethodReplacerBeanName() -
Method in class org.springframework.beans.factory.support.ReplaceOverride
- Return the name of the bean implementing MethodReplacer.
- getMethodSignature(Method) -
Static method in class org.springframework.jmx.support.JmxUtils
- Create a
String[]
representing the argument signature of a
method.
- getMimeMessage() -
Method in class org.springframework.mail.javamail.MimeMailMessage
- Return the JavaMail MimeMessage that this MimeMailMessage is based on.
- getMimeMessage() -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Return the underlying MimeMessage object.
- getMimeMessageHelper() -
Method in class org.springframework.mail.javamail.MimeMailMessage
- Return the MimeMessageHelper that this MimeMailMessage is based on.
- getMimeMultipart() -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Return the underlying MIME "multipart/related" object, if any.
- getMimeType(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getMimeType(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getMinEvictableIdleTimeMillis() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Return the minimum time that an idle object can sit in the pool.
- getMinEvictableIdleTimeMillis() -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Return the minimum time that an idle ServerSession can sit in the pool.
- getMinIdle() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Return the minimum number of idle objects in the pool.
- getMinIdle() -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Return the minimum number of idle ServerSessions in the pool.
- getMinorVersion() -
Method in class org.springframework.mock.web.MockServletContext
-
- getMinorVersion() -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getModel() -
Method in class org.springframework.validation.AbstractBindingResult
- Return a model Map for the obtained state, exposing an Errors
instance as '
MODEL_KEY_PREFIX
+ objectName'
and the object itself.
- getModel() -
Method in exception org.springframework.validation.BindException
-
- getModel() -
Method in interface org.springframework.validation.BindingResult
- Return a model Map for the obtained state, exposing a BindingResult
instance as '
MODEL_KEY_PREFIX
+ objectName'
and the object itself as 'objectName'.
- getModel() -
Method in class org.springframework.web.portlet.ModelAndView
- Return the model map.
- getModel() -
Method in class org.springframework.web.servlet.ModelAndView
- Return the model map.
- getModelAndView(String, Exception, RenderRequest) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Return a ModelAndView for the given request, view name and exception.
- getModelAndView(String, Exception) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
- Return a ModelAndView for the given view name and exception.
- getModelAndView() -
Method in exception org.springframework.web.portlet.ModelAndViewDefiningException
- Return the ModelAndView that this exception contains for forwarding to.
- getModelAndView(String, Exception, HttpServletRequest) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Return a ModelAndView for the given request, view name and exception.
- getModelAndView(String, Exception) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- Return a ModelAndView for the given view name and exception.
- getModelAndView() -
Method in exception org.springframework.web.servlet.ModelAndViewDefiningException
- Return the ModelAndView that this exception contains for forwarding to.
- getModelInternal() -
Method in class org.springframework.web.portlet.ModelAndView
- Return the model map.
- getModelInternal() -
Method in class org.springframework.web.servlet.ModelAndView
- Return the model map.
- getModelMap() -
Method in class org.springframework.web.portlet.ModelAndView
- Return the underlying
ModelMap
instance (never null
).
- getModelMap() -
Method in class org.springframework.web.servlet.ModelAndView
- Return the underlying
ModelMap
instance (never null
).
- getModelObject(String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the model object for the given model name,
either from the model or from the request attributes.
- getModuleConfig() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the Struts ModuleConfig that this PlugIn is associated with.
- getModulePrefix() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the prefix of the ModuleConfig that this PlugIn is associated with.
- getMostSpecificCause() -
Method in exception org.springframework.core.NestedCheckedException
- Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getMostSpecificCause() -
Method in exception org.springframework.core.NestedRuntimeException
- Retrieve the most specific cause of this exception, that is,
either the innermost cause (root cause) or this exception itself.
- getMostSpecificMethod(Method, Class) -
Static method in class org.springframework.aop.support.AopUtils
- Given a method, which may come from an interface, and a target class used
in the current AOP invocation, find the corresponding target method if there
is one.
- getMostSpecificMethod(Method, Class) -
Static method in class org.springframework.util.ClassUtils
- Given a method, which may come from an interface, and a target class used
in the current reflective invocation, find the corresponding target method
if there is one.
- getMultipartFiles() -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
- Return the multipart files as Map of field name to MultipartFile instance.
- getMultipartParameters() -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
- Return the multipart parameters as Map of field name to form field String value.
- getMultipartRequest() -
Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
- Return the underlying
com.oreilly.servlet.MultipartRequest
instance.
- getMultipartResolver() -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Obtain this portlet's PortletMultipartResolver, if any.
- getMultipartResolver() -
Method in class org.springframework.web.servlet.DispatcherServlet
- Obtain this servlet's MultipartResolver, if any.
- getMultipartResolverBeanName() -
Method in class org.springframework.web.multipart.support.MultipartFilter
- Return the bean name of the MultipartResolver to fetch from Spring's
root application context.
- getMultiple() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Get the value of the HTML '
multiple
' attribute rendered
on the final 'select
' element.
- getName() -
Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getName() -
Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getName() -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
- getName() -
Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
- Get the user-visible name of this
ComponentDefinition
.
- getName() -
Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
- getName() -
Method in class org.springframework.beans.PropertyValue
- Return the name of the property.
- getName() -
Method in class org.springframework.jdbc.core.SqlParameter
- Return the name of the parameter.
- getName() -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Return the name of this notification.
- getName() -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
- Return the name of this parameter in the operation signature.
- getName() -
Method in class org.springframework.mock.web.MockMultipartFile
-
- getName() -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- getName() -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getName() -
Method in interface org.springframework.transaction.TransactionDefinition
- Return the name of this transaction.
- getName() -
Method in class org.springframework.ui.context.support.SimpleTheme
-
- getName() -
Method in interface org.springframework.ui.context.Theme
- Return the name of the theme.
- getName() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getName() -
Method in interface org.springframework.web.multipart.MultipartFile
- Return the name of the parameter in the multipart form.
- getName() -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
- Return the name of the bean that this tag checks.
- getName() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the value for the HTML '
name
' attribute.
- getName() -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- Get the value for the HTML '
name
' attribute.
- getName() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Name is not a valid attribute for form on XHTML 1.0.
- getName() -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Overrides
LabelTag.getName()
to always return the empty string "",
because the 'name
' attribute is not supported by the
'label
' tag.
- getNamedDispatcher(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getNamedDispatcher(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getNamedParameterJdbcTemplate() -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
- Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.
- getNameInNamespace() -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNameParser(Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNameParser(String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNames(String) -
Method in class org.springframework.core.Constants
- Return all names of the given group of constants.
- getNames() -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getNamesForProperty(String) -
Method in class org.springframework.core.Constants
- Return all names of the group of constants for the
given bean property name.
- getNamesForSuffix(String) -
Method in class org.springframework.core.Constants
- Return all names of the given group of constants.
- getNamespace() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getNamespace() -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Return the namespace for this web application context, if any.
- getNamespace() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getNamespace() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getNamespace() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getNamespace() -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Return the namespace for this web application context, if any.
- getNamespace() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getNamespace() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Return the namespace for this portlet, falling back to default scheme if
no custom namespace was set.
- getNamespace() -
Method in class org.springframework.web.servlet.FrameworkServlet
- Return the namespace for this servlet, falling back to default scheme if
no custom namespace was set: e.g.
- getNamespace() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the namespace for the ActionServlet, falling back to default scheme if
no custom namespace was set: e.g.
- getNamespaceHandlerResolver() -
Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getNamespaceUri() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return the namespace URI of the service.
- getNativeCallableStatement(CallableStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
- getNativeCallableStatement(CallableStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
- Retrieve the Connection via JBoss'
getUnderlyingStatement
method.
- getNativeCallableStatement(CallableStatement) -
Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
- Retrieve the underlying native JDBC CallableStatement for the given statement.
- getNativeCallableStatement(CallableStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Not able to unwrap: return passed-in CallableStatement.
- getNativeConnection(Connection) -
Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
- Retrieve the underlying native JDBC Connection for the given Connection.
- getNativeConnection(Connection) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Check for a ConnectionProxy chain, then delegate to doGetNativeConnection.
- getNativeConnectionFromStatement(Statement) -
Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
- Retrieve the underlying native JDBC Connection for the given Statement.
- getNativeConnectionFromStatement(Statement) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Retrieve the Connection via the Statement's Connection.
- getNativeEntityManagerFactory() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getNativeEntityManagerFactory() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the raw underlying EntityManagerFactory.
- getNativeJdbcExtractor() -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Return the current NativeJdbcExtractor implementation.
- getNativePreparedStatement(PreparedStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
- getNativePreparedStatement(PreparedStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
- Retrieve the Connection via JBoss'
getUnderlyingStatement
method.
- getNativePreparedStatement(PreparedStatement) -
Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
- Retrieve the underlying native JDBC PreparedStatement for the given statement.
- getNativePreparedStatement(PreparedStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Not able to unwrap: return passed-in PreparedStatement.
- getNativePreparedStatement(PreparedStatement) -
Method in class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
-
- getNativeResultSet(ResultSet) -
Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
- getNativeResultSet(ResultSet) -
Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
- Retrieve the Connection via JBoss'
getUnderlyingResultSet
method.
- getNativeResultSet(ResultSet) -
Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
- Retrieve the underlying native JDBC ResultSet for the given statement.
- getNativeResultSet(ResultSet) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Not able to unwrap: return passed-in ResultSet.
- getNativeStatement(Statement) -
Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
-
- getNativeStatement(Statement) -
Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
- Retrieve the Connection via JBoss'
getUnderlyingStatement
method.
- getNativeStatement(Statement) -
Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
- Retrieve the underlying native JDBC Statement for the given Statement.
- getNativeStatement(Statement) -
Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
- Not able to unwrap: return passed-in Statement.
- getNestedComponents() -
Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
- Return the nested components that this composite component holds.
- getNestedDiagnosticContextMessage(HttpServletRequest) -
Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
- Determine the message to be pushed onto the Log4J nested diagnostic context.
- getNestedPath() -
Method in class org.springframework.beans.BeanWrapperImpl
- Return the nested path of the object wrapped by this BeanWrapper.
- getNestedPath() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getNestedPath() -
Method in exception org.springframework.validation.BindException
-
- getNestedPath() -
Method in interface org.springframework.validation.Errors
- Return the current nested path of this
Errors
object.
- getNestedPath() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getNestedPath() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the value of the nested path that may have been exposed by the
NestedPathTag
.
- getNestingLevel() -
Method in class org.springframework.core.MethodParameter
- Return the nesting level of the target type
(typically 1; e.g. in case of a List of Lists, 1 would indicate the
nested List, whereas 2 would indicate the element of the nested List).
- getNewSession(SessionFactory) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
- Get a new Hibernate Session from the given SessionFactory.
- getNewSession(SessionFactory, Interceptor) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
- Get a new Hibernate Session from the given SessionFactory.
- getNewSession(SessionFactory) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Get a new Hibernate Session from the given SessionFactory.
- getNewSession(SessionFactory, Interceptor) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Get a new Hibernate Session from the given SessionFactory.
- getNewTempClassLoader() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getNextKey() -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Determine the next key to use, as a long.
- getNextKey() -
Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
-
- getNextKey() -
Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
-
- getNextKey() -
Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
-
- getNonAspectClass() -
Method in exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
- Returns the offending class.
- getNonJtaDataSource() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getNoSuchMessageExceptionDescription(NoSuchMessageException) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Return default exception message.
- getNoSuchMessageExceptionDescription(NoSuchMessageException) -
Method in class org.springframework.web.servlet.tags.ThemeTag
- Return exception message that indicates the current theme.
- getNotificationFilter() -
Method in class org.springframework.jmx.export.NotificationListenerBean
- Return the
NotificationFilter
associated
with the encapsulated NotificationFilter
.
- getNotificationInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
-
- getNotificationInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Get the notification metadata for the MBean resource.
- getNotificationInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Reads the
ManagedNotification
metadata from the Class
of the managed resource
and generates and returns the corresponding ModelMBeanNotificationInfo
metadata.
- getNotificationListener() -
Method in class org.springframework.jmx.export.NotificationListenerBean
- Get the
NotificationListener
.
- getNotificationTypes() -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
- Return the list of notification types.
- getNrOfElements() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the total number of elements in the source list.
- getObject() -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- getObject() -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- getObject() -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Return a proxy.
- getObject() -
Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- getObject() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- Expose the singleton instance or create a new prototype instance.
- getObject() -
Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
-
- getObject() -
Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
-
- getObject() -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- getObject() -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
- Returns the same value each time if the singleton property is set
to "true", otherwise returns the value returned from invoking the
specified method on the fly.
- getObject() -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- getObject() -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- getObject() -
Method in class org.springframework.beans.factory.config.ResourceFactoryBean
- Deprecated.
- getObject() -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- getObject() -
Method in interface org.springframework.beans.factory.FactoryBean
- Return an instance (possibly shared or independent) of the object
managed by this factory.
- getObject() -
Method in interface org.springframework.beans.factory.ObjectFactory
- Return an instance (possibly shared or independent)
of the object managed by this factory.
- getObject() -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- getObject() -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- getObject() -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObject() -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObject() -
Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
- getObject() -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- getObject(int, Map) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(String, Map) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getObject(int, Map) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an Object.
- getObject(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an Object.
- getObject(String, Map) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an Object.
- getObject(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
an Object.
- getObject() -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.support.WebLogicJndiMBeanServerFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
-
- getObject() -
Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObject() -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Return the singleton JNDI object.
- getObject() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Return the singleton SessionFactory.
- getObject() -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Return the singleton SessionFactory.
- getObject() -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
- getObject() -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
-
- getObject() -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Return the singleton PersistenceManagerFactory.
- getObject() -
Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
- getObject() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Return the singleton EntityManagerFactory.
- getObject() -
Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- getObject() -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
-
- getObject() -
Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
-
- getObject() -
Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObject() -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
-
- getObject() -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
-
- getObject() -
Method in class org.springframework.transaction.jta.JotmFactoryBean
-
- getObject() -
Method in class org.springframework.transaction.jta.WebLogicServerTransactionManagerFactoryBean
-
- getObject() -
Method in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
-
- getObject() -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- getObject() -
Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
-
- getObject() -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- getObject() -
Method in class org.springframework.web.context.support.ServletContextFactoryBean
-
- getObject() -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getObjectById(Object) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Return the persistent instance with the given JDO object id,
throwing an exception if not found.
- getObjectById(Class, Object) -
Method in interface org.springframework.orm.jdo.JdoOperations
- Return the persistent instance of the given entity class
with the given id value, throwing an exception if not found.
- getObjectById(Object) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- getObjectById(Class, Object) -
Method in class org.springframework.orm.jdo.JdoTemplate
-
- getObjectCount() -
Method in class org.springframework.aop.target.ThreadLocalTargetSource
-
- getObjectCount() -
Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
- Return the number of thread-bound objects created.
- getObjectForBeanInstance(Object, String, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Get the object for the given bean instance, either the bean
instance itself or its created object in case of a FactoryBean.
- getObjectFromFactoryBean(FactoryBean, String, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Obtain an object to expose from the given FactoryBean.
- getObjectName(Object, String) -
Method in class org.springframework.jmx.export.MBeanExporter
- Retrieve the
ObjectName
for a bean.
- getObjectName() -
Method in class org.springframework.jmx.export.metadata.ManagedResource
- Return the JMX ObjectName of this managed resource.
- getObjectName(Object, String) -
Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
- Returns an instance of
ObjectName
based on the identity
of the managed resource.
- getObjectName(Object, String) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
- Attempts to retrieve the
ObjectName
via the given key, trying to
find a mapped value in the mappings first.
- getObjectName(Object, String) -
Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
- Reads the
ObjectName
from the source level metadata associated
with the managed resource's Class
.
- getObjectName(Object, String) -
Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
- Obtain an
ObjectName
for the supplied bean.
- getObjectName() -
Method in interface org.springframework.jmx.export.naming.SelfNaming
- Return the
ObjectName
for the implementing object.
- getObjectName() -
Method in class org.springframework.validation.AbstractBindingResult
-
- getObjectName() -
Method in exception org.springframework.validation.BindException
-
- getObjectName() -
Method in class org.springframework.validation.DataBinder
- Return the name of the bound object.
- getObjectName() -
Method in interface org.springframework.validation.Errors
- Return the name of the bound root object.
- getObjectName() -
Method in class org.springframework.validation.ObjectError
- Return the name of the affected object.
- getObjectName() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getObjectToExport() -
Method in class org.springframework.remoting.rmi.RmiBasedExporter
- Determine the object to export: either the service object itself
or a RmiInvocationWrapper in case of a non-RMI service object.
- getObjectType() -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- getObjectType() -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Return the type of the proxy.
- getObjectType() -
Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- This abstract method declaration shadows the method in the FactoryBean interface.
- getObjectType() -
Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.ListFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.MapFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
- Return the type of object that this FactoryBean creates,
or
null
if not known in advance.
- getObjectType() -
Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.ResourceFactoryBean
- Deprecated.
- getObjectType() -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- getObjectType() -
Method in class org.springframework.beans.factory.config.SetFactoryBean
-
- getObjectType() -
Method in interface org.springframework.beans.factory.FactoryBean
- Return the type of object that this FactoryBean creates,
or
null
if not known in advance.
- getObjectType() -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- getObjectType() -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- getObjectType() -
Method in class org.springframework.context.support.ResourceMapFactoryBean
-
- getObjectType() -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
- getObjectType() -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
- getObjectType() -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.support.WebLogicJndiMBeanServerFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
-
- getObjectType() -
Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- getObjectType() -
Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
- getObjectType() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
- getObjectType() -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
-
- getObjectType() -
Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
-
- getObjectType() -
Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- getObjectType() -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
-
- getObjectType() -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
-
- getObjectType() -
Method in class org.springframework.transaction.jta.JotmFactoryBean
-
- getObjectType() -
Method in class org.springframework.transaction.jta.WebLogicServerTransactionManagerFactoryBean
-
- getObjectType() -
Method in class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
-
- getObjectType() -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- getObjectType() -
Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
-
- getObjectType() -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- getObjectType() -
Method in class org.springframework.web.context.support.ServletContextFactoryBean
-
- getObjectType() -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- getObjectWrapper() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Return the configured FreeMarker
ObjectWrapper
, or the
default wrapper
if none specified.
- getOnblur() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Get the value of the '
onblur
' attribute.
- getOnchange() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Get the value of the '
onchange
' attribute.
- getOnclick() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onclick
' attribute.
- getOndblclick() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
ondblclick
' attribute.
- getOnfocus() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Get the value of the '
onfocus
' attribute.
- getOnkeydown() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onkeydown
' attribute.
- getOnkeypress() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onkeypress
' attribute.
- getOnkeyup() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onkeyup
' attribute.
- getOnmousedown() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onmousedown
' attribute.
- getOnmousemove() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onmousemove
' attribute.
- getOnmouseout() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onmouseout
' attribute.
- getOnmouseover() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onmouseover
' attribute.
- getOnmouseup() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
onmouseup
' attribute.
- getOnreset() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Get the value of the '
onreset
' attribute.
- getOnselect() -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Get the value of the '
onselect
' attribute.
- getOnselect() -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Get the value of the '
onselect
' attribute.
- getOnsubmit() -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Get the value of the '
onsubmit
' attribute.
- getOpenJPAEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
- Return the OpenJPA-specific interface of
EntityManager
.
- getOperationDescription(Method, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Get the description for a particular operation.
- getOperationDescription(Method, String) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Retrieves the description for the supplied
Method
from the
metadata.
- getOperationInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Get the operation metadata for the MBean resource.
- getOperationInfo(Object, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Iterate through all methods on the MBean class and gives subclasses the chance
to vote on their inclusion.
- getOperationParameters(Method, String) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Create parameter info for the given method.
- getOperationParameters(Method, String) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Reads
MBeanParameterInfo
from the ManagedOperationParameter
attributes attached to a method.
- getOracleConnection(PreparedStatement) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
- Retrieve the underlying OracleConnection, using a NativeJdbcExtractor if set.
- getOrCreateSessionAttribute(PortletSession, String, Class) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Get the specified session attribute under the
PortletSession.PORTLET_SCOPE
,
creating and setting a new attribute if no existing found.
- getOrCreateSessionAttribute(PortletSession, String, Class, int) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Get the specified session attribute in the given scope,
creating and setting a new attribute if no existing found.
- getOrCreateSessionAttribute(HttpSession, String, Class) -
Static method in class org.springframework.web.util.WebUtils
- Get the specified session attribute, creating and setting a new attribute if
no existing found.
- getOrder() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- getOrder() -
Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
- Determine the order for this factory's target aspect, either
an instance-specific order expressed through implementing the
Ordered
interface (only
checked for singleton beans), or an order expressed through the
Order
annotation
at the class level.
- getOrder() -
Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- getOrder() -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getOrder() -
Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
- Determine the order for this factory's aspect instance,
either an instance-specific order expressed through implementing
the
Ordered
interface,
or a fallback order.
- getOrder() -
Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
- Determine the order for this factory's aspect instance,
either an instance-specific order expressed through implementing
the
Ordered
interface,
or a fallback order.
- getOrder() -
Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- getOrder() -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- getOrder() -
Method in class org.springframework.aop.support.AbstractPointcutAdvisor
-
- getOrder() -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- getOrder() -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
- Deprecated.
- getOrder() -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getOrder() -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- getOrder() -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
- getOrder() -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
- getOrder(Object) -
Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
- getOrder(Object) -
Method in class org.springframework.core.OrderComparator
- Determine the order value for the given object.
- getOrder() -
Method in interface org.springframework.core.Ordered
- Return the order value of this object, with a
higher value meaning greater in terms of sorting.
- getOrder() -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- getOrder() -
Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
-
- getOrder() -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- getOrder() -
Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- getOrder() -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
-
- getOrder() -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
-
- getOrder() -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
- getOrder() -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
- getOrder() -
Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
- getOrder() -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
- getOrder() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Return the order in which this
ViewResolver
is evaluated.
- getOrder() -
Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- getOrderForAspectClass(Class) -
Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
- Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
Ordered
interface.
- getOrderForAspectClass(Class) -
Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
- Check whether the aspect class carries an
Order
annotation,
falling back to Ordered.LOWEST_PRECEDENCE
.
- getOrderForAspectClass(Class) -
Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
- Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
Ordered
interface.
- getOrderForAspectClass(Class) -
Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
- Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
Ordered
interface.
- getOriginalFilename() -
Method in class org.springframework.mock.web.MockMultipartFile
-
- getOriginalFilename() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getOriginalFilename() -
Method in interface org.springframework.web.multipart.MultipartFile
- Return the original filename in the client's filesystem.
- getOriginalPropertyValue() -
Method in class org.springframework.beans.PropertyValue
- Return the original PropertyValue instance for this value holder.
- getOriginalVariableResolver() -
Method in class org.springframework.web.jsf.DelegatingVariableResolver
- Return the original JSF VariableResolver that this resolver delegates to.
- getOriginalVariableResolver() -
Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
- Return the original JSF VariableResolver that this resolver delegates to.
- getOriginatingContextPath(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the context path for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getOriginatingQueryString(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the request URI for root of the given request.
- getOriginatingRequestUri(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the request URI for root of the given request.
- getOut() -
Method in class org.springframework.mock.web.MockPageContext
-
- getOutcomeState() -
Method in exception org.springframework.transaction.HeuristicCompletionException
- Return the outcome state of the transaction state,
as one of the constants in this class.
- getOutputRecordCreator() -
Method in class org.springframework.jca.cci.core.CciTemplate
- Return a RecordCreator that should be used for creating default output Records.
- getOutputStream() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getOverride(Method) -
Method in class org.springframework.beans.factory.support.MethodOverrides
- Return the override for the given method, if any.
- getOverrides() -
Method in class org.springframework.beans.factory.support.MethodOverrides
- Return all method overrides contained by this object.
- getPackageName(Class) -
Static method in class org.springframework.util.ClassUtils
- Determine the name of the package of the given class:
e.g.
- getPaddingLength() -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Return the padding length for String values.
- getPage() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the current page number.
- getPage() -
Method in class org.springframework.mock.web.MockPageContext
-
- getPageAttribute() -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the name of the page attribute in the model.
- getPageAttribute() -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the name of the page attribute in the model.
- getPageContext() -
Method in class org.springframework.web.servlet.support.JspAwareRequestContext
- Return the underlying PageContext.
- getPageCount() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the number of pages for the current source list.
- getPageCount() -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the number of wizard pages.
- getPageCount(PortletRequest, Object) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the page count for this wizard form controller.
- getPageCount() -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the number of wizard pages.
- getPageCount(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the page count for this wizard form controller.
- getPageList() -
Method in class org.springframework.beans.support.PagedListHolder
- Return a sub-list representing the current page.
- getPages() -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the wizard pages, i.e. the view names for the pages.
- getPages() -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the wizard pages, i.e. the view names for the pages.
- getPageSessionAttributeName(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the name of the PortletSession attribute that holds the page object
for this wizard form controller.
- getPageSessionAttributeName() -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the name of the PortletSession attribute that holds the page object
for this wizard form controller.
- getPageSessionAttributeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the name of the HttpSession attribute that holds the page object
for this wizard form controller.
- getPageSessionAttributeName() -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the name of the HttpSession attribute that holds the page object
for this wizard form controller.
- getPageSize() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the current page size.
- getParameter(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameter(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameter(String) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- getParameter(String) -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameter(String) -
Method in interface org.springframework.web.context.request.WebRequest
- Return the request parameter of the given name, or
null
if none.
- getParameter(String) -
Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
-
- getParameter(String) -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameter(String) -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameter(String) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameter(String) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getParameterIndex() -
Method in class org.springframework.core.MethodParameter
- Return the index of the method/constructor parameter.
- getParameterMap() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterMap() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameterMap() -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- getParameterMap() -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterMap() -
Method in interface org.springframework.web.context.request.WebRequest
- Return a immutable Map of the request parameters, with parameter names as map keys
and parameter values as map values.
- getParameterMap() -
Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
-
- getParameterMap() -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterMap() -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameterMap() -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameterMap() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getParameterName() -
Method in exception org.springframework.web.bind.MissingServletRequestParameterException
- Return the name of the offending parameter.
- getParameterName() -
Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
- Return the name of the offending parameter.
- getParameterNames(Method) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- Deduce the parameter names for an advice method.
- getParameterNames(Constructor) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
- An advice method can never be a constructor in Spring.
- getParameterNames(Method) -
Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-
- getParameterNames(Constructor) -
Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-
- getParameterNames(Method) -
Method in interface org.springframework.core.ParameterNameDiscoverer
- Return parameter names for this method,
or
null
if they cannot be determined.
- getParameterNames(Constructor) -
Method in interface org.springframework.core.ParameterNameDiscoverer
- Return parameter names for this constructor,
or
null
if they cannot be determined.
- getParameterNames(Method) -
Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
-
- getParameterNames(Constructor) -
Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
-
- getParameterNames() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterNames() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameterNames() -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- getParameterNames() -
Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
-
- getParameterNames() -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterNames() -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameterNames() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getParameters() -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Return the default parameters for the type.
- getParameters(Map, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Return a Map of transformer parameters to be applied to the stylesheet.
- getParameters(HttpServletRequest) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Return a Map of transformer parameters to be applied to the stylesheet.
- getParameters() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Deprecated. as of Spring 2.0.4, in favor of the
AbstractXsltView.getParameters(HttpServletRequest)
variant
- getParametersStartingWith(PortletRequest, String) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Return a map containing all parameters with the given prefix.
- getParametersStartingWith(ServletRequest, String) -
Static method in class org.springframework.web.util.WebUtils
- Return a map containing all parameters with the given prefix.
- getParameterType() -
Method in exception org.springframework.web.bind.MissingServletRequestParameterException
- Return the expected type of the offending parameter.
- getParameterType() -
Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
- Return the expected type of the offending parameter.
- getParameterTypes() -
Method in class org.springframework.remoting.support.RemoteInvocation
- Return the parameter types of the target method.
- getParameterValues(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterValues(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getParameterValues(String) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- getParameterValues(String) -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getParameterValues(String) -
Method in interface org.springframework.web.context.request.WebRequest
- Return the request parameter values for the given parameter name,
or
null
if none.
- getParameterValues(String) -
Method in class org.springframework.web.multipart.cos.CosMultipartHttpServletRequest
-
- getParameterValues(String) -
Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
- getParameterValues(String) -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getParameterValues(String) -
Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
-
- getParameterValues(String) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getParent() -
Method in interface org.springframework.context.ApplicationContext
- Return the parent context, or
null
if there is no parent
and this is the root of the context hierarchy.
- getParent() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the parent context, or
null
if there is no parent
(that is, this context is the root of the context hierarchy).
- getParentBeanFactory() -
Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
- Return the parent bean factory, or
null
if there is none.
- getParentBeanFactory() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getParentBeanFactory() -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getParentMessageSource() -
Method in interface org.springframework.context.HierarchicalMessageSource
- Return the parent of this MessageSource, or
null
if none.
- getParentMessageSource() -
Method in class org.springframework.context.support.AbstractMessageSource
-
- getParentMessageSource() -
Method in class org.springframework.context.support.DelegatingMessageSource
-
- getParentName() -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
- Return the name of the parent definition of this bean definition.
- getParentThemeSource() -
Method in interface org.springframework.ui.context.HierarchicalThemeSource
- Return the parent of this ThemeSource, or
null
if none.
- getParentThemeSource() -
Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- getParentThemeSource() -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
- getParsedSql(String) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- Obtain a parsed representation of the given SQL statement.
- getParsedSql() -
Method in class org.springframework.jdbc.object.SqlOperation
- Obtain a parsed representation of this operation's SQL statement.
- getParseState() -
Method in class org.springframework.beans.factory.parsing.Problem
- Get the
ParseState
at the time of the error (may be null
).
- getParticipateAttributeName() -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewInterceptor
- Return the name of the request attribute that identifies that a request is
already intercepted.
- getParticipateAttributeName() -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
- Return the name of the request attribute that identifies that a request is
already intercepted.
- getParticipateAttributeName() -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
- Return the name of the request attribute that identifies that a request is
already filtered.
- getParticipateAttributeName() -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
- Return the name of the request attribute that identifies that a request is
already filtered.
- getPassword() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Return the JDBC password to use for accessing the DriverManager.
- getPassword() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the password for the account at the mail host.
- getPassword() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the password to specify on the stub or call.
- getPath() -
Method in class org.springframework.core.io.ClassPathResource
- Return the path for this resource.
- getPath() -
Method in class org.springframework.core.io.FileSystemResource
- Return the file path for this resource.
- getPath() -
Method in class org.springframework.web.context.support.ServletContextResource
- Return the path for this resource.
- getPath() -
Method in class org.springframework.web.portlet.context.PortletContextResource
- Return the path for this resource.
- getPath() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the bean and property path for which values and errors
will be resolved (e.g.
- getPath() -
Method in class org.springframework.web.servlet.tags.BindTag
- Return the path that this tag applies to.
- getPath() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the
resolved
property path for the
command object
.
- getPath() -
Method in class org.springframework.web.servlet.tags.NestedPathTag
- Return the path that this tag applies to.
- getPathInfo() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPathMapAttributes(Class) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- Use Attributes API to find PathMap attributes for the given handler class.
- getPathMapAttributes(Class) -
Method in class org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping
- Use Commons Attributes to find PathMap attributes for the given class.
- getPathMatcher() -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Return the PathMatcher that this resource pattern resolver uses.
- getPathMatcher() -
Method in class org.springframework.web.servlet.ResourceServlet
- Return a PathMatcher to use for matching the "allowedResources" URL pattern.
- getPathTranslated() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPathWithinApplication(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the path within the web application for the given request.
- getPathWithinServletMapping(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the path within the servlet mapping for the given request,
i.e. the part of the request's URL beyond the part that called the servlet,
or "" if the whole URL has been used to identify the servlet.
- getPatterns() -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- Return the regular expressions for method matching.
- getPerClausePointcut() -
Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
- Return a Spring pointcut expression for a singleton aspect.
- getPeriod() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Return the period between repeated task executions.
- getPeriod() -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Return the period between repeated task executions.
- getPeriod() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Return the period between repeated task executions.
- getPeriod() -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Return the period between repeated task executions.
- getPermissionDeniedCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- getPersistenceContext(String, boolean) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Return a specified persistence context for the given unit name, as defined
through the "persistenceContexts" (or "extendedPersistenceContexts") map.
- getPersistenceManager(PersistenceManagerFactory, boolean) -
Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
- Obtain a JDO PersistenceManager via the given factory.
- getPersistenceManager() -
Method in class org.springframework.orm.jdo.PersistenceManagerHolder
- Return this holder's JDO PersistenceManager.
- getPersistenceManager() -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Get a JDO PersistenceManager, either from the current transaction or
a new one.
- getPersistenceManager(boolean) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Get a JDO PersistenceManager, either from the current transaction or
a new one.
- getPersistenceManagerFactory() -
Method in class org.springframework.orm.jdo.JdoAccessor
- Return the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- getPersistenceManagerFactory() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Return the PersistenceManagerFactory that this instance should manage transactions for.
- getPersistenceManagerFactory() -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
- Return the JDO PersistenceManagerFactory used by this DAO.
- getPersistenceManagerFactory() -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
- Return the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
- getPersistenceManagerFactoryBeanName() -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
- Return the bean name of the PersistenceManagerFactory to fetch from Spring's
root application context.
- getPersistenceProvider() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getPersistenceProvider() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the underlying PersistenceProvider that the underlying
EntityManagerFactory was created with.
- getPersistenceProvider() -
Method in interface org.springframework.orm.jpa.JpaVendorAdapter
- Return the vendor-specific persistence provider.
- getPersistenceProvider() -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
- getPersistenceProvider() -
Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- getPersistenceProvider() -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
-
- getPersistenceProviderClassName() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistenceUnit(String) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- Return a specified persistence unit for the given unit name,
as defined through the "persistenceUnits" map.
- getPersistenceUnitInfo() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getPersistenceUnitInfo() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the PersistenceUnitInfo used to create this
EntityManagerFactory, if the in-container API was used.
- getPersistenceUnitInfo() -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getPersistenceUnitInfo(String) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Return the specified PersistenceUnitInfo from this manager's cache
of processed persistence units, keeping it in the cache (i.e. not
'obtaining' it for use but rather just accessing it for post-processing).
- getPersistenceUnitName() -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
- getPersistenceUnitName() -
Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
- Return the name of the persistence unit used to create this
EntityManagerFactory, or
null
if
it is an unnamed default.
- getPersistenceUnitName() -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- getPersistenceUnitName() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistenceUnitPostProcessors() -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Return the PersistenceUnitPostProcessors to be applied to each
PersistenceUnitInfo that has been parsed by this manager.
- getPersistenceUnitRootUrl() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getPersistentClass() -
Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
- Return the persistent class of the object for which the locking failed.
- getPersistentClass() -
Method in exception org.springframework.orm.ObjectRetrievalFailureException
- Return the persistent class of the object that was not found.
- getPersistentClassName() -
Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
- Return the name of the persistent class of the object for which the locking failed.
- getPersistentClassName() -
Method in exception org.springframework.orm.ObjectRetrievalFailureException
- Return the name of the persistent class of the object that was not found.
- getPersistLocation() -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistName() -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPeriod() -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPeriod() -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPersistPolicy() -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
- getPersistPolicy() -
Method in class org.springframework.jmx.export.metadata.ManagedResource
-
- getPhaseId() -
Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
-
- getPointcut() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Return the AspectJ expression pointcut.
- getPointcut() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
-
- getPointcut() -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
-
- getPointcut() -
Method in interface org.springframework.aop.PointcutAdvisor
- Get the Pointcut that drives this advisor.
- getPointcut() -
Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
-
- getPointcut() -
Method in class org.springframework.aop.support.DefaultPointcutAdvisor
-
- getPointcut() -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
- Deprecated.
- getPointcut() -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
- getPointcut() -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
- Initialize the singleton Pointcut held within this Advisor.
- getPointcut() -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- getPointcut() -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
-
- getPointcut() -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
- getPointcutExpression() -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- getPointcutExpression() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- Return the underlying AspectJ pointcut expression.
- getPoolingConfigMixin() -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Return an IntroductionAdvisor that providing a mixin
exposing statistics about the pool maintained by this object.
- getPoolSize() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Return the current pool size.
- getPoolSize() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Return the current pool size.
- getPoolSize() -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- getPort() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the mail server port.
- getPort() -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Return the port of the registry for the exported RMI service.
- getPortalContext() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortalContext() -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
- Return the PortalContext that this MockPortletResponse runs in,
defining the supported PortletModes and WindowStates.
- getPortalContext() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPortalInfo() -
Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getPortInterface() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the JAX-RPC port interface to use.
- getPortletApplicationContext() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Return this portlet's ApplicationContext.
- getPortletConfig() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getPortletConfig() -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Return the PortletConfig for this portlet application context, if any.
- getPortletConfig() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getPortletContext() -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getPortletContext() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- getPortletContext() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getPortletContext() -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Return the standard Portlet API PortletContext for this application.
- getPortletContext() -
Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
- Return the current PortletContext.
- getPortletContext() -
Method in class org.springframework.web.portlet.context.PortletContextResource
- Return the PortletContext for this resource.
- getPortletContext() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getPortletContext() -
Method in class org.springframework.web.portlet.GenericPortletBean
- Overridden method that simply returns
null
when no
PortletConfig set yet.
- getPortletContextAttributeName() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Return the PortletContext attribute name for this portlets's ApplicationContext.
- getPortletContextName() -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getPortletInputStream() -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- getPortletInputStream() -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- getPortletMode() -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getPortletMode() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortletMode() -
Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
- Return the mode of the portlet request (usually 'view', 'edit', or 'help').
- getPortletMode() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPortletName() -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getPortletName() -
Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
- Return the name of the portlet that handled the request.
- getPortletName() -
Method in class org.springframework.web.portlet.GenericPortletBean
- Overridden method that simply returns
null
when no
PortletConfig set yet.
- getPortletOutputStream() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getPortletSession() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortletSession(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPortletSession() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPortletSession(boolean) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPortName() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the name of the port.
- getPortQName() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the prepared QName for the port.
- getPortStub() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the underlying JAX-RPC port stub that this interceptor delegates to
for each method invocation on the proxy.
- getPossibleMatches() -
Method in exception org.springframework.beans.NotWritablePropertyException
- Return suggestions for actual bean property names that closely match
the invalid property name, if any.
- getPrecision(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getPrecision(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the precision for the indicated column.
- getPreferences() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPreferences() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPrefix() -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Return the text that will get appended to the trace data.
- getPrefix() -
Method in class org.springframework.validation.DefaultMessageCodesResolver
- Return the prefix to be applied to any code built by this resolver.
- getPrefix() -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Return the common prefix for handler method names.
- getPrefix() -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Return the prefix to prepend to the request URL filename.
- getPrefix() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Return the prefix that gets prepended to view names when building a URL.
- getPreparedMethod() -
Method in class org.springframework.util.MethodInvoker
- Return the prepared Method object that will be invoked.
- getPreparedStatementCreator(String, SqlParameterSource) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- Build a PreparedStatementCreator based on the given SQL and named parameters.
- getPreviousFlushMode() -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getPreviousFlushMode() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getPreviousIsolationLevel() -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- getPriority() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the priority of a message when sending.
- getProcessingTimeMillis() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return the processing time of the request in milliseconds.
- getPropagationBehavior() -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- getPropagationBehavior() -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getPropagationBehavior() -
Method in interface org.springframework.transaction.TransactionDefinition
- Return the propagation behavior.
- getProperties(String) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
- getProperties() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperties(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getProperties(String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getProperties() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getProperties(String) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPropertiesPersister() -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Return the PropertiesPersister to use for parsing properties files.
- getProperty() -
Method in class org.springframework.beans.support.MutableSortDefinition
-
- getProperty() -
Method in interface org.springframework.beans.support.SortDefinition
- Return the name of the bean property to compare.
- getProperty(String) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(String) -
Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getProperty(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getProperty(String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getProperty(String) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getProperty() -
Method in class org.springframework.web.servlet.tags.BindTag
- Retrieve the property that this tag is currently bound to,
or
null
if bound to an object rather than a specific property.
- getPropertyAccessException(String) -
Method in exception org.springframework.beans.PropertyBatchUpdateException
- Return the exception for this field, or
null
if there isn't one.
- getPropertyAccessExceptions() -
Method in exception org.springframework.beans.PropertyBatchUpdateException
- Return an array of the propertyAccessExceptions stored in this object.
- getPropertyAccessor() -
Method in class org.springframework.validation.AbstractPropertyBindingResult
- Provide the PropertyAccessor to work with, according to the
concrete strategy of access.
- getPropertyAccessor() -
Method in class org.springframework.validation.BeanPropertyBindingResult
- Returns the
BeanWrapper
that this instance uses.
- getPropertyAccessor() -
Method in class org.springframework.validation.DataBinder
- Return the underlying PropertyAccessor of this binder's BindingResult.
- getPropertyAccessor() -
Method in class org.springframework.validation.DirectFieldBindingResult
- Returns the DirectFieldAccessor that this instance uses.
- getPropertyChangeEvent() -
Method in exception org.springframework.beans.PropertyAccessException
- Return the PropertyChangeEvent that resulted in the problem.
- getPropertyDescriptor(Class, String) -
Static method in class org.springframework.beans.BeanUtils
- Retrieve the JavaBeans
PropertyDescriptors
for the given property.
- getPropertyDescriptor(String) -
Method in interface org.springframework.beans.BeanWrapper
- Obtain the property descriptor for a specific property
of the wrapped object.
- getPropertyDescriptor(String) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- getPropertyDescriptorInternal(String) -
Method in class org.springframework.beans.BeanWrapperImpl
- Internal version of
BeanWrapperImpl.getPropertyDescriptor(java.lang.String)
:
Returns null
if not found rather than throwing an exception.
- getPropertyDescriptors(Class) -
Static method in class org.springframework.beans.BeanUtils
- Retrieve the JavaBeans
PropertyDescriptor
s of a given class.
- getPropertyDescriptors() -
Method in interface org.springframework.beans.BeanWrapper
- Obtain the PropertyDescriptors for the wrapped object
(as determined by standard JavaBeans introspection).
- getPropertyDescriptors() -
Method in class org.springframework.beans.BeanWrapperImpl
-
- getPropertyEditor() -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Get the
PropertyEditor
, if any, in use for value bound to this tag.
- getPropertyEditorRegistrars() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return the set of PropertyEditorRegistrars.
- getPropertyEditorRegistrars() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- getPropertyEditorRegistrars() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
- getPropertyEditorRegistry() -
Method in class org.springframework.validation.AbstractBindingResult
- This implementation throws an UnsupportedOperationException.
- getPropertyEditorRegistry() -
Method in class org.springframework.validation.AbstractPropertyBindingResult
- Returns the underlying PropertyAccessor.
- getPropertyEditorRegistry() -
Method in exception org.springframework.validation.BindException
- Return the PropertyEditorRegistry that the underlying BindingResult uses.
- getPropertyEditorRegistry() -
Method in interface org.springframework.validation.BindingResult
- Return the underlying PropertyEditorRegistry.
- getPropertyName() -
Method in exception org.springframework.beans.InvalidPropertyException
- Return the name of the offending property.
- getPropertyName(String) -
Static method in class org.springframework.beans.PropertyAccessorUtils
- Return the actual property name for the given property path.
- getPropertyNames() -
Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getPropertyNames() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getPropertyNames() -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
-
- getPropertyNames() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getPropertyType(String) -
Method in class org.springframework.beans.AbstractPropertyAccessor
-
- getPropertyType(String) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- getPropertyType(String) -
Method in class org.springframework.beans.DirectFieldAccessor
-
- getPropertyType(String) -
Method in interface org.springframework.beans.PropertyAccessor
- Determine the property type for the specified property,
either checking the property descriptor or checking the value
in case of an indexed or mapped element.
- getPropertyType(String) -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
- Determine the property type for the given property path.
- getPropertyValue(String) -
Method in class org.springframework.beans.AbstractPropertyAccessor
- Actually get the value of a property.
- getPropertyValue(String) -
Method in class org.springframework.beans.BeanWrapperImpl
-
- getPropertyValue(String) -
Method in class org.springframework.beans.DirectFieldAccessor
-
- getPropertyValue(String) -
Method in class org.springframework.beans.MutablePropertyValues
-
- getPropertyValue(String) -
Method in interface org.springframework.beans.PropertyAccessor
- Get the current value of the specified property.
- getPropertyValue(String) -
Method in interface org.springframework.beans.PropertyValues
- Return the property value with the given name, if any.
- getPropertyValueList() -
Method in class org.springframework.beans.MutablePropertyValues
- Return the underlying List of PropertyValue objects in its raw form.
- getPropertyValues() -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Return the property values to be applied to a new instance of the bean.
- getPropertyValues() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return property values for this bean (never
null
).
- getPropertyValues() -
Method in class org.springframework.beans.MutablePropertyValues
-
- getPropertyValues() -
Method in interface org.springframework.beans.PropertyValues
- Return an array of the PropertyValue objects held in this object.
- getProtocol() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the mail protocol.
- getProtocol() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getProxiedInterfaces() -
Method in interface org.springframework.aop.framework.Advised
- Return the interfaces proxied by the AOP proxy.
- getProxiedInterfaces() -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- getProxy() -
Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
- Create a new proxy according to the settings in this factory.
- getProxy(ClassLoader) -
Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
- Create a new proxy according to the settings in this factory.
- getProxy(AopProxy) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Return the proxy object to expose.
- getProxy() -
Method in interface org.springframework.aop.framework.AopProxy
- Create a new proxy object.
- getProxy(ClassLoader) -
Method in interface org.springframework.aop.framework.AopProxy
- Create a new proxy object.
- getProxy() -
Method in class org.springframework.aop.framework.ProxyFactory
- Create a new proxy according to the settings in this factory.
- getProxy(ClassLoader) -
Method in class org.springframework.aop.framework.ProxyFactory
- Create a new proxy according to the settings in this factory.
- getProxy(Class, Interceptor) -
Static method in class org.springframework.aop.framework.ProxyFactory
- Create a new proxy for the given interface and interceptor.
- getProxy(Class, TargetSource) -
Static method in class org.springframework.aop.framework.ProxyFactory
- Create a proxy for the specified
TargetSource
,
implementing the specified interface.
- getProxy(TargetSource) -
Static method in class org.springframework.aop.framework.ProxyFactory
- Create a proxy for the specified
TargetSource
that extends
the target class of the TargetSource
.
- getProxy(AopProxy) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Return the proxy object to expose.
- getProxy() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getProxy() -
Method in interface org.springframework.aop.ProxyMethodInvocation
- Return the proxy that this method invocation was made through.
- getProxyForService() -
Method in class org.springframework.remoting.support.RemoteExporter
- Get a proxy for the given service object, implementing the specified
service interface.
- getQName(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return a QName for the given name, relative to the namespace URI
of this factory, if given.
- getQualifiedAttributeName(Class, String) -
Static method in class org.springframework.core.Conventions
- Return an attribute name qualified by the supplied enclosing
Class
.
- getQualifiedMethodName(Method) -
Static method in class org.springframework.util.ClassUtils
- Return the qualified name of the given method, consisting of
fully qualified interface/class name + "." + method name.
- getQualifiedName(Class) -
Static method in class org.springframework.util.ClassUtils
- Return the qualified name of the given class: usually simply
the class name, but component type class name + "[]" for arrays.
- getQueryCacheRegion() -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Return the name of the cache region for queries executed by this template.
- getQueryCacheRegion() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Return the name of the cache region for queries executed by this template.
- getQueryString() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getQueryString() -
Method in exception org.springframework.orm.hibernate.HibernateQueryException
- Return the HQL query string that was invalid.
- getQueryString() -
Method in exception org.springframework.orm.hibernate3.HibernateQueryException
- Return the HQL query string that was invalid.
- getQueryString() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the query string of the current request, that is, the part after
the request path.
- getQueryTimeout() -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Return the query timeout for statements that this JdbcTemplate executes.
- getQueueCount() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Return the current number of statements or statement parameters
in the queue.
- getRawBeanDefinition() -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Return the current BeanDefinition object in its raw (unvalidated) form.
- getRawConnection(Connection) -
Static method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
- This method is not meant to be used directly; it rather serves
as callback method for C3P0's "rawConnectionOperation" API.
- getReader() -
Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getReader() -
Method in class org.springframework.core.io.support.EncodedResource
- Open a
java.io.Reader
for the specified resource,
using the specified encoding (if any).
- getReader() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getReader() -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- getReader(Object, String) -
Method in class org.springframework.ui.freemarker.SpringTemplateLoader
-
- getReader() -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- getReaderContext() -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Get the
XmlReaderContext
associated with this helper instance.
- getReaderContext() -
Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- Return the descriptor for the XML resource that this parser works on.
- getReaderContext() -
Method in class org.springframework.beans.factory.xml.ParserContext
-
- getReadonly() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Gets the value of the '
readonly
' attribute.
- getRealPath(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRealPath(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getRealPath(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getRealPath(PortletContext, String) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Return the real path of the given path within the web application,
as provided by the portlet container.
- getRealPath(ServletContext, String) -
Static method in class org.springframework.web.util.WebUtils
- Return the real path of the given path within the web application,
as provided by the servlet container.
- getReceiveTimeout() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the timeout to use for receive calls (in milliseconds).
- getRecordFactory() -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getRecordFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Return a RecordFactory for the given ConnectionFactory.
- getRecordName() -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- getRecordShortDescription() -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- getRedirectedUrl() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getRedirectedUrl() -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getReference() -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
-
- getReference(Class<T>, Object) -
Method in interface org.springframework.orm.jpa.JpaOperations
-
- getReference(Class<T>, Object) -
Method in class org.springframework.orm.jpa.JpaTemplate
-
- getRefreshCount() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getRefreshCount() -
Method in interface org.springframework.aop.target.dynamic.Refreshable
- Return the number of actual refreshes since startup.
- getRefreshDate() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the last time the list has been fetched from the source provider.
- getRefreshTimestamp() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getRegisteredScope(String) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Return the Scope implementation for the given scope name, if any.
- getRegisteredScope(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getRegisteredScopeNames() -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Return the names of all currently registered scopes.
- getRegisteredScopeNames() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getRegistry() -
Method in class org.springframework.beans.factory.xml.ParserContext
-
- getRegistry() -
Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Locate or create the RMI registry.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Locate or create the RMI registry.
- getRegistry(int) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Locate or create the RMI registry.
- getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Locate or create the RMI registry for this exporter.
- getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Locate or create the RMI registry for this exporter.
- getRegistry(int) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Locate or create the RMI registry for this exporter.
- getRejectedValue() -
Method in class org.springframework.validation.FieldError
- Return the rejected field value.
- getRemoteAddr() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteHost() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteInvocationExecutor() -
Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
- Return the RemoteInvocationExecutor used by this exporter.
- getRemoteInvocationFactory() -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Return the RemoteInvocationFactory used by this accessor.
- getRemoteInvocationFactory() -
Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
- Return the RemoteInvocationFactory used by this accessor.
- getRemotePort() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteUser() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteUser() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getRemoteUser() -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getRemoteUser() -
Method in interface org.springframework.web.context.request.WebRequest
- Return the remote user for this request, if any.
- getRemoteUser() -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getRemoteUser() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getRenderCommand(RenderRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Get the command object cached for the render phase.
- getRenderCommandSessionAttributeName() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the name of the session attribute that holds
the render phase command object for this form controller.
- getRenderErrors(RenderRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Get the bind and validation errors cached for the render phase.
- getRenderErrorsSessionAttributeName() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the name of the session attribute that holds
the render phase command object for this form controller.
- getRenderParameter(String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getRenderParameterMap() -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getRenderParameterNames() -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getRenderParameters() -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Returns the list of parameters that will be passed forward
from the action phase to the render phase whenever the form is
rerendered or when
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
is called.
- getRenderParameterValues(String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- getReplyTo() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getReport() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Allows sub-classes to get access to the
JasperReport
instance
loaded by Spring.
- getReportCompiler() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Return the JRCompiler instance to use for compiling ".jrxml" report files.
- getReportData(Map) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Find an instance of
JRDataSource
in the given model map or create an
appropriate JRDataSource for passed-in report data.
- getReportDataTypes() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
- Return the value types that can be converted to a
JRDataSource
,
in prioritized order.
- getRequest() -
Method in class org.springframework.mock.web.MockFilterChain
- Return the request that
MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
has been called with.
- getRequest() -
Method in class org.springframework.mock.web.MockPageContext
-
- getRequest() -
Method in class org.springframework.web.context.request.ServletRequestAttributes
- Exposes the native
HttpServletRequest
that we're wrapping.
- getRequest() -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
- Exposes the native
PortletRequest
that we're wrapping.
- getRequest() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the underlying HttpServletRequest.
- getRequestAttributes() -
Static method in class org.springframework.web.context.request.RequestContextHolder
- Return the RequestAttributes currently bound to the thread.
- getRequestContext() -
Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
- Return the current RequestContext.
- getRequestContextAttribute() -
Method in class org.springframework.web.servlet.view.AbstractView
- Return the name of the RequestContext attribute, if any.
- getRequestContextAttribute() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Return the name of the RequestContext attribute for all views, if any.
- getRequestDispatcher(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestDispatcher(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getRequestDispatcher(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getRequestedSessionId() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestedSessionId() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getRequestedSessionId() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getRequestType() -
Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
- Return the the type of Portlet Request ('action' or 'render').
- getRequestURI() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestUri() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the request URI of the original request, that is, the invoked URL
without parameters.
- getRequestUri(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the request URI for the given request, detecting an include request
URL if called within a RequestDispatcher include.
- getRequestURL() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestUrl() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
- Return the URL of the request.
- getRequiredAnnotationType() -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
- Return the 'required' annotation type.
- getRequiredBindingResult(Map, String) -
Static method in class org.springframework.validation.BindingResultUtils
- Find a required BindingResult for the given name in the given model.
- getRequiredBooleanParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a boolean parameter, throwing an exception if it isn't found
or isn't a boolean.
- getRequiredBooleanParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredBooleanParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredBooleanParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of boolean parameters, throwing an exception if not found
or one isn't a boolean.
- getRequiredDoubleParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a double parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredDoubleParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredDoubleParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredDoubleParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of double parameters, throwing an exception if not found or one is not a number.
- getRequiredFields() -
Method in class org.springframework.validation.DataBinder
- Return the fields that are required for each binding process.
- getRequiredFloatParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a float parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredFloatParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredFloatParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredFloatParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of float parameters, throwing an exception if not found or one is not a number.
- getRequiredIntParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an int parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredIntParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredIntParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredIntParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of int parameters, throwing an exception if not found or one is not a number..
- getRequiredLongParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a long parameter, throwing an exception if it isn't found or isn't a number.
- getRequiredLongParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredLongParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredLongParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of long parameters, throwing an exception if not found or one is not a number.
- getRequiredSessionAttribute(PortletRequest, String) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Check the given request for a session attribute of the given name under the
PortletSession.PORTLET_SCOPE
.
- getRequiredSessionAttribute(PortletRequest, String, int) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Check the given request for a session attribute of the given name in the given scope.
- getRequiredSessionAttribute(HttpServletRequest, String) -
Static method in class org.springframework.web.util.WebUtils
- Check the given request for a session attribute of the given name.
- getRequiredStringParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a String parameter, throwing an exception if it isn't found or is empty.
- getRequiredStringParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a String parameter, throwing an exception if it isn't found.
- getRequiredStringParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a String parameter, throwing an exception if it isn't found or is empty.
- getRequiredStringParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of String parameters, throwing an exception if not found or one is empty.
- getRequiredStringParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of String parameters, throwing an exception if not found.
- getRequiredStringParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of String parameters, throwing an exception if not found or one is empty.
- getRequiredType() -
Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
- Return the expected type for the bean.
- getRequiredType() -
Method in exception org.springframework.beans.TypeMismatchException
- Return the required target type, if any.
- getRequiredType() -
Method in exception org.springframework.jndi.TypeMismatchNamingException
- Return the required type for the lookup, if available.
- getRequiredWebApplicationContext(ServletContext) -
Static method in class org.springframework.web.context.support.WebApplicationContextUtils
- Find the root WebApplicationContext for this web application, which is
typically loaded via ContextLoaderListener or ContextLoaderServlet.
- getRequiredWebApplicationContext(FacesContext) -
Static method in class org.springframework.web.jsf.FacesContextUtils
- Find the root WebApplicationContext for this web app, which is
typically loaded via ContextLoaderListener or ContextLoaderServlet.
- getRequiredWebApplicationContext(PortletContext) -
Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
- Find the root WebApplicationContext for this portlet application, which is
typically loaded via ContextLoaderListener or ContextLoaderServlet.
- getRequiredWebApplicationContext(ActionServlet, ModuleConfig) -
Static method in class org.springframework.web.struts.DelegatingActionUtils
- Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
- getResolvedAutowireMode() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the resolved autowire code,
(resolving AUTOWIRE_AUTODETECT to AUTOWIRE_CONSTRUCTOR or AUTOWIRE_BY_TYPE).
- getResource() -
Method in class org.springframework.beans.factory.parsing.Location
- Get the resource with which this location is associated.
- getResource() -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- getResource(String) -
Method in class org.springframework.context.support.GenericApplicationContext
- This implementation delegates to this context's ResourceLoader if set,
falling back to the default superclass behavior else.
- getResource(String) -
Method in class org.springframework.context.support.ResourceMapFactoryBean
- Fetch the Resource handle for the given location,
prepeding the resource base path.
- getResource(String) -
Method in class org.springframework.core.io.DefaultResourceLoader
-
- getResource(String) -
Method in interface org.springframework.core.io.ResourceLoader
- Return a Resource handle for the specified resource.
- getResource() -
Method in class org.springframework.core.io.support.EncodedResource
- Return the Resource held.
- getResource(String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- getResource(String) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResource(String) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResource(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getResource(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getResource() -
Method in class org.springframework.scripting.support.ResourceScriptSource
- Return the
Resource
to load the
script from.
- getResource(Object) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Retrieve a resource for the given key that is bound to the current thread.
- getResourceAsStream(String) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResourceAsStream(String) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResourceAsStream(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getResourceAsStream(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getResourceBundle(String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Return a ResourceBundle for the given basename and code,
fetching already generated MessageFormats from the cache.
- getResourceBundle(Locale) -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
-
- getResourceByPath(String) -
Method in class org.springframework.context.support.FileSystemXmlApplicationContext
- Resolve resource paths as file system paths.
- getResourceByPath(String) -
Method in class org.springframework.core.io.DefaultResourceLoader
- Return a Resource handle for the resource at the given path.
- getResourceByPath(String) -
Method in class org.springframework.core.io.FileSystemResourceLoader
- Resolve resource paths as file system paths.
- getResourceByPath(String) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
- This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) -
Method in class org.springframework.web.context.support.ServletContextResourceLoader
- This implementation supports file paths beneath the root of the web application.
- getResourceByPath(String) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(String) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
- This implementation supports file paths beneath the root of the PortletContext.
- getResourceByPath(String) -
Method in class org.springframework.web.portlet.context.PortletContextResourceLoader
- This implementation supports file paths beneath the root of the web application.
- getResourceByPath(String) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
- This implementation supports file paths beneath the root of the PortletContext.
- getResourceDescription() -
Method in exception org.springframework.beans.factory.BeanCreationException
- Return the description of the resource that the bean
definition came from, if any.
- getResourceDescription() -
Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
- Return the description of the resource that the bean
definition came from, if any.
- getResourceDescription() -
Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
- Return the description of the resource that the bean
definition came from.
- getResourceDescription() -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Return a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
- getResourceDescription() -
Method in class org.springframework.beans.factory.parsing.Problem
- Get the description of the bean configuration source that triggered the error,
as contained within this Problem's Location object.
- getResourceDescription() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return a description of the resource that this bean definition
came from.
- getResourceFactory() -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.jms.connection.JmsTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
-
- getResourceFactory() -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
-
- getResourceFactory() -
Method in interface org.springframework.transaction.support.ResourceTransactionManager
- Return the resource factory that this transaction manager operates on,
e.g. a JDBC DataSource or a JMS ConnectionFactory.
- getResourceLoader() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- getResourceLoader() -
Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
- Return the resource loader to use for resource locations.
- getResourceLoader() -
Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
- getResourceLoader() -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
- Return the ResourceLoader that this pattern resolver works with.
- getResourceLoader() -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Return the Spring ResourceLoader to use for loading FreeMarker template files.
- getResourceLoader() -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Return the Spring ResourceLoader to use for loading Velocity template files.
- getResourceLocation(String) -
Method in class org.springframework.mock.web.MockServletContext
- Build a full resource location for the given path,
prepending the resource base path of this MockServletContext.
- getResourceLocation(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
- Build a full resource location for the given path,
prepending the resource base path of this MockPortletContext.
- getResourceMap() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Return all resources that are bound to the current thread.
- getResourcePaths(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getResourcePaths(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getResourcePatternResolver() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the ResourcePatternResolver to use for resolving location patterns
into Resource instances.
- getResourcePatternResolver(ResourceLoader) -
Static method in class org.springframework.core.io.support.ResourcePatternUtils
- Return a default ResourcePatternResolver for the given ResourceLoader.
- getResourcePatternResolver() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
- This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
- This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
- This implementation supports pattern matching in unexpanded WARs too.
- getResourcePatternResolver() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
- This implementation supports pattern matching in unexpanded WARs too.
- getResources(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getResources(String) -
Method in class org.springframework.context.support.GenericApplicationContext
- This implementation delegates to this context's ResourceLoader if it
implements the ResourcePatternResolver interface, falling back to the
default superclass behavior else.
- getResources(String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
- getResources(String) -
Method in interface org.springframework.core.io.support.ResourcePatternResolver
- Resolve the given location pattern into Resource objects.
- getResources(String) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
- getResources(String) -
Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- getResourceStream(String) -
Method in class org.springframework.ui.velocity.SpringResourceLoader
-
- getResponse() -
Method in class org.springframework.mock.web.MockFilterChain
- Return the response that
MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
has been called with.
- getResponse() -
Method in class org.springframework.mock.web.MockPageContext
-
- getResponseBody(HttpInvokerClientConfiguration, PostMethod) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Extract the response body from the given executed remote invocation
request.
- getResponseContentType() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getResponseContentType() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getResponseContentTypes() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getResponseContentTypes() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getResponseDestination(Message, Message, Session) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Determine a response destination for the given message.
- getResult(ResultSet, String) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- This implementation delegates to the getResult version
that takes a column index.
- getResult(ResultSet, int) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- This implementation delegates to getResultInternal,
passing in the LobHandler of this type.
- getResult(CallableStatement, int) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- This implementation always throws a SQLException:
retrieving LOBs from a CallableStatement is not supported.
- getResultInternal(ResultSet, int, LobHandler) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
- Template method to extract a value from the given result set.
- getResultInternal(ResultSet, int, LobHandler) -
Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
-
- getResultInternal(ResultSet, int, LobHandler) -
Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
-
- getResultInternal(ResultSet, int, LobHandler) -
Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
-
- getResultSet() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- Return the underlying ResultSet
(usually a
javax.sql.rowset.CachedRowSet
).
- getResultSetExtractor() -
Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Return the ResultSetExtractor held by this parameter, if any.
- getResultSetType() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Return whether statements will return a specific type of ResultSet.
- getResultSetValue(ResultSet, int) -
Static method in class org.springframework.jdbc.support.JdbcUtils
- Retrieve a JDBC column value from a ResultSet, using the most appropriate
value type.
- getRole() -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Get the role hint for this
BeanDefinition
.
- getRole() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the role hint for this
BeanDefinition
.
- getRollbackRules() -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- Return the list of
RollbackRuleAttribute
objects
(never null
).
- getRootCause() -
Method in class org.springframework.beans.factory.parsing.Problem
- Get the underlying expection that caused the error (may be
null
).
- getRootCause() -
Method in exception org.springframework.core.NestedCheckedException
- Retrieve the innermost cause of this exception, if any.
- getRootCause() -
Method in exception org.springframework.core.NestedRuntimeException
- Retrieve the innermost cause of this exception, if any.
- getRootClass() -
Method in class org.springframework.beans.BeanWrapperImpl
- Return the class of the root object at the top of the path of this BeanWrapper.
- getRootHandler() -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Return the root handler for this handler mapping (registered for "/"),
or
null
if none.
- getRootInstance() -
Method in class org.springframework.beans.BeanWrapperImpl
- Return the root object at the top of the path of this BeanWrapper.
- getRootMimeMultipart() -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Return the root MIME "multipart/mixed" object, if any.
- getRow() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getRow() -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the current row number.
- getRowCallbackHandler() -
Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Return the RowCallbackHandler held by this parameter, if any.
- getRowCount() -
Method in class org.springframework.jdbc.core.RowCountCallbackHandler
- Return the row count of this ResultSet
Only valid after processing is complete
- getRowMapper() -
Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
- Return the RowMapper held by this parameter, if any.
- getRows() -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Get the value of the '
rows
' attribute.
- getRowsAffected() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Return the number of affected rows for all already executed statements.
- getRowsExpected() -
Method in class org.springframework.jdbc.object.SqlQuery
- Get the number of rows expected.
- getRunnable() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Return the Runnable to schedule as executor task.
- getRunnable() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Return the Runnable to schedule as executor task.
- getRunnableToSchedule(ScheduledExecutorTask) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Determine the actual Runnable to schedule for the given task.
- getRunnableToSchedule(ScheduledExecutorTask) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Determine the actual Runnable to schedule for the given task.
- getSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Get the savepoint for this transaction, if any.
- getSavepointManager() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Return a SavepointManager for the underlying transaction, if possible.
- getSavepointManager() -
Method in class org.springframework.transaction.support.DefaultTransactionStatus
- This implementation exposes the SavepointManager interface
of the underlying transaction object, if any.
- getScale() -
Method in class org.springframework.jdbc.core.SqlParameter
- Return the scale of the parameter, if any.
- getScale(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getScale(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the scale of the indicated column.
- getScheduledConsumerCount() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Return the number of currently scheduled consumers.
- getSchemaMapping(String) -
Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
- getSchemaName(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getSchemaName(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the schema name of the table that served as the source for the specified column.
- getScheme() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getScheme() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getScheme() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getScope() -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Return the name of the current target scope for this bean.
- getScope() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Return the name of the target scope for the bean.
- getScope() -
Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
- Template method that determines the actual target scope.
- getScope() -
Method in class org.springframework.web.context.request.RequestScope
-
- getScope() -
Method in class org.springframework.web.context.request.SessionScope
-
- getScope(String) -
Static method in class org.springframework.web.util.TagUtils
- Determines the scope for a given input
String
.
- getScriptAsString() -
Method in interface org.springframework.scripting.ScriptSource
- Retrieve the current script source text as String.
- getScriptAsString() -
Method in class org.springframework.scripting.support.ResourceScriptSource
-
- getScriptAsString() -
Method in class org.springframework.scripting.support.StaticScriptSource
-
- getScriptedObject(ScriptSource, Class[]) -
Method in class org.springframework.scripting.bsh.BshScriptFactory
- Load and parse the BeanShell script via
BshScriptUtils
.
- getScriptedObject(ScriptSource, Class[]) -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- Loads and parses the Groovy script via the GroovyClassLoader.
- getScriptedObject(ScriptSource, Class[]) -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
- Load and parse the JRuby script via JRubyScriptUtils.
- getScriptedObject(ScriptSource, Class[]) -
Method in interface org.springframework.scripting.ScriptFactory
- Factory method for creating the scripted Java object.
- getScriptedObjectType(ScriptSource) -
Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptedObjectType(ScriptSource) -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptedObjectType(ScriptSource) -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
- getScriptedObjectType(ScriptSource) -
Method in interface org.springframework.scripting.ScriptFactory
- Determine the type of the scripted Java object.
- getScriptInterfaces() -
Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptInterfaces() -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- Groovy scripts determine their interfaces themselves,
hence we don't need to explicitly expose interfaces here.
- getScriptInterfaces() -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
- getScriptInterfaces() -
Method in interface org.springframework.scripting.ScriptFactory
- Return the business interfaces that the script is supposed to implement.
- getScriptSource(String, String) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- Obtain a ScriptSource for the given bean, lazily creating it
if not cached already.
- getScriptSourceLocator() -
Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- getScriptSourceLocator() -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- getScriptSourceLocator() -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
- getScriptSourceLocator() -
Method in interface org.springframework.scripting.ScriptFactory
- Return a locator that points to the source of the script.
- getSentDate() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getSeparator() -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
- Return the separator between TopLink's supplemental details
(session, connection) and the log message itself.
- getSeparator() -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
- Return the separator between TopLink's supplemental details
(session, connection) and the log message itself.
- getSequenceQuery() -
Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
- Return the database-specific query to use for retrieving a sequence value.
- getSequenceQuery() -
Method in class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
-
- getSequenceQuery() -
Method in class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
-
- getSequenceQuery() -
Method in class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
-
- getServerInfo() -
Method in class org.springframework.mock.web.MockServletContext
-
- getServerInfo() -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- getServerName() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServerName() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getServerName() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getServerPort() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServerPort() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getServerPort() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getServerSession(ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Returns a ServerSession from the pool, creating a new pool for the given
session manager if necessary.
- getServerSession(ListenerSessionManager) -
Method in interface org.springframework.jms.listener.serversession.ServerSessionFactory
- Retrieve a JMS ServerSession for the given session manager.
- getServerSession(ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.SimpleServerSessionFactory
- Creates a new SimpleServerSession with a new JMS Session
for every call.
- getServerSessionFactory() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
- Return the Spring ServerSessionFactory to use.
- getService() -
Method in class org.springframework.remoting.support.RemoteExporter
- Return the service to export.
- getServiceFactory() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return the specified ServiceFactory instance, if any.
- getServiceFactoryClass() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return the ServiceFactory class to use, or
null
if default.
- getServiceInterface() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the interface of the service that this factory should create a proxy for.
- getServiceInterface() -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Return the interface of the service to access.
- getServiceInterface() -
Method in class org.springframework.remoting.support.RemoteAccessor
- Return the interface of the service to access.
- getServiceInterface() -
Method in class org.springframework.remoting.support.RemoteExporter
- Return the interface of the service to export.
- getServiceName() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return the name of the service.
- getServicePostProcessors() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
- Return the JaxRpcServicePostProcessors to be applied to JAX-RPC Service
instances created by this factory.
- getServiceUrl() -
Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
- Return the HTTP URL of the target service.
- getServiceUrl() -
Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
- Return the URL of this remote accessor's target service.
- getServlet(String) -
Method in class org.springframework.mock.web.MockServletContext
-
- getServletConfig() -
Method in class org.springframework.mock.web.MockPageContext
-
- getServletConfig() -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
- Return the ServletConfig for this web application context, if any.
- getServletConfig() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getServletConfig() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getServletContext() -
Method in class org.springframework.mock.web.MockFilterConfig
-
- getServletContext() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getServletContext() -
Method in class org.springframework.mock.web.MockPageContext
-
- getServletContext() -
Method in class org.springframework.mock.web.MockServletConfig
-
- getServletContext() -
Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
- Return the current ServletContext.
- getServletContext() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getServletContext() -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getServletContext() -
Method in class org.springframework.web.context.support.ServletContextResource
- Return the ServletContext for this resource.
- getServletContext() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getServletContext() -
Method in class org.springframework.web.context.support.WebApplicationObjectSupport
- Return the current ServletContext.
- getServletContext() -
Method in interface org.springframework.web.context.WebApplicationContext
- Return the standard Servlet API ServletContext for this application.
- getServletContext() -
Method in class org.springframework.web.filter.GenericFilterBean
- Make the ServletContext of this filter available to subclasses.
- getServletContext() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- getServletContext() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- getServletContext() -
Method in class org.springframework.web.servlet.HttpServletBean
- Overridden method that simply returns
null
when no
ServletConfig set yet.
- getServletContext() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the underlying ServletContext.
- getServletContext() -
Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- Return the current ServletContext.
- getServletContext() -
Method in class org.springframework.web.struts.ActionSupport
- Return the current ServletContext.
- getServletContext() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the ServletContext that this PlugIn is associated with.
- getServletContext() -
Method in class org.springframework.web.struts.DispatchActionSupport
- Return the current ServletContext.
- getServletContext() -
Method in class org.springframework.web.struts.LookupDispatchActionSupport
- Return the current ServletContext.
- getServletContext() -
Method in class org.springframework.web.struts.MappingDispatchActionSupport
- Return the current ServletContext.
- getServletContextAttributeName() -
Method in class org.springframework.web.servlet.FrameworkServlet
- Return the ServletContext attribute name for this servlet's WebApplicationContext.
- getServletContextAttributeName() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the ServletContext attribute name for this PlugIn's WebApplicationContext.
- getServletContextName() -
Method in class org.springframework.mock.web.MockServletContext
-
- getServletEndpointContext() -
Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
- Return the current JAX-RPC ServletEndpointContext.
- getServletInfo() -
Method in class org.springframework.web.context.ContextLoaderServlet
-
- getServletInfo() -
Method in class org.springframework.web.util.Log4jConfigServlet
-
- getServletName() -
Method in class org.springframework.mock.web.MockServletConfig
-
- getServletName() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
- Return the name of the servlet that handled the request.
- getServletName() -
Method in class org.springframework.web.servlet.HttpServletBean
- Overridden method that simply returns
null
when no
ServletConfig set yet.
- getServletName() -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Return the name of the ActionServlet that this PlugIn is associated with.
- getServletNames() -
Method in class org.springframework.mock.web.MockServletContext
-
- getServletPath() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServletPath(HttpServletRequest) -
Method in class org.springframework.web.util.UrlPathHelper
- Return the servlet path for the given request, regarding an include request
URL if called within a RequestDispatcher include.
- getServlets() -
Method in class org.springframework.mock.web.MockServletContext
-
- getSession(JmsResourceHolder) -
Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
- Fetch an appropriate Session from the given JmsResourceHolder.
- getSession() -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getSession(Class) -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getSession(Class, Connection) -
Method in class org.springframework.jms.connection.JmsResourceHolder
-
- getSession(JmsResourceHolder) -
Method in class org.springframework.jms.core.JmsTemplate
- Fetch an appropriate Session from the given JmsResourceHolder.
- getSession(JmsResourceHolder) -
Method in class org.springframework.jms.core.JmsTemplate102
- This implementation overrides the superclass method to accept either
a QueueSession or a TopicSession, depending on the domain.
- getSession(JmsResourceHolder) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Fetch an appropriate Session from the given JmsResourceHolder.
- getSession(JmsResourceHolder) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
- This implementation overrides the superclass method to accept either
a QueueSession or a TopicSession, depending on the domain.
- getSession() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the JavaMail
Session
.
- getSession(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getSession() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getSession() -
Method in class org.springframework.mock.web.MockPageContext
-
- getSession() -
Method in class org.springframework.orm.hibernate.HibernateInterceptor
- Return a Session for use by this interceptor.
- getSession() -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Return a Session for use by this template.
- getSession(SessionFactory, boolean) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
- Get a Hibernate Session for the given SessionFactory.
- getSession(SessionFactory, Interceptor, SQLExceptionTranslator) -
Static method in class org.springframework.orm.hibernate.SessionFactoryUtils
- Get a Hibernate Session for the given SessionFactory.
- getSession() -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getSession(Object) -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getSession() -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
- Obtain a Hibernate Session, either from the current transaction or
a new one.
- getSession(boolean) -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
- Obtain a Hibernate Session, either from the current transaction or
a new one.
- getSession(SessionFactory) -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
- Get a Session for the SessionFactory that this filter uses.
- getSession() -
Method in class org.springframework.orm.hibernate3.HibernateInterceptor
- Return a Session for use by this interceptor.
- getSession() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Return a Session for use by this template.
- getSession(SessionFactory, boolean) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Get a Hibernate Session for the given SessionFactory.
- getSession(SessionFactory, Interceptor, SQLExceptionTranslator) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Get a Hibernate Session for the given SessionFactory.
- getSession() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getSession(Object) -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getSession() -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Obtain a Hibernate Session, either from the current transaction or
a new one.
- getSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Obtain a Hibernate Session, either from the current transaction or
a new one.
- getSession(SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Get a Session for the SessionFactory that this filter uses.
- getSession(EntityManager) -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
- getSession(EntityManager) -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
- Get a traditional TopLink Session from the given EntityManager.
- getSession(SessionFactory, boolean) -
Static method in class org.springframework.orm.toplink.SessionFactoryUtils
- Get a TopLink Session for the given SessionFactory.
- getSession() -
Method in class org.springframework.orm.toplink.SessionHolder
- Return this holder's TopLink Session.
- getSession() -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
- Get a TopLink Session, either from the current transaction or a new one.
- getSession(boolean) -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
- Get a TopLink Session, either from the current transaction or a new one.
- getSession(boolean) -
Method in class org.springframework.web.context.request.ServletRequestAttributes
- Exposes the
HttpSession
that we're wrapping.
- getSession(boolean) -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
- Exposes the
PortletSession
that we're wrapping.
- getSessionAcknowledgeMode() -
Method in class org.springframework.jms.support.JmsAccessor
- Return the acknowledgement mode for JMS
sessions
.
- getSessionAttribute(PortletRequest, String) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Check the given request for a session attribute of the given name under the
PortletSession.PORTLET_SCOPE
.
- getSessionAttribute(PortletRequest, String, int) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Check the given request for a session attribute of the given name in the given scope.
- getSessionAttribute(HttpServletRequest, String) -
Static method in class org.springframework.web.util.WebUtils
- Check the given request for a session attribute of the given name.
- getSessionBeanInstance() -
Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
- Return an EJB instance to delegate the call to.
- getSessionBeanInstance() -
Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
- Return an EJB instance to delegate the call to.
- getSessionContext() -
Method in class org.springframework.ejb.support.AbstractSessionBean
- Convenience method for subclasses, returning the EJB session context
saved on initialization (
AbstractSessionBean.setSessionContext(javax.ejb.SessionContext)
).
- getSessionContext() -
Method in interface org.springframework.ejb.support.SmartSessionBean
- Return the SessionContext that was passed to the Session Bean
by the EJB container.
- getSessionContext() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getSessionFactory() -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- Return the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- getSessionFactory() -
Method in class org.springframework.orm.hibernate.HibernateTransactionManager
- Return the SessionFactory that this instance should manage transactions for.
- getSessionFactory() -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
- Return the Hibernate SessionFactory used by this DAO.
- getSessionFactory() -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Return the exposed SessionFactory.
- getSessionFactory() -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
- Return the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
- getSessionFactory() -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- Return the SessionFactory that this instance should manage transactions for.
- getSessionFactory() -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
- Return the Hibernate SessionFactory used by this DAO.
- getSessionFactory() -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
- Return the TopLink SessionFactory used by this DAO.
- getSessionFactory() -
Method in class org.springframework.orm.toplink.TopLinkAccessor
- Return the TopLink SessionFactory that should be used to create
TopLink Sessions.
- getSessionFactory() -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Return the SessionFactory that this instance should manage transactions for.
- getSessionFactoryBeanName() -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
- Return the bean name of the SessionFactory to fetch from Spring's
root application context.
- getSessionFactoryBeanName() -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
- Return the bean name of the SessionFactory to fetch from Spring's
root application context.
- getSessionId() -
Method in interface org.springframework.web.context.request.RequestAttributes
- Return an id for the current underlying session.
- getSessionId() -
Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionId() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return the id of the HTTP session, if any.
- getSessionId() -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getSessionId(HttpServletRequest) -
Static method in class org.springframework.web.util.WebUtils
- Determine the session id of the given request, if any.
- getSessionManager() -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Return the TopLink SessionManager to use for loading DatabaseSessions.
- getSessionMutex() -
Method in interface org.springframework.web.context.request.RequestAttributes
- Expose the best available mutex for the underlying session:
that is, an object to synchronize on for the underlying session.
- getSessionMutex() -
Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- getSessionMutex(FacesContext) -
Static method in class org.springframework.web.jsf.FacesContextUtils
- Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionMutex() -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- getSessionMutex(PortletSession) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionMutex(HttpSession) -
Static method in class org.springframework.web.util.WebUtils
- Return the best available mutex for the given session:
that is, an object to synchronize on for the given session.
- getSessionName(Session) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
- Return the name to be used for the given Session
("UnitOfWork"/"ServerSession"/"ClientSession"/etc).
- getSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Return the shared JMS Connection maintained by this container.
- getSharedConnectionProxy(Connection) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Wrap the given Connection with a proxy that delegates every method call to it
but suppresses close calls.
- getShort(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getShort(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getShort(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a short.
- getShort(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a short.
- getShortCode() -
Method in class org.springframework.core.enums.ShortCodedLabeledEnum
- Return the short code of this LabeledEnum instance.
- getShortDescription() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- Return a friendly, short description for the bean, stating name and aliases.
- getShortDescription() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return a short description of this event, only involving
the most important context data.
- getShortDescription() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- getShortDescription() -
Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
- getShortName(String) -
Static method in class org.springframework.util.ClassUtils
- Get the class name without the qualified package name.
- getShortName(Class) -
Static method in class org.springframework.util.ClassUtils
- Get the class name without the qualified package name.
- getShortNameAsProperty(Class) -
Static method in class org.springframework.util.ClassUtils
- Return the short string name of a Java class in decapitalized
JavaBeans property format.
- getSignature() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getSimpleJdbcTemplate() -
Method in class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
- Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
- getSingleColumnRowMapper(Class) -
Method in class org.springframework.jdbc.core.JdbcTemplate
- Create a new RowMapper for reading result objects from a single column.
- getSingleton(String) -
Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
- Return the (raw) singleton object registered under the given name.
- getSingleton(String) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- getSingleton(String, ObjectFactory) -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Return the (raw) singleton object registered under the given name,
creating and registering a new one if none registered yet.
- getSingletonCount() -
Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
- Return the number of singleton beans registered in this registry.
- getSingletonCount() -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- getSingletonMutex() -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- Expose the singleton mutex to subclasses.
- getSingletonNames() -
Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
- Return the names of singleton beans registered in this registry.
- getSingletonNames() -
Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
- getSize() -
Method in class org.springframework.core.Constants
- Return the number of constants exposed.
- getSize() -
Method in class org.springframework.mock.web.MockMultipartFile
-
- getSize() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- getSize() -
Method in interface org.springframework.web.multipart.MultipartFile
- Return the size of the file in bytes.
- getSize() -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Get the value of the '
size
' attribute.
- getSize() -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Get the value of the '
size
' attribute.
- getSort() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the sort definition for this holder.
- getSortDefinition() -
Method in class org.springframework.beans.support.PropertyComparator
- Return the SortDefinition that this comparator uses.
- getSource() -
Method in class org.springframework.aop.config.AdvisorComponentDefinition
-
- getSource() -
Method in class org.springframework.aop.config.PointcutComponentDefinition
-
- getSource() -
Method in interface org.springframework.beans.BeanMetadataElement
- Return the configuration source
Object
for this metadata element
(may be null
).
- getSource() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- Expose the bean definition's source object.
- getSource() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
- getSource() -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- getSource() -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- getSource() -
Method in class org.springframework.beans.factory.config.TypedStringValue
-
- getSource() -
Method in class org.springframework.beans.factory.parsing.AliasDefinition
-
- getSource() -
Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
-
- getSource() -
Method in class org.springframework.beans.factory.parsing.ImportDefinition
-
- getSource() -
Method in class org.springframework.beans.factory.parsing.Location
- Get the actual location within the associated
resource
(may be null
).
- getSource() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- getSource() -
Method in class org.springframework.beans.factory.support.ManagedList
-
- getSource() -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- getSource() -
Method in class org.springframework.beans.factory.support.ManagedProperties
-
- getSource() -
Method in class org.springframework.beans.factory.support.ManagedSet
-
- getSource() -
Method in class org.springframework.beans.factory.support.MethodOverride
-
- getSource() -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
- getSource() -
Method in class org.springframework.beans.PropertyValue
-
- getSource() -
Method in class org.springframework.beans.support.PagedListHolder
- Return the source list for this holder.
- getSource() -
Method in class org.springframework.web.bind.EscapedErrors
-
- getSourceExtractor() -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- getSourceLocation() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getSourceProvider() -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
- Return the callback class for reloading the List when necessary.
- getSourceStream() -
Method in class org.springframework.mock.web.DelegatingServletInputStream
- Return the underlying source stream (never
null
).
- getSourceTypes() -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Return the array of
Classes
that are supported when converting to an
XSLT Source
.
- getSql() -
Method in exception org.springframework.jdbc.BadSqlGrammarException
- Return the SQL that caused the problem.
- getSql() -
Method in interface org.springframework.jdbc.core.SqlProvider
- Return the SQL string for this object, i.e.
- getSql() -
Method in exception org.springframework.jdbc.InvalidResultSetAccessException
- Return the SQL that caused the problem.
- getSql() -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Subclasses can override this to supply dynamic SQL if they wish,
but SQL is normally set by calling the setSql() method
or in a subclass constructor.
- getSql() -
Method in exception org.springframework.jdbc.UncategorizedSQLException
- Return the SQL that led to the problem.
- getSql() -
Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
- Return the SQL that led to the problem.
- getSqlErrorCodes() -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Return the error codes used by this translator.
- getSQLException() -
Method in exception org.springframework.jdbc.BadSqlGrammarException
- Return the wrapped SQLException.
- getSQLException() -
Method in exception org.springframework.jdbc.InvalidResultSetAccessException
- Return the wrapped SQLException.
- getSQLException() -
Method in exception org.springframework.jdbc.UncategorizedSQLException
- Return the underlying SQLException.
- getSQLException() -
Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
- Return the underlying SQLException.
- getSqlMapClient() -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
- Return the iBATIS Database Layer SqlMapClient that this template works with.
- getSqlMapClient() -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Return the iBATIS Database Layer SqlMapClient that this template works with.
- getSqlMapClientTemplate() -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Return the SqlMapClientTemplate for this DAO,
pre-initialized with the SqlMapClient or set explicitly.
- getSqlReturnType() -
Method in class org.springframework.jdbc.core.SqlOutParameter
- Return the custom return type, if any.
- getSqlType(String) -
Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
- Return the SQL type for the given parameter, if registered.
- getSqlType(String) -
Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
- Determine the SQL type for the specified named parameter.
- getSqlType() -
Method in class org.springframework.jdbc.core.SqlParameter
- Return the SQL type of the parameter.
- getStartupDate() -
Method in interface org.springframework.context.ApplicationContext
- Return the timestamp when this context was first loaded.
- getStartupDate() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return the timestamp (ms) when this context was first loaded.
- getStateString(int) -
Static method in exception org.springframework.transaction.HeuristicCompletionException
-
- getStaticAttributes() -
Method in class org.springframework.web.servlet.view.AbstractView
- Return the static attributes for this view.
- getStaticMessageSource() -
Method in class org.springframework.context.support.StaticApplicationContext
- Return the internal StaticMessageSource used by this context.
- getStaticMethod(Class, String, Class[]) -
Static method in class org.springframework.util.ClassUtils
- Return a static method of a class.
- getStaticPart() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- getStaticPart() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getStatsMixin() -
Method in class org.springframework.aop.target.ThreadLocalTargetSource
- Return an introduction advisor mixin that allows the AOP proxy to be
cast to ThreadLocalInvokerStats.
- getStatus() -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getStatus() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
-
- getStorageDescription() -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
- Return a description for the storage location of the multipart content.
- getString(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getString(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getString(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a String.
- getString(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a String.
- getStringCode() -
Method in class org.springframework.core.enums.StringCodedLabeledEnum
- Return the String code of this LabeledEnum instance.
- getStringParameter(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a String parameter, or
null
if not present.
- getStringParameter(HttpServletRequest, String, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get a String parameter, with a fallback value.
- getStringParameter(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a String parameter, or
null
if not present.
- getStringParameter(ServletRequest, String, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get a String parameter, with a fallback value.
- getStringParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a String parameter, or
null
if not present.
- getStringParameter(PortletRequest, String, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get a String parameter, with a fallback value.
- getStringParameters(HttpServletRequest, String) -
Static method in class org.springframework.web.bind.RequestUtils
- Deprecated. Get an array of String parameters, return an empty array if not found.
- getStringParameters(ServletRequest, String) -
Static method in class org.springframework.web.bind.ServletRequestUtils
- Get an array of String parameters, return an empty array if not found.
- getStringParameters(PortletRequest, String) -
Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
- Get an array of String parameters, return an empty array if not found.
- getStub() -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- Return the RMI stub to use.
- getStub() -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
- Return the RMI stub to use.
- getStylesheetLocation() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Return the location of the XSLT stylesheet, if any.
- getStylesheetSource(Resource) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Load the stylesheet from the specified location.
- getStylesheetSource() -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Get the XSLT
Source
for the XSLT template under the configured URL
.
- getSubject() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getSubmitParameter(PortletRequest, String) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Return the full name of a specific input type="submit" parameter
if it was sent in the request, either via a button (directly with name)
or via an image (name + ".x" or name + ".y").
- getSuccessView() -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
- Return the name of the view that should be shown on successful submit.
- getSuccessView() -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
- Return the name of the view that should be shown on successful submit.
- getSuffix() -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- Return the text that will get prepended to the trace data.
- getSuffix() -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
- Return the common suffix for handler method names.
- getSuffix() -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
- Return the suffix to append to the request URL filename.
- getSuffix() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Return the suffix that gets appended to view names when building a URL.
- getSupportedMethods() -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Return the HTTP methods that this content generator supports.
- getSupportedPortletModes() -
Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getSupportedWindowStates() -
Method in class org.springframework.mock.web.portlet.MockPortalContext
-
- getSuppressedFields() -
Method in class org.springframework.validation.AbstractBindingResult
- Return the list of fields that were suppressed during the bind process.
- getSuppressedFields() -
Method in exception org.springframework.validation.BindException
-
- getSuppressedFields() -
Method in interface org.springframework.validation.BindingResult
- Return the list of fields that were suppressed during the bind process.
- getSuspendedResources() -
Method in class org.springframework.transaction.support.DefaultTransactionStatus
- Return the holder for resources that have been suspended for this transaction,
if any.
- getSynchronizations() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Return an unmodifiable snapshot list of all registered synchronizations
for the current thread.
- getTabindex() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
tabindex
' attribute.
- getTableName(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
- getTableName(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
- Retrieves the name of the table that served as the source for the specified column.
- getTaglibFactory() -
Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
- Returns the
TaglibFactory
used to enable JSP tags to be
accessed from FreeMarker templates.
- getTaglibFactory() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- Return the TaglibFactory object wrapped by this bean.
- getTarget() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- Returns the Spring AOP target.
- getTarget() -
Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- Returns the lazy-initialized target object,
creating it on-the-fly if it doesn't exist already.
- getTarget() -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- Acquire an object from the pool.
- getTarget() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Borrow an object from the
ObjectPool
.
- getTarget() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getTarget() -
Method in class org.springframework.aop.target.EmptyTargetSource
- Always returns
null
.
- getTarget() -
Method in class org.springframework.aop.target.HotSwappableTargetSource
-
- getTarget() -
Method in class org.springframework.aop.target.LazyInitTargetSource
-
- getTarget() -
Method in class org.springframework.aop.target.PrototypeTargetSource
- Obtain a new prototype instance for every call.
- getTarget() -
Method in class org.springframework.aop.target.SimpleBeanTargetSource
-
- getTarget() -
Method in class org.springframework.aop.target.SingletonTargetSource
-
- getTarget() -
Method in class org.springframework.aop.target.ThreadLocalTargetSource
- Implementation of abstract getTarget() method.
- getTarget() -
Method in interface org.springframework.aop.TargetSource
- Return a target instance.
- getTarget() -
Method in class org.springframework.jndi.JndiObjectTargetSource
-
- getTarget() -
Method in class org.springframework.validation.AbstractBindingResult
- Return the wrapped target object.
- getTarget() -
Method in class org.springframework.validation.BeanPropertyBindingResult
-
- getTarget() -
Method in exception org.springframework.validation.BindException
-
- getTarget() -
Method in interface org.springframework.validation.BindingResult
- Return the wrapped target object, which may be a bean, an object with
public fields, a Map - depending on the concrete binding strategy.
- getTarget() -
Method in class org.springframework.validation.DataBinder
- Return the wrapped target object.
- getTarget() -
Method in class org.springframework.validation.DirectFieldBindingResult
-
- getTarget() -
Method in class org.springframework.validation.MapBindingResult
-
- getTargetBeanName() -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Return the name of the target bean in the factory.
- getTargetBeanName() -
Method in class org.springframework.web.filter.DelegatingFilterProxy
- Return the name of the target bean in the Spring application context.
- getTargetBeanName(FacesContext) -
Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
- Return the name of the target NavigationHandler bean in the BeanFactory.
- getTargetClass() -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- getTargetClass(Object) -
Static method in class org.springframework.aop.framework.AopProxyUtils
- Deprecated. as of Spring 2.0.3, in favor of
AopUtils.getTargetClass
- getTargetClass(Object) -
Static method in class org.springframework.aop.support.AopUtils
- Determine the target class of the given bean instance,
which might be an AOP proxy.
- getTargetClass() -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- getTargetClass() -
Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- This default implementation returns
null
if the
target is null
(it is hasn't yet been initialized),
or the target class if the target has already been initialized.
- getTargetClass() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- getTargetClass() -
Method in class org.springframework.aop.target.EmptyTargetSource
- Always returns the specified target Class, or
null
if none.
- getTargetClass() -
Method in class org.springframework.aop.target.HotSwappableTargetSource
- Return the type of the current target object.
- getTargetClass() -
Method in class org.springframework.aop.target.SingletonTargetSource
-
- getTargetClass() -
Method in interface org.springframework.aop.TargetClassAware
- Return the target class behind the implementing object
(typically a proxy configuration or an actual proxy).
- getTargetClass() -
Method in interface org.springframework.aop.TargetSource
- Return the type of targets returned by this
TargetSource
.
- getTargetClass() -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Return the target class on which the field is defined.
- getTargetClass(Object) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
- Return the actual bean class of the given bean instance.
- getTargetClass() -
Method in class org.springframework.jndi.JndiObjectTargetSource
-
- getTargetClass() -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Overridden to support the
"targetBeanName"
feature.
- getTargetClass() -
Method in class org.springframework.util.MethodInvoker
- Return the target class on which to call the target method.
- getTargetConnection() -
Method in interface org.springframework.jdbc.datasource.ConnectionProxy
- Return the target Connection of this proxy.
- getTargetConnection(Connection) -
Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- Return the innermost target Connection of the given Connection.
- getTargetConnectionFactory() -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
- Return the target ConnectionFactory that this ConnectionFactory should delegate to.
- getTargetConnectionFactory() -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
- Return the target ConnectionFactory that this ConnectionFactory delegates to.
- getTargetConnectionFactory() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Return the target ConnectionFactory which will be used to lazily
create a single Connection, if any.
- getTargetConnectionFactory() -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Return the target ConnectionFactory that this ConnectionFactory should delegate to.
- getTargetDataSource() -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- Return the target DataSource that this DataSource should delegate to.
- getTargetField() -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Return the name of the field to be retrieved.
- getTargetInterfaceName() -
Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
- Return the name of the target interface that this invoker operates on.
- getTargetMap() -
Method in class org.springframework.validation.MapBindingResult
-
- getTargetMethod() -
Method in class org.springframework.util.MethodInvoker
- Return the name of the method to be invoked.
- getTargetObject() -
Method in class org.springframework.aop.scope.DefaultScopedObject
-
- getTargetObject() -
Method in interface org.springframework.aop.scope.ScopedObject
- Return the current target object behind this scoped object proxy,
in its raw form (as stored in the target scope).
- getTargetObject() -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- Return the target object on which the field is defined.
- getTargetObject() -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Overridden to support the
"targetBeanName"
feature.
- getTargetObject() -
Method in class org.springframework.util.MethodInvoker
- Return the target object on which to call the target method.
- getTargetPage(PortletRequest, Object, Errors, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the target page specified in the request.
- getTargetPage(PortletRequest, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Return the target page specified in the request.
- getTargetPage(HttpServletRequest, Object, Errors, int) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the target page specified in the request.
- getTargetPage(HttpServletRequest, int) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Return the target page specified in the request.
- getTargetPersistenceManagerFactory() -
Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
- Return the target JDO PersistenceManagerFactory that this proxy delegates to.
- getTargetSession() -
Method in interface org.springframework.jms.connection.SessionProxy
- Return the target Session of this proxy.
- getTargetSource() -
Method in interface org.springframework.aop.framework.Advised
- Return the TargetSource used by this Advised object.
- getTargetSource() -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- getTargetSource(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
- getTargetSource(Class, String) -
Method in interface org.springframework.aop.framework.autoproxy.TargetSourceCreator
- Create a special TargetSource for the given bean, if any.
- getTargetStream() -
Method in class org.springframework.mock.web.DelegatingServletOutputStream
- Return the underlying target stream (never
null
).
- getTargetType() -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Return the type to convert to.
- getTargetTypeName() -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Return the type to convert to.
- getTaskCount() -
Method in class org.springframework.util.StopWatch
- Return the number of tasks timed.
- getTaskExecutor() -
Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
- Return the current TaskExecutor for this multicaster.
- getTaskExecutor() -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
- Return the TaskExecutor to use for executing ServerSessions.
- getTaskExecutor() -
Method in class org.springframework.jms.listener.serversession.SimpleServerSessionFactory
- Return the TaskExecutor to use for executing ServerSessions.
- getTaskInfo() -
Method in class org.springframework.util.StopWatch
- Return an array of the data for tasks performed.
- getTaskName() -
Method in class org.springframework.util.StopWatch.TaskInfo
- Return the name of this task.
- getTempDir() -
Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() -
Method in class org.springframework.web.context.support.WebApplicationObjectSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() -
Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir(PortletContext) -
Static method in class org.springframework.web.portlet.util.PortletUtils
- Return the temporary directory for the current web application,
as provided by the portlet container.
- getTempDir() -
Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() -
Method in class org.springframework.web.struts.ActionSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() -
Method in class org.springframework.web.struts.DispatchActionSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() -
Method in class org.springframework.web.struts.LookupDispatchActionSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir() -
Method in class org.springframework.web.struts.MappingDispatchActionSupport
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTempDir(ServletContext) -
Static method in class org.springframework.web.util.WebUtils
- Return the temporary directory for the current web application,
as provided by the servlet container.
- getTemplate(Locale) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Retrieve the FreeMarker template for the given locale,
to be rendering by this view.
- getTemplate(String, Locale) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Retrieve the FreeMarker template specified by the given name,
using the encoding specified by the "encoding" bean property.
- getTemplate() -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Retrieve the Velocity template to be rendered by this view.
- getTemplate(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Retrieve the Velocity template specified by the given name,
using the encoding specified by the "encoding" bean property.
- getTemplateLoaderForPath(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Determine a FreeMarker TemplateLoader for the given path.
- getTemplates() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Obtain the Templates object to use, based on the configured
stylesheet, either a cached one or a freshly built one.
- getTemplateSource(String, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
- Creates the workbook from an existing XLS document.
- getTemplateSource(String, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
- Create the workbook from an existing XLS document.
- GETTERS -
Static variable in class org.springframework.aop.support.Pointcuts
- Pointcut matching all bean property getters, in any class
- getText() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getTextValue(Element) -
Static method in class org.springframework.util.xml.DomUtils
- Extract the text value from the given DOM element, ignoring XML comments.
- getTheme(String) -
Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
- getTheme(String) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- This implementation returns a SimpleTheme instance, holding a
ResourceBundle-based MessageSource whose basename corresponds to
the given theme name (prefixed by the configured "basenamePrefix").
- getTheme(String) -
Method in interface org.springframework.ui.context.ThemeSource
- Return the Theme instance for the given theme name.
- getTheme(String) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
- getTheme(String) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
- getTheme(String) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
- getTheme() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the current theme (never
null
).
- getTheme(HttpServletRequest) -
Static method in class org.springframework.web.servlet.support.RequestContextUtils
- Retrieves the current theme from the given request, using the ThemeResolver
and ThemeSource bound to the request by the DispatcherServlet.
- getThemeMessage(String, String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the theme message for the given code.
- getThemeMessage(String, Object[], String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the theme message for the given code.
- getThemeMessage(String, List, String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the theme message for the given code.
- getThemeMessage(String) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the theme message for the given code.
- getThemeMessage(String, Object[]) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the theme message for the given code.
- getThemeMessage(String, List) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the theme message for the given code.
- getThemeMessage(MessageSourceResolvable) -
Method in class org.springframework.web.servlet.support.RequestContext
- Retrieve the given MessageSourceResolvable in the current theme.
- getThemeResolver(HttpServletRequest) -
Static method in class org.springframework.web.servlet.support.RequestContextUtils
- Return the ThemeResolver that has been bound to the request by the
DispatcherServlet.
- getThemeSource() -
Method in class org.springframework.web.servlet.DispatcherServlet
- Return this servlet's ThemeSource, if any; else return
null
.
- getThemeSource(HttpServletRequest) -
Static method in class org.springframework.web.servlet.support.RequestContextUtils
- Return the ThemeSource that has been bound to the request by the
DispatcherServlet.
- getThis() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- Returns the Spring AOP proxy.
- getThis() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getThreadGroup() -
Method in class org.springframework.util.CustomizableThreadCreator
- Return the thread group that threads should be created in
(or
null
) for the default group.
- getThreadNamePrefix() -
Method in class org.springframework.util.CustomizableThreadCreator
- Return the thread name prefix to use for the names of newly
created threads.
- getThreadPoolExecutor() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Return the underlying ThreadPoolExecutor for native access.
- getThreadPoolExecutor() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Return the underlying ThreadPoolExecutor for native access.
- getThreadPriority() -
Method in class org.springframework.util.CustomizableThreadCreator
- Return the priority of the threads that this factory creates.
- getThrowawayClassLoader() -
Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
-
- getThrowawayClassLoader() -
Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
- This implementation always returns a SimpleThrowawayClassLoader.
- getThrowawayClassLoader() -
Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
- Return a throwaway class loader, enabling classes to be loaded and
inspected without affecting the parent class loader.
- getThrowawayClassLoader() -
Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
-
- getThrowawayClassLoader() -
Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
- getThrowawayClassLoader() -
Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
- This implementation builds a
SimpleThrowawayClassLoader
.
- getThrowawayClassLoader() -
Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
- Delegate for LoadTimeWeaver's
getThrowawayClassLoader
method.
- getTime(int, Calendar) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(String, Calendar) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTime(int, Calendar) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Time object.
- getTime(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Time object.
- getTime(String, Calendar) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Time object.
- getTime(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Time object.
- getTimeBetweenEvictionRunsMillis() -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
- Return the time between eviction runs that check idle objects.
- getTimeBetweenEvictionRunsMillis() -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Return the time between eviction runs that check idle ServerSessions.
- getTimeMillis() -
Method in class org.springframework.util.StopWatch.TaskInfo
- Return the time in milliseconds this task took.
- getTimeout() -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- getTimeout() -
Method in exception org.springframework.transaction.InvalidTimeoutException
- Return the invalid timeout value.
- getTimeout() -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
- getTimeout() -
Method in interface org.springframework.transaction.TransactionDefinition
- Return the transaction timeout.
- getTimerListener() -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Return the TimerListener to schedule.
- getTimerTask() -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
- Return the TimerTask to schedule.
- getTimeSeconds() -
Method in class org.springframework.util.StopWatch.TaskInfo
- Return the time in seconds this task took.
- getTimestamp() -
Method in class org.springframework.context.ApplicationEvent
- Return the system time in milliseconds when the event happened.
- getTimestamp(int, Calendar) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(int) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(String, Calendar) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(String) -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- getTimestamp(int, Calendar) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Timestamp object.
- getTimestamp(int) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Timestamp object.
- getTimestamp(String, Calendar) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Timestamp object.
- getTimestamp(String) -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Retrieves the value of the indicated column in the current row as
a Timestamp object.
- getTimeToLive() -
Method in class org.springframework.jms.core.JmsTemplate
- Return the time-to-live of the message when sending.
- getTimeToLiveInMillis() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Return the time to live for this object in milliseconds.
- getTimeToLiveInSeconds() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
- Return the time to live for this object in seconds.
- getTimeUnit() -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Return the time unit for the delay and period values.
- getTimeUnit() -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Return the time unit for the delay and period values.
- getTitle() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- getTitle() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Get the value of the '
title
' attribute.
- getTo() -
Method in class org.springframework.mail.SimpleMailMessage
-
- getToolboxConfigLocation() -
Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
- Return the Velocity Toolbox config location, if any.
- getTopLinkTemplate() -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
- Return the TopLinkTemplate for this DAO,
pre-initialized with the SessionFactory or set explicitly.
- getTotalTimeMillis() -
Method in class org.springframework.util.StopWatch
- Return the total time in milliseconds for all tasks.
- getTotalTimeSeconds() -
Method in class org.springframework.util.StopWatch
- Return the total time in seconds for all tasks.
- getTransaction() -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getTransaction() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getTransaction(TransactionDefinition) -
Method in interface org.springframework.transaction.PlatformTransactionManager
- Return a currently active transaction or create a new one, according to
the specified propagation behavior.
- getTransaction(TransactionDefinition) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- This implementation handles propagation behavior.
- getTransaction() -
Method in class org.springframework.transaction.support.DefaultTransactionStatus
- Return the underlying transaction object.
- getTransactionalEntityManager() -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- Obtain the transactional EntityManager for this accessor's EntityManagerFactory, if any.
- getTransactionalEntityManager(EntityManagerFactory) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Obtain a JPA EntityManager from the given factory.
- getTransactionalEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- Obtain a JPA EntityManager from the given factory.
- getTransactionalQueueSession(QueueConnectionFactory, QueueConnection, boolean) -
Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
- Obtain a JMS QueueSession that is synchronized with the current transaction, if any.
- getTransactionalSession(ConnectionFactory, Connection, boolean) -
Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
- Obtain a JMS Session that is synchronized with the current transaction, if any.
- getTransactionalTopicSession(TopicConnectionFactory, TopicConnection, boolean) -
Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
- Obtain a JMS TopicSession that is synchronized with the current transaction, if any.
- getTransactionAttribute(Method, Class) -
Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
- Determine the transaction attribute for this method invocation.
- getTransactionAttribute(Method, Class) -
Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
-
- getTransactionAttribute(Method, Class) -
Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
- getTransactionAttribute(Method, Class) -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- getTransactionAttribute(Method, Class) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
- getTransactionAttribute() -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- getTransactionAttribute(Method, Class) -
Method in interface org.springframework.transaction.interceptor.TransactionAttributeSource
- Return the transaction attribute for this method.
- getTransactionAttributeSource() -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Return the transaction attribute source.
- getTransactionAttributeSources() -
Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
- Return the TransactionAttributeSource instances that this
CompositeTransactionAttributeSource combines.
- getTransactionAwareConnectionProxy(Connection, ConnectionFactory) -
Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
- Wrap the given Connection with a proxy that delegates every method call to it
but delegates
close
calls to ConnectionFactoryUtils.
- getTransactionAwareConnectionProxy(Connection, DataSource) -
Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Wrap the given Connection with a proxy that delegates every method call to it
but delegates
close
calls to DataSourceUtils.
- getTransactionAwareSessionFactoryProxy(SessionFactory) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Wrap the given SessionFactory with a proxy that delegates every method call
to it but delegates
getCurrentSession
calls to SessionFactoryUtils,
for participating in Spring-managed transactions.
- getTransactionManager() -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- Return the Spring PlatformTransactionManager to use for transactional
wrapping of message reception plus listener execution.
- getTransactionManager(Properties) -
Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
-
- getTransactionManager(Properties) -
Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
-
- getTransactionManager() -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
- Return the transaction manager.
- getTransactionManager() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Return the JTA TransactionManager that this transaction manager uses.
- getTransactionManager() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
- Return the JTA TransactionManager that this adapter delegates to.
- getTransactionManager() -
Method in class org.springframework.transaction.support.TransactionTemplate
- Return the transaction management strategy to be used.
- getTransactionStatus() -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- getTransactionSynchronization() -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Return if this transaction manager should activate the thread-bound
transaction synchronization support.
- getTransactionType() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- getTransformerFactory() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Return the TransformerFactory used by this view.
- getTransformerFactory() -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Return the TransformerFactory that this XsltView uses.
- getTransport(Session) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Obtain a Transport object from the given JavaMail Session,
using the configured protocol.
- getType(String) -
Method in interface org.springframework.beans.factory.BeanFactory
- Determine the type of the bean with the given name.
- getType() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Return the type of the constructor argument.
- getType(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getType(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
-
- getType(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
-
- getType() -
Method in class org.springframework.core.enums.AbstractLabeledEnum
-
- getType() -
Method in interface org.springframework.core.enums.LabeledEnum
- Return this enumeration's type.
- getType() -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Get the value of the '
type
' attribute.
- getType() -
Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
- Return '
password
' causing the rendered HTML 'input
'
element to have a 'type
' of 'password
'.
- getTypeClass() -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Return the type implementation class.
- getTypeConverter() -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Obtain a type converter as used by this BeanFactory.
- getTypeConverter() -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- getTypeConverter() -
Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
- Return the TypeConverter used for argument type conversion.
- getTypeForFactoryBean(String, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- This implementation checks the FactoryBean's
getObjectType
method
on a plain instance of the FactoryBean, without bean properties applied yet.
- getTypeForFactoryBean(String, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Determine the bean type for the given FactoryBean definition, as far as possible.
- getTypeForFactoryBean(FactoryBean) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Determine the type for the given FactoryBean.
- getTypeForFactoryMethod(String, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Determine the bean type for the given bean definition which is based on
a factory method.
- getTypeIndexForCurrentLevel() -
Method in class org.springframework.core.MethodParameter
- Return the type index for the current nesting level.
- getTypeIndexForLevel(int) -
Method in class org.springframework.core.MethodParameter
- Return the type index for the specified nesting level.
- getTypeName() -
Method in class org.springframework.jdbc.core.SqlParameter
- Return the type name of the parameter, if any.
- getTypeName() -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- Return the name of the type.
- getTypePattern() -
Method in class org.springframework.aop.aspectj.TypePatternClassFilter
-
- getTypeQName(String) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
- Return a
QName
for the given name, relative to the
namespace URI
of this post-processor, if given.
- getTypeValue(CallableStatement, int, int, String) -
Method in interface org.springframework.jdbc.core.SqlReturnType
- Get the type value from the specific object.
- getUploadTempDir() -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
- Return the temporary directory where uploaded files get stored.
- getUptimeMillis() -
Method in class org.springframework.util.ResponseTimeMonitorImpl
- Return the number of milliseconds since this object was loaded.
- getURL() -
Method in class org.springframework.core.io.AbstractResource
- This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to a URL.
- getURL() -
Method in class org.springframework.core.io.ClassPathResource
- This implementation returns a URL for the underlying class path resource.
- getURL() -
Method in class org.springframework.core.io.FileSystemResource
- This implementation returns a URL for the underlying file.
- getURL() -
Method in interface org.springframework.core.io.Resource
- Return a URL handle for this resource.
- getURL() -
Method in class org.springframework.core.io.UrlResource
- This implementation returns the underlying URL reference.
- getUrl() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Return the JDBC URL to use for accessing the DriverManager.
- getURL(String) -
Static method in class org.springframework.util.ResourceUtils
- Resolve the given resource location to a
java.net.URL
.
- getURL() -
Method in class org.springframework.web.context.support.ServletContextResource
- This implementation delegates to
ServletContext.getResource
,
but throws a FileNotFoundException if no resource found.
- getURL() -
Method in class org.springframework.web.portlet.context.PortletContextResource
-
- getUrl() -
Method in class org.springframework.web.servlet.handler.metadata.PathMap
- Return the URL that this attribute indicates.
- getUrl() -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
- Return the URL of the resource that this view wraps.
- getUrlMap() -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
- Allow Map access to the URL path mappings, with the option to add or
override specific entries.
- getUrlPathHelper() -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
- Return the UrlPathHelper to use for the resolution of lookup paths.
- getUrlPathHelper() -
Method in class org.springframework.web.servlet.support.RequestContext
- Return the UrlPathHelper used for context path and request URI decoding.
- getUserAttribute(String) -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- getUserAttribute(String) -
Method in interface org.springframework.aop.ProxyMethodInvocation
- Return the value of the specified user attribute.
- getUserAttributes() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
- Return user attributes associated with this invocation.
- getUserClass(Object) -
Static method in class org.springframework.util.ClassUtils
- Return the user-defined class for the given instance: usually simply
the class of the given instance, but the original class in case of a
CGLIB-generated subclass.
- getUserClass(Class) -
Static method in class org.springframework.util.ClassUtils
- Return the user-defined class for the given class: usually simply the given
class, but the original class in case of a CGLIB-generated subclass.
- getUserinfoUsernameAttributes() -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Returns the list of attributes that will be searched in the USER_INFO map
when trying to find the username of the current user
- getUsername() -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Return the JDBC username to use for accessing the DriverManager.
- getUsername() -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Return the username for the account at the mail host.
- getUsername() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Return the username to specify on the stub or call.
- getUserName() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return the name of the user that was associated with the request
(usually the UserPrincipal).
- getUsernameForRequest(PortletRequest) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Determine the username for the given request.
- getUsernameForRequest(HttpServletRequest) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Determine the username for the given request.
- getUserPrincipal() -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getUserPrincipal() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- getUserPrincipal() -
Method in class org.springframework.web.context.request.ServletWebRequest
-
- getUserPrincipal() -
Method in interface org.springframework.web.context.request.WebRequest
- Return the user principal for this request, if any.
- getUserPrincipal() -
Method in class org.springframework.web.portlet.context.PortletWebRequest
-
- getUserPrincipal() -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- getUserTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Return the JTA UserTransaction that this transaction manager uses.
- getUserTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionObject
- Return the JTA UserTransaction object for the current transaction.
- getUserTransactionName() -
Method in class org.springframework.orm.hibernate.LocalTransactionManagerLookup
-
- getUserTransactionName() -
Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
-
- getValidatedSession() -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getValidatedSession(Object) -
Method in class org.springframework.orm.hibernate.SessionHolder
-
- getValidatedSession() -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getValidatedSession(Object) -
Method in class org.springframework.orm.hibernate3.SessionHolder
-
- getValidator() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
-
- getValidator() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the primary Validator for this controller.
- getValidators() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Return the Validators for this controller.
- getValidators() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Return the Validators for this controller.
- getValidators() -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
- Return the Validators for this controller.
- getValue() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Return the value for the constructor argument.
- getValue() -
Method in class org.springframework.beans.factory.config.TypedStringValue
- Return the String value.
- getValue() -
Method in class org.springframework.beans.PropertyValue
- Return the value of the property.
- getValue() -
Method in exception org.springframework.beans.TypeMismatchException
- Return the offending value (may be
null
)
- getValue(String) -
Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
-
- getValue(String) -
Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
-
- getValue(String) -
Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
- Return the parameter value for the requested named parameter.
- getValue() -
Method in class org.springframework.jdbc.core.SqlParameterValue
- Return the value object that this parameter value holds.
- getValue(String) -
Method in class org.springframework.mock.web.MockHttpSession
-
- getValue(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getValue() -
Method in class org.springframework.remoting.support.RemoteInvocationResult
- Return the result value returned by a successful invocation
of the target method, if any.
- getValue() -
Method in class org.springframework.web.servlet.support.BindStatus
- Return the current value of the field, i.e. either the property value
or a rejected update, or
null
if not field-specific.
- getValue() -
Method in class org.springframework.web.servlet.tags.form.CheckboxTag
- Get the value of the '
value
' attribute.
- getValue() -
Method in class org.springframework.web.servlet.tags.form.OptionTag
- Get the 'value' attribute of the rendered HTML
<option>
tag.
- getValue() -
Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
- Get the value of the '
value
' attribute.
- getValueNames() -
Method in class org.springframework.mock.web.MockHttpSession
-
- getValues(String) -
Method in class org.springframework.core.Constants
- Return all values of the given group of constants.
- getValues() -
Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
- Expose the current parameter values as read-only Map.
- getValues(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
-
- getValuesForProperty(String) -
Method in class org.springframework.core.Constants
- Return all values of the group of constants for the
given bean property name.
- getValuesForSuffix(String) -
Method in class org.springframework.core.Constants
- Return all values of the given group of constants.
- getValueStyler() -
Method in class org.springframework.core.style.DefaultToStringStyler
- Return the ValueStyler used by this ToStringStyler.
- getValueType() -
Method in class org.springframework.web.servlet.support.BindStatus
- Get the '
Class
' type of the field.
- getVariableName(Object) -
Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the supplied
code>Object
based on its concrete type.
null
if it cannot be determined.
null
if we are using a view name
to be resolved by the DispatcherPortlet via a ViewResolver.
null
if we are using a view name
to be resolved by the DispatcherServlet via a ViewResolver.
null
if we are using a view object.
null
if we are using a View object.
HttpServletRequest
into a view name.
HttpServletRequest
to the
view name based on the configured parameters.
ViewResolver
.
WebApplicationContext
from the
ServletContext
, falling back to the root
WebApplicationContext
.
WebApplicationContext
that this processor
delegates to.
LoadTimeWeaver
implementation for GlassFish's instrumentable ClassLoader.GroovyScriptFactory
to allow the customization of
a created GroovyObject
.ScriptFactory
implementation
for a Groovy script.execute
on it.
handleNavigation
method
delegates to the overloaded variant, passing in constructor-injected
NavigationHandler as argument.
handleNavigation
variant with explicit NavigationHandler
argument.
AbstractUrlViewController.getViewNameForRequest(javax.servlet.http.HttpServletRequest)
.
Tag
has any ancestor tag
of the supplied type.
true
if the attribute identified by name
exists.
toString()
's hash code.
Boolean.hashCode()
.
Double.hashCode()
.
Float.hashCode()
.
Long.hashCode()
.
AdvisedSupport
's
built-in caching. This class will be removed in Spring 2.1.null
and not the empty String.
null
and not the empty String.
null
nor of length 0.
null
and must contain at least one non-whitespace character.
null
and must contain at least one non-whitespace character.
ModelAndView
has a view, either
as a view name or as a direct view instance.
ModelAndView
has a view, either
as a view name or as a direct View
instance.
MethodInterceptor
for accessing a Hessian service.HibernateTemplate
and HibernateInterceptor
,
defining common properties such as SessionFactory and flushing behavior.HibernateTemplate
and HibernateInterceptor
,
defining common properties such as SessionFactory and flushing behavior.JpaDialect
implementation for
Hibernate EntityManager.JpaVendorAdapter
implementation for
Hibernate EntityManager.HibernateTemplate
.HibernateTemplate
.org.springframework.dao
exceptions.org.springframework.dao
exceptions.org.springframework.dao
exception hierarchy.PlatformTransactionManager
implementation for a single Hibernate SessionFactory
.PlatformTransactionManager
implementation for a single Hibernate SessionFactory
.input
' field
containing the databound value.TargetSource
implementation that
caches a local target object, but allows the target to be swapped
while the application is running.web.xml
): "defaultHtmlEscape".
HttpRequestHandler
interface with the generic DispatcherServlet
.HttpServlet
which treats
its config parameters (init-param
entries within the
servlet
tag in web.xml
) as bean properties.id
' attribute of the rendered HTML tag.
ObjectName
with the
identity hash code of its corresponding managed resource.
ObjectNamingStrategy
interface that
creates a name based on the the identity of a given instance.merge
method).WebUtils.INCLUDE_CONTEXT_PATH_ATTRIBUTE
WebUtils.INCLUDE_SERVLET_PATH_ATTRIBUTE
WebUtils.INCLUDE_REQUEST_URI_ATTRIBUTE
beans
map of the
MBeanExporter
.
Method
is declared in
one of the configured interfaces and that it is public.
true
.
Method
is declared in
one of the configured interfaces and that it is public.
true
.
Method
is declared in
one of the configured interfaces and that it is public.
true
.
BeanDefinitionParsers
for the
'config
', 'spring-configured
', 'aspectj-autoproxy
'
and 'scoped-proxy
' tags.
DefaultBeanDefinitionDocumentReader
after
construction but before any custom elements are parsed.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
BeanNameUrlHandlerMapping.detectHandlers()
method in addition to the
superclass's initialization.
detectAndCreateHandlers
method in addition
to the superclass's initialization.
SimpleUrlHandlerMapping.registerHandlers(java.util.Map)
method in addition to the
superclass's initialization.
ControllerClassNameHandlerMapping.detectControllers()
method in addition to the
superclass's initialization.
ApplicationContext
to do it.
initBinder(HttpServletRequest, ServletRequestDataBinder)
instead
Patterns
from the supplied String[]
.
ORO representation
of the supplied exclusion patterns.
BeanFactory
from the ResourceBundle
,
for the given locale
.
setBeanName
and setBeanFactory
,
also applying all bean post processors.
ConfigurableApplicationContext.refresh()
.
"methodMap"
, if any.
oracle.sql.BLOB
and oracle.sql.CLOB
classes via reflection, and initialize the values for the
DURATION_SESSION and MODE_READWRITE constants defined there.
Patterns
from the supplied String[]
.
ORO representation
of the supplied exclusion patterns.
HttpServletBean
, invoked after any bean properties
have been set.
WebApplicationContext
from the
ServletContext
, falling back to the root
WebApplicationContext
.
Resource
-style prefix that denotes
an inline script.
java.io.InputStream
, allowing InputStream properties
to be set directly as a text string.Resource
implementation for a given InputStream.InputStream
.input
'
element with a 'type
' of 'text
'.EmptyTargetSource
.
StaticLabeledEnumResolver
singleton instance.
BeanPostProcessor
that adds a before-instantiation callback,
and a callback after instantiation but before explicit properties are set or
autowiring occurs.SmartInstantiationAwareBeanPostProcessor
as no-ops, which will not change normal processing of each bean instantiated
by the container.Instrumentation
interface from the JVM for
later use.AbstractReflectiveMBeanInfoAssembler
that allows for
the management interface of a bean to be defined using arbitrary interfaces.MethodNameResolver
that maps URL to
method name.UrlBasedViewResolver
that supports
InternalResourceView
(i.e.view class
to InternalResourceViewResolver.requiredViewClass()
:
by default InternalResourceView
, or JstlView
if the JSTL API
is present.
java.mail.internet.InternetAddress
,
to directly populate an InternetAddress property.BatchPreparedStatementSetter
interface,
adding a batch exhaustion check.IntroductionInfo
.JavaBeans Introspector
cache on web app shutdown.InvalidInvocationException
with the supplied
error message.
JmxAttributeSource
when it encounters
incorrect metadata on a managed resource or one of its methods.InvalidMetadataException
with the supplied
error message.
InvocationFailureException
with the supplied
error message.
InvocationFailureException
with the
specified error message and root cause.
MethodInvocation
.
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
JndiRmiClientInterceptor.doInvoke(org.aopalliance.intercept.MethodInvocation, java.rmi.Remote)
.
doInvoke
.
afterCommit
methods of the
given Spring TransactionSynchronization objects.
afterCompletion
methods of the
given Spring TransactionSynchronization objects.
afterCompletion
methods of the
given Spring TransactionSynchronization objects.
Method
against the supplied target object
with no arguments.
Method
against the supplied target object
with the supplied arguments.
MethodInvocation
.
enterMessage
.
Validator
for the supplied object and
Errors
instance.
visit
method
on the provided visitor, passing in the specified argument.
true
if the advisor is a form of after advice.
AjTypeSystem
.
ClassUtils.isAssignable
ClassUtils.isAssignableValue
superType.isAssignableFrom(subType)
is true
.
superType.isAssignableFrom(subType)
is true
.
setValues
call.
true
if the advisor is a form of before advice.
true
if request parameters should be bound in case of a new form.
ShadowingClassLoader.isEligibleForShadowing(java.lang.String)
getAcknowledgeMode()
method.
getAcknowledgeMode()
method.
getAcknowledgeMode()
method.
getAcknowledgeMode()
method.
true
),
or whether the value still needs to be converted (false
).
true
),
or whether the values still need to be converted (false
).
true
),
or whether the value still needs to be converted (false
).
SchedulingAwareRunnable.isLongLived()
,
if available.
web.xml
(if any).
true
if the supplied Collection is null
or empty.
true
if the supplied Map is null
or empty.
null
or of zero length.
Session
to a
registered SessionAwareMessageListener
.
isFormChangeRequest
variant, called by the full
variant SimpleFormController.isFormChangeRequest(HttpServletRequest, Object)
.
isInfrastructureClass(beanClass)
false
.
true
.
null
.
invokeUnderTrace
method should be called.
doFindPathMatchingJarResources
method can handle.
Log
instance is enabled.
true
) versus short-lived (false
).
ScriptSource.getScriptAsString()
was called.
false
by default.
true
, as WebLogic returns wrapped CallableStatements.
true
, as WebSphere returns wrapped CallableStatements.
true
, as CoreCallableStatement does not allow access to the
underlying Connection.
false
by default.
true
, as WebLogic returns wrapped PreparedStatements.
true
, as WebSphere returns wrapped PreparedStatements.
false
by default.
true
, as WebLogic returns wrapped Statements.
true
, as WebSphere returns wrapped Statements.
true
, as CoreStatement does not allow access to the
underlying Connection.
null
.
null
.
DataSource
, applying the current
Spring transaction's isolation level (and potentially specified user credentials)
to every getConnection
call.Advised
.
false
.
true
.
MockHttpServletResponse.getOutputStream()
access is allowed.
string
represent a pattern that can be matched
by an implementation of this interface?
MethodInvoker.getPreparedMethod()
already.
Class
identified by the supplied name is present
and can be loaded.
Class
identified by the supplied name is present
and can be loaded.
Topics
) is used.
ActionResponse.sendRedirect(java.lang.String)
is
expected to be called in the action phase.
doRollback
should be performed on failure of the
doCommit
call.
MethodMatcher.matches(java.lang.reflect.Method, Class, Object[])
method at
runtime even if the 2-arg matches method returns true
?
true
if session form mode is activated.
sessions
used by this
accessor are supposed to be transacted.
PropertyPathFactoryBean.getObject()
call.
true
.
TargetSource.getTarget()
return the same object?
Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
MutableSortDefinition.setProperty(java.lang.String)
gets called with already set property name again).
IllegalArgumentException
if the test result is false
.
IllegalArgumentException
if the test result is false
.
MockHttpServletResponse.getOutputStream()
access is allowed.
AbstractJasperReportsSingleFormatView
that renders report results in CSV format.AbstractJasperReportsSingleFormatView
that renders report results in HTML format.JasperReportsMultiFormatView
instance
with a default set of mappings.
AbstractJasperReportsSingleFormatView
that renders report results in PDF format.ViewResolver
implementation that
resolves instances of AbstractJasperReportsView
by translating
the supplied view name into the URL of the report file.AbstractJasperReportsSingleFormatView
that renders report results in XLS format.MailSender
interface for JavaMail,
supporting MIME messages both as direct arguments and through preparation
callbacks.JavaMailSender
interface,
supporting both JavaMail MimeMessages
and Spring
SimpleMailMessages
.JavaMailSenderImpl
class.
MethodInterceptor
for accessing a specific port
of a JAX-RPC service.FactoryBean
for a specific port of a
JAX-RPC service.JdbcTemplate
and
other JDBC-accessing DAO helpers, defining common properties such as
DataSource and exception translator.JdoTemplate
.org.springframework.dao
exceptions.org.springframework.dao
exception hierarchy.PlatformTransactionManager
implementation
for a single JDO PersistenceManagerFactory
.NamespaceHandler
for the 'jee
' namespace.JmsTemplate
and other
JMS-accessing gateway helpers, defining common properties such as the
JMS ConnectionFactory
to operate on.JmsTemplate
and other
JMS-accessing gateway helpers, adding destination-related properties to
JmsAccessor's
common properties.javax.jms
exceptions.
MethodInterceptor
for accessing a
JMS-based remote service.JmsTemplate
for the JMS 1.0.2 specification, not relying
on JMS 1.1 methods like JmsTemplate itself.PlatformTransactionManager
implementation
for a single JMS ConnectionFactory
.JmsTransactionManager
for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like JmsTransactionManager itself.MetadataMBeanInfoAssembler
to
read source-level metadata from a managed resource's class.DestinationResolver
implementation which interprets destination names
as JNDI locations (with a configurable fallback strategy).NamingException
: for example, from Spring's
JndiObjectTargetSource
.FactoryBean
that looks up a
JNDI object.TargetSource
that provides
configurable JNDI lookups for getTarget()
calls.MethodInterceptor
for accessing RMI services from JNDI.JpaTemplate
.org.springframework.dao
exceptions.PlatformTransactionManager
implementation
for a single JPA EntityManagerFactory
.ScriptFactory
implementation
for a JRuby script.RaiseException
being thrown from a JRuby method invocation.JRubyException
,
wrapping the given JRuby RaiseException
.
InternalResourceView
for JSTL pages,
i.e.afterCompletion
of
Spring TransactionSynchronizations after the outer JTA transaction has completed.PlatformTransactionManager
implementation
for JTA, delegating to a backend JTA provider.ObjectNamingStrategy
implementation that builds
ObjectName
instances from the key used in the
"beans" map passed to MBeanExporter
.LABEL_ORDER
.
LabeledEnum
instances.label
' element
that defines text that is associated with a single form element.NamespaceHandler
that supports the wiring of
objects backed by dynamic languages such as Groovy, JRuby and
BeanShell.TargetSource
that lazily accesses a
singleton bean from a BeanFactory
.PageContext
attribute under
which the bound value is exposed to inner OptionTags
.
BeanFactory
interface to be implemented by bean factories
that can enumerate all their bean instances, rather than attempting bean lookup
by name one by one as requested by clients.sessions.xml
configuration file.
Document
at the supplied InputSource
using the standard JAXP-configured
XML parser.
document
from the supplied source
.
JasperReport
from the specified Resource
.
JasperReport
from the specified Resource
.
ClassFileTransformers
to a
ClassLoader
- typically the current context class loader.buildView
for creating a new instance of the
specified view class, and applies the following Spring lifecycle methods
(as supported by the generic Spring bean factory):
ApplicationContextAware's setApplicationContext
InitializingBean's afterPropertiesSet
FactoryBean
that creates
a local JCA connection factory in "non-managed" mode (as defined by the
Java Connector Architecture specification).FactoryBean
that creates a JPA
EntityManagerFactory
according to JPA's standard
container bootstrap contract.java.util.Locale
, to directly populate a Locale property.FactoryBean
that creates a JPA
EntityManagerFactory
according to JPA's standard
standalone bootstrap contract.Service
references.FactoryBean
for locally
defined JAX-RPC Service references.FactoryBean
that creates a
JDO PersistenceManagerFactory
.FactoryBean
that creates a
Hibernate SessionFactory
.FactoryBean
that creates a
Hibernate SessionFactory
.FactoryBean
that creates a
TopLink SessionFactory
.MBeanServer
.
MBeanServer
.
MBeanServer
.
MBeanServer
.
Source
object in the supplied model,
converting objects as required.
resource
.Location
class.
Location
class.
ContextLoader.loadParentContext(ServletContext servletContext)
.
ContextLoader.loadParentContext(ServletContext servletContext)
.
"warnLogCategory"
property.
"warnLogCategory"
property.
Log
instance for this class.
Log
instance for this class.
Log
instance.
ManagedNotifications
ManagedOperationParameter
attribute.ManagedOperationParameter
attributes.Properties
instance
that supports merging of parent/child definitions.DataSourceLookup
implementation that relies on a map for doing lookups.MapDataSourceLookup
class.
MapDataSourceLookup
class.
MapDataSourceLookup
class.
createInputRecord
method.extractOutputData
method.mapRow
method for each row.ResultSet
.
SqlParameterSource
implementation that holds a given Map of parameters.addValue
.
text
against the given pattern
,
according to this PathMatcher's matching strategy.
true
if the Pattern
at index patternIndex
matches the supplied candidate String
.
IntroductionAwareMethodMatcher
(if applicable).
true
if the Pattern
at index patternIndex
matches the supplied candidate String
.
true
if the exclusion Pattern
at index patternIndex
matches the supplied candidate String
.
true
if the exclusion Pattern
at index patternIndex
matches the supplied candidate String
.
MethodInterceptor
that routes calls to an
MBean running on the supplied MBeanServerConnection
.MBeanServer
, without the need to define any
JMX-specific information in the bean classes.MBeanExporter
.MBeanExportException
with the
specified error message.
MBeanExportException
with the
specified error message and root cause.
MBeanInfoRetrievalException
with the
specified error message.
MBeanInfoRetrievalException
with the
specified error message and root cause.
MBeanExporter
after an MBean has been successfully
registered with an MBeanServer
.
MBeanServer
.FactoryBean
implementation that creates an MBeanServerConnection
to a remote MBeanServer
exposed via a JMXServerConnector
.MBeanServer
reference
through the standard JMX 1.2 MBeanServerFactory
API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).MBeanServer
,
or when more than one instance is found.MBeanServerNotFoundException
with the
supplied error message.
MBeanServerNotFoundException
with the
specified error message and root cause.
MBeanExporter
after an MBean has been successfully
unregistered from an MBeanServer
.
MessageConverter
implementations when the conversion
of an object to/from a Message
fails.Session
.MessageListenerAdapter
with default settings.
MessageListenerAdapter
for the given delegate.
MessageListenerAdapter
subclass for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like MessageListenerAdapter itself.MessageListenerAdapter102
class
with the default settings.
MessageListenerAdapter102
class
for the given delegate.
page context scope
.
MessageSource
.MessageSource
as a ResourceBundle
.AspectInstanceFactory
that returns AspectMetadata
associated with AspectJ-annotated classes.MBeanInfoAssembler
that reads the
management interface information from source level metadata.ObjectNamingStrategy
interface
that reads the ObjectName
from the source-level metadata.MethodBeforeAdvice
.AbstractReflectiveMBeanInfoAssembler
subclass that allows
method names to be explicitly excluded as MBean operations and attributes.FactoryBean
that exposes a
JobDetail
object which delegates job execution to a
specified (static or non-static) method.FactoryBean
implementation that locates a Method
on a specified bean.TransactionAttributeSource
implementation that
allows attributes to be stored per method in a Map
.Pointcut
: Checks whether the target method is eligible for advice.MethodMatchers
.AbstractReflectiveMBeanInfoAssembler
that allows
to specify method names to be exposed as MBean operations and attributes.MimeMessage
.ActionRequest
interface.MockPortalContext
and a default MockPortletContext
.
MockPortalContext
.
ActionResponse
interface.MockPortalContext
.
ExpressionEvaluator
interface, delegating to the Jakarta JSTL ExpressionEvaluatorManager.FilterConfig
interface.FilterConfig
interface.MockServletContext
.
MockServletContext
.
HttpServletRequest
interface.MockServletContext
.
MockServletContext
.
HttpServletResponse
interface.HttpSession
interface.MockServletContext
.
MultipartActionRequest
interface.MultipartFile
interface.MultipartHttpServletRequest
interface.PageContext
interface.MockServletContext
,
MockHttpServletRequest
, MockHttpServletResponse
,
MockServletConfig
.
MockHttpServletRequest
,
MockHttpServletResponse
, MockServletConfig
.
PortalContext
interface.PortletConfig
interface.PortletContext
interface.PortletPreferences
interface.PortletRequest
interface.MockPortalContext
and a default MockPortletContext
.
MockPortalContext
.
PortletRequestDispatcher
interface.PortletResponse
interface.MockPortalContext
.
PortletSession
interface.MockPortletContext
.
PortletURL
interface.RenderRequest
interface.MockPortalContext
and a default MockPortletContext
.
MockPortalContext
.
MockPortalContext
.
RenderResponse
interface.MockPortalContext
.
RequestDispatcher
interface.ServletConfig
interface.MockServletContext
.
MockServletContext
.
ServletContext
interface.Map
for use when building model data for use
with UI tools.ModelMap
.
ModelMap
containing the supplied model object
under the supplied name.
ModelMap
containing the supplied model object.
NotificationPublisher
implementation that uses the infrastructure
provided by the ModelMBean
interface to track
javax.management.NotificationListeners
and send Notifications
to those listeners.ModelMBeanNotificationPublisher
class
that will publish all Notifications
to the supplied ModelMBean
.
Controller
implementation that allows multiple request types to be handled by the same
class.MultiActionController
that looks for
handler methods in the present subclass.
MultiActionController
that looks for
handler methods in delegate, rather than a subclass of this class.
PersistenceUnitInfo
interface,
used to bootstrap an EntityManagerFactory in a container.PropertyValues
interface.SortDefinition
interface.DataSource
.
JdbcTemplate
.
TransactionAttributeSource
implementation that
allows attributes to be matched by registered name.DefaultBeanDefinitionDocumentReader
for handling custom namespaces in a Spring XML configuration file.DefaultBeanDefinitionDocumentReader
to
locate a NamespaceHandler
implementation for a particular namespace URI.NamespaceHandlers
.Exceptions
with a root cause.NestedCheckedException
with the specified detail message.
NestedCheckedException
with the specified detail message
and nested exception.
NestedIOException
with the specified detail message.
NestedIOException
with the specified detail message
and nested exception.
Exceptions
with a root cause.NestedRuntimeException
with the specified detail message.
NestedRuntimeException
with the specified detail message
and nested exception.
NestedServletException
with the specified detail message.
NestedServletException
with the specified detail message
and nested exception.
createSqlRowSet
implementation.
org.apache.commons.fileupload.servlet.ServletFileUpload
instance.
org.apache.commons.fileupload.portlet.PortletFileUpload
instance.
newNamedQuery
method.
List
.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one element.
null
and must have at least one entry.
null
and must have at least one entry.
NotificationListener
,
a NotificationFilter
, and an arbitrary handback
object.NotificationListenerBean
class.
NotificationListenerBean
class.
MBeanServer
.MBeanServer
and wishes to send
JMX javax.management.Notifications
.null
.
null
.
null
based on the
provided flag, decorating the given Comparator.
true
if both are null
or false
if only one is
null
.
Object.hashCode()
.
SourceExtractor
that returns null
as the source metadata.ObjectError
class.
FactoryBean
implementation that
returns a value which is an ObjectFactory
that in turn returns a bean sourced from a BeanFactory
.ObjectName
instances.ObjectName
instances.JtaTransactionManager
variant for Oracle OC4J (10.1.3 and higher).LoadTimeWeaver
implementation for OC4J's instrumentable ClassLoader.OC4JLoadTimeWeaver
class
using the default class loader
.
OC4JLoadTimeWeaver
class
using the supplied ClassLoader
.
onblur
' attribute.
onCancel
version.
onchange
' attribute.
ejbCreate()
method.
ejbCreate()
method.
onfocus
' attribute.
SimpleFormController.isFormChangeRequest(PortletRequest)
returns true
.
onFormChange
variant, called by the full version
onFormChange(request, response, command, errors)
.
SimpleFormController.isFormChangeRequest(javax.servlet.http.HttpServletRequest)
returns true
.
onFormChange
variant, called by the full variant
SimpleFormController.onFormChange(HttpServletRequest, HttpServletResponse, Object, BindException)
.
exporterClass
property is specified.
JmsInvokerServiceExporter.readRemoteInvocation(javax.jms.Message)
when it encounters an invalid request message.
extractInvocationResult
when it encounters an invalid response message.
MessageListener
entry point.
SessionAwareMessageListener
entry point.
DispatcherPortlet.initStrategies(org.springframework.context.ApplicationContext)
.
DispatcherServlet.initStrategies(org.springframework.context.ApplicationContext)
.
ObjectName
.
setUp()
method, which is final in this class.
onSubmit
variant.
onSubmit
variant.
onSubmitAction
version.
onSubmitAction
version.
onSubmitRender
version.
onSubmitRender
version.
ObjectName
.
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter)
allowing subclasses to perform
any precondition checks or setup tasks that might be necessary.
select
' tag before proceeding.
JpaDialect
implementation for
Apache OpenJPA.JpaVendorAdapter
implementation for
Apache OpenJPA.option
' tags within a
'select
' tag.option
' tag.Comparator
implementation for Ordered
objects,
sorting by order value ascending (resp. by priority descending).org.springframework.beans.factory
package.BeanFactory
implementation,
including a standard "spring-beans" DTD.org.springframework.jca.cci.core
package.org.springframework.jdbc.core
package.MBeanServer
s
and for exposing an MBeanServer
to remote clients.org.springframework.orm.hibernate
package.org.springframework.orm.hibernate3
package.org.springframework.orm.ibatis
package.org.springframework.orm.jdo
package.org.springframework.orm.jpa
package.org.springframework.orm.toplink
package.java.util.concurrent
package, allowing to set
up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in
a Spring context.java.util.Comparator
implementations,
such as an invertible comparator and a compound comparator.org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.ClassLoader
that does not always delegate to the
parent loader, as normal class loaders do.MBeanParameterInfo
into an array of
Class
instances corresponding to the parameters.
MBeanParameterInfo
into an array of
Class
instances corresponding to the parameters.
RowMapper
interface,
adding type parameterization.ActionRequest
to the
RenderRequest
.Element
and register the resulting
BeanDefinition(s)
with the
ParserContext.getRegistry()
BeanDefinitionRegistry}
embedded in the supplied ParserContext
.
Element
and register any resulting
BeanDefinitions
with the
BeanDefinitionRegistry
that is embedded in the supplied ParserContext
.
Element
by delegating to the BeanDefinitionParser
that is
registered for that Element
.
<bean>
element.
<bean>
element.
Element
into one or more BeanDefinitions
.
BeanDefinitionBuilder
instance for the
bean Class
and passes it to the
AbstractSingleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder)
strategy method.
localeString
into a Locale
.
decode
methods.
Stack
-based structure for tracking the logical position during
a parsing process.ParseState
with an empty Stack
.
ParseState
.FilterConfig
interface which
simply passes the call through to a given Filter/FilterChain combo
(indicating the next Filter in the chain along with the FilterChain that it is
supposed to work on) or to a given Servlet (indicating the end of the chain).SourceExtractor
implementation that just passes
the candidate source metadata object through for attachment.input
'
element with a 'type
' of 'password
'.HttpServletRequest
attribute that contains the path
within the handler mapping, in case of a pattern match, or the full
relevant URI (typically within the DispatcherServlet's mapping) else.
String
-based path matching.ResourcePatternResolver
implementation that is able to resolve a
specified resource location path into one or more matching Resources.java.util.regex.Pattern
, to directly populate a Pattern property.ParseState.Entry
currently at the top of the Stack
or
null
if the Stack
is empty.
execute
,
converting non-Servlet/IO Exceptions to ServletException.
MethodInterceptor
for performance monitoring.performJaxRpcCall
variant with an explicit Service argument
PersistenceUnit
and PersistenceContext
annotations, for injection of
the corresponding JPA resources EntityManagerFactory
and EntityManager
.Repository
annotation,
adding a corresponding PersistenceExceptionTranslationAdvisor
to the exposed proxy (either an existing AOP proxy or a newly generated
proxy that implements all of the target's interfaces).$[argumentTypes]
placeholder.
$[arguments]
placeholder.
$[exception]
placeholder.
$[invocationTime]
placeholder.
$[methodName]
placeholder.
$[returnValue]
placeholder.
$[targetClassName]
placeholder.
$[targetClassShortName]
placeholder.
EntityResolver
implementation that attempts to resolve schema URLs into
local classpath resources
using a set of mappings files.ComponentDefinition
implementation that holds a pointcut definition.ParseState
entry representing a pointcut.PointcutEntry
class.
ParseState.Entry
from the Stack
.
Descriptor
for a particular
attribute.
ManagedAttribute
attribute
to the attribute descriptor.
ModelMBeanInfo
instance has been constructed but
before it is passed to the MBeanExporter
.
Descriptor
for an
MBean.
ManagedResource
attribute
to the MBean descriptor.
Descriptor
for a particular
operation.
ManagedAttribute
attribute
to the attribute descriptor.
BeanPostProcessor
implementation that passes the PortletContext to beans that implement
the PortletContextAware
interface.PathMatchingResourcePatternResolver
,
able to find matching resources below the web application root directory
via Portlet API's PortletContext.getResourcePaths
.RequestAttributes
interface.PortletRequest
, delegating all
calls to the underlying request.PortletRequest
.
WebRequest
adapter
for a PortletRequest
.Controller
implementation that wraps a portlet instance which it manages
internally.afterPropertiesSet
or a custom init-method).
ServletContextAwareProcessor
, etc.
ServletContextAwareProcessor
, etc.
PortletContextAwareProcessor
, etc.
PortletContextAwareProcessor
, etc.
afterPropertiesSet
or a custom init-method).
BeanComponentDefinition
but before the
BeanComponentDefinition
has been registered with a
BeanDefinitionRegistry
.
Service
.
TypeMappingRegistry
.
postProcessAfterInitialization
callback of all
registered BeanPostProcessors, giving them a chance to post-process the
object obtained from FactoryBeans (for example, to auto-proxy them).
InstantiationAwareBeanPostProcessor.postProcessBeforeInstantiation(java.lang.Class, java.lang.String)
callback.
java.util.prefs
).TaskExecutor
prefer short-lived tasks over
long-lived tasks?
preHandleRender
and preHandleAction
delegate to.
true
.
preHandle
.
ActionRequest
,
get handler mapping parameter and add it to the ActionResponse.
preHandle
.
FactoryBeans
.
Instrumentation
interface exposed by the JVM.
PreparedStatementCreator
objects with different parameters based on a SQL statement and a single
set of parameter declarations.JdbcTemplate
class.persistence.xml
files,
parsing all matching files, configurating and post-processing them.
ConditionalTestCase.runBare()
method to
prevent transactional execution.
Problem
class.
Problem
class.
Problem
class.
onSubmitAction
's full version else.
CancellableFormController.isCancelRequest(javax.servlet.http.HttpServletRequest)
.
SimpleFormController.showForm(HttpServletRequest, HttpServletResponse, BindException)
in case of errors, and delegates to the full
SimpleFormController.onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException)
's
variant else.
PropertyAccessException
to an appropriate
error registered on the given Errors
instance.
TransactionDefinition.PROPAGATION_REQUIRED
else.
PropertyEditor
for Properties
objects.java.util.Properties
,
performing standard handling of input streams.java.util.Properties
,
allowing for pluggable parsing strategies.BeanWrapper
.PropertyAccessor
interface.PropertyEditors
.PropertyEditorRegistry
interface.ParseState
entry representing a JavaBean property.PropertyEntry
class.
FactoryBean
that evaluates a property path on a given target object.Editor
for a PropertyValues
object.proxy-target-class
attribute as found on AOP-related XML tags.
TargetSource
,
making the proxy implement the specified interface.
FactoryBean
implementation that builds an
AOP proxy based on beans in Spring BeanFactory
.MethodInvocation
interface, allowing access to the proxy that the method invocation was made through.ParseState.Entry
to the Stack
.
List
of Objects
of type T
using
the supplied ParameterizedRowMapper
to the query results to the object.
int
passing in a SQL query and a variable
number of arguments.
long
passing in a SQL query and a variable
number of arguments.
T
identified by the supplied @Class
.
T
using the supplied
ParameterizedRowMapper
to the query results to the object.
RedirectView.appendQueryProperties(java.lang.StringBuffer, java.util.Map, java.lang.String)
.
input
'
element with a 'type
' of 'radio
'.readonly
' attribute.
MethodInvocation
interface,
implementing the extended
ProxyMethodInvocation
interface.Advisor
.bean
with the supplied
registry
.
BeanDefinitionDecorator
to
handle the specified element.
BeanDefinitionDecorator
to
handle the specified attribute.
BeanDefinitionParser
to
handle the specified element.
MBeanServer
.
MBeanServer
.
ConfigurableBeanFactory.addPropertyEditorRegistrar(org.springframework.beans.PropertyEditorRegistrar)
ScheduledExecutorTasks
on the given ScheduledExecutorService
.
ScheduledExecutorTasks
on the given ScheduledExecutorService
.
ScheduledTimerTasks
on the given Timer
.
BeanFactory
instance referred to by this object is not
needed any longer by the client code which obtained the BeanFactoryReference
.
getJdbcConnection
.
getJdbcConnection
.
ObjectPool
.
TargetSource.getTarget()
method.
MessageSource
implementation that
accesses resource bundles using specified basenames.RemoteInvocation
objects.name
from the underlying scope.
name
and return its value.
AbstractHtmlElementBodyTag.doFinally()
allowing subclasses to remove any attributes from the
PageContext
as needed.
this key
in the PageContext.PAGE_SCOPE
.
removePropertyValue
that takes a property name.
JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied Writer
.
JasperPrint
instance using the
supplied JRAbstractExporter
instance and write the results
to the supplied OutputStream
.
showForm
in case of errors,
and delegates to onSubmitRender's full version else.
renderFromBodyContent(BodyContent, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Render the tag contents based on the supplied BodyContent
.
renderFromBodyContent(BodyContent, TagWriter) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
renderInvalidSubmit(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Handle an invalid submit request, e.g. when in session form mode but no form object
was found in the session (like in case of an invalid resubmit by the browser).
renderInvalidSubmit(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Handle an invalid submit request, e.g. when in session form mode but no form object
was found in the session (like in case of an invalid resubmit by the browser).
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractView
Subclasses must implement this method to actually render the view.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Renders the Excel view, given the specified model.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Renders the Excel view, given the specified model.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.document.AbstractPdfView
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.InternalResourceView
Render the internal resource given the specified model.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Finds the report data to use for rendering the report and then invokes the
renderReport
method that should be implemented by the subclass.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.RedirectView
Convert model to request parameters and redirect to the given URL.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
Subclasses must implement this method to actually render the view.
renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the model map by merging it with the FreeMarker template.
renderMergedTemplateModel(Map, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
Process the model map by merging it with the Velocity template.
renderReport(JasperPrint, Map, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Perform rendering for a single Jasper Reports exporter, that is,
for a pre-defined output format.
renderReport(JasperPrint, Map, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Subclasses should implement this method to perform the actual rendering process.
renderReport(JasperPrint, Map, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Locates the format key in the model using the configured discriminator key and uses this
key to lookup the appropriate view class from the mappings.
renderView(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.ViewRendererServlet
Retrieve the View instance and model Map to render
and trigger actual rendering.
Repeat - Annotation Type in org.springframework.test.annotation
Test annotation to indicate that a test
method should be invoked repeatedly.
replace(Object, Object, Object) -
Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation returns the passed-in original as-is.
replace(String, String, String) -
Static method in class org.springframework.util.StringUtils
Replace all occurences of a substring within a string with
another string.
replaceAdvisor(Advisor, Advisor) -
Method in interface org.springframework.aop.framework.Advised
Replace the given advisor.
replaceAdvisor(Advisor, Advisor) -
Method in class org.springframework.aop.framework.AdvisedSupport
REPLACED_METHOD_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
ReplaceOverride - Class in org.springframework.beans.factory.support
Extension of MethodOverride that represents an arbitrary
override of a method by the IoC container.
ReplaceOverride(String, String) -
Constructor for class org.springframework.beans.factory.support.ReplaceOverride
Construct a new ReplaceOverride.
replacePlaceholders(String, MethodInvocation, Object, Throwable, long) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Replace the placeholders in the given message with the supplied values,
or values derived from those supplied.
REPLACER_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
replicate(Object, ReplicationMode) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
replicate(Object, ReplicationMode) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
replicate(Object, ReplicationMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
replicate(String, Object, ReplicationMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
Persist the state of the given detached instance according to the
given replication mode, reusing the current identifier value.
replicate(Object, ReplicationMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
replicate(String, Object, ReplicationMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Repository - Annotation Type in org.springframework.stereotype
Indicates that an annotated class is a "Repository" (or "DAO").
REQUEST_CONTEXT_PAGE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
PageContext
attribute for page-level
RequestContext
instance.
REQUEST_SCOPE_SUFFIX -
Static variable in class org.springframework.web.servlet.support.JstlUtils
REQUEST_SCOPE_SUFFIX -
Static variable in class org.springframework.web.servlet.support.RequestContext
JSTL suffix for request-scoped attributes
REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME -
Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the RequestToViewNameTranslator object in the bean factory for
this namespace.
RequestAttributes - Interface in org.springframework.web.context.request
Abstraction for accessing attribute objects associated with a request.
requestCompleted() -
Method in class org.springframework.web.context.request.AbstractRequestAttributes
Signal that the request has been completed.
RequestContext - Class in org.springframework.web.servlet.support
Context holder for request-specific state, like current web application
context, current locale, current theme, and potential binding errors.
RequestContext(HttpServletRequest) -
Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request,
using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, ServletContext) -
Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request,
using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, Map) -
Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request,
using the given model attributes for Errors retrieval.
RequestContext(HttpServletRequest, ServletContext, Map) -
Constructor for class org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request,
using the given model attributes for Errors retrieval.
RequestContext() -
Constructor for class org.springframework.web.servlet.support.RequestContext
Default constructor for subclasses.
RequestContextAwareTag - Class in org.springframework.web.servlet.tags
Superclass for all tags that require a RequestContext
.
RequestContextAwareTag() -
Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
RequestContextFilter - Class in org.springframework.web.filter
Servlet 2.3+ filter that exposes the request to the current thread,
through both LocaleContextHolder
and
RequestContextHolder
.
RequestContextFilter() -
Constructor for class org.springframework.web.filter.RequestContextFilter
RequestContextHolder - Class in org.springframework.web.context.request
Holder class to expose the web request in the form of a thread-bound
RequestAttributes
object.
RequestContextHolder() -
Constructor for class org.springframework.web.context.request.RequestContextHolder
RequestContextListener - Class in org.springframework.web.context.request
Servlet 2.4+ listener that exposes the request to the current thread,
through both LocaleContextHolder
and
RequestContextHolder
.
RequestContextListener() -
Constructor for class org.springframework.web.context.request.RequestContextListener
RequestContextUtils - Class in org.springframework.web.servlet.support
Utility class for easy access to request-specific state
which has been set by the DispatcherServlet.
RequestContextUtils() -
Constructor for class org.springframework.web.servlet.support.RequestContextUtils
requestDestroyed(ServletRequestEvent) -
Method in class org.springframework.web.context.request.RequestContextListener
requestDestructionCallbacks -
Variable in class org.springframework.web.context.request.AbstractRequestAttributes
Map from attribute name String to destruction callback Runnable
requested() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Increase the reference count by one because the holder has been requested
(i.e. someone requested the resource held by it).
RequestHandledEvent - Class in org.springframework.web.context.support
Event raised when a request is handled within an ApplicationContext.
RequestHandledEvent(Object, String, String, long) -
Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHandledEvent(Object, String, String, long, Throwable) -
Constructor for class org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
requestInitialized(ServletRequestEvent) -
Method in class org.springframework.web.context.request.RequestContextListener
RequestScope - Class in org.springframework.web.context.request
Request-backed Scope
implementation.
RequestScope() -
Constructor for class org.springframework.web.context.request.RequestScope
RequestToViewNameTranslator - Interface in org.springframework.web.servlet
Strategy interface for translating an incoming
HttpServletRequest
into a
logical view name when no view name is explicitly supplied.
RequestUtils - Class in org.springframework.web.bind
Deprecated. since Spring 2.0: use ServletRequestUtils instead
RequestUtils() -
Constructor for class org.springframework.web.bind.RequestUtils
Deprecated.
Required - Annotation Type in org.springframework.beans.factory.annotation
Marks a method (typically a JavaBean setter method) as being 'required': that is,
the setter method must be configured to be dependency-injected with a value.
RequiredAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
BeanPostProcessor
implementation
that enforces required JavaBean properties to have been configured.
RequiredAnnotationBeanPostProcessor() -
Constructor for class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
requiredContextClass() -
Method in class org.springframework.context.support.ApplicationObjectSupport
Determine the context class that any context passed to
setApplicationContext
must be an instance of.
requiredSingleResult(Collection) -
Static method in class org.springframework.dao.support.DataAccessUtils
Return a single result object from the given Collection.
requiredUniqueResult(Collection) -
Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
requiredViewClass() -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
Requires FreeMarkerView.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
This resolver requires InternalResourceView
.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Requires the view class to be a subclass of AbstractJasperReportsView
.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the required type of view for this resolver.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Requires VelocityLayoutView.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Requires VelocityView.
requiredViewClass() -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
requiresConfigInterface() -
Method in class org.springframework.scripting.bsh.BshScriptFactory
BeanShell scripts do require a config interface.
requiresConfigInterface() -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts do not need a config interface,
since they expose their setters as public methods.
requiresConfigInterface() -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
JRuby scripts do require a config interface.
requiresConfigInterface() -
Method in interface org.springframework.scripting.ScriptFactory
Return whether the script requires a config interface to be
generated for it.
requiresDestruction(Object, RootBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine whether the given bean requires destruction on shutdown.
requiresRefresh() -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Determine whether a refresh is required.
requiresRefresh() -
Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
Determine whether a refresh is required through calling
ScriptSource's isModified()
method.
rescheduleTaskIfNecessary(Object) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Take the given task object and reschedule it, either immediately if
this container is currently running, or later once this container
has been restarted.
reset() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
Reset the statement parameter queue, the rows affected cache,
and the execution count.
reset() -
Method in class org.springframework.mock.web.MockHttpServletResponse
reset(String) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
reset() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
reset() -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Reset the prepared service of this interceptor,
allowing for reinitialization on next access.
reset() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Reset this resource holder - transactional state as well as reference count.
resetBuffer() -
Method in class org.springframework.mock.web.MockHttpServletResponse
resetBuffer() -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
resetCachedTemplates() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Reset the cached Templates object, if any.
resetConnection() -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnection() -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnection() -
Method in class org.springframework.jms.connection.SingleConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnectionAfterTransaction(Connection, Integer) -
Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Reset the given Connection after a transaction,
regarding read-only flag and isolation level.
resetCount() -
Method in class org.springframework.aop.interceptor.DebugInterceptor
Reset the invocation count to zero.
resetLocaleContext() -
Static method in class org.springframework.context.i18n.LocaleContextHolder
Reset the LocaleContext for the current thread.
resetRequestAttributes() -
Static method in class org.springframework.web.context.request.RequestContextHolder
Reset the RequestAttributes for the current thread.
resolvableToString() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Build a default String representation for this MessageSourceResolvable:
including codes, arguments, and default message.
resolve(String) -
Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Locate the NamespaceHandler
for the supplied namespace URI
from the configured mappings.
resolve(String) -
Method in interface org.springframework.beans.factory.xml.NamespaceHandlerResolver
Resolve the namespace URI and return the located NamespaceHandler
implementation.
resolveAction() -
Method in class org.springframework.web.servlet.tags.form.FormTag
Resolve the value of the 'action
' attribute.
resolveArguments(Object[], Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
Search through the given array of objects, find any
MessageSourceResolvable objects and resolve them.
resolveArguments(Object) -
Method in class org.springframework.web.servlet.tags.MessageTag
Resolve the given arguments Object into an arguments array.
resolveBeanClass(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Determine the class of the wrapped bean, resolving it from a
specified class name if necessary.
resolveBeanClass(RootBeanDefinition, String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Resolve the bean class for the specified bean definition,
resolving a bean class name into a Class reference (if necessary)
and storing the resolved Class in the bean definition for further use.
resolveClass(ObjectStreamClass) -
Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Overridden version delegates to super class first,
falling back to the specified codebase if not found locally.
resolveClassName(String) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
resolveClassName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
resolveClassName(String) -
Method in class org.springframework.scheduling.support.MethodInvokingRunnable
resolveClassName(String, ClassLoader) -
Static method in class org.springframework.util.ClassUtils
Resolve the given class name into a Class instance.
resolveClassName(String) -
Method in class org.springframework.util.MethodInvoker
Resolve the given class name into a Class.
resolveCode(String, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
Subclasses must implement this method to resolve a message.
resolveCode(String, Locale) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Resolves the given message code as key in the retrieved bundle files,
using a cached MessageFormat instance per message code.
resolveCode(String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
Resolves the given message code as key in the registered resource bundles,
using a cached MessageFormat instance per message code.
resolveCode(String, Locale) -
Method in class org.springframework.context.support.StaticMessageSource
resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.AbstractMessageSource
Subclasses can override this method to resolve a message without
arguments in an optimized fashion, that is, to resolve a message
without involving a MessageFormat.
resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Resolves the given message code as key in the retrieved bundle files,
returning the value found in the bundle as-is (without MessageFormat parsing).
resolveCodeWithoutArguments(String, Locale) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
Resolves the given message code as key in the registered resource bundles,
returning the value found in the bundle as-is (without MessageFormat parsing).
resolveCommandName() -
Method in class org.springframework.web.servlet.tags.form.FormTag
Resolves
and returns the name of the command object.
resolveCssClass() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Gets the appropriate CSS class to use based on the state of the current
BindStatus
object.
resolveCssClass() -
Method in class org.springframework.web.servlet.tags.form.FormTag
Override resolve CSS class since error class is not supported.
resolveDefaultResponseDestination(Session) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Resolve the default response destination into a JMS Destination
, using this
accessor's DestinationResolver
in case of a destination name.
resolveDestinationName(Session, String, boolean) -
Method in interface org.springframework.jms.support.destination.DestinationResolver
Resolve the given destination name, either as located resource
or as dynamic destination.
resolveDestinationName(Session, String, boolean) -
Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
Resolve the specified destination name as a dynamic destination.
resolveDestinationName(Session, String) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Resolve the given destination name into a JMS Destination
,
via this accessor's DestinationResolver
.
resolveDestinationName(Session, String, boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.BeansDtdResolver
resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
resolveEntity(String, String) -
Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
resolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Checks whether this resolver is supposed to apply (i.e. the handler
matches in case of "mappedHandlers" having been specified), then
delegates to the SimpleMappingExceptionResolver.doResolveException(javax.portlet.RenderRequest, javax.portlet.RenderResponse, java.lang.Object, java.lang.Exception)
template method.
resolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in interface org.springframework.web.portlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Checks whether this resolver is supposed to apply (i.e. the handler
matches in case of "mappedHandlers" having been specified), then
delegates to the SimpleMappingExceptionResolver.doResolveException(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, java.lang.Exception)
template method.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) -
Method in interface org.springframework.web.servlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
resolveFor() -
Method in class org.springframework.web.servlet.tags.form.LabelTag
Returns the value that must be used for the 'for
' attribute.
resolveId(Element, AbstractBeanDefinition, ParserContext) -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Resolve the ID for the supplied BeanDefinition
.
resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
resolveLocale(HttpServletRequest) -
Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
resolveLocale(HttpServletRequest) -
Method in interface org.springframework.web.servlet.LocaleResolver
Resolve the current locale via the given request.
resolveMessage() -
Method in class org.springframework.web.servlet.tags.MessageTag
Resolve the specified message into a concrete message String.
resolveMessageCodes(String) -
Method in class org.springframework.validation.AbstractBindingResult
Resolve the given error code into message codes.
resolveMessageCodes(String, String) -
Method in class org.springframework.validation.AbstractBindingResult
resolveMessageCodes(String, String) -
Method in exception org.springframework.validation.BindException
resolveMessageCodes(String, String) -
Method in interface org.springframework.validation.BindingResult
Resolve the given error code into message codes for the given field.
resolveMessageCodes(String, String) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
resolveMessageCodes(String, String, String, Class) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
Build the code list for the given code and field: an
object/field-specific code, a field-specific code, a plain error code.
resolveMessageCodes(String, String) -
Method in interface org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and object name.
resolveMessageCodes(String, String, String, Class) -
Method in interface org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and field specification.
resolveMultipart(HttpServletRequest) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
resolveMultipart(HttpServletRequest) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
resolveMultipart(HttpServletRequest) -
Method in interface org.springframework.web.multipart.MultipartResolver
Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a
MultipartHttpServletRequest
object
that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.
resolveMultipart(ActionRequest) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
resolveMultipart(ActionRequest) -
Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Parse the given portlet request into multipart files and parameters,
and wrap the request inside a MultipartActionRequest object
that provides access to file descriptors and makes contained
parameters accessible via the standard PortletRequest methods.
resolvePath(String) -
Method in class org.springframework.core.io.ResourceEditor
Resolve the given path, replacing placeholders with
corresponding system property values if necessary.
resolvePath(String) -
Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
Resolve the given path, replacing placeholders with
corresponding system property values if necessary.
resolvePath(String) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Resolve the given path, replacing placeholders with corresponding
system property values if necessary.
resolvePlaceholder(String, Properties) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
This implementation tries to resolve placeholders as keys first
in the user preferences, then in the system preferences, then in
the passed-in properties.
resolvePlaceholder(String, String, Preferences) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Resolve the given path and key against the given Preferences.
resolvePlaceholder(String, Properties, int) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties, performing
a system properties check according to the given mode.
resolvePlaceholder(String, Properties) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given placeholder using the given properties.
resolvePlaceholder(String, Properties) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
resolvePlaceholder(String, ServletContext, boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Resolves the given placeholder using the init parameters
and optionally also the attributes of the given ServletContext.
resolvePlaceholders(String) -
Static method in class org.springframework.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text,
replacing them with corresponding system property values.
resolvePrimitiveClassName(String) -
Static method in class org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
resolveProxyClass(String[]) -
Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Overridden version delegates to super class first,
falling back to the specified codebase if not found locally.
resolveQueue(Session) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Resolve this accessor's target queue.
resolveQueue(Session, String) -
Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
Resolve the given destination name to a Queue
.
resolveQueueName(Session, String) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Resolve the given queue name into a JMS Queue
,
via this accessor's DestinationResolver
.
resolveRefreshCheckDelay(BeanDefinition) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Get the refresh check delay for the given ScriptFactory
BeanDefinition
.
resolveSignature(String, Class) -
Static method in class org.springframework.beans.BeanUtils
Parse a method signature in the form methodName[([arg_list])]
,
where arg_list
is an optional, comma-separated list of fully-qualified
type names, and attempts to resolve that signature against the supplied Class
.
resolveSpecifiedDataSource(Object) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Resolve the specified data source object into a DataSource instance.
resolveSpecifiedLookupKey(Object) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Resolve the given lookup key object, as specified in the
targetDataSources
map, into
the actual lookup key to be used for matching with the
current lookup key
.
resolveSpecifiedLookupKey(Object) -
Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
Supports Integer values for the isolation level constants
as well as isolation level names as defined on the
TransactionDefinition interface
.
resolveStringValue(String) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
Resolve the given String value, for example parsing placeholders.
resolveSystemProperty(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Resolve the given key as JVM system property, and optionally also as
system environment variable if no matching system property has been found.
resolveTargetType(ClassLoader) -
Method in class org.springframework.beans.factory.config.TypedStringValue
Determine the type to convert to, resolving it from a specified class name
if necessary.
resolveThemeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
resolveThemeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.theme.FixedThemeResolver
resolveThemeName(HttpServletRequest) -
Method in class org.springframework.web.servlet.theme.SessionThemeResolver
resolveThemeName(HttpServletRequest) -
Method in interface org.springframework.web.servlet.ThemeResolver
Resolve the current theme name via the given request.
resolveTopic(Session, String) -
Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
Resolve the given destination name to a Topic
.
resolveValue(Object) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
resolveVariable(FacesContext, String) -
Method in class org.springframework.web.jsf.DelegatingVariableResolver
Delegate to the original VariableResolver first, then try to
resolve the variable as Spring bean in the root WebApplicationContext.
resolveVariable(FacesContext, String) -
Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Check for the special "webApplicationContext" variable first,
then delegate to the original VariableResolver.
resolveViewName(String, Map, RenderRequest) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Resolve the given view name into a View object (to be rendered).
resolveViewName(String, Map, Locale, HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
Resolve the given view name into a View object (to be rendered).
resolveViewName(String, Locale) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
resolveViewName(String, Locale) -
Method in class org.springframework.web.servlet.view.BeanNameViewResolver
resolveViewName(String, Locale) -
Method in interface org.springframework.web.servlet.ViewResolver
Resolve the given view by name.
resolveWiringInfo(Object) -
Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
resolveWiringInfo(Object) -
Method in interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver
Resolve the BeanWiringInfo for the given bean instance.
resolveWiringInfo(Object) -
Method in class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
resort() -
Method in class org.springframework.beans.support.PagedListHolder
Resort the list if necessary, i.e. if the current sort
instance
isn't equal to the backed-up sortUsed
instance.
Resource - Interface in org.springframework.core.io
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
RESOURCE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
RESOURCE_PARAM_NAME -
Static variable in class org.springframework.web.servlet.ResourceServlet
Name of the parameter that must contain the actual resource path.
RESOURCE_URL_DELIMITERS -
Static variable in class org.springframework.web.servlet.ResourceServlet
Any number of these characters are considered delimiters
between multiple resource paths in a single String value.
ResourceAdapterFactoryBean - Class in org.springframework.jca.support
FactoryBean
that bootstraps
the specified JCA 1.5 ResourceAdapter
,
starting it with a local BootstrapContext
and exposing it for bean references.
ResourceAdapterFactoryBean() -
Constructor for class org.springframework.jca.support.ResourceAdapterFactoryBean
ResourceAllocationException - Exception in org.springframework.jms
Runtime exception mirroring the JMS ResourceAllocationException.
ResourceAllocationException(ResourceAllocationException) -
Constructor for exception org.springframework.jms.ResourceAllocationException
ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
Editor for Resource
arrays, to
automatically convert String
location patterns
(e.g.
ResourceArrayPropertyEditor() -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with a default
PathMatchingResourcePatternResolver.
ResourceArrayPropertyEditor(ResourcePatternResolver) -
Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
Create a new ResourceArrayPropertyEditor with the given ResourcePatternResolver.
ResourceBundleEditor - Class in org.springframework.beans.propertyeditors
PropertyEditor
implementation for
ResourceBundles
.
ResourceBundleEditor() -
Constructor for class org.springframework.beans.propertyeditors.ResourceBundleEditor
ResourceBundleMessageSource - Class in org.springframework.context.support
MessageSource
implementation that
accesses resource bundles using specified basenames.
ResourceBundleMessageSource() -
Constructor for class org.springframework.context.support.ResourceBundleMessageSource
ResourceBundleThemeSource - Class in org.springframework.ui.context.support
ThemeSource
implementation that looks up an individual
ResourceBundle
per theme.
ResourceBundleThemeSource() -
Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
ViewResolver
implementation
that uses bean definitions in a ResourceBundle
, specified by
the bundle basename.
ResourceBundleViewResolver() -
Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
ResourceEditor - Class in org.springframework.core.io
Editor
for Resource
descriptors, to automatically convert String
locations
e.g.
ResourceEditor() -
Constructor for class org.springframework.core.io.ResourceEditor
Create a new instance of the ResourceEditor
class
using a DefaultResourceLoader
.
ResourceEditor(ResourceLoader) -
Constructor for class org.springframework.core.io.ResourceEditor
Create a new instance of the ResourceEditor
class
using the given ResourceLoader
.
ResourceEditorRegistrar - Class in org.springframework.beans.support
PropertyEditorRegistrar implementation that populates a given
PropertyEditorRegistry
(typically a BeanWrapper
used for bean
creation within an ApplicationContext
)
with resource editors.
ResourceEditorRegistrar(ResourceLoader) -
Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
Create a new ResourceEditorRegistrar for the given ResourceLoader
ResourceEntityResolver - Class in org.springframework.beans.factory.xml
EntityResolver implementation that tries to resolve entity references
through a ResourceLoader
(usually,
relative to the resource base of an ApplicationContext), if applicable.
ResourceEntityResolver(ResourceLoader) -
Constructor for class org.springframework.beans.factory.xml.ResourceEntityResolver
Create a ResourceEntityResolver for the specified ResourceLoader
(usually, an ApplicationContext).
ResourceFactoryBean - Class in org.springframework.beans.factory.config
Deprecated. in favor of implicit String-to-Resource conversion through the
automatically registered ResourceEditor
ResourceFactoryBean() -
Constructor for class org.springframework.beans.factory.config.ResourceFactoryBean
Deprecated.
ResourceHolderSupport - Class in org.springframework.transaction.support
Convenient base class for resource holders.
ResourceHolderSupport() -
Constructor for class org.springframework.transaction.support.ResourceHolderSupport
ResourceJobSchedulingDataProcessor - Class in org.springframework.scheduling.quartz
Subclass of Quartz' JobSchedulingDataProcessor that considers
given filenames as Spring resource locations.
ResourceJobSchedulingDataProcessor() -
Constructor for class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
ResourceLoader - Interface in org.springframework.core.io
Strategy interface for loading resources (e.. class path or file system
resources).
ResourceLoaderAware - Interface in org.springframework.context
Interface to be implemented by any object that wishes to be notified of
the ResourceLoader (typically the ApplicationContext) that it runs in.
ResourceMapFactoryBean - Class in org.springframework.context.support
FactoryBean that creates a Map with String keys and Resource values from
properties, interpreting passed-in String values as resource locations.
ResourceMapFactoryBean() -
Constructor for class org.springframework.context.support.ResourceMapFactoryBean
ResourceOverridingShadowingClassLoader - Class in org.springframework.instrument.classloading
Subclass of ShadowingClassLoader that overrides attempts to
locate certain files.
ResourceOverridingShadowingClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Create a new ResourceOverridingShadowingClassLoader,
decorating the given ClassLoader.
ResourcePatternResolver - Interface in org.springframework.core.io.support
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into Resource objects.
ResourcePatternUtils - Class in org.springframework.core.io.support
Utility class for determining whether a given URL is a resource
location that can be loaded via a ResourcePatternResolver.
ResourcePatternUtils() -
Constructor for class org.springframework.core.io.support.ResourcePatternUtils
ResourceScriptSource - Class in org.springframework.scripting.support
ScriptSource
implementation
based on Spring's Resource
abstraction.
ResourceScriptSource(Resource) -
Constructor for class org.springframework.scripting.support.ResourceScriptSource
Create a new ResourceScriptSource for the given resource.
ResourceServlet - Class in org.springframework.web.servlet
Simple servlet that can expose an internal resource, including a
default URL if the specified resource is not found.
ResourceServlet() -
Constructor for class org.springframework.web.servlet.ResourceServlet
ResourceTransactionManager - Interface in org.springframework.transaction.support
Extension of the PlatformTransactionManager
interface, indicating a native resource transaction manager, operating on a single
target resource.
ResourceUtils - Class in org.springframework.util
Utility methods for resolving resource locations to files in the
file system.
ResourceUtils() -
Constructor for class org.springframework.util.ResourceUtils
ResponseTimeMonitor - Interface in org.springframework.util
Interface implemented by objects that can provide performance information
as well as a record of the number of times they are accessed.
responseTimeMonitor -
Variable in class org.springframework.web.context.support.PerformanceMonitorListener
ResponseTimeMonitorImpl - Class in org.springframework.util
Implementation of ResponseTimeMonitor for use via delegation by
objects that implement this interface.
ResponseTimeMonitorImpl() -
Constructor for class org.springframework.util.ResponseTimeMonitorImpl
ResultSetExtractor - Interface in org.springframework.jdbc.core
Callback interface used by JdbcTemplate
's query methods.
ResultSetSupportingSqlParameter - Class in org.springframework.jdbc.core
Common base class for ResultSet-supporting SqlParameters like
SqlOutParameter
and SqlReturnResultSet
.
ResultSetSupportingSqlParameter(String, int) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetWrappingSqlRowSet - Class in org.springframework.jdbc.support.rowset
Default implementation of Spring's SqlRowSet interface.
ResultSetWrappingSqlRowSet(ResultSet) -
Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Create a new ResultSetWrappingSqlRowSet for the given ResultSet.
ResultSetWrappingSqlRowSetMetaData - Class in org.springframework.jdbc.support.rowset
Default implementation of Spring's SqlRowSetMetaData interface.
ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) -
Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
Create a new ResultSetWrappingSqlRowSetMetaData object
for the given ResultSetMetaData instance.
resume(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Resume the given transaction.
resume() -
Method in interface org.springframework.transaction.support.TransactionSynchronization
Resume this synchronization.
resume() -
Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
retainAll(Collection) -
Method in class org.springframework.beans.factory.support.ManagedSet
retainAll(Collection) -
Method in class org.springframework.util.AutoPopulatingList
retrieveLastModifiedTime() -
Method in class org.springframework.scripting.support.ResourceScriptSource
Retrieve the current last-modified timestamp of the underlying resource.
retrieveMatchingFiles(File, String) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Retrieve files that match the given path pattern,
checking the given directory and its subdirectories.
retrieveTransactionManager() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
retrieveTransactionManager() -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
retrieveUserTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
retrieveUserTransaction() -
Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
retrieveUserTransaction() -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
returnedClass() -
Method in class org.springframework.orm.hibernate.support.BlobByteArrayType
returnedClass() -
Method in class org.springframework.orm.hibernate.support.BlobSerializableType
returnedClass() -
Method in class org.springframework.orm.hibernate.support.BlobStringType
returnedClass() -
Method in class org.springframework.orm.hibernate.support.ClobStringType
returnedClass() -
Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
returnedClass() -
Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
returnedClass() -
Method in class org.springframework.orm.hibernate3.support.BlobStringType
returnedClass() -
Method in class org.springframework.orm.hibernate3.support.ClobStringType
RmiBasedExporter - Class in org.springframework.remoting.rmi
Convenient superclass for RMI-based remote exporters.
RmiBasedExporter() -
Constructor for class org.springframework.remoting.rmi.RmiBasedExporter
RmiClientInterceptor - Class in org.springframework.remoting.rmi
MethodInterceptor
for accessing conventional
RMI services or RMI invokers.
RmiClientInterceptor() -
Constructor for class org.springframework.remoting.rmi.RmiClientInterceptor
RmiClientInterceptorUtils - Class in org.springframework.remoting.rmi
Factored-out methods for performing invocations within an RMI client.
RmiClientInterceptorUtils() -
Constructor for class org.springframework.remoting.rmi.RmiClientInterceptorUtils
RmiInvocationHandler - Interface in org.springframework.remoting.rmi
Interface for RMI invocation handlers instances on the server,
wrapping exported services.
RmiProxyFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean for RMI proxies, supporting both conventional RMI services and
RMI invokers.
RmiProxyFactoryBean() -
Constructor for class org.springframework.remoting.rmi.RmiProxyFactoryBean
RmiRegistryFactoryBean - Class in org.springframework.remoting.rmi
FactoryBean that locates a Registry
and
exposes it for bean references.
RmiRegistryFactoryBean() -
Constructor for class org.springframework.remoting.rmi.RmiRegistryFactoryBean
RmiServiceExporter - Class in org.springframework.remoting.rmi
RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServiceExporter() -
Constructor for class org.springframework.remoting.rmi.RmiServiceExporter
ROLE_APPLICATION -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Role hint indicating that a BeanDefinition
is a major part
of the application.
ROLE_GETTER -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the getter role field value in a JMX Descriptor
.
ROLE_INFRASTRUCTURE -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Role hint indicating that a BeanDefinition
is providing
an entirely background role and has no relevance to the end-user.
ROLE_OPERATION -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies an operation (method) in a JMX Descriptor
.
ROLE_SETTER -
Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the setter role field value in a JMX Descriptor
.
ROLE_SUPPORT -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
Role hint indicating that a BeanDefinition
is a supporting
part of some larger configuration, typically an outer
ComponentDefinition
.
rollback() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
rollback(TransactionStatus) -
Method in interface org.springframework.transaction.PlatformTransactionManager
Perform a rollback of the given transaction.
rollback(TransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of rollback handles participating in existing
transactions.
ROLLBACK_ON_RUNTIME_EXCEPTIONS -
Static variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
rollbackIfNecessary(Session) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a rollback, if appropriate.
rollbackIfNecessary(Session) -
Static method in class org.springframework.jms.support.JmsUtils
Rollback the Session if not within a JTA transaction.
rollbackOn(Throwable) -
Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Default behavior is as with EJB: rollback on unchecked exception.
rollbackOn(Throwable) -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
rollbackOn(Throwable) -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Winning rule is the shallowest rule (that is, the closest in the
inheritance hierarchy to the exception).
rollbackOn(Throwable) -
Method in interface org.springframework.transaction.interceptor.TransactionAttribute
Should we roll back on the given exception?
rollbackOnExceptionIfNecessary(Session, Throwable) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Perform a rollback, handling rollback exceptions properly.
RollbackRuleAttribute - Class in org.springframework.transaction.interceptor
Rule determining whether or not a given exception (and any subclasses) should
cause a rollback.
RollbackRuleAttribute(Class) -
Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
Preferred way to construct a RollbackRule, matching the exception class and
subclasses.
RollbackRuleAttribute(String) -
Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
Construct a new RollbackRule for the given exception name.
rollbackToHeldSavepoint() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
Roll back to the savepoint that is held for the transaction.
rollbackToSavepoint(Object) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation rolls back to the given JDBC 3.0 Savepoint.
rollbackToSavepoint(Object) -
Method in interface org.springframework.transaction.SavepointManager
Roll back to the given savepoint.
rollbackToSavepoint(Object) -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the
underlying transaction, if possible.
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE -
Static variable in interface org.springframework.web.context.WebApplicationContext
Context attribute to bind root WebApplicationContext to on successful startup.
rootBeanDefinition(Class) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
rootBeanDefinition(Class, String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
rootBeanDefinition(String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
rootBeanDefinition(String, String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder
used to construct a RootBeanDefinition
.
RootBeanDefinition - Class in org.springframework.beans.factory.support
Root bean definitions are the most common type of bean definition.
RootBeanDefinition() -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition, to be configured through its bean
properties and configuration methods.
RootBeanDefinition(Class) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton.
RootBeanDefinition(Class, boolean) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition with the given singleton status.
RootBeanDefinition(Class, int) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton,
using the given autowire mode.
RootBeanDefinition(Class, int, boolean) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton,
using the given autowire mode.
RootBeanDefinition(Class, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton,
providing property values.
RootBeanDefinition(Class, MutablePropertyValues, boolean) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition with the given singleton status,
providing property values.
RootBeanDefinition(Class, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
RootBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition for a singleton,
providing constructor arguments and property values.
RootBeanDefinition(RootBeanDefinition) -
Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
Create a new RootBeanDefinition as deep copy of the given
bean definition.
RootClassFilter - Class in org.springframework.aop.support
Simple ClassFilter implementation that passes classes (and optionally subclasses)
RootClassFilter(Class) -
Constructor for class org.springframework.aop.support.RootClassFilter
RowCallbackHandler - Interface in org.springframework.jdbc.core
An interface used by JdbcTemplate
for processing rows of a
ResultSet
on a per-row basis.
RowCountCallbackHandler - Class in org.springframework.jdbc.core
Implementation of RowCallbackHandler.
RowCountCallbackHandler() -
Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
RowMapper - Interface in org.springframework.jdbc.core
An interface used by JdbcTemplate
for mapping rows of a
ResultSet
on a per-row basis.
RowMapperResultSetExtractor - Class in org.springframework.jdbc.core
Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create an object for each row.
RowMapperResultSetExtractor(RowMapper) -
Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
Create a new RowMapperResultSetExtractor.
RowMapperResultSetExtractor(RowMapper, int) -
Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
Create a new RowMapperResultSetExtractor.
ROWS_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
RuleBasedTransactionAttribute - Class in org.springframework.transaction.interceptor
TransactionAttribute implementation that works out whether a given exception
should cause transaction rollback by applying a number of rollback rules,
both positive and negative.
RuleBasedTransactionAttribute() -
Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new RuleBasedTransactionAttribute, with default settings.
RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) -
Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Copy constructor.
RuleBasedTransactionAttribute(int, List) -
Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new DefaultTransactionAttribute with the the given
propagation behavior.
run() -
Method in class org.springframework.jca.work.DelegatingWork
Delegates execution to the underlying Runnable.
run() -
Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments.
run(int) -
Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
run(Object[]) -
Method in class org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.execute([]) method.
run() -
Method in class org.springframework.scheduling.commonj.DelegatingWork
Delegates execution to the underlying Runnable.
run() -
Method in class org.springframework.scheduling.support.DelegatingExceptionProofRunnable
run() -
Method in class org.springframework.scheduling.support.MethodInvokingRunnable
run() -
Method in class org.springframework.scheduling.timer.DelegatingTimerTask
Delegates execution to the underlying Runnable, catching any exception
or error thrown in order to continue scheduled execution.
runBare() -
Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Overridden to populate transaction definition from annotations.
runBare() -
Method in class org.springframework.test.ConditionalTestCase
runBare() -
Method in class org.springframework.test.jpa.AbstractJpaTests
runGeneric() -
Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments,
returning the value as an object.
runGeneric(int) -
Method in class org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
runGeneric(Object[]) -
Method in class org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.findObject(Object[])
method.
runInThread(Runnable) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
runTest() -
Method in class org.springframework.test.AssertThrows
The main template method that drives the running of the
test logic
and the
checking
of the
resulting (expected) Exception
.
RuntimeBeanNameReference - Class in org.springframework.beans.factory.config
Immutable placeholder class used for a property value object when it's a
reference to another bean name in the factory, to be resolved at runtime.
RuntimeBeanNameReference(String) -
Constructor for class org.springframework.beans.factory.config.RuntimeBeanNameReference
Create a new RuntimeBeanNameReference to the given bean name.
RuntimeBeanReference - Class in org.springframework.beans.factory.config
Immutable placeholder class used for a property value object when it's
a reference to another bean in the factory, to be resolved at runtime.
RuntimeBeanReference(String) -
Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
Create a new RuntimeBeanReference to the given bean name,
without explicitly marking it as reference to a bean in
the parent factory.
RuntimeBeanReference(String, boolean) -
Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
Create a new RuntimeBeanReference to the given bean name,
with the option to mark it as reference to a bean in
the parent factory.
S
- 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
-
- save(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Persist the given transient instance.
- save(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Persist the given transient instance.
- save(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- save(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- saveOrUpdate(Object) -
Method in interface org.springframework.orm.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
-
- saveOrUpdate(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Save or update the given persistent instance,
according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- saveOrUpdate(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- saveOrUpdateAll(Collection) -
Method in interface org.springframework.orm.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
-
- saveOrUpdateAll(Collection) -
Method in interface org.springframework.orm.hibernate3.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.hibernate3.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
-
- SAVEPOINT_NAME_PREFIX -
Static variable in class org.springframework.jdbc.datasource.ConnectionHolder
-
- SavepointManager - Interface in org.springframework.transaction
- Interface that specifies an API to programmatically manage transaction
savepoints in a generic fashion.
- schedule(Work) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- schedule(Work, WorkListener) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.backportconcurrent
FactoryBean
that sets up
a JSR-166 backport
ScheduledExecutorService
(by default:
ScheduledThreadPoolExecutor
as implementation) and exposes it for bean references.- ScheduledExecutorFactoryBean() -
Constructor for class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
-
- ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
FactoryBean
that sets up
a JDK 1.5 ScheduledExecutorService
(by default: ScheduledThreadPoolExecutor
as implementation) and exposes it for bean references.- ScheduledExecutorFactoryBean() -
Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- ScheduledExecutorTask - Class in org.springframework.scheduling.backportconcurrent
- JavaBean that describes a scheduled executor task, consisting of the
Runnable
and a delay plus period. - ScheduledExecutorTask() -
Constructor for class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask,
to be populated via bean properties.
- ScheduledExecutorTask(Runnable) -
Constructor for class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask, with default
one-time execution without delay.
- ScheduledExecutorTask(Runnable, long) -
Constructor for class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask, with default
one-time execution with the given delay.
- ScheduledExecutorTask(Runnable, long, long, boolean) -
Constructor for class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask.
- ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
- JavaBean that describes a scheduled executor task, consisting of the
Runnable
and a delay plus period. - ScheduledExecutorTask() -
Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask,
to be populated via bean properties.
- ScheduledExecutorTask(Runnable) -
Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask, with default
one-time execution without delay.
- ScheduledExecutorTask(Runnable, long) -
Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask, with default
one-time execution with the given delay.
- ScheduledExecutorTask(Runnable, long, long, boolean) -
Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
- Create a new ScheduledExecutorTask.
- ScheduledTimerListener - Class in org.springframework.scheduling.commonj
- JavaBean that describes a scheduled TimerListener, consisting of
the TimerListener itself (or a Runnable to create a TimerListener for)
and a delay plus period.
- ScheduledTimerListener() -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener,
to be populated via bean properties.
- ScheduledTimerListener(TimerListener) -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener, with default
one-time execution without delay.
- ScheduledTimerListener(TimerListener, long) -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener, with default
one-time execution with the given delay.
- ScheduledTimerListener(TimerListener, long, long, boolean) -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener.
- ScheduledTimerListener(Runnable) -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener, with default
one-time execution without delay.
- ScheduledTimerListener(Runnable, long) -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener, with default
one-time execution with the given delay.
- ScheduledTimerListener(Runnable, long, long, boolean) -
Constructor for class org.springframework.scheduling.commonj.ScheduledTimerListener
- Create a new ScheduledTimerListener.
- ScheduledTimerTask - Class in org.springframework.scheduling.timer
- JavaBean that describes a scheduled
TimerTask
, consisting of the
TimerTask
itself or a Runnable
to create a TimerTask
for and a delay plus period. - ScheduledTimerTask() -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask,
to be populated via bean properties.
- ScheduledTimerTask(TimerTask) -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask, with default
one-time execution without delay.
- ScheduledTimerTask(TimerTask, long) -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask, with default
one-time execution with the given delay.
- ScheduledTimerTask(TimerTask, long, long, boolean) -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask.
- ScheduledTimerTask(Runnable) -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask, with default
one-time execution without delay.
- ScheduledTimerTask(Runnable, long) -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask, with default
one-time execution with the given delay.
- ScheduledTimerTask(Runnable, long, long, boolean) -
Constructor for class org.springframework.scheduling.timer.ScheduledTimerTask
- Create a new ScheduledTimerTask.
- scheduleNewInvokerIfAppropriate() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Schedule a new invoker, increasing the total number of scheduled
invokers for this listener container, but only if the specified
"maxConcurrentConsumers" limit has not been reached yet, and only
if this listener container does not currently have idle invokers
that are waiting for new messages already.
- SchedulerContextAware - Interface in org.springframework.scheduling.quartz
- Callback interface to be implemented by Spring-managed
Quartz artifacts that need access to the SchedulerContext
(without having natural access to it).
- SchedulerFactoryBean - Class in org.springframework.scheduling.quartz
- FactoryBean that sets up a Quartz
Scheduler
,
manages its lifecycle as part of the Spring application context,
and exposes the Scheduler reference for dependency injection. - SchedulerFactoryBean() -
Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- scheduleWork(Work) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- scheduleWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
-
- scheduleWork(Work) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- scheduleWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
-
- SchedulingAwareRunnable - Interface in org.springframework.scheduling
- Extension of the Runnable interface, adding special callbacks
for long-running operations.
- SchedulingException - Exception in org.springframework.scheduling
- General exception to be thrown on scheduling failures,
such as the scheduler already having shut down.
- SchedulingException(String) -
Constructor for exception org.springframework.scheduling.SchedulingException
- Constructor for SchedulingException.
- SchedulingException(String, Throwable) -
Constructor for exception org.springframework.scheduling.SchedulingException
- Constructor for SchedulingException.
- SchedulingTaskExecutor - Interface in org.springframework.scheduling
- A
TaskExecutor
extension exposing
scheduling characteristics that are relevant to potential task submitters. - Scope - Interface in org.springframework.beans.factory.config
- Strategy interface used by a
ConfigurableBeanFactory
,
representing a target scope to hold bean instances in. - SCOPE_APPLICATION -
Static variable in class org.springframework.web.util.TagUtils
- Constant identifying the application scope
- SCOPE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- SCOPE_GLOBAL_SESSION -
Static variable in interface org.springframework.web.context.request.RequestAttributes
- Constant that indicates global session scope.
- SCOPE_GLOBAL_SESSION -
Static variable in interface org.springframework.web.context.WebApplicationContext
- Scope identifier for global session scope: "globalSession".
- SCOPE_PAGE -
Static variable in class org.springframework.web.util.TagUtils
- Constant identifying the page scope
- SCOPE_PROTOTYPE -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
- Scope identifier for the standard prototype scope: "prototype".
- SCOPE_PROTOTYPE -
Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Scope identifier for the standard prototype scope: "prototype".
- SCOPE_REQUEST -
Static variable in interface org.springframework.web.context.request.RequestAttributes
- Constant that indicates request scope.
- SCOPE_REQUEST -
Static variable in interface org.springframework.web.context.WebApplicationContext
- Scope identifier for request scope: "request".
- SCOPE_REQUEST -
Static variable in class org.springframework.web.util.TagUtils
- Constant identifying the request scope
- SCOPE_SESSION -
Static variable in interface org.springframework.web.context.request.RequestAttributes
- Constant that indicates session scope.
- SCOPE_SESSION -
Static variable in interface org.springframework.web.context.WebApplicationContext
- Scope identifier for session scope: "session".
- SCOPE_SESSION -
Static variable in class org.springframework.web.util.TagUtils
- Constant identifying the session scope
- SCOPE_SINGLETON -
Static variable in interface org.springframework.beans.factory.config.BeanDefinition
- Scope identifier for the standard singleton scope: "singleton".
- SCOPE_SINGLETON -
Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Scope identifier for the standard singleton scope: "singleton".
- ScopedBeanInterceptor - Class in org.springframework.orm.hibernate3.support
- Hibernate3 interceptor used for getting the proper entity name for scoped
beans.
- ScopedBeanInterceptor() -
Constructor for class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
-
- ScopedObject - Interface in org.springframework.aop.scope
- An AOP introduction interface for scoped objects.
- ScopedProxyFactoryBean - Class in org.springframework.aop.scope
- Convenient proxy factory bean for scoped objects.
- ScopedProxyFactoryBean() -
Constructor for class org.springframework.aop.scope.ScopedProxyFactoryBean
- Create a new ScopedProxyFactoryBean instance.
- ScriptCompilationException - Exception in org.springframework.scripting
- Exception to be thrown on script compilation failure.
- ScriptCompilationException(String) -
Constructor for exception org.springframework.scripting.ScriptCompilationException
- Constructor for ScriptCompilationException.
- ScriptCompilationException(String, Throwable) -
Constructor for exception org.springframework.scripting.ScriptCompilationException
- Constructor for ScriptCompilationException.
- ScriptFactory - Interface in org.springframework.scripting
- Script definition interface, encapsulating the configuration
of a specific script as well as a factory method for
creating the actual scripted Java
Object
. - ScriptFactoryPostProcessor - Class in org.springframework.scripting.support
BeanPostProcessor
that
handles ScriptFactory
definitions,
replacing each factory with the actual scripted Java object generated by it.- ScriptFactoryPostProcessor() -
Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- ScriptSource - Interface in org.springframework.scripting
- Interface that defines the source of a script.
- SelectTag - Class in org.springframework.web.servlet.tags.form
- Databinding-aware JSP tag that renders an HTML '
select
'
element. - SelectTag() -
Constructor for class org.springframework.web.servlet.tags.form.SelectTag
-
- SelfNaming - Interface in org.springframework.jmx.export.naming
- Interface that allows infrastructure components to provide their own
ObjectName
s to the MBeanExporter
. - send(MessageCreator) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to the default destination.
- send(Destination, MessageCreator) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to the specified destination.
- send(String, MessageCreator) -
Method in interface org.springframework.jms.core.JmsOperations
- Send a message to the specified destination.
- send(MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
-
- send(Destination, MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
-
- send(String, MessageCreator) -
Method in class org.springframework.jms.core.JmsTemplate
-
- send(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(MimeMessagePreparator) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(MimeMessagePreparator[]) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
- send(SimpleMailMessage) -
Method in interface org.springframework.mail.MailSender
- Send the given simple mail message.
- send(SimpleMailMessage[]) -
Method in interface org.springframework.mail.MailSender
- Send the given array of simple mail messages in batch.
- sendError(int, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendError(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendNotification(Notification) -
Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
- Send the supplied
Notification
using the wrapped
ModelMBean
instance.
- sendNotification(Notification) -
Method in interface org.springframework.jmx.export.notification.NotificationPublisher
- Send the specified
Notification
to all registered
NotificationListeners
.
- sendRedirect(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendRedirect(String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Send a redirect back to the HTTP client
- sendResponse(Session, Destination, Message) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
- Send the given response message to the given destination.
- sendResponse(Session, Destination, Message) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter102
- Overrides the superclass method to use the JMS 1.0.2 API to send a response.
- SEPARATOR -
Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Separator between prefix and remainder of bean name
- SEPARATOR -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Separator between bean name and property name.
- serializeState() -
Method in class org.springframework.mock.web.MockHttpSession
- Serialize the attributes of this session into an object that can
be turned into a byte array with standard Java serialization.
- server -
Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
- The
MBeanServer
instance being used to register beans.
- ServerSessionFactory - Interface in org.springframework.jms.listener.serversession
- SPI interface to be implemented by components that manage
JMS ServerSessions.
- ServerSessionFactory - Class in org.springframework.orm.toplink
- Full-fledged default implementation of the SessionFactory interface:
creates ClientSessions for a given ServerSession.
- ServerSessionFactory(ServerSession) -
Constructor for class org.springframework.orm.toplink.ServerSessionFactory
- Create a new ServerSessionFactory for the given ServerSession.
- serverSessionFinished(ServerSession, ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
- Template method called by a ServerSession if it finished
execution of its listener and is ready to go back into the pool.
- serverSessionFinished(ServerSession, ListenerSessionManager) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
- Returns the given ServerSession, which just finished an execution
of its listener, back to the pool.
- ServerSessionMessageListenerContainer - Class in org.springframework.jms.listener.serversession
- Message listener container that builds on the
ServerSessionPool
SPI, creating JMS ServerSession instances through a pluggable
ServerSessionFactory
. - ServerSessionMessageListenerContainer() -
Constructor for class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
-
- ServerSessionMessageListenerContainer102 - Class in org.springframework.jms.listener.serversession
- A subclass of
ServerSessionMessageListenerContainer
for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like ServerSessionMessageListenerContainer itself. - ServerSessionMessageListenerContainer102() -
Constructor for class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer102
-
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.context.ContextLoaderServlet
- This should never even be called since no mapping to this servlet should
ever be created in web.xml.
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
-
- service(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.util.Log4jConfigServlet
- This should never even be called since no mapping to this servlet should
ever be created in web.xml.
- ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
- A
FactoryBean
implementation that
takes an interface which must have one or more methods with
the signatures MyType xxx()
or MyType xxx(MyIdType id)
(typically, MyService getService()
or MyService getService(String id)
)
and creates a dynamic proxy which implements that interface, delegating to an
underlying BeanFactory
. - ServiceLocatorFactoryBean() -
Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
- SERVLET_CONTEXT_PREFIX -
Static variable in class org.springframework.web.servlet.FrameworkServlet
- Prefix for the ServletContext attribute for the WebApplicationContext.
- SERVLET_CONTEXT_PREFIX -
Static variable in class org.springframework.web.struts.ContextLoaderPlugIn
- Prefix for the ServletContext attribute for the WebApplicationContext.
- ServletConfigAware - Interface in org.springframework.web.context
- Interface to be implemented by any object that wishes to be notified
of the ServletConfig (typically determined by the WebApplicationContext)
that it runs in.
- ServletContextAttributeExporter - Class in org.springframework.web.context.support
- Exporter that takes Spring-defined objects and exposes them as
ServletContext attributes.
- ServletContextAttributeExporter() -
Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
-
- ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
- FactoryBean that fetches a specific, existing ServletContext attribute.
- ServletContextAttributeFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
- ServletContextAware - Interface in org.springframework.web.context
- Interface to be implemented by any object that wishes to be notified
of the ServletContext (typically determined by the WebApplicationContext)
that it runs in.
- ServletContextAwareProcessor - Class in org.springframework.web.context.support
BeanPostProcessor
implementation that passes the ServletContext to beans that implement
the ServletContextAware
interface.- ServletContextAwareProcessor(ServletContext) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given context.
- ServletContextAwareProcessor(ServletConfig) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given config.
- ServletContextAwareProcessor(ServletContext, ServletConfig) -
Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
- Create a new ServletContextAwareProcessor for the given context and config.
- ServletContextFactoryBean - Class in org.springframework.web.context.support
- Simple FactoryBean that exposes the ServletContext for bean references.
- ServletContextFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextFactoryBean
-
- ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
- FactoryBean that retrieves a specific ServletContext init parameter
(that is, a "context-param" defined in
web.xml
). - ServletContextParameterFactoryBean() -
Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
- ServletContextPropertyPlaceholderConfigurer - Class in org.springframework.web.context.support
- Subclass of PropertyPlaceholderConfigurer that resolves placeholders as
ServletContext init parameters (that is,
web.xml
context-param
entries). - ServletContextPropertyPlaceholderConfigurer() -
Constructor for class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
-
- ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
- Simple request logging filter that writes the request URI
(and optionally the query string) to the ServletContext log.
- ServletContextRequestLoggingFilter() -
Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
-
- ServletContextResource - Class in org.springframework.web.context.support
- Resource implementation for ServletContext resources,
interpreting relative paths within the web application root directory.
- ServletContextResource(ServletContext, String) -
Constructor for class org.springframework.web.context.support.ServletContextResource
- Create a new ServletContextResource.
- ServletContextResourceLoader - Class in org.springframework.web.context.support
- ResourceLoader implementation that resolves paths as ServletContext
resources, for use outside a WebApplicationContext (for example,
in a HttpServletBean or GenericFilterBean subclass).
- ServletContextResourceLoader(ServletContext) -
Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
- Create a new ServletContextResourceLoader.
- ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
- ServletContext-aware subclass of
PathMatchingResourcePatternResolver
,
able to find matching resources below the web application root directory
via Servlet 2.3's ServletContext.getResourcePaths
. - ServletContextResourcePatternResolver(ServletContext) -
Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
- Create a new ServletContextResourcePatternResolver.
- ServletContextResourcePatternResolver(ResourceLoader) -
Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
- Create a new ServletContextResourcePatternResolver.
- ServletEndpointSupport - Class in org.springframework.remoting.jaxrpc
- Convenience base class for JAX-RPC servlet endpoint implementations.
- ServletEndpointSupport() -
Constructor for class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
- ServletForwardingController - Class in org.springframework.web.servlet.mvc
- Spring Controller implementation that forwards to a named servlet,
i.e. the "servlet-name" in web.xml rather than a URL path mapping.
- ServletForwardingController() -
Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
-
- ServletRequestAttributes - Class in org.springframework.web.context.request
- Servlet-based implementation of the
RequestAttributes
interface. - ServletRequestAttributes(HttpServletRequest) -
Constructor for class org.springframework.web.context.request.ServletRequestAttributes
- Create a new ServletRequestAttributes instance for the given request.
- ServletRequestBindingException - Exception in org.springframework.web.bind
- Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) -
Constructor for exception org.springframework.web.bind.ServletRequestBindingException
- Constructor for ServletRequestBindingException.
- ServletRequestBindingException(String, Throwable) -
Constructor for exception org.springframework.web.bind.ServletRequestBindingException
- Constructor for ServletRequestBindingException.
- ServletRequestDataBinder - Class in org.springframework.web.bind
- Special DataBinder to perform data binding from servlet request parameters
to JavaBeans, including support for multipart files.
- ServletRequestDataBinder(Object) -
Constructor for class org.springframework.web.bind.ServletRequestDataBinder
- Create a new ServletRequestDataBinder instance, with default object name.
- ServletRequestDataBinder(Object, String) -
Constructor for class org.springframework.web.bind.ServletRequestDataBinder
- Create a new ServletRequestDataBinder instance.
- ServletRequestHandledEvent - Class in org.springframework.web.context.support
- Servlet-specific subclass of RequestHandledEvent,
adding servlet-specific context information.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) -
Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
- Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) -
Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
- Create a new ServletRequestHandledEvent.
- ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
- PropertyValues implementation created from parameters in a ServletRequest.
- ServletRequestParameterPropertyValues(ServletRequest) -
Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
- Create new ServletRequestPropertyValues using no prefix
(and hence, no prefix separator).
- ServletRequestParameterPropertyValues(ServletRequest, String) -
Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
- Create new ServletRequestPropertyValues using the given prefix and
the default prefix separator (the underscore character "_").
- ServletRequestParameterPropertyValues(ServletRequest, String, String) -
Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
- Create new ServletRequestPropertyValues supplying both prefix and
prefix separator.
- ServletRequestUtils - Class in org.springframework.web.bind
- Parameter extraction methods, for an approach distinct from data binding,
in which parameters of specific types are required.
- ServletRequestUtils() -
Constructor for class org.springframework.web.bind.ServletRequestUtils
-
- ServletWebRequest - Class in org.springframework.web.context.request
WebRequest
adapter for an HttpServletRequest
.- ServletWebRequest(HttpServletRequest) -
Constructor for class org.springframework.web.context.request.ServletWebRequest
- Create a new ServletWebRequest instance for the given request.
- ServletWrappingController - Class in org.springframework.web.servlet.mvc
- Spring Controller implementation that wraps a servlet instance which it manages
internally.
- ServletWrappingController() -
Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
-
- SESSION_COOKIE_NAME -
Static variable in class org.springframework.mock.web.MockHttpSession
-
- SESSION_MUTEX_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
- Key for the mutex session attribute
- SESSION_SCOPE_SUFFIX -
Static variable in class org.springframework.web.servlet.support.RequestContext
- JSTL suffix for session-scoped attributes
- SESSION_SYNCHRONIZATION_ORDER -
Static variable in class org.springframework.orm.hibernate.SessionFactoryUtils
- Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
- SESSION_SYNCHRONIZATION_ORDER -
Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
- SessionAwareMessageListener - Interface in org.springframework.jms.listener
- Variant of the standard JMS
MessageListener
interface,
offering not only the received Message but also the underlying
JMS Session object. - SessionBrokerSessionFactory - Class in org.springframework.orm.toplink
- Spring SessionFactory implementation allowing users to
inject a TopLink Session built from a TopLink SessionBroker.
- SessionBrokerSessionFactory(SessionBroker) -
Constructor for class org.springframework.orm.toplink.SessionBrokerSessionFactory
- Create a new SessionBrokerSessionFactory for the given SessionBroker.
- SessionCallback - Interface in org.springframework.jms.core
- Callback for executing any number of operations on a provided
Session
. - sessionCreated(HttpSessionEvent) -
Method in class org.springframework.web.util.HttpSessionMutexListener
-
- sessionDestroyed(HttpSessionEvent) -
Method in class org.springframework.web.util.HttpSessionMutexListener
-
- SessionFactory - Interface in org.springframework.orm.toplink
- The SessionFactory interface serves as factory for TopLink Sessions,
allowing for dependency injection on thread-safe TopLink-based DAOs.
- SessionFactoryUtils - Class in org.springframework.orm.hibernate
- 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
-
- SessionFactoryUtils - Class in org.springframework.orm.hibernate3
- Helper class featuring methods for Hibernate Session handling,
allowing for reuse of Hibernate Session instances within transactions.
- SessionFactoryUtils() -
Constructor for class org.springframework.orm.hibernate3.SessionFactoryUtils
-
- SessionFactoryUtils - Class in org.springframework.orm.toplink
- Helper class featuring methods for TopLink Session handling,
allowing for reuse of TopLink Session instances within transactions.
- SessionFactoryUtils() -
Constructor for class org.springframework.orm.toplink.SessionFactoryUtils
-
- SessionHolder - Class in org.springframework.orm.hibernate
- 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
-
- SessionHolder - Class in org.springframework.orm.hibernate3
- Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
- SessionHolder(Session) -
Constructor for class org.springframework.orm.hibernate3.SessionHolder
-
- SessionHolder(Object, Session) -
Constructor for class org.springframework.orm.hibernate3.SessionHolder
-
- SessionHolder - Class in org.springframework.orm.toplink
- Session holder, wrapping a TopLink Session.
- SessionHolder(Session) -
Constructor for class org.springframework.orm.toplink.SessionHolder
- Create a new SessionHolder for the given TopLink Session.
- SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
- Implementation of LocaleResolver that uses a locale attribute in the user's
session in case of a custom setting, with a fallback to the specified default
locale or the request's accept-header locale.
- SessionLocaleResolver() -
Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
- SessionProxy - Interface in org.springframework.jms.connection
- Subinterface of
Session
to be implemented by
Session proxies. - SessionReadCallback - Class in org.springframework.orm.toplink
- Convenient abstract implementation of the TopLinkCallback interface,
exposing either the plain TopLink Session or the TopLink UnitOfWork
(which extends the Session interface) to code that reads persistent objects.
- SessionReadCallback() -
Constructor for class org.springframework.orm.toplink.SessionReadCallback
- Create a new SessionReadCallback, not enforcing read-only objects.
- SessionReadCallback(boolean) -
Constructor for class org.springframework.orm.toplink.SessionReadCallback
- Create a new SessionReadCallback, enforcing read-only objects if demanded.
- SessionScope - Class in org.springframework.web.context.request
- Session-backed
Scope
implementation. - SessionScope() -
Constructor for class org.springframework.web.context.request.SessionScope
- Create a new SessionScope, storing attributes in a locally
isolated session (or default session, if there is no distinction
between a global session and a component-specific session).
- SessionScope(boolean) -
Constructor for class org.springframework.web.context.request.SessionScope
- Create a new SessionScope, specifying whether to store attributes
in the global session, provided that such a distinction is available.
- SessionThemeResolver - Class in org.springframework.web.servlet.theme
- Implementation of ThemeResolver that uses a theme attribute in the user's
session in case of a custom setting, with a fallback to the default theme.
- SessionThemeResolver() -
Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
-
- set(int, Object) -
Method in class org.springframework.util.AutoPopulatingList
-
- set$AroundClosure(AroundClosure) -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- SET_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- setAbstract(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set if this bean is "abstract", i.e. not meant to be instantiated itself but
rather just serving as parent for concrete child bean definitions.
- setAbstract(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set whether or not this definition is abstract.
- setAcceptGzipEncoding(boolean) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Set whether to accept GZIP encoding, that is, whether to
send the HTTP "Accept-Encoding" header with "gzip" as value.
- setAcceptMessagesWhileStopping(boolean) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- Set whether to accept received messages while the listener container
in the process of stopping.
- setAccesskey(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Set the value of the '
accesskey
' attribute.
- setAction(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the value of the '
action
' attribute.
- setActualTransactionActive(boolean) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Expose whether there currently is an actual transaction active.
- setAdvice(Advice) -
Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
- Specify the advice that this advisor should apply.
- setAdvice(Advice) -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
- Deprecated.
- setAdvice(Advice) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
- setAdviceBeanName(String) -
Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
- Specify the name of the advice bean that this advisor should refer to.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Specify the AdvisorAdapterRegistry to use.
- setAdvisorBeanNamePrefix(String) -
Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- Set the prefix for bean names that will cause them to be included for
auto-proxying by this object.
- setAdvisorChainFactory(AdvisorChainFactory) -
Method in class org.springframework.aop.framework.AdvisedSupport
- Set the advisor chain factory to use.
- setAfterMessagePrefix(String) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set the value that should be prepended to the log message written
after a request is processed.
- setAfterMessageSuffix(String) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set the value that should be appended to the log message written
after a request is processed.
- setAgentId(String) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set the agent id of the
MBeanServer
to locate.
- setAgentId(String) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set the agent id of the
MBeanServer
to locate.
- setAllowBeanDefinitionOverriding(boolean) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Set whether it should be allowed to override bean definitions by registering
a different definition with the same name, automatically replacing the former.
- setAllowCircularReferences(boolean) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Set whether to allow circular references between beans - and automatically
try to resolve them.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Set if a new Session should be created when no transactional Session
can be found for the current thread.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set if a new
Session
should be created when no transactional
Session
can be found for the current thread.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.jdo.JdoTemplate
- Set if a new PersistenceManager should be created when no transactional
PersistenceManager can be found for the current thread.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
- Set whether the PersistenceManagerFactory proxy is allowed to create
a non-transactional PersistenceManager when no transactional
PersistenceManager can be found for the current thread.
- setAllowCreate(boolean) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
- Set if a new Session should be created when no transactional Session
can be found for the current thread.
- setAllowCustomIsolationLevels(boolean) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set whether to allow custom isolation levels to be specified.
- setAllowDirtyBack(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Set if "dirty back" is allowed, i.e. if moving to a former wizard
page is allowed in case of validation errors for the current page.
- setAllowDirtyBack(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Set if "dirty back" is allowed, that is, if moving to a former wizard
page is allowed in case of validation errors for the current page.
- setAllowDirtyForward(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Set if "dirty forward" is allowed, i.e. if moving to a later wizard
page is allowed in case of validation errors for the current page.
- setAllowDirtyForward(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Set if "dirty forward" is allowed, that is, if moving to a later wizard
page is allowed in case of validation errors for the current page.
- setAllowDuplicateParameters(boolean) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
- Set whether to allow duplicate parameter values across different portlet modes.
- setAllowEagerClassLoading(boolean) -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- Set whether the factory is allowed to eagerly load bean classes
even for bean definitions that are marked as "lazy-init".
- setAllowedFields(String[]) -
Method in class org.springframework.validation.DataBinder
- Register fields that should be allowed for binding.
- setAllowedResources(String) -
Method in class org.springframework.web.servlet.ResourceServlet
- Set allowed resources as URL pattern, e.g.
- setAllowRawInjectionDespiteWrapping(boolean) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Set whether to allow the raw injection of a bean instance into some other
bean's property, despite the injected bean eventually getting wrapped
(for example, through AOP auto-proxying).
- setAllowRequestOverride(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether HttpServletRequest attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowRequestOverride(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether HttpServletRequest attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowSessionOverride(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
- Set whether HttpSession attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAllowSessionOverride(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- Set whether HttpSession attributes are allowed to override (hide)
controller generated model attributes of the same name.
- setAlt(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
alt
' attribute.
- setAlwaysCreate(boolean) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set whether to always create the registry in-process,
not attempting to locate an existing registry at the specified port.
- setAlwaysCreateRegistry(boolean) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set whether to always create the registry in-process,
not attempting to locate an existing registry at the specified port.
- setAlwaysInclude(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(boolean) -
Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- Specify whether to always include the view rather than forward to it.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Set if URL lookup should always use the full path within the current servlet
context.
- setAlwaysUseFullPath(boolean) -
Method in class org.springframework.web.util.UrlPathHelper
- Set if URL lookup should always use full path within current servlet
context.
- setAlwaysUseMessageFormat(boolean) -
Method in class org.springframework.context.support.AbstractMessageSource
- Set whether to always apply the MessageFormat rules, parsing even
messages without arguments.
- setAlwaysUseNewSession(boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
- Set whether to always use a new Hibernate Session for this template.
- setAlwaysUseNewSession(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set whether to always use a new Hibernate Session for this template.
- setAnnotatedClasses(Class[]) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
- Specify annotated classes, for which mappings will be read from
class-level JDK 1.5+ annotation metadata.
- setAnnotatedPackages(String[]) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
- Specify the names of annotated packages, for which package-level
JDK 1.5+ annotation metadata will be read.
- setAopProxyFactory(AopProxyFactory) -
Method in class org.springframework.aop.framework.ProxyCreatorSupport
- Customize the AopProxyFactory, allowing different strategies
to be dropped in without changing the core framework.
- setApplicationContext(ApplicationContext) -
Method in interface org.springframework.context.ApplicationContextAware
- Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.context.support.ApplicationObjectSupport
-
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
-
- setApplicationContext(ApplicationContext) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- setApplicationContextJobDataKey(String) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
- Set the key of an ApplicationContext reference to expose in the JobDataMap,
for example "applicationContext".
- setApplicationContextSchedulerContextKey(String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the key of an ApplicationContext reference to expose in the
SchedulerContext, for example "applicationContext".
- setApplicationEventClass(Class) -
Method in class org.springframework.context.event.EventPublicationInterceptor
- Set the application event class to publish.
- setApplicationEventPublisher(ApplicationEventPublisher) -
Method in interface org.springframework.context.ApplicationEventPublisherAware
- Set the ApplicationEventPublisher that this object runs in.
- setApplicationEventPublisher(ApplicationEventPublisher) -
Method in class org.springframework.context.event.EventPublicationInterceptor
-
- setApplyCommonInterceptorsFirst(boolean) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set whether the common interceptors should be applied before bean-specific ones.
- setApplyLastModified(boolean) -
Method in class org.springframework.web.servlet.ResourceServlet
- Set whether to apply the file timestamp of the target resource
as last-modified value.
- setApplyWebRequestInterceptorsToRenderPhaseOnly(boolean) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
- Specify whether to apply WebRequestInterceptors to the Portlet render phase
only ("true", or whether to apply them to the Portlet action phase as well
("false").
- setArgumentNames(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Set by creator of this advice object if the argument names are known.
- setArgumentNamesFromStringArray(String[]) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setArguments(Object[]) -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- setArguments(Object[]) -
Method in interface org.springframework.aop.ProxyMethodInvocation
- Set the arguments to be used on subsequent invocations in the any advice
in this chain.
- setArguments(Object[]) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the arguments for the target method call.
- setArguments(Object[]) -
Method in class org.springframework.util.MethodInvoker
- Set arguments for the method invocation.
- setArguments(Object) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set optional message arguments for this tag, as a comma-delimited
String (each String argument can contain JSP EL), an Object array
(used as argument array), or a single Object (used as single argument).
- setArgumentSeparator(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the separator to use for splitting an arguments String.
- setAscending(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
- Set whether to sort ascending (true) or descending (false).
- setAscending(boolean) -
Method in class org.springframework.util.comparator.InvertibleComparator
- Specify the sort order: ascending (true) or descending (false).
- setAscendingOrder(int) -
Method in class org.springframework.util.comparator.CompoundComparator
- Change the sort order at the given index to ascending.
- setAspectBeanName(String) -
Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
- Set the name of the aspect bean.
- setAspectJAdvisorFactory(AspectJAdvisorFactory) -
Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
- setAspectName(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- setAssembler(MBeanInfoAssembler) -
Method in class org.springframework.jmx.export.MBeanExporter
- Set the implementation of the
MBeanInfoAssembler
interface to use
for this exporter.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CharacterEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.ClassEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
- Convert the given text value to a Collection with a single element.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CustomDateEditor
- Parse the Date from the given text, using the specified DateFormat.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
- Convert the given text value to a Map with a single element.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
- Parse the Number from the given text, using the specified NumberFormat.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.FileEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.InputStreamEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.LocaleEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.PatternEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.PropertiesEditor
- Convert
String
into Properties
, considering it as
properties content.
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.ResourceBundleEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.URIEditor
-
- setAsText(String) -
Method in class org.springframework.beans.propertyeditors.URLEditor
-
- setAsText(String) -
Method in class org.springframework.beans.PropertyValuesEditor
-
- setAsText(String) -
Method in class org.springframework.core.io.ResourceEditor
-
- setAsText(String) -
Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
- Treat the given text as location pattern and convert it to a Resource array.
- setAsText(String) -
Method in class org.springframework.jndi.JndiTemplateEditor
-
- setAsText(String) -
Method in class org.springframework.mail.javamail.InternetAddressEditor
-
- setAsText(String) -
Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
- Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
- setAsText(String) -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
-
- setAsText(String) -
Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
-
- setAsyncTaskExecutor(TaskExecutor) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
- Specify the TaskExecutor to use for asynchronous work execution
(i.e.
- setAttribute(String, Object) -
Method in interface org.springframework.core.AttributeAccessor
- Set the attribute defined by
name
to the supplied value
.
- setAttribute(String, Object) -
Method in class org.springframework.core.AttributeAccessorSupport
-
- setAttribute(Attribute) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockHttpSession
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object, int) -
Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.MockServletContext
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setAttribute(String, Object) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setAttribute(String, Object, int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
-
- setAttribute(String, Object, int) -
Method in interface org.springframework.web.context.request.RequestAttributes
- Set the value for the scoped attribute of the given name,
replacing an existing value (if any).
- setAttribute(String, Object, int) -
Method in class org.springframework.web.context.request.ServletRequestAttributes
-
- setAttribute(String, Object, int) -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- setAttribute(String, Object) -
Method in class org.springframework.web.portlet.util.PortletRequestWrapper
-
- setAttributeName(String) -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
- Set the name of the ServletContext attribute to expose.
- setAttributes(Attributes) -
Method in class org.springframework.jmx.export.metadata.AttributesJmxAttributeSource
- Set the Attributes implementation to use.
- setAttributes(AttributeList) -
Method in class org.springframework.jmx.export.SpringModelMBean
- Switches the
context ClassLoader
for the
managed resources ClassLoader
before allowing the invocation to occur.
- setAttributes(Map) -
Method in class org.springframework.remoting.support.RemoteInvocation
- Set the attributes Map.
- setAttributes(Attributes) -
Method in class org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
- Set the Attributes implementation to use.
- setAttributes(Map) -
Method in class org.springframework.web.context.support.ServletContextAttributeExporter
- Set the ServletContext attributes to expose as key-value pairs.
- setAttributes(Properties) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set static attributes for this view from a
java.util.Properties
object.
- setAttributes(Properties) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set static attributes from a
java.util.Properties
object,
for all views returned by this resolver.
- setAttributesCSV(String) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set static attributes as a CSV string.
- setAttributesMap(Map) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set static attributes for this view from a Map.
- setAttributesMap(Map) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set static attributes from a Map, for all views returned by this resolver.
- setAttributeSource(JmxAttributeSource) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
- Set the
JmxAttributeSource
implementation to use for
reading the metadata from the bean class.
- setAttributeSource(JmxAttributeSource) -
Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
- Set the implementation of the
JmxAttributeSource
interface to use
when reading the source level metadata.
- setAuthorizedRoles(String[]) -
Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
- Set the roles that this interceptor should treat as authorized.
- setAuthorizedRoles(String[]) -
Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
- Set the roles that this interceptor should treat as authorized.
- setAuthType(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAuthType(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setAutoCommit(boolean) -
Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
- Set whether the returned Connection's "autoCommit" setting should be overridden.
- setAutocomplete(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Set the value of the '
autocomplete
' attribute.
- setAutodetect(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
- Deprecated. in favor of
MBeanExporter.setAutodetectModeName(String)
- 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.hibernate3.HibernateTransactionManager
- Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory,
if set via LocalSessionFactoryBean's
setDataSource
.
- setAutodetectDataSource(boolean) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory,
as returned by the
getConnectionFactory()
method.
- setAutodetectInterfaces(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
- Set whether to autodetect proxy interfaces if none specified.
- setAutodetectMode(int) -
Method in class org.springframework.jmx.export.MBeanExporter
- Sets the autodetection mode to use.
- setAutodetectModeName(String) -
Method in class org.springframework.jmx.export.MBeanExporter
- Sets the autodetection mode to use by name.
- setAutodetectTransactionManager(boolean) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set whether to autodetect a JTA UserTransaction object that implements
the JTA TransactionManager interface too (i.e. the JNDI location for the
TransactionManager is "java:comp/UserTransaction", same as for the UserTransaction).
- setAutodetectUserTransaction(boolean) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set whether to autodetect the JTA UserTransaction at its default
JNDI location "java:comp/UserTransaction", as specified by J2EE.
- setAutoStartup(boolean) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Set whether to automatically start the container after initialization.
- setAutoStartup(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to automatically start the scheduler after initialization.
- setAutowire(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
- Set the default autowire setting for the document that's currently parsed.
- setAutowireCandidate(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set whether this bean is a candidate for getting autowired into
some other bean.
- setAutowireMode(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Set the autowire mode.
- setAutowireMode(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
- Set the autowire mode for this definition.
- setAutowireMode(int) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
- Set the autowire mode for test properties set by Dependency Injection.
- setAutowireMode(int) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
- 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:
essentially, a fully-qualified classpath location.
- setBasename(String) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set a single basename, following
ResourceBundle
conventions.
- setBasenamePrefix(String) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
- Set the prefix that gets applied to the ResourceBundle basenames,
i.e. the theme names.
- setBasenames(String[]) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set an array of basenames, each following the basic ResourceBundle convention
of not specifying file extension or language codes, but in contrast to
ResourceBundleMessageSource
referring to a Spring resource location:
e.g.
- setBasenames(String[]) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set an array of basenames, each following
ResourceBundle
conventions: essentially, a fully-qualified classpath location.
- setBasenames(String[]) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set an array of basenames, each following
ResourceBundle
conventions.
- setBatchSize(int) -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Set the number of statements that will trigger an automatic intermediate
flush.
- setBcc(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setBcc(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setBcc(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setBcc(String) -
Method in interface org.springframework.mail.MailMessage
-
- setBcc(String[]) -
Method in interface org.springframework.mail.MailMessage
-
- setBcc(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setBcc(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setBeanClass(Class) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify the class for this bean.
- setBeanClasses(Class[]) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
- Specify the bean mappings to register as Java types,
with the WSDL type names inferred from the Java type names
(using the short, that is, non-fully-qualified class name).
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in interface org.springframework.beans.factory.BeanClassLoaderAware
- Callback that supplies the bean
class loader
to
a bean instance.
- setBeanClassLoader(ClassLoader) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Set the class loader to use for loading bean classes.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
- Set the ClassLoader to use for bean classes.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.export.MBeanExporter
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
- Sets the given bean ClassLoader as TopLink Session ClassLoader.
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.remoting.support.RemoteExporter
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.scheduling.support.MethodInvokingRunnable
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanClassLoader(ClassLoader) -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- setBeanClassName(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
- Override the bean class name of this bean definition.
- setBeanClassName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify the class name for this bean.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Set the owning BeanFactory.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
-
- setBeanFactory(BeanFactory) -
Method in interface org.springframework.beans.factory.BeanFactoryAware
- Callback that supplies the owning factory to a bean instance.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.config.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.beans.factory.wiring.BeanConfigurerSupport
- Set the
BeanFactory
in which this aspect must configure beans.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.jmx.export.MBeanExporter
- This callback is only required for resolution of bean names in the "beans"
Map
and for autodetection of MBeans (in the latter case,
a ListableBeanFactory
is required).
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
- 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.hibernate3.HibernateAccessor
- The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
- The bean factory just needs to be known for resolving entity interceptor
bean names.
- setBeanFactory(BeanFactory) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
- setBeanFactory(BeanFactory) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- This callback is optional: If running in a BeanFactory and no transaction
manager has been set explicitly, a single matching bean of type
PlatformTransactionManager will be fetched from the BeanFactory.
- setBeanFactoryLocator(BeanFactoryLocator) -
Method in class org.springframework.ejb.support.AbstractEnterpriseBean
- Set the BeanFactoryLocator to use for this EJB.
- setBeanFactoryLocatorKey(String) -
Method in class org.springframework.ejb.support.AbstractEnterpriseBean
- Set the bean factory locator key.
- setBeanMappings(Properties) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
- Specify the bean mappings to register as String-String pairs,
with the Java type name as key and the WSDL type name as value.
- setBeanName(String) -
Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
- setBeanName(String) -
Method in interface org.springframework.beans.factory.BeanNameAware
- Set the name of the bean in the bean factory that created this bean.
- setBeanName(String) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- The bean name of this FieldRetrievingFactoryBean will be interpreted
as "staticField" pattern, if neither "targetClass" nor "targetObject"
nor "targetField" have been specified.
- setBeanName(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- The bean name of this PropertyPathFactoryBean will be interpreted
as "beanName.property" pattern, if neither "targetObject" nor
"targetBeanName" nor "propertyPath" have been specified.
- setBeanName(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
- Only necessary to check that we're not parsing our own bean definition,
to avoid failing on unresolvable placeholders in properties file locations.
- setBeanName(String) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- setBeanName(String) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
- If no explicit filter name has been specified, the bean name of
the FilterDefinitionFactoryBean will be used.
- setBeanName(String) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
- If no explicit type name has been specified, the bean name of
the TypeDefinitionBean will be used.
- setBeanName(String) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
- setBeanName(String) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- setBeanName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
-
- setBeanName(String) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
-
- setBeanName(String) -
Method in class org.springframework.web.filter.GenericFilterBean
- Stores the bean name as defined in the Spring bean factory.
- setBeanName(String) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
-
- setBeanName(String) -
Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
- setBeanName(String) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
- setBeanName(String) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set the view's name.
- setBeanNameGenerator(BeanNameGenerator) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- setBeanNames(String[]) -
Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
- Set the names of the beans that should automatically get wrapped with proxies.
- setBeanNameSeparator(String) -
Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- Set the separator to expect between bean name and property path.
- setBeans(Map) -
Method in class org.springframework.jmx.export.MBeanExporter
- Supply a
Map
of beans to be registered with the JMX
MBeanServer
.
- setBeanWiringInfoResolver(BeanWiringInfoResolver) -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
- Set the
BeanWiringInfoResolver
to use.
- setBeforeMessagePrefix(String) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set the value that should be prepended to the log message written
before a request is processed.
- setBeforeMessageSuffix(String) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
- Set the value that should be apppended to the log message written
before a request is processed.
- setBindEmptyMultipartFiles(boolean) -
Method in class org.springframework.web.bind.WebDataBinder
- Set whether to bind empty MultipartFile parameters.
- setBindingErrorProcessor(BindingErrorProcessor) -
Method in class org.springframework.validation.DataBinder
- Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessException
s.
- setBindingErrorProcessor(BindingErrorProcessor) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessException
s.
- setBindingErrorProcessor(BindingErrorProcessor) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessException
s.
- setBindOnNewForm(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Set if request parameters should be bound to the form object
in case of a non-submitting request, i.e. a new form.
- setBindOnNewForm(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
- Set whether request parameters should be bound to the form object
in case of a non-submitting request, that is, a new form.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as binary stream on the given statement, using the given
parameter index.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setBlobAsBytes(PreparedStatement, int, byte[]) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setBlobAsBytes(PreparedStatement, int, byte[]) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as bytes on the given statement, using the given
parameter index.
- setBlobAsBytes(PreparedStatement, int, byte[]) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setBlocking(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set whether to use a blocking cache that lets read attempts block
until the requested element is created.
- setBlockUntilCompleted(boolean) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Set whether to let
WorkManagerTaskExecutor.execute(java.lang.Runnable)
block until the work
has been completed.
- setBlockUntilStarted(boolean) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Set whether to let
WorkManagerTaskExecutor.execute(java.lang.Runnable)
block until the work
has been actually started.
- setBodyContent(BodyContent) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
- setBodyContent(BodyContent) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- setBootstrapContext(BootstrapContext) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
- setBootstrapContext(BootstrapContext) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
- Specify the JCA BootstrapContext that contains the
WorkManager to delegate to.
- setBufferSize(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setBufferSize(int) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setBundleClassLoader(ClassLoader) -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Set the ClassLoader to load resource bundles with.
- setBundleClassLoader(ClassLoader) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
- Set the
ClassLoader
to load resource bundles with.
- setBusinessInterface(Class) -
Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
- Set the business interface of the EJB we're proxying.
- setBusinessInterface(Class) -
Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
- Set the business interface of the EJB we're proxying.
- setCache(boolean) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
- Set whether to cache the temporary LOB in the buffer cache.
- setCache(boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Set whether to cache resolved destinations.
- setCache(boolean) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
- Set whether to cache the JNDI object once it has been located.
- setCache(boolean) -
Method in class org.springframework.jndi.JndiObjectTargetSource
- Set whether to cache the JNDI object once it has been located.
- setCache(boolean) -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
- Enable or disable caching.
- setCache(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Set whether to activate the template cache for this view.
- setCacheableMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheBeanMetadata(boolean) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
- Set whether to cache bean metadata such as given bean definitions
(in merged fashion) and resolved bean classes.
- setCacheBeanMetadata(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
- setCacheEntryFactory(CacheEntryFactory) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set an EHCache
CacheEntryFactory
to use for a self-populating cache.
- setCacheHome(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
- Set whether to cache the EJB home object once it has been located.
- setCacheLevel(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the level of caching that this listener container is allowed to apply.
- setCacheLevelName(String) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the level of caching that this listener container is allowed to apply,
in the form of the name of the corresponding constant: e.g.
- setCacheManager(CacheManager) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
- Set a CacheManager from which to retrieve a named Cache instance.
- 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.
- setCacheQueries(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set whether to cache all queries executed by this template.
- setCacheSeconds(int) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
- Set the number of seconds to cache loaded properties files.
- setCacheSeconds(int) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
- Cache content for the given number of seconds.
- setCacheSeconds(int) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
- Cache content for the given number of seconds.
- 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.
- setCacheTemplates(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
- Turn on/off the caching of the XSLT
Templates
instance.
- setCacheTemplates(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- Turn on/off the caching of the XSLT templates.
- setCacheUserTransaction(boolean) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- Set whether to cache the JTA UserTransaction object fetched from JNDI.
- setCalendars(Map) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Register a list of Quartz Calendar objects with the Scheduler
that this FactoryBean creates, to be referenced by Triggers.
- setCancelParamKey(String) -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
- Set the key of the request parameter used to identify a cancel request.
- setCancelRenderParameter(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Pass the the parameter that indicates a cancel request forward to the
render phase.
- setCancelView(String) -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
- Sets the name of the cancel view.
- setCannotAcquireLockCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCannotSerializeTransactionCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setCc(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setCc(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setCc(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setCc(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setCc(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setCc(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setCc(String) -
Method in interface org.springframework.mail.MailMessage
-
- setCc(String[]) -
Method in interface org.springframework.mail.MailMessage
-
- setCc(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setCc(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setCciTemplate(CciTemplate) -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Set the CciTemplate for this DAO explicitly,
as an alternative to specifying a ConnectionFactory.
- setCciTemplate(CciTemplate) -
Method in class org.springframework.jca.cci.object.EisOperation
- Set the CciTemplate to be used by this operation.
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- setCharacterEncoding(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setCharacterEncoding(String) -
Method in class org.springframework.web.portlet.util.ActionRequestWrapper
-
- 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).
- setCheckWriteOperations(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
- Set whether to check that the Hibernate Session is not in read-only mode
in case of write operations (save/update/delete).
- setClassFilter(ClassFilter) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
- Set the
ClassFilter
to use for this pointcut.
- setClassFilter(ClassFilter) -
Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
- Set the
ClassFilter
to use for this pointcut.
- setClassFilter(ClassFilter) -
Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Set the
ClassFilter
to use for this pointcut.
- setClassLoader(ClassLoader) -
Method in class org.springframework.core.io.DefaultResourceLoader
- Specify the ClassLoader to load class path resources with, or
null
for using the thread context class loader at the time of actual resource access.
- setCleanupAfterInclude(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
- Set whether to perform cleanup of request attributes after an include request,
that is, whether to reset the original state of all request attributes after
the DispatcherServlet has processed within an include request.
- setClientId(String) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
- Specify a JMS client ID for the single Connection created and exposed
by this ConnectionFactory.
- setClientId(String) -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Specify the JMS client id for a shared Connection created and used
by this container.
- setClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Set a custom RMI client socket factory to use for the RMI registry.
- setClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Set a custom RMI client socket factory to use for exporting the service.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as ASCII stream on the given statement, using the given
parameter index.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as character stream on the given statement, using the given
parameter index.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setClobAsString(PreparedStatement, int, String) -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
- setClobAsString(PreparedStatement, int, String) -
Method in interface org.springframework.jdbc.support.lob.LobCreator
- Set the given content as String on the given statement, using the given
parameter index.
- setClobAsString(PreparedStatement, int, String) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
- setCode(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Set the message code for this tag.
- setCodebaseUrl(String) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
- Set the codebase URL to download classes from if not found locally.
- setCollectionCacheStrategies(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the cache strategies for persistent collections (with specific roles).
- setCollectionClass(Class) -
Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- Specify the collection class to use.
- setCols(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
- Set the value of the '
cols
' attribute.
- setColumnName(String) -
Method in class org.springframework.jdbc.support.incrementer.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.portlet.mvc.BaseCommandController
- Set the command class for this controller.
- setCommandClass(Class) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the command class for this controller.
- setCommandInSession(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractCommandController
- Set the action response parameter that indicates there is a
command (and errors) object in the session for the render phase.
- setCommandName(String) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Set the name of the command in the model.
- setCommandName(String) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Set the name of the command in the model.
- setCommandName(String) -
Method in class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
- Set the name of the command in the model.
- setCommandName(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Set the name of the command object.
- setCommitted(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCommitted(boolean) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setComparator(int, Comparator) -
Method in class org.springframework.util.comparator.CompoundComparator
- Replace the Comparator at the given index.
- setComparator(int, Comparator, boolean) -
Method in class org.springframework.util.comparator.CompoundComparator
- Replace the Comparator at the given index using the given sort order.
- setComplete() -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Overridden to prevent the transaction committing if a number of tables have been
cleared, as a defensive measure against accidental permanent wiping of a database.
- setComplete() -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
- Cause the transaction to commit for this test method,
even if default is set to rollback.
- setCompleted() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
- Mark this transaction as completed, that is, committed or rolled back.
- setConcurrencyLimit(int) -
Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Set the maximum number of parallel accesses allowed
- setConcurrencyLimit(int) -
Method in class org.springframework.util.ConcurrencyThrottleSupport
- Set the maximum number of concurrent access attempts allowed
- setConcurrent(boolean) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Specify whether or not multiple jobs should be run in a concurrent
fashion.
- setConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- Specify the number of concurrent consumers to create.
- setConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Specify the number of concurrent consumers to create.
- setConcurrentExecutor(Executor) -
Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
- Specify the JSR-166 backport concurrent executor to delegate to.
- setConcurrentExecutor(Executor) -
Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- Specify the JDK 1.5 concurrent executor to delegate to.
- 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.hibernate3.LocalSessionFactoryBean
- Set the location of a single Hibernate XML config file, for example as
classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocation(Resource) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the location of the iBATIS SqlMapClient config file.
- setConfigLocation(Resource) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Set the location of the JDO properties config file, for example
as classpath resource "classpath:kodo.properties".
- setConfigLocation(String) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Set the TopLink
sessions.xml
configuration file that defines
TopLink Sessions, as class path resource location.
- setConfigLocation(Resource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the location of the Quartz properties config file, for example
as classpath resource "classpath:quartz.properties".
- setConfigLocation(Resource) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the location of the FreeMarker config file.
- setConfigLocation(Resource) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the location of the Velocity config file.
- setConfigLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConfigLocations(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
- The
StaticWebApplicationContext
class does not support this method.
- setConfigLocations(String[]) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
-
- setConfigLocations(String[]) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
- Set the config locations for this portlet application context.
- setConfigLocations(String[]) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
-
- setConfiguration(Configuration) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- Set a preconfigured Configuration to use for the FreeMarker web config, e.g. a
shared one for web and email usage, set up via FreeMarkerConfigurationFactoryBean.
- setConfiguration(Configuration) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- Set the FreeMarker Configuration to be used by this view.
- setConfigurationClass(Class) -
Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
-
- setConfigurationClass(Class) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Specify the Hibernate Configuration class to use.
- setConnection(Connection) -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
- Override the existing Connection handle with the given Connection.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
- Set the CCI ConnectionFactory that this instance should manage local
transactions for.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Set the CCI ConnectionFactory to obtain Connections from.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
- Set the ConnectionFactory to be used by this DAO.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.object.EisOperation
- Set the CCI ConnectionFactory to be used by this operation.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.JmsTransactionManager
- Set the JMS ConnectionFactory that this instance should manage transactions for.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
- Set the JMS connection factory to be used by the gateway.
- setConnectionFactory(QueueConnectionFactory) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- Set the QueueConnectionFactory to use for obtaining JMS QueueConnections.
- setConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.support.JmsAccessor
- Set the ConnectionFactory to use for obtaining JMS
Connections
.
- setConnectionHolder(ConnectionHolder) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
- setConnectionManager(ConnectionManager) -
Method in class org.springframework.jca.support.LocalConnectionFactoryBean
- Set the JCA ConnectionManager that should be used to create the
desired connection factory.
- setConnectionProperties(Properties) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
- Specify arbitrary connection properties as key/value pairs,
to be passed to the DriverManager.
- setConnectionSpec(ConnectionSpec) -
Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
- Set the ConnectionSpec that this adapter should use for retrieving Connections.
- setConnectionSpec(ConnectionSpec) -
Method in class org.springframework.jca.cci.core.CciTemplate
- Set the CCI ConnectionSpec that this template instance is
supposed to obtain Connections for.
- setConnectionSpecForCurrentThread(ConnectionSpec) -
Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
- Set a ConnectionSpec for this proxy and the current thread.
- setConnectOnStartup(boolean) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
- Set whether or not the proxy should connect to the
MBeanServer
at creation time ("true") or the first time it is invoked ("false").
- setConnectOnStartup(boolean) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- Set whether to connect to the server on startup.
- setConstructorArgumentValues(ConstructorArgumentValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Specify constructor argument values for this bean.
- setContent(byte[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContent(byte[]) -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- setContentDispositionMappings(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
- Set the mappings of
Content-Disposition
header values to
mapping keys.
- setContentLength(int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentType(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContentType(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentType(String) -
Method in class org.springframework.mock.web.portlet.MockActionRequest
-
- setContentType(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
-
- setContentType(String) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Specify the content type to use for sending HTTP invoker requests.
- setContentType(String) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Specify the content type to use for sending HTTP invoker responses.
- setContentType(String) -
Method in class org.springframework.web.servlet.ResourceServlet
- Set the content type of the target resource (typically a JSP).
- setContentType(String) -
Method in class org.springframework.web.servlet.view.AbstractView
- Set the content type for this view.
- setContentType(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- Set the content type for all views.
- setContentType(String) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
-
- setContextClass(Class) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set a custom context class.
- setContextClass(Class) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set a custom context class.
- setContextClass(Class) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Set a custom context class.
- setContextClassName(String) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Set a custom context class by name.
- setContextConfigLocation(String) -
Method in class org.springframework.web.portlet.FrameworkPortlet
- Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextConfigLocation(String) -
Method in class org.springframework.web.servlet.FrameworkServlet
- Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextConfigLocation(String) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
- Set the context config location explicitly, instead of relying on the default
location built from the namespace.
- setContextOverride(boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
- Set whether ServletContext init parameters (and optionally also ServletContext
attributes) should override local properties within the application.
- setContextPath(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContextPath(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
-
- setContextRelative(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
- Set whether to interpret a given URL that starts with a slash ("/")
as relative to the current ServletContext, i.e. as relative to the
web application root.
- setContinueScheduledExecutionAfterException(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
- Specify whether to continue the execution of a scheduled task
after it threw an exception.
- setContinueScheduledExecutionAfterException(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- Specify whether to continue the execution of a scheduled task
after it threw an exception.
- setConverted() -
Method in class org.springframework.beans.MutablePropertyValues
- Mark this holder as containing converted values only
(i.e. no runtime resolution needed anymore).
- setConvertedValue(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
- Set the converted value of the constructor argument,
after processed type conversion.
- setConvertedValue(Object) -
Method in class org.springframework.beans.PropertyValue
- Set the converted value of the constructor argument,
after processed type conversion.
- setCookieDomain(String) -
Method in class org.springframework.web.util.CookieGenerator
- Use the given domain for cookies created by this generator.
- setCookieMaxAge(int) -
Method in class org.springframework.web.util.CookieGenerator
- Use the given maximum age (in seconds) for cookies created by this generator.
- setCookieName(String) -
Method in class org.springframework.web.util.CookieGenerator
- Use the given name for cookies created by this generator.
- setCookiePath(String) -
Method in class org.springframework.web.util.CookieGenerator
- Use the given path for cookies created by this generator.
- setCookies(Cookie[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCookieSecure(boolean) -
Method in class org.springframework.web.util.CookieGenerator
- Set whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL).
- setCorePoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's core pool size.
- setCorePoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- Set the ThreadPoolExecutor's core pool size.
- setCredentialsForCurrentThread(String, String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
- Set user credententials for this proxy and the current thread.
- setCredentialsForCurrentThread(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
- Set user credententials for this proxy and the current thread.
- setCssClass(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
class
' attribute.
- setCssErrorClass(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- The CSS class to use when the field bound to a particular tag has errors.
- setCssErrorClass(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Unsupported for forms.
- setCssErrorClass(String) -
Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
- The CSS class to use when the field bound to a particular tag has errors.
- setCssStyle(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Set the value of the '
style
' attribute.
- setCurrencyTimeLimit(int) -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
- Set a currency time limit for this attribute.
- setCurrentProxy(Object) -
Static method in class org.springframework.aop.framework.AopContext
- Make the given proxy available via the
currentProxy()
method.
- setCurrentTransactionIsolationLevel(Integer) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Expose an isolation level for the current transaction.
- setCurrentTransactionName(String) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Expose the name of the current transaction, if any.
- setCurrentTransactionReadOnly(boolean) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Expose a read-only flag for the current transaction.
- setCustomEditors(Map) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- Deprecated. as of Spring 2.0.7, in favor of
CustomEditorConfigurer.setPropertyEditorRegistrars(org.springframework.beans.PropertyEditorRegistrar[])
- setCustomProperties(Properties) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set custom properties to be set on the stub or call.
- setCustomPropertyMap(Map) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
- Set custom properties to be set on the stub or call.
- setCustomTargetSourceCreators(TargetSourceCreator[]) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- Set custom TargetSourceCreators to be applied in this order.
- setCustomTranslations(CustomSQLErrorCodesTranslation[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDaemon(boolean) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- Set whether any threads started for the
JMXConnectorServer
should be
started as daemon threads.
- setDaemon(boolean) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
- Set whether the timer should use a daemon thread,
just executing as long as the application itself is running.
- setDaemon(boolean) -
Method in class org.springframework.util.CustomizableThreadCreator
- Set whether this factory is supposed to create daemon threads,
just executing as long as the application itself is running.
- setDataAccessResourceFailureCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDatabase(Database) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Specify the target database to operate on, as a value
of the
Database
enum:
DB2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE
- setDatabaseLogin(DatabaseLogin) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify the DatabaseLogin instance that carries the TopLink database
configuration to use.
- setDatabaseLogin(DatabaseSession, DatabaseLogin) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Handle differences between the
Session.setLogin
interface
between TopLink 9.0.4 to 10.1.3.
- setDatabasePlatform(String) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- Specify the name of the target database to operate on.
- setDatabasePlatform(DatabasePlatform) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify the TopLink DatabasePlatform instance that the Session should use:
for example, HSQLPlatform.
- setDatabaseProductName(String) -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Specify the database product name for the DataSource that this accessor uses.
- setDatabaseProductName(String) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
- Set this property if the database name contains spaces,
in which case we can not use the bean name for lookup.
- setDatabaseProductName(String) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Set the database product name for this translator.
- setDatabaseProductNames(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
- Set this property to specify multiple database names that contains spaces,
in which case we can not use bean names for lookup.
- setDataIntegrityViolationCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
- Set the DataSource to use to obtain database connections.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
- Set the JDBC DataSource to be used by this DAO.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Set the JDBC DataSource to obtain connections from.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
- Set the DataSource to validate.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- Set the data source to retrieve the value from.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.support.JdbcAccessor
- Set the JDBC DataSource to obtain connections from.
- setDataSource(DataSource) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
- Set the DataSource for this translator.
- setDataSource(DataSource) -
Method in class org.springframework.orm.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.hibernate3.HibernateTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
- Set the DataSource to be used by iBATIS SQL Maps.
- setDataSource(DataSource) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
- Set the JDBC DataSource to be used by this DAO.
- setDataSource(DataSource) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- Specify the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database.
- setDataSource(DataSource) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
- Specify a standard JDBC DataSource that TopLink should use as connection pool.
- setDataSource(DataSource) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
- Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the default DataSource to be used by the Scheduler.
- setDataSource(DataSource) -
Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
- Setter: DataSource is provided by Dependency Injection.
- setDataSource(DataSource) -
Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
-
- setDataSourceLookup(DataSourceLookup) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- Set the DataSourceLookup implementation to use for resolving data source
name Strings in the
targetDataSources
map.
- setDataSourceLookup(DataSourceLookup) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the JDBC DataSourceLookup that provides DataSources for the
persistence provider, resolving data source names in
persistence.xml
against Spring-managed DataSource instances.
- setDataSources(Map) -
Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
- Set the
Map
of DataSources
; the keys
are Strings
, the values are actual DataSource
instances.
- setDataSources(Map<String, DataSource>) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the JDBC DataSources that the JPA persistence provider is supposed
to use for accessing the database, resolving data source names in
persistence.xml
against Spring-managed DataSources.
- setDateHeader(String, long) -
Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setDateToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
- Set the name of the DateTool helper object to expose in the Velocity context
of this view, or
null
if not needed.
- setDateToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Set the name of the DateTool helper object to expose in the Velocity context
of this view, or
null
if not needed.
- setDeadlockLoserCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
-
- setDeclarationOrder(int) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- Sets the declaration order of this advice within the aspect
- setDefaultAutoCommit(boolean) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
- Set the default auto-commit mode to expose when no target Connection
has been fetched yet (-> actual JDBC Connection default not known yet).
- setDefaultCurrencyTimeLimit(Integer) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- Set the default for the JMX field "currencyTimeLimit".
- setDefaultDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- Specify the JDBC DataSource that the JPA persistence provider is supposed
to use for accessing the database if none has been specified in
persistence.xml
.
- setDefaultDestination(Destination) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the destination to be used on send/receive operations that do not
have a destination parameter.
- setDefaultDestinationName(String) -
Method in class org.springframework.jms.core.JmsTemplate
- Set the destination name to be used on send/receive operations that
do not have a destination parameter.
- setDefaultDomain(String) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- Set the default domain to be used by the
MBeanServer
,
to be passed to MBeanServerFactory.createMBeanServer()
or MBeanServerFactory.findMBeanServer().
setDefaultEncoding(String) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the default charset to use for parsing properties files.
setDefaultEncoding(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the default encoding to use for MimeMessages
created by this instance.
setDefaultEncoding(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the default encoding for the FreeMarker configuration.
setDefaultEncoding(String) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the default character encoding to use for parsing requests,
to be applied to headers of individual parts and to form fields.
setDefaultEncoding(String) -
Method in class org.springframework.web.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.portlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultErrorView(String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultFileTypeMap(FileTypeMap) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the default Java Activation FileTypeMap
to use for
MimeMessages
created by this instance.
setDefaultFilterCondition(String) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Specify a default filter condition for the filter, if any.
setDefaultHandler(Object) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHandler(Object) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHtmlEscape(boolean) -
Method in class org.springframework.web.servlet.support.RequestContext
(De)activate default HTML escaping for messages and errors, for the scope
of this RequestContext.
setDefaultHtmlEscape(String) -
Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
Set the default value for HTML escaping,
to be put into the current PageContext.
setDefaultListenerMethod(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Specify the name of the default listener method to delegate to,
for the case where no specific listener method has been determined.
setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
Set a default Locale that this resolver will return if no other locale found.
setDefaultLocale(Locale) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Set a fixed Locale that this resolver will return if no cookie found.
setDefaultMethodName(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the name of the default handler method that should be
used when no parameter was found in the request
setDefaultObject(Object) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify a default object to fall back to if the JNDI lookup fails.
setDefaultParentBean(String) -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Set the default parent bean for this bean factory.
setDefaultParentView(String) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the default parent for views defined in the ResourceBundle
.
setDefaultPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the default persistence unit name, to be used in case
of no unit name specified in an @PersistenceUnit
/
@PersistenceContext
annotation.
setDefaultPersistenceUnitRootLocation(String) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the default persistence unit root location, to be applied
if no unit-specific persistence unit root could be determined.
setDefaultRefreshCheckDelay(long) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Set the delay between refresh checks, in milliseconds.
setDefaultResponseDestination(Destination) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the default destination to send response messages to.
setDefaultResponseQueueName(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the name of the default response queue to send response messages to.
setDefaultResponseTopicName(String) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the name of the default response topic to send response messages to.
setDefaultRollback(boolean) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Subclasses can set this value in their constructor to change
default, which is always to roll the transaction back.
setDefaultStatusCode(int) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the default HTTP status code that this exception resolver will apply
if it resolves an error view.
setDefaultTargetDataSource(Object) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify the default target DataSource, if any.
setDefaultThemeName(String) -
Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Set the name of the default theme.
setDefaultThemeName(String) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Set the name of the default theme.
setDefaultTimeout(int) -
Method in class org.springframework.transaction.jta.JotmFactoryBean
Set the default transaction timeout for the JOTM instance.
setDefaultTimeout(int) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Specify the default timeout that this transaction manager should apply
if there is no timeout specified at the transaction level, in seconds.
setDefaultTransactionIsolation(int) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default transaction isolation level to expose when no target Connection
has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultUrl(String) -
Method in class org.springframework.web.servlet.ResourceServlet
Set the URL within the current web application from which to
include content if the requested path isn't found, or if none
is specified in the first place.
setDefaultValue(Object) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
Set the default value of this attribute.
setDefinitions(String[]) -
Method in class org.springframework.web.servlet.view.tiles.TilesConfigurer
Set the Tiles definitions, i.e. the list of files containing the definitions.
setDelay(long) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Set the delay before starting the task for the first time,
in milliseconds.
setDelay(long) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the delay before starting the task for the first time,
in milliseconds.
setDelay(long) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the delay before starting the task for the first time,
in milliseconds.
setDelay(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the delay before starting the task for the first time,
in milliseconds.
setDelay(int) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Set the delay to use for scheduling tasks passed into the
execute
method.
setDelegate(Object) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set a target object to delegate message listening to.
setDelegate(Object) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the delegate used by this class; the default is this
,
assuming that handler methods have been added by a subclass.
setDelimiter(String) -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Set the delimiter to be used between error messages.
setDeliveryMode(int) -
Method in class org.springframework.jms.core.JmsTemplate
Set the delivery mode to use when sending a message.
setDeliveryPersistent(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
Set whether message delivery should be persistent or non-persistent,
specified as boolean value ("true" or "false").
setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the dependency check code.
setDependencyCheck(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the depency check mode for this definition.
setDependencyCheck(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default dependency-check setting for the document that's currently parsed.
setDependencyCheck(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Set whether or not dependency checking should be performed
for test properties set by Dependency Injection.
setDependencyCheck(boolean) -
Method in class org.springframework.web.servlet.handler.metadata.AbstractPathMapHandlerMapping
Set whether to perform a dependency check for objects on autowired handlers.
setDependsOn(String[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the names of the beans that this bean depends on being initialized.
setDescendingOrder(int) -
Method in class org.springframework.util.comparator.CompoundComparator
Change the sort order at the given index to descending sort.
setDescription(String) -
Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Set a description for this attribute.
setDescription(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set a description for this notification.
setDescription(String) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set a description for this parameter.
setDestination(Destination) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the destination to receive messages from.
setDestinationName(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the name of the destination to receive messages from.
setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the DestinationResolver that should be used to resolve response
destination names for this adapter.
setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the DestinationResolver that is to be used to resolve Queue
references for this accessor.
setDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Set the DestinationResolver
that is to be used to resolve
Destination
references for this accessor.
setDestroyMethod(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default destroy-method setting for the document that's currently parsed.
setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the destroy method.
setDestroyMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the destroy method for this definition.
setDetectAllHandlerAdapters(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerAdapter beans in this portlet's context.
setDetectAllHandlerAdapters(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerAdapter beans in this servlet's context.
setDetectAllHandlerExceptionResolvers(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
setDetectAllHandlerExceptionResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
setDetectAllHandlerMappings(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerMapping beans in this portlet's context.
setDetectAllHandlerMappings(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerMapping beans in this servlet's context.
setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all ViewResolver beans in this portlet's context.
setDetectAllViewResolvers(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to detect all ViewResolver beans in this servlet's context.
setDetectHandlersInAncestorContexts(boolean) -
Method in class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
Set whether to detect handler beans in ancestor ApplicationContexts.
setDir(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'dir
' attribute.
setDirty() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
Called to say that the "applicationContext" instance variable is dirty and
should be reloaded.
setDirty(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
Mark the context with the given key as dirty.
setDirty() -
Method in class org.springframework.test.jpa.AbstractJpaTests
setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'disabled
' attribute.
setDisabled(String) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
Set the value of the 'disabled
' attribute.
setDisallowedFields(String[]) -
Method in class org.springframework.validation.DataBinder
Register fields that should not be allowed for binding.
setDiskExpiryThreadIntervalSeconds(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the number of seconds between runs of the disk expiry thread.
setDiskPersistent(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether the disk store persists between restarts of the Virtual Machine.
setDiskStorePath(String) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the location of temporary files for the disk store of this cache.
setDisplayName(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
Set a friendly name for this context.
setDocumentLoader(DocumentLoader) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the DocumentLoader
to use.
setDocumentReaderClass(Class) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the BeanDefinitionDocumentReader implementation to use,
responsible for the actual reading of the XML bean definition document.
setDriverClassName(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC driver class name.
setDurableSubscriptionName(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the name of a durable subscription to create.
setDynamicDestinationResolver(DestinationResolver) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set the DestinationResolver
to use when falling back to dynamic
destinations.
setElement(String) -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Set the HTML element must be used to render the error messages.
setEncoding(String) -
Method in class org.springframework.web.filter.CharacterEncodingFilter
Set the encoding to use for requests.
setEncoding(String) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the encoding of the FreeMarker template file.
setEncoding(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the encoding of the Velocity template file.
setEncodingScheme(String) -
Method in class org.springframework.web.servlet.view.RedirectView
Set the encoding scheme for this view.
setEncodingStyleUri(String) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
Set the encoding style URI to use for the type mapping.
setEnctype(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'enctype
' attribute.
setEndpointAddress(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the endpoint address to specify on the stub or call.
setEnforceDestroyMethod(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify whether or not the configured destroy method is the default.
setEnforceInitMethod(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify whether or not the configured init method is the default.
setEnsureUniqueRuntimeObjectNames(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should ensure that ObjectNames
generated by
the configured ObjectNamingStrategy
for runtime-registered MBeans should be modified
to ensure uniqueness for every instance of managed Class
.
setEnterMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Ses the template used for method entry log messages.
setEntityCacheStrategies(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the cache strategies for entities (persistent classes or named entities).
setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.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.
setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
setEntityInterceptor(Interceptor) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.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.
setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
setEntityInterceptorBeanName(String) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the bean name of a Hibernate entity interceptor that allows to inspect
and change property values before writing to and reading from the database.
setEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.JpaAccessor
Set the JPA EntityManager to use.
setEntityManager(EntityManager) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Set the JPA EntityManager to be used by this DAO.
setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Set the JPA EntityManagerFactory that should be used to create
EntityManagers.
setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the EntityManagerFactory that this instance should manage transactions for.
setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Set the JPA EntityManagerFactory to be used by this DAO.
setEntityManagerFactory(EntityManagerFactory) -
Method in class org.springframework.test.jpa.AbstractJpaTests
setEntityManagerFactoryBeanName(String) -
Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Set the bean name of the EntityManagerFactory to fetch from Spring's
root application context.
setEntityManagerInterface(Class<? extends EntityManager>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the (potentially vendor-specific) EntityManager interface that
this factory's EntityManagers are supposed to implement.
setEntityManagerInterface(Class) -
Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
Specify the EntityManager interface to expose.
setEntityResolver(EntityResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set a SAX entity resolver to be used for parsing.
setEnvironment(Properties) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnectorServer
as java.util.Properties
(String key/value pairs).
setEnvironment(Properties) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector
as java.util.Properties
(String key/value pairs).
setEnvironment(Properties) -
Method in class org.springframework.jndi.JndiTemplate
Set the environment for the JNDI InitialContext.
setEnvironmentMap(Map) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnector
as a Map
of String keys and arbitrary Object values.
setEnvironmentMap(Map) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector
as a Map
of String keys and arbitrary Object values.
setErrorCodes(String[]) -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the SQL error codes to match.
setErrorHandler(ErrorHandler) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set an implementation of the org.xml.sax.ErrorHandler
interface for custom handling of XML parsing errors and warnings.
setErrorListener(ErrorListener) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set an implementation of the ErrorListener
interface for custom handling of transformation errors and warnings.
setErrorListener(ErrorListener) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Set an implementation of the ErrorListener
interface for custom handling of transformation errors and warnings.
setErrorListener(ErrorListener) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set an implementation of the ErrorListener
interface for custom handling of transformation errors and warnings.
setEternal(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether elements are considered as eternal.
setEventListener(ReaderEventListener) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify which ReaderEventListener
to use.
setEventListeners(Map) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate event listeners to register, with listener types
as keys and listener objects as values.
setExceptionAttribute(String) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should
be exposed.
setExceptionAttribute(String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should
be exposed.
setExceptionClass(Class) -
Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the exception class for the specified error codes.
setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.hibernate.HibernateInterceptor
Set whether to convert any HibernateException raised to a Spring DataAccessException,
compatible with the org.springframework.dao
exception hierarchy.
setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Set whether to convert any HibernateException raised to a Spring DataAccessException,
compatible with the org.springframework.dao
exception hierarchy.
setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.jdo.JdoInterceptor
Set whether to convert any JDOException raised to a Spring DataAccessException,
compatible with the org.springframework.dao
exception hierarchy.
setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.jpa.JpaInterceptor
Set whether to convert any PersistenceException raised to a Spring DataAccessException,
compatible with the org.springframework.dao
exception hierarchy.
setExceptionConversionEnabled(boolean) -
Method in class org.springframework.orm.toplink.TopLinkInterceptor
Set whether to convert any TopLinkException raised to a Spring DataAccessException,
compatible with the org.springframework.dao
exception hierarchy.
setExceptionListener(ExceptionListener) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
Specify an JMS ExceptionListener implementation that should be
registered with with the single Connection created by this factory.
setExceptionListener(ExceptionListener) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the JMS ExceptionListener to notify in case of a JMSException thrown
by the registered message listener or the invocation infrastructure.
setExceptionMappings(Properties) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setExceptionMappings(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setExceptionMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method exception log messages.
setExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.JdbcAccessor
Set the exception translator for this instance.
setExcludedBeans(String[]) -
Method in class org.springframework.jmx.export.MBeanExporter
Set the list of names for beans that should be excluded from autodetection.
setExcludedClasses(Class[]) -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Specify controller classes that should be excluded from this mapping.
setExcludedPackages(String[]) -
Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Specify Java packages that should be excluded from this mapping.
setExcludedPattern(String) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Convenience method when we have only a single exclusion pattern.
setExcludedPatterns(String[]) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Set the regular expressions defining methods to match for exclusion.
setExcludeUnlistedClasses(boolean) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setExitMessage(String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
Set the template used for method exit log messages.
setExpectedType(Class) -
Method in class org.springframework.jndi.JndiObjectLocator
Set the type that the located JNDI object is supposed
to be assignable to, if any.
setExplicitQosEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
Set if the QOS values (deliveryMode, priority, timeToLive)
should be used for sending a message.
setExporterClass(Class) -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Set the JRExporter
implementation Class
to use.
setExporterParameters(Map) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the exporter parameters that should be used when rendering a view.
setExporterParameters(Map) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the exporterParameters
the view class should use.
setExposeClassDescriptor(boolean) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to expose the JMX descriptor field "class" for managed operations.
setExposeListenerSession(boolean) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set whether to expose the listener JMS Session to a registered
SessionAwareMessageListener
.
setExposeManagedResourceClassLoader(boolean) -
Method in class org.springframework.jmx.export.MBeanExporter
Indicates whether or not the managed resource should be exposed as the
thread context ClassLoader
before allowing
any invocations on the MBean to occur.
setExposeModelAttributes(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
Set the exposeModelAttributes
flag which denotes whether
or not model attributes should be exposed as HTTP query parameters.
setExposeNativeEntityManager(boolean) -
Method in class org.springframework.orm.jpa.JpaTemplate
Set whether to expose the native JPA EntityManager to JpaCallback
code.
setExposeNativePersistenceManager(boolean) -
Method in class org.springframework.orm.jdo.JdoTemplate
Set whether to expose the native JDO PersistenceManager to JdoCallback
code.
setExposeNativeSession(boolean) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
Set whether to expose the native Hibernate Session to HibernateCallback
code.
setExposeNativeSession(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set whether to expose the native Hibernate Session to
HibernateCallback code.
setExposeProxy(boolean) -
Method in interface org.springframework.aop.framework.Advised
Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
setExposeProxy(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal for retrieval via the AopContext class.
setExposeRequestAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether all request attributes should be added to the
model prior to merging with the template.
setExposeRequestAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all request attributes should be added to the
model prior to merging with the template.
setExposeSessionAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
setExposeSessionAttributes(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all HttpSession attributes should be added to the
model prior to merging with the template.
setExposeSpringMacroHelpers(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateView
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
setExposeSpringMacroHelpers(boolean) -
Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether to expose a RequestContext for use by Spring's macro library,
under the name "springMacroRequestContext".
setExposeTransactionAwareSessionFactory(boolean) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Set whether to expose a transaction-aware proxy for the SessionFactory,
returning the Session that's associated with the current Spring-managed
transaction on getCurrentSession()
, if any.
setExposeUnconfigurableExecutor(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
setExposeUnconfigurableExecutor(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable
decorator for the created executor.
setExpression(String) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
setExpression(String) -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
setExtendedPersistenceContexts(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the extended persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
setExtractOldValueForEditor(boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
setExtractOldValueForEditor(boolean) -
Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Set whether to extract the old property value when applying a
property editor to a new value for a property.
setExtractOldValueForEditor(boolean) -
Method in class org.springframework.validation.DataBinder
Set whether to extract the old field value when applying a
property editor to a new value for a field.
SetFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared Set instances.
SetFactoryBean() -
Constructor for class org.springframework.beans.factory.config.SetFactoryBean
setFactoryBean(String, String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the name of the factory bean to use for this definition.
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.
setFactoryMethod(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the name of the factory method to use for this definition.
setFactoryMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify a factory method, if any.
setFailEarlyOnGlobalRollbackOnly(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to fail early in case of the transaction being globally marked
as rollback-only.
setFailureMessage(String) -
Method in class org.springframework.test.AssertThrows
Set the extra, contextual failure message that will be included
in the failure text if the text fails.
setFallbackToDynamicDestination(boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
Set whether this resolver is supposed to create dynamic destinations
if the destination name is not found in JNDI.
setFallbackToSystemLocale(boolean) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set whether to fall back to the system Locale if no files for a specific
Locale have been found.
setFallbackTranslator(SQLExceptionTranslator) -
Method in class org.springframework.jdbc.support.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.
setFetchSize(int) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
Set the fetch size for this HibernateTemplate.
setFetchSize(int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the fetch size for this HibernateTemplate.
setFieldMarkerPrefix(String) -
Method in class org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that mark potentially
empty fields, having "prefix + field" as name.
setFileEncoding(String) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set the encoding to use for parsing properties files.
setFileEncodings(Properties) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set per-file charsets to use for parsing properties files.
setFileTypeMap(FileTypeMap) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the Java Activation Framework FileTypeMap
to use
for determining the content type of inline content and attachments
that get added to the message.
setFilter(Object) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the filter object that the source provider should use for loading the list.
setFilterConfig(FilterConfig) -
Method in class org.springframework.web.filter.GenericFilterBean
Deprecated. as of Spring 2.0; to be removed in Spring 2.1
setFilterDefinitions(FilterDefinition[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate FilterDefinitions to register with the SessionFactory.
setFilterName(String) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Set the name of the filter.
setFilterName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the name of a Hibernate filter to be activated for all
Sessions that this accessor works with.
setFilterNames(String[]) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set one or more names of Hibernate filters to be activated for all
Sessions that this accessor works with.
setFinishRenderParameter(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Pass the the parameter that indicates a finish request forward to the
render phase.
setFixedRate(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
setFixedRate(boolean) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
setFixedRate(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
setFixedRate(boolean) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set whether to schedule as fixed-rate execution, rather than
fixed-delay execution.
setFlushEager(boolean) -
Method in class org.springframework.orm.jdo.JdoAccessor
Set if this accessor should flush changes to the database eagerly.
setFlushEager(boolean) -
Method in class org.springframework.orm.jpa.JpaAccessor
Set if this accessor should flush changes to the database eagerly.
setFlushMode(int) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the flush behavior to one of the constants in this class.
setFlushMode(int) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the flush behavior to one of the constants in this class.
setFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Specify the Hibernate FlushMode to apply to this filter's
Session
.
setFlushModeName(String) -
Method in class org.springframework.orm.hibernate.HibernateAccessor
Set the flush behavior by the name of the respective constant
in this class, e.g.
setFlushModeName(String) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the flush behavior by the name of the respective constant
in this class, e.g.
setFor(String) -
Method in class org.springframework.web.servlet.tags.form.LabelTag
Set the value of the 'for
' attribute.
setForceEncoding(boolean) -
Method in class org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding
of this filter
is supposed to override existing request and response encodings.
setFormatKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the key of the model parameter that holds the format discriminator.
setFormatMappings(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Set the mappings of format discriminators to view class names.
setFormSubmit(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Set the action response parameter that indicates this in a form submission.
setFormView(String) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
Set the name of the view that should be used for form display.
setFormView(String) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
Set the name of the view that should be used for form display.
setForwardedUrl(String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
setFreemarkerSettings(Properties) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set properties that contain well-known FreeMarker keys which will be
passed to FreeMarker's Configuration.setSettings
method.
setFreemarkerVariables(Map) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a Map that contains well-known FreeMarker objects which will be passed
to FreeMarker's Configuration.setAllSharedVariables()
method.
setFrom(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setFrom(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setFrom(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setFrom(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setFrom(String) -
Method in interface org.springframework.mail.MailMessage
setFrom(String) -
Method in class org.springframework.mail.SimpleMailMessage
setFrozen(boolean) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set whether or not the proxy should be frozen, preventing advice
from being added to it once it is created.
setFrozen(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
Set whether this config should be frozen.
setFrozen(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
setFunction(boolean) -
Method in class org.springframework.jdbc.object.SqlCall
Set whether this call is for a function.
setGenerateDdl(boolean) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Set whether to generate DDL after the EntityManagerFactory has been initialized,
creating/updating all relevant tables.
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.
setGlobalRollbackOnParticipationFailure(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to globally mark an existing transaction as rollback-only
after a participating transaction failed.
setGlobalTriggerListeners(TriggerListener[]) -
Method in class org.springframework.scheduling.quartz.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.
setHandback(Object) -
Method in class org.springframework.jmx.export.NotificationListenerBean
Set the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster
when notifying
any NotificationListener
.
setHeader(String, String) -
Method in class org.springframework.mock.web.MockHttpServletResponse
setHeaders(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the set of headers that are included in each of response.
setHeaders(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the headers
the view class should use.
setHibernateProperties(Properties) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setHibernateProperties(Properties) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set Hibernate properties, such as "hibernate.dialect".
setHibernateTemplate(HibernateTemplate) -
Method in class org.springframework.orm.hibernate.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
setHibernateTemplate(HibernateTemplate) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Set the HibernateTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
setHideProxyClassNames(boolean) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set to "true" to have dynamic loggers
hide
proxy class names wherever possible.
setHomeInterface(Class) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set a home interface that this invoker will narrow to before performing
the parameterless SLSB create()
call that returns the actual
SLSB proxy.
setHost(String) -
Method in class org.springframework.mail.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.
setHost(String) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the host of the registry for the exported RMI service,
i.e.
setHtmlEscape(String) -
Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Set HTML escaping for this tag, as boolean value.
setHttp10Compatible(boolean) -
Method in class org.springframework.web.servlet.view.RedirectView
Set whether to stay compatible with HTTP 1.0 clients.
setHttpClient(HttpClient) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the HttpClient instance to use for this request executor.
setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
setId(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Set the value of the 'id
' attribute.
setIdleTaskExecutionLimit(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the limit for idle executions of a receive task, not having
received any message within its execution.
setIgnoreCase(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
Set whether upper and lower case in String values should be ignored.
setIgnoredMethodMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setIgnoredMethods(String[]) -
Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Set the array of method names to be ignored when creating the management info.
setIgnoredUnknownProperties(String[]) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
Specify the unknown properties (not found in the bean) that should be ignored.
setIgnoreInvalidFields(boolean) -
Method in class org.springframework.validation.DataBinder
Set whether to ignore invalid fields, that is, whether to ignore bind
parameters that have corresponding fields in the target object which are
not accessible (for example because of null values in the nested path).
setIgnoreInvalidKeys(boolean) -
Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
Set whether to ignore invalid keys.
setIgnoreInvalidRequests(boolean) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Set whether invalidly formatted messages should be discarded.
setIgnoreNestedPath(boolean) -
Method in class org.springframework.web.servlet.tags.BindTag
Set whether to ignore a nested path, if any.
setIgnoreResourceNotFound(boolean) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set if failure to find the property resource should be ignored.
setIgnoreUnknownFields(boolean) -
Method in class org.springframework.validation.DataBinder
Set whether to ignore unknown fields, that is, whether to ignore bind
parameters that do not have corresponding fields in the target object.
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
setIncludedUrl(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
setIncludePatterns(List<String>) -
Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
Set a list of regex patterns, matching eligible @AspectJ bean names.
setIncludeQueryString(boolean) -
Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Set the whether or not the query string should be included in the log message.
setIncrementerName(String) -
Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the name of the sequence/table.
setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
setIndent(boolean) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set whether the XSLT transformer may add additional whitespace when
outputting the result tree.
setIndex(int) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the index of this parameter in the operation signature.
setInitMethod(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default init-method setting for the document that's currently parsed.
setInitMethodName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the initializer method.
setInitMethodName(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the init method for this definition.
setInitParameters(Properties) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Specify init parameters for the portlet to wrap,
as name-value pairs.
setInitParameters(Properties) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Specify init parameters for the servlet to wrap,
as name-value pairs.
setInitParamName(String) -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
Set the name of the ServletContext init parameter to expose.
setInstantiationStrategy(InstantiationStrategy) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Set the instantiation strategy to use for creating bean instances.
setInteractionSpec(InteractionSpec) -
Method in class org.springframework.jca.cci.object.EisOperation
Set the CCI InteractionSpec for this operation.
setInterceptorNames(String[]) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the common interceptors.
setInterceptorNames(String[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the list of Advice/Advisor bean names.
setInterceptors(Object[]) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setInterceptors(Object[]) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setInterfaceMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of interface names.
setInterfaces(Class[]) -
Method in class org.springframework.aop.framework.AdvisedSupport
Set the interfaces to be proxied.
setInterval(int) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the interval between validation runs (in seconds).
setIntHeader(String, int) -
Method in class org.springframework.mock.web.MockHttpServletResponse
setIntrospectionClass(Class) -
Method in class org.springframework.beans.BeanWrapperImpl
Set the class to introspect.
setInvalidResultSetAccessCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
setInvalidSubmit(ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Set the action response parameter that indicates this in an invalid submission.
setIsolationLevel(int) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Specify the default isolation level to use for Connection retrieval,
according to the JDBC Connection
constants
(equivalent to the corresponding Spring
TransactionDefinition
constants).
setIsolationLevel(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level.
setIsolationLevelName(String) -
Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Set the default isolation level by the name of the corresponding constant
in TransactionDefinition
, e.g.
setIsolationLevelName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level by the name of the corresponding constant in
TransactionDefinition, e.g.
setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the name of the property mapped to the label (inner text) of the
'option
' tag.
setItemLabel(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the name of the property mapped to the label (inner text) of the
'option
' tag.
setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the Collection
, Map
or array
of objects used to generate the inner 'option
' tags.
setItems(Object) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the Collection
, Map
or array of objects used to
generate the inner 'option
' tags.
setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
Set the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
setItemValue(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the name of the property mapped to the 'value
'
attribute of the 'option
' tag.
setJavaMailProperties(Properties) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set JavaMail properties for the Session
.
setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
Set JavaScript escaping for this tag, as boolean value.
setJaxRpcService(Service) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set a reference to an existing JAX-RPC Service instance,
for example obtained via JndiObjectFactoryBean
.
setJaxRpcServiceInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the JAX-RPC service interface to use for looking up the service.
setJaxRpcServiceProperties(Properties) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set JAX-RPC service properties to be passed to the ServiceFactory, if any.
setJdbcDataSource(DataSource) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the javax.sql.DataSource
to use for reports with
embedded SQL statements.
setJdbcDataSource(DataSource) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the DataSource
the view class should use.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.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.hibernate3.AbstractSessionFactoryBean
Set the JDBC exception translator for the SessionFactory,
exposed via the PersistenceExceptionTranslator interface.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the JDBC exception translator for this transaction manager.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
Set the JDBC exception translator for this dialect.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
Set the JDBC exception translator for this SessionFactory.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.toplink.TopLinkAccessor
Set the JDBC exception translator for this instance.
setJdbcExceptionTranslator(SQLExceptionTranslator) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set the JDBC exception translator for this transaction manager.
setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the JdbcTemplate to be used by this bean factory.
setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JdbcTemplate for this DAO explicitly,
as an alternative to specifying a DataSource.
setJdbcTemplate(JdbcTemplate) -
Method in class org.springframework.jdbc.object.RdbmsOperation
An alternative to the more commonly used setDataSource() when you want to
use the same JdbcTemplate in multiple RdbmsOperations.
setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.JdoAccessor
Set the JDO dialect to use for this accessor.
setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the JDO dialect to use for this transaction manager.
setJdoDialect(JdoDialect) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set the JDO dialect to use for the PersistenceExceptionTranslator
functionality of this factory.
setJdoProperties(Properties) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
setJdoTemplate(JdoTemplate) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Set the JdoTemplate for this DAO explicitly,
as an alternative to specifying a PersistenceManagerFactory.
setJmsTemplate(JmsTemplate) -
Method in class org.springframework.jms.core.support.JmsGatewaySupport
Set the JmsTemplate for the gateway.
setJndiEnvironment(Properties) -
Method in class org.springframework.jndi.JndiAccessor
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI environment to use for JNDI lookups.
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 JNDI lookups.
setJndiTemplate(JndiTemplate) -
Method in class org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JndiTemplate to use for JNDI lookups.
setJobClass(Class) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
Overridden to support any job class, to allow a custom JobFactory
to adapt the given job class to the Quartz Job interface.
setJobDataAsMap(Map) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Register objects in the JobDataMap via a given Map.
setJobDetail(JobDetail) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the JobDetail that this trigger should be associated with.
setJobDetail(JobDetail) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the JobDetail that this trigger should be associated with.
setJobDetails(JobDetail[]) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register a list of JobDetail objects with the Scheduler that
this FactoryBean creates, to be referenced by Triggers.
setJobFactory(JobFactory) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz JobFactory to use for this Scheduler.
setJobListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.JobDetailBean
Set a list of JobListener names for this job, referring to
non-global JobListeners registered with the Scheduler.
setJobListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set a list of JobListener names for this job, referring to
non-global JobListeners registered with the Scheduler.
setJobListeners(JobListener[]) -
Method in class org.springframework.scheduling.quartz.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.
setJpaDialect(JpaDialect) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the vendor-specific JpaDialect implementation to associate with
this EntityManagerFactory.
setJpaDialect(JpaDialect) -
Method in class org.springframework.orm.jpa.JpaAccessor
Set the JPA dialect to use for this accessor.
setJpaDialect(JpaDialect) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
Set the JPA dialect to use for this transaction manager.
setJpaProperties(Properties) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify JPA properties, to be passed into
Persistence.createEntityManagerFactory
(if any).
setJpaProperties(Properties) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
setJpaProperties(Properties) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
setJpaPropertyMap(Map) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify JPA properties as a Map, to be passed into
Persistence.createEntityManagerFactory
(if any).
setJpaPropertyMap(Map) -
Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
setJpaPropertyMap(Map) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any).
setJpaTemplate(JpaTemplate) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Set the JpaTemplate for this DAO explicitly,
as an alternative to specifying a EntityManagerFactory.
setJpaVendorAdapter(JpaVendorAdapter) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the JpaVendorAdapter implementation for the desired JPA provider,
if any.
setJtaDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setJtaTransactionManager(TransactionManager) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the JTA TransactionManager to be used for Hibernate's
TransactionManagerLookup.
setJtaTransactionManager(TransactionManager) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the JTA TransactionManager to be used for Hibernate's
TransactionManagerLookup.
setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveSeconds(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepTaskList(boolean) -
Method in class org.springframework.util.StopWatch
Determine whether the TaskInfo array is built over time.
setLabel(String) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
Set the text body of the rendered HTML <option>
tag.
setLang(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'lang
' attribute.
setLayoutKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the context key used to specify an alternate layout to be used instead
of the default layout.
setLayoutKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Set the context key used to specify an alternate layout to be used instead
of the default layout.
setLayoutUrl(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the layout template to use.
setLayoutUrl(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Set the layout template to use.
setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Set whether to lazily start a database transaction within a TopLink
transaction.
setLazyDatabaseTransaction(boolean) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set whether to lazily start a database transaction within a TopLink
transaction.
setLazyInit(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean should be lazily initialized.
setLazyInit(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set whether beans for this definition should be lazily initialized or not.
setLazyInit(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default lazy-init flag for the document that's currently parsed.
setLazyInit(boolean) -
Method in class org.springframework.jdbc.support.JdbcAccessor
Set whether to lazily initialize the SQLExceptionTranslator for this accessor,
on first encounter of a SQLException.
setLazyInitHandlers(boolean) -
Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Set whether to lazily initialize handlers.
setLazyInitHandlers(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set whether to lazily initialize handlers.
setListeners(MBeanExporterListener[]) -
Method in class org.springframework.jmx.export.MBeanExporter
Set the MBeanExporterListener
s that should be notified
of MBean registration and unregistration events.
setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
setLoadTimeWeaver(LoadTimeWeaver) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Specify the Spring LoadTimeWeaver to use for class instrumentation according
to the JPA class transformer contract.
setLobHandler(LobHandler) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set the LobHandler to be used by the SessionFactory.
setLobHandler(LobHandler) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set the LobHandler to be used by the SessionFactory.
setLobHandler(LobHandler) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the LobHandler to be used by the SqlMapClient.
setLocalAddr(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setLocale(Locale) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the Locale that the source provider should use for loading the list.
setLocale(Locale) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given Locale with the current thread.
setLocale(Locale, boolean) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given Locale with the current thread.
setLocale(Locale) -
Method in class org.springframework.mock.web.MockHttpServletResponse
setLocale(Locale) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
setLocale(HttpServletRequest, HttpServletResponse, Locale) -
Method in interface org.springframework.web.servlet.LocaleResolver
Set the current locale to the given one.
setLocaleContext(LocaleContext) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given LocaleContext with the current thread,
not exposing it as inheritable for child threads.
setLocaleContext(LocaleContext, boolean) -
Static method in class org.springframework.context.i18n.LocaleContextHolder
Associate the given LocaleContext with the current thread.
setLocalesToInitialize(Locale[]) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Specify Locales to initialize eagerly, rather than lazily when actually accessed.
setLocalName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setLocalOverride(boolean) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set whether local properties override properties from files.
setLocalPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setLocateExistingServerIfPossible(boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set whether or not the MBeanServerFactoryBean
should attempt
to locate a running MBeanServer
before creating one.
setLocation(String) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
setLocation(String) -
Method in class org.springframework.aop.support.AbstractExpressionPointcut
Set the location for debugging.
setLocation(Resource) -
Method in class org.springframework.beans.factory.config.ResourceFactoryBean
Deprecated. Set the resource location.
setLocation(Resource) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set a location of a properties file to be loaded.
setLocation(Resource) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
Set the location of the XML file that defines the view beans.
setLocations(Resource[]) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set locations of properties files to be loaded.
setLog(boolean) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
setLogFile(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
setLogger(Log) -
Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
Set the logger
that is to be used to report warnings.
setLoggerName(String) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set the name of the logger to use.
setLogicalMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Specifies a set of optional logical method name mappings.
setLoginProperties(Properties) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify TopLink login properties, to be passed to
the DatabaseLogin
instance.
setLoginPropertyMap(Map) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify TopLink login properties as a Map, to be passed to
the DatabaseLogin
instance.
setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
Setting a login timeout is not supported.
setLoginTimeout(int) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
setLogName(String) -
Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
The name of the log.
setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are not supported.
setLogWriter(PrintWriter) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
setLookupHomeOnStartup(boolean) -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to look up the EJB home object on startup.
setLookupOnStartup(boolean) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
Set whether to look up the JNDI object on startup.
setLookupOnStartup(boolean) -
Method in class org.springframework.jndi.JndiObjectTargetSource
Set whether to look up the JNDI object on startup.
setLookupServiceOnStartup(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set whether to look up the JAX-RPC service on startup.
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.
setManagedConnectionFactory(ManagedConnectionFactory) -
Method in class org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ManagerConnectionFactory that should be used to create
the desired connection factory.
setManagedInterfaces(Class[]) -
Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the array of interfaces to use for creating the management info.
setManagedMethods(String[]) -
Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the array of method names to use for creating the management info.
setManagedResource(Object, String) -
Method in class org.springframework.jmx.export.SpringModelMBean
Sets managed resource to expose and stores its ClassLoader
.
setMappedHandlerClasses(Class[]) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlerClasses(Class[]) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlers(Set) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Specify the set of handlers that this exception resolver should map.
setMappedHandlers(Set) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Specify the set of handlers that this exception resolver should apply to.
setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
Convenience method when we have only a single method name to match.
setMappedName(String) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Convenience method when we have only a single method name to match.
setMappedNames(String[]) -
Method in class org.springframework.aop.support.NameMatchMethodPointcut
Set the method names defining methods to match.
setMappedNames(String[]) -
Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
Set the method names defining methods to match.
setMappedObjectName(String) -
Method in class org.springframework.jmx.export.NotificationListenerBean
Set the ObjectName
-style name of the single MBean
that the encapsulated NotificationFilter
will be registered with to listen for
Notifications
.
setMappedObjectNames(String[]) -
Method in class org.springframework.jmx.export.NotificationListenerBean
Set an array of ObjectName
-style names of the MBeans
that the encapsulated NotificationFilter
will be registered with to listen for
Notifications
.
setMappingDirectoryLocations(Resource[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
setMappingDirectoryLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
setMappingJarLocations(Resource[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
setMappingJarLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
setMappingLocation(Resource) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set a location of a properties file to be loaded,
containing object name mappings.
setMappingLocation(Resource) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify the Resource
from which mappings are loaded.
setMappingLocations(Resource[]) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set location of properties files to be loaded,
containing object name mappings.
setMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
setMappingLocations(Resource[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
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".
setMappingResources(String[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
setMappings(Properties) -
Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Set local properties, containing object name mappings, e.g. via
the "props" tag in XML bean definitions.
setMappings(String[]) -
Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify additional MIME type mappings as lines that follow the
mime.types file format, as specified by the
Java Activation Framework, for example:
text/html html htm HTML HTM
setMappings(Properties) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Set PortletMode to handler bean name mappings from a Properties object.
setMappings(Properties) -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Map URL paths to handler bean names.
setMappings(Properties) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set explicit URL to method name mappings through a Properties object.
setMaxConcurrentConsumers(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the maximum number of concurrent consumers to create.
setMaxElementsInMemory(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Specify the maximum number of cached objects in memory.
setMaxIdle(int) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the maximum number of idle objects in the pool.
setMaxIdle(int) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Set the maximum number of idle ServerSessions in the pool.
setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.MockHttpSession
setMaxInactiveInterval(int) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
setMaxInMemorySize(int) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are written to disk.
setMaxlength(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'maxlength
' attribute.
setMaxLinkedPages(int) -
Method in class org.springframework.beans.support.PagedListHolder
Set the maximum number of page links to a few pages around the current one.
setMaxMessagesPerTask(int) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the maximum number of messages to process in one task.
setMaxMessagesPerTask(int) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
Set the maximum number of messages to load into a JMS Session.
setMaxPoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's maximum pool size.
setMaxPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's maximum pool size.
setMaxResults(int) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
Set the maximum number of rows for this HibernateTemplate.
setMaxResults(int) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the maximum number of rows for this HibernateTemplate.
setMaxRows(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
Set the maximum number of rows for this JdbcTemplate.
setMaxRows(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Set the maximum number of rows for this RDBMS operation.
setMaxRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
Set the maximum number of rows that may be affected by this update.
setMaxSize(int) -
Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Set the maximum size of the pool.
setMaxSize(int) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
Set the maximum size of the pool.
setMaxUploadSize(long) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are refused
setMaxUploadSize(int) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
Set the maximum allowed size (in bytes) before uploads are refused
setMaxWait(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the maximum waiting time for fetching an object from the pool.
setMaxWait(long) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Set the maximum waiting time for fetching an ServerSession from the pool.
setMbeanHomeName(String) -
Method in class org.springframework.jmx.support.WebLogicJndiMBeanServerFactoryBean
Specify the JNDI name of the WebLogic MBeanHome object to use
for creating the JMX MBeanServer reference.
setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the memory style eviction policy for this cache.
setMerge(String) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the default merge setting for the document that's currently parsed.
setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedList
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedMap
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedProperties
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
setMergeEnabled(boolean) -
Method in class org.springframework.beans.factory.support.ManagedSet
Set whether merging should be enabled for this collection,
in case of a 'parent' collection value being present.
setMessage(Object) -
Method in class org.springframework.web.servlet.tags.MessageTag
Set the MessageSourceResolvable for this tag.
setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.AbstractBindingResult
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.validation.DataBinder
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the strategy to use for resolving errors into message codes.
setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.core.JmsTemplate
Set the message converter for this template.
setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Set the converter that will convert incoming JMS messages to
listener method arguments, and objects returned from listener
methods back to JMS messages.
setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Specify the MessageConverter to use for turning
RemoteInvocation
objects into request messages, as well as response messages into
RemoteInvocationResult
objects.
setMessageConverter(MessageConverter) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
Specify the MessageConverter to use for turning request messages into
RemoteInvocation
objects,
as well as RemoteInvocationResult
objects into response messages.
setMessageDrivenContext(MessageDrivenContext) -
Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Required lifecycle method.
setMessageIdEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
Set whether message IDs are enabled.
setMessageListener(Object) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the message listener implementation to register.
setMessageSelector(String) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set the JMS message selector expression (or null
if none).
setMessageSource(MessageSource) -
Method in interface org.springframework.context.MessageSourceAware
Set the MessageSource that this object runs in.
setMessageTimestampEnabled(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
Set whether message timestamps are enabled.
setMethod(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setMethod(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'method
' attribute.
setMethodInvoker(MethodInvoker) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Set the MethodInvoker to use.
setMethodMap(Map) -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Set a name/attribute map, consisting of "FQCN.method" method names
(e.g.
setMethodMappings(Properties) -
Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setMethodName(String) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
Set the name of the Method
to locate.
setMethodName(String) -
Method in class org.springframework.remoting.support.RemoteInvocation
Set the name of the target method.
setMethodNameResolver(MethodNameResolver) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the method name resolver that this class should use.
setMethodOverrides(MethodOverrides) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify method overrides for the bean, if any.
setMethodParamNames(String[]) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set a String array of parameter names, where the very existence of a
parameter in the list (with value ignored) means that a method of the
same name should be invoked.
setMimeMultiparts(MimeMultipart, MimeMultipart) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given MimeMultipart objects for use by this MimeMessageHelper.
setMinEvictableIdleTimeMillis(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the minimum time that an idle object can sit in the pool before
it becomes subject to eviction.
setMinEvictableIdleTimeMillis(long) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Set the minimum time that an idle ServerSession can sit in the pool
before it becomes subject to eviction.
setMinIdle(int) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the minimum number of idle objects in the pool.
setMinIdle(int) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Set the minimum number of idle ServerSessions in the pool.
setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
Set the misfire instruction via the name of the corresponding
constant in the CronTrigger
class.
setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
Set the misfire instruction via the name of the corresponding
constant in the SimpleTrigger
class.
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.
setMultiple(Object) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the value of the HTML 'multiple
' attribute rendered
on the final 'select
' element.
setName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set the name of this notification.
setName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the name of this parameter in the operation signature.
setName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the job.
setName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the name of this transaction.
setName(String) -
Method in class org.springframework.web.servlet.tags.BindErrorsTag
Set the name of the bean that this tag should check.
setName(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'name
' attribute.
setNameMap(Map) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Set a name/attribute map, consisting of method names
(e.g.
setNamespace(String) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the namespace for this web application context,
to be used for building a default context config location.
setNamespace(String) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
setNamespace(String) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
setNamespace(String) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
setNamespace(String) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the namespace for this portlet application context,
to be used for building a default context config location.
setNamespace(String) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
setNamespace(String) -
Method in class org.springframework.web.portlet.FrameworkPortlet
Set a custom namespace for this portlet,
to be used for building a default context config location.
setNamespace(String) -
Method in class org.springframework.web.servlet.FrameworkServlet
Set a custom namespace for this servlet,
to be used for building a default context config location.
setNamespace(String) -
Method in class org.springframework.web.struts.ContextLoaderPlugIn
Set a custom namespace for the ActionServlet,
to be used for building a default context config location.
setNamespaceAware(boolean) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set whether or not the XML parser should be XML namespace aware.
setNamespaceHandlerResolver(NamespaceHandlerResolver) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the NamespaceHandlerResolver
to use.
setNamespaceUri(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the namespace URI of the service.
setNamingStrategy(ObjectNamingStrategy) -
Method in class org.springframework.jmx.export.MBeanExporter
Set the implementation of the ObjectNamingStrategy
interface
to use for this exporter.
setNamingStrategy(NamingStrategy) -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
setNamingStrategy(NamingStrategy) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
setNativeConnectionNecessaryForNativeCallableStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to
receive native CallableStatements.
setNativeConnectionNecessaryForNativePreparedStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to
receive native PreparedStatements.
setNativeConnectionNecessaryForNativeStatements(boolean) -
Method in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
Set whether it is necessary to work on the native Connection to
receive native Statements.
setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Specify the NativeJdbcExtractor to use for unwrapping
CallableStatements, if any.
setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.JdbcTemplate
Set a NativeJdbcExtractor to extract native JDBC objects from wrapped handles.
setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Specify the NativeJdbcExtractor to use for unwrapping
PreparedStatements, if any.
setNativeJdbcExtractor(NativeJdbcExtractor) -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler
Set an appropriate NativeJdbcExtractor to be able to retrieve the underlying
native oracle.jdbc.OracleConnection
.
setNestedPath(String) -
Method in class org.springframework.validation.AbstractBindingResult
setNestedPath(String) -
Method in exception org.springframework.validation.BindException
setNestedPath(String) -
Method in interface org.springframework.validation.Errors
Allow context to be changed so that standard validators can validate
subtrees.
setNestedPath(String) -
Method in class org.springframework.web.bind.EscapedErrors
setNestedTransactionAllowed(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether nested transactions are allowed.
setNew(boolean) -
Method in class org.springframework.mock.web.MockHttpSession
setNew(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletSession
setNonJtaDataSource(DataSource) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setNonTransactionalDataSource(DataSource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the DataSource to be used by the Scheduler for non-transactional access.
setNotificationFilter(NotificationFilter) -
Method in class org.springframework.jmx.export.NotificationListenerBean
Set the NotificationFilter
associated
with the encapsulated NotificationFilter
.
setNotificationInfoMappings(Map) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
setNotificationInfos(ManagedNotification[]) -
Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
setNotificationListener(NotificationListener) -
Method in class org.springframework.jmx.export.NotificationListenerBean
Set the NotificationListener
.
setNotificationListenerMappings(Map) -
Method in class org.springframework.jmx.export.MBeanExporter
Set the NotificationListeners
to register with the
MBeanServer
.
setNotificationListeners(NotificationListenerBean[]) -
Method in class org.springframework.jmx.export.MBeanExporter
Set the NotificationListenerBeans
containing the
NotificationListeners
that will be registered
with the MBeanServer
.
setNotificationPublisher(NotificationPublisher) -
Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
Set the NotificationPublisher
instance for the current managed resource instance.
setNotificationType(String) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set a single notification type, or a list of notification types
as comma-delimited String.
setNotificationTypes(String[]) -
Method in class org.springframework.jmx.export.metadata.ManagedNotification
Set a list of notification types.
setNumberToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null
if not needed.
setNumberToolAttribute(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null
if not needed.
setObjectName(Object) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the ObjectName
of the MBean which calls are routed to,
as ObjectName
instance or as String
.
setObjectName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
Set the JMX ObjectName of this managed resource.
setObjectName(Object) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the ObjectName
used to register the JMXConnectorServer
itself with the MBeanServer
, as ObjectName
instance
or as String
.
setOnblur(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onblur
' attribute.
setOnchange(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onchange
' attribute.
setOnclick(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onclick
' attribute.
setOndblclick(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'ondblclick
' attribute.
setOnfocus(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onfocus
' attribute.
setOnkeydown(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeydown
' attribute.
setOnkeypress(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeypress
' attribute.
setOnkeyup(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeyup
' attribute.
setOnmousedown(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmousedown
' attribute.
setOnmousemove(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmousemove
' attribute.
setOnmouseout(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseout
' attribute.
setOnmouseover(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseover
' attribute.
setOnmouseup(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseup
' attribute.
setOnreset(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'onreset
' attribute.
setOnselect(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'onselect
' attribute.
setOnselect(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'onselect
' attribute.
setOnsubmit(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'onsubmit
' attribute.
setOpaque(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies created by this configuration should be prevented
from being cast to Advised
to query proxy status.
setOptimize(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
Set whether proxies should perform aggressive optimizations.
setOrder(int) -
Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
setOrder(int) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Set the ordering which will apply to this class's implementation
of Ordered, used when applying multiple BeanPostProcessors.
setOrder(int) -
Method in class org.springframework.aop.support.AbstractPointcutAdvisor
setOrder(int) -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
setOrder(int) -
Method in class org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
Deprecated.
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.CustomScopeConfigurer
setOrder(int) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
setOrder(int) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
setOrder(int) -
Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
setOrder(int) -
Method in class org.springframework.web.servlet.view.BeanNameViewResolver
setOrder(int) -
Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
setOrder(int) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the order in which this ViewResolver
is evaluated.
setOrder(int) -
Method in class org.springframework.web.servlet.view.XmlViewResolver
setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputProperties(Properties) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputRecordCreator(RecordCreator) -
Method in class org.springframework.jca.cci.core.CciTemplate
Set a RecordCreator that should be used for creating default output Records.
setOutputRecordCreator(RecordCreator) -
Method in class org.springframework.jca.cci.object.MappingRecordOperation
Set a RecordCreator that should be used for creating default output Records.
setOutputStreamAccessAllowed(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
Set whether MockHttpServletResponse.getOutputStream()
access is allowed.
setOverflowToDisk(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set whether elements can overflow to disk when the in-memory cache
has reached the maximum size limit.
setOverloaded(boolean) -
Method in class org.springframework.beans.factory.support.MethodOverride
Set whether the overridden method has to be considered as overloaded
(that is, whether arg type matching has to happen).
setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set whether overloaded methods should be enabled for remote invocations.
setOverloadEnabled(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether overloaded methods should be enabled for remote invocations.
setOverrideLogging(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set whether Velocity should log via Commons Logging, i.e. whether Velocity's
log system should be set to CommonsLoggingLogSystem.
setOverwriteExistingJobs(boolean) -
Method in class org.springframework.scheduling.quartz.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.portlet.mvc.AbstractWizardFormController
Set the name of the page attribute in the model, containing
an Integer with the current page number.
setPageAttribute(String) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set the name of the page attribute in the model, containing
an Integer with the current page number.
setPageRenderParameter(ActionResponse, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Pass the page number to the render phase by setting a render parameter.
setPages(String[]) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Set the wizard pages, i.e. the view names for the pages.
setPages(String[]) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Set the wizard pages, i.e. the view names for the pages.
setPageSize(int) -
Method in class org.springframework.beans.support.PagedListHolder
Set the current page size.
setParameter(String, String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
Set a single value for the specified HTTP parameter.
setParameter(String, String[]) -
Method in class org.springframework.mock.web.MockHttpServletRequest
Set an array of values for the specified HTTP parameter.
setParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
setParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
setParameter(PreparedStatement, int, Object, String) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation delegates to setParameterInternal,
passing in a transaction-synchronized LobCreator for the
LobHandler of this type.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Template method to set the given value on the given statement.
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
setParameterInternal(PreparedStatement, int, Object, String, LobCreator) -
Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
setParameterMap(Map) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Set a Map with parameters as keys and handler beans or bean names as values.
setParameterName(String) -
Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterName(String) -
Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
Set the name of the parameter used for mapping.
setParameterName(String) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterNames(String[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Set the parameter names for the pointcut.
setParameterNames(String[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
setParameters(Map) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setParameters(Map) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
setParameters(Properties) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Specify default parameters for the type.
setParameterTypes(Class[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Set the parameter types for the pointcut.
setParameterTypes(Class[]) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
setParameterTypes(Properties) -
Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
Set the parameter types for the filter,
with parameter names as keys and type names as values.
setParameterTypes(Class[]) -
Method in class org.springframework.remoting.support.RemoteInvocation
Set the parameter types of the target method.
setParameterValue(PreparedStatement, int, SqlParameter, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, String, Object) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParamName(String) -
Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Set the name of the parameter that contains a locale specification
in a locale change request.
setParamName(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
Set the name of the parameter whose value identifies the name of
the method to invoke.
setParamName(String) -
Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Set the name of the parameter that contains a theme specification
in a theme change request.
setParent(ApplicationContext) -
Method in interface org.springframework.context.ConfigurableApplicationContext
Set the parent of this application context.
setParent(ApplicationContext) -
Method in class org.springframework.context.support.AbstractApplicationContext
setParent(ApplicationContext) -
Method in class org.springframework.context.support.GenericApplicationContext
Set the parent of this application context, also setting
the parent of the internal BeanFactory accordingly.
setParent(ApplicationContext) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
setParent(ApplicationContext) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
setParentBeanFactory(BeanFactory) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Set the parent of this bean factory.
setParentBeanFactory(BeanFactory) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
setParentMessageSource(MessageSource) -
Method in interface org.springframework.context.HierarchicalMessageSource
Set the parent that will be used to try to resolve messages
that this object can't resolve.
setParentMessageSource(MessageSource) -
Method in class org.springframework.context.support.AbstractMessageSource
setParentMessageSource(MessageSource) -
Method in class org.springframework.context.support.DelegatingMessageSource
setParentThemeSource(ThemeSource) -
Method in interface org.springframework.ui.context.HierarchicalThemeSource
Set the parent that will be used to try to resolve theme messages
that this object can't resolve.
setParentThemeSource(ThemeSource) -
Method in class org.springframework.ui.context.support.DelegatingThemeSource
setParentThemeSource(ThemeSource) -
Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
setParserClass(Class) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Deprecated. as of Spring 2.0: superseded by "documentReaderClass"
setPassword(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC password to use for accessing the DriverManager.
setPassword(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the default user's password that this adapter should use for retrieving Connections.
setPassword(String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the password that this adapter should use for retrieving Connections.
setPassword(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the password to use for retrieving the WebLogic MBeanServer.
setPassword(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the password for the account at the mail host, if any.
setPassword(String) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the password to specify on the stub or call.
setPath(String) -
Method in class org.springframework.web.servlet.tags.BindTag
Set the path that this tag should apply.
setPath(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Set the property path from the command object
.
setPath(String) -
Method in class org.springframework.web.servlet.tags.form.FormTag
Unsupported for forms.
setPath(String) -
Method in class org.springframework.web.servlet.tags.NestedPathTag
Set the path that this tag should apply.
setPath(HttpServletRequest, String) -
Static method in class org.springframework.web.servlet.view.tiles.TilesView
Set the path of the layout page to render.
setPathInfo(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setPathMatcher(PathMatcher) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Set the PathMatcher implementation to use for this
resource pattern resolver.
setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns.
setPathMatcher(PathMatcher) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set the PathMatcher implementation to use for matching URL paths
against registered URL patterns, for determining cache mappings.
setPathSeparator(String) -
Method in class org.springframework.util.AntPathMatcher
Set the path separator to use for pattern parsing.
setPattern(String) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Convenience method when we have only a single pattern.
setPattern(String) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set the regular expression defining methods to match.
setPatterns(String[]) -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Set the regular expressions defining methods to match.
setPatterns(String[]) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set the regular expressions defining methods to match.
setPeriod(long) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Set the period between repeated task executions, in milliseconds.
setPeriod(long) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the period between repeated task executions, in milliseconds.
setPeriod(long) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the period between repeated task executions, in milliseconds.
setPeriod(long) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the period between repeated task executions, in milliseconds.
setPerl5(boolean) -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Set whether to enforce Perl5 regexp syntax.
setPermissionDeniedCodes(String[]) -
Method in class org.springframework.jdbc.support.SQLErrorCodes
setPersistenceContexts(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the transactional persistence contexts for EntityManager lookups,
as a Map from persistence unit name to persistence context JNDI name
(which needs to resolve to an EntityManager instance).
setPersistenceExceptionTranslator(PersistenceExceptionTranslator) -
Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
Specify the PersistenceExceptionTranslator to use.
setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.JdoAccessor
Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
Set the PersistenceManagerFactory that this instance should manage transactions for.
setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Set the JDO PersistenceManagerFactory to be used by this DAO.
setPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Set the JDO PersistenceManagerFactory that should be used to create
PersistenceManagers.
setPersistenceManagerFactoryBeanName(String) -
Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Set the bean name of the PersistenceManagerFactory to fetch from Spring's
root application context.
setPersistenceProvider(PersistenceProvider) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Set the PersistenceProvider instance to use for creating the
EntityManagerFactory.
setPersistenceProviderClass(Class<? extends PersistenceProvider>) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Set the PersistenceProvider implementation class to use for creating the
EntityManagerFactory.
setPersistenceProviderClassName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setPersistenceUnitManager(PersistenceUnitManager) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the PersistenceUnitManager to use for obtaining the JPA persistence unit
that this FactoryBean is supposed to build an EntityManagerFactory for.
setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Specify the name of the EntityManagerFactory configuration.
setPersistenceUnitName(String) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[]) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the PersistenceUnitPostProcessors to be applied to the
PersistenceUnitInfo used for creating this EntityManagerFactory.
setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[]) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the PersistenceUnitPostProcessors to be applied to each
PersistenceUnitInfo that has been parsed by this manager.
setPersistenceUnitRootUrl(URL) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setPersistenceUnits(Map<String, String>) -
Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Specify the persistence units for EntityManagerFactory lookups,
as a Map from persistence unit name to persistence unit JNDI name
(which needs to resolve to an EntityManagerFactory instance).
setPersistenceXmlLocation(String) -
Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
Set the location of the persistence.xml
file
we want to use.
setPersistenceXmlLocations(String[]) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Set the locations of the persistence.xml
files to load.
setPersistLocation(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
setPersistName(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
setPersistPeriod(int) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedAttribute
setPersistPolicy(String) -
Method in class org.springframework.jmx.export.metadata.ManagedResource
setPlaceholderPrefix(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the prefix that a placeholder string starts with.
setPlaceholderSuffix(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the suffix that a placeholder string ends with.
setPointcut(Pointcut) -
Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
Specify the pointcut targeting the advice.
setPointcut(Pointcut) -
Method in class org.springframework.aop.support.DefaultPointcutAdvisor
Specify the pointcut targeting the advice.
setPointcut(Pointcut) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set a pointcut, i.e a bean that can cause conditional invocation
of the TransactionInterceptor depending on method and attributes passed.
setPointcutDeclarationScope(Class) -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Set the declaration scope for the pointcut.
setPoolSize(int) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Set the ScheduledExecutorService's pool size.
setPoolSize(int) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set the ScheduledExecutorService's pool size.
setPopulateProtectedVariables(boolean) -
Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Set whether to populate protected variables of this test case.
setPort(int) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server port.
setPort(int) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the port of the registry for the exported RMI service,
i.e.
setPortInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the JAX-RPC port interface to use.
setPortletClass(Class) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set the class of the Portlet to wrap.
setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
setPortletConfig(PortletConfig) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the PortletConfig for this portlet application context.
setPortletConfig(PortletConfig) -
Method in interface org.springframework.web.portlet.context.PortletConfigAware
Set the PortletConfigthat this object runs in.
setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
setPortletConfig(PortletConfig) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
setPortletContext(PortletContext) -
Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the PortletContext for this portlet application context.
setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
setPortletContext(PortletContext) -
Method in interface org.springframework.web.portlet.context.PortletContextAware
Set the PortletContext that this object runs in.
setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
setPortletContext(PortletContext) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
setPortletContextName(String) -
Method in class org.springframework.mock.web.portlet.MockPortletContext
setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setPortletMode(PortletMode) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
setPortletModeMap(Map) -
Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Set a Map with PortletModes as keys and handler beans as values.
setPortletModeParameterMap(Map) -
Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set a Map with portlet mode names as keys and another Map as values.
setPortletName(String) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set the name of the Portlet to wrap.
setPortName(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the name of the port.
setPostInterceptors(Object[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set additional interceptors (or advisors) to be applied after the
implicit transaction interceptor, e.g.
setPostTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a List of TemplateLoaders that will be used to search
for templates.
setPreferences(PortletPreferences) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setPreferencesValidator(PreferencesValidator) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set whether to prefer file system access for template loading.
setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set whether to prefer file system access for template loading.
setPrefix(String) -
Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Set the text that will get appended to the trace data.
setPrefix(String) -
Method in class org.springframework.validation.DefaultMessageCodesResolver
Specify a prefix to be applied to any code built by this resolver.
setPrefix(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Specify a common prefix for handler method names.
setPrefix(String) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Set the prefix to prepend to the request URL filename
to build a view name.
setPrefix(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the prefix to prepend to generated view names.
setPrefix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the prefix that gets prepended to view names when building a URL.
setPreInterceptors(Object[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set additional interceptors (or advisors) to be applied before the
implicit transaction interceptor, e.g.
setPrepareConnection(boolean) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set whether to prepare the underlying JDBC Connection of a transactional
Hibernate Session, that is, whether to apply a transaction-specific
isolation level and/or the transaction's read-only flag to the underlying
JDBC Connection.
setPreTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a List of TemplateLoaders that will be used to search
for templates.
setPreviousFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate.SessionHolder
setPreviousFlushMode(FlushMode) -
Method in class org.springframework.orm.hibernate3.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.
setPriority(int) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the priority ("X-Priority" header) of the message.
setProblemReporter(ProblemReporter) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify which ProblemReporter
to use.
setPropagationBehavior(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior.
setPropagationBehaviorName(String) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior by the name of the corresponding constant in
TransactionDefinition, e.g.
setProperties(Properties) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set local properties, e.g. via the "props" tag in XML bean definitions.
setProperties(Properties) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setProperties(Properties) -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Parses the given properties into a name/attribute map.
setPropertiesArray(Properties[]) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set local properties, e.g. via the "props" tag in XML bean definitions,
allowing for merging multiple properties sets into one.
setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Set the PropertiesPersister to use for parsing properties files.
setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Set the PropertiesPersister to use for parsing properties files.
setPropertiesPersister(PropertiesPersister) -
Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Set the PropertiesPersister to use for parsing properties files.
setProperty(String) -
Method in class org.springframework.beans.support.MutableSortDefinition
Set the property to compare.
setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
Set a single value for the specified property.
setProperty(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
setPropertyEditorRegistrar(PropertyEditorRegistrar) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Specify a single PropertyEditorRegistrar to be applied
to every DataBinder that this controller uses.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
Specify the PropertyEditorRegistrars
to apply to beans defined within the current application context.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Specify one or more PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Specify multiple PropertyEditorRegistrars to be applied
to every DataBinder that this controller uses.
setPropertyPath(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the property path to apply to the target.
setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.AbstractPropertyAccessor
setPropertyValue(String, Object) -
Method in class org.springframework.beans.AbstractPropertyAccessor
Actually set a property value.
setPropertyValue(String, Object) -
Method in class org.springframework.beans.BeanWrapperImpl
setPropertyValue(PropertyValue) -
Method in class org.springframework.beans.BeanWrapperImpl
setPropertyValue(String, Object) -
Method in class org.springframework.beans.DirectFieldAccessor
setPropertyValue(String, Object) -
Method in interface org.springframework.beans.PropertyAccessor
Set the specified value as current property value.
setPropertyValue(PropertyValue) -
Method in interface org.springframework.beans.PropertyAccessor
Set the specified value as current property value.
setPropertyValueAt(PropertyValue, int) -
Method in class org.springframework.beans.MutablePropertyValues
Modify a PropertyValue object held in this object.
setPropertyValues(Map) -
Method in class org.springframework.beans.AbstractPropertyAccessor
setPropertyValues(PropertyValues) -
Method in class org.springframework.beans.AbstractPropertyAccessor
setPropertyValues(PropertyValues, boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
setPropertyValues(PropertyValues, boolean, boolean) -
Method in class org.springframework.beans.AbstractPropertyAccessor
setPropertyValues(MutablePropertyValues) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Specify property values for this bean, if any.
setPropertyValues(Map) -
Method in interface org.springframework.beans.PropertyAccessor
Perform a batch update from a Map.
setPropertyValues(PropertyValues) -
Method in interface org.springframework.beans.PropertyAccessor
The preferred way to perform a batch update.
setPropertyValues(PropertyValues, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
Perform a batch update with more control over behavior.
setPropertyValues(PropertyValues, boolean, boolean) -
Method in interface org.springframework.beans.PropertyAccessor
Perform a batch update with full control over behavior.
setProtocol(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail protocol.
setProtocol(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setProxyFactory(BurlapProxyFactory) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the BurlapProxyFactory instance to use.
setProxyFactory(HessianProxyFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the HessianProxyFactory instance to use.
setProxyInterface(Class) -
Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
Set the interface that the generated proxy will implement.
setProxyInterface(Class) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify the proxy interface to use for the JNDI object.
setProxyInterfaces(Class[]) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Specify the set of interfaces being proxied.
setProxyInterfaces(Class[]) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the names of the interfaces we're proxying.
setProxyInterfaces(Class[]) -
Method in class org.springframework.jndi.JndiObjectFactoryBean
Specify multiple proxy interfaces to use for the JNDI object.
setProxyTargetClass(boolean) -
Method in class org.springframework.aop.framework.ProxyConfig
Set whether to proxy the target class directly, instead of just proxying
specific interfaces.
setPublishContext(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether to publish this portlet's context as a PortletContext attribute,
available to all objects in the web container.
setPublishContext(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
Set whether to publish this servlet's context as a ServletContext attribute,
available to all objects in the web container.
setPublishEvents(boolean) -
Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether this portlet should publish a PortletRequestHandledEvent at the end
of each request.
setPublishEvents(boolean) -
Method in class org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should publish a ServletRequestHandledEvent at the end
of each request.
setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.JmsTransactionManager102
Configure the transaction manager with knowledge of the JMS domain used.
setPubSubDomain(boolean) -
Method in class org.springframework.jms.connection.SingleConnectionFactory102
Configure the factory with knowledge of the JMS domain used.
setPubSubDomain(boolean) -
Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Configure the destination accessor with knowledge of the JMS domain used.
setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.core.JmsTemplate
Set whether to inhibit the delivery of messages published by its own connection.
setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Set whether to inhibit the delivery of messages published by its own connection.
setPubSubNoLocal(boolean) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Set whether to inhibit the delivery of messages published by its own connection.
setQuartzProperties(Properties) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set Quartz properties, like "org.quartz.threadPool.class".
setQueryCacheRegion(String) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setQueryCacheRegion(String) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Set the name of the cache region for queries executed by this template.
setQueryString(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setQueryTimeout(int) -
Method in class org.springframework.jdbc.core.JdbcTemplate
Set the query timeout for statements that this JdbcTemplate executes.
setQueryTimeout(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Set the query timeout for statements that this RDBMS operation executes.
setQueue(Queue) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the target Queue to send invoker requests to.
setQueueCapacity(int) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueCapacity(int) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueName(String) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the name of target queue to send invoker requests to.
setRaiseExceptions(boolean) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Indicate whether IllegalArgumentException
and AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
must be thrown as appropriate in the case of failing to deduce advice parameter names.
setReadOnly(String, boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
setReadOnly(boolean) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set whether to optimize as read-only transaction.
setReadonly(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Sets the value of the 'readonly
' attribute.
setReceiveTimeout(long) -
Method in class org.springframework.jms.core.JmsTemplate
Set the timeout to use for receive calls (in milliseconds).
setReceiveTimeout(long) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Set the timeout to use for receive calls, in milliseconds.
setReconnectOnException(boolean) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
Specify whether the single Connection should be reset (to be subsequently renewed)
when a JMSException is reported by the underlying Connection.
setRecordName(String) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
setRecordShortDescription(String) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
setRecoveryInterval(long) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Specify the interval between recovery attempts, in milliseconds.
setRedirectAction(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Specify whether the action phase is expected to call
ActionResponse.sendRedirect(java.lang.String)
.
setRedirectContextRelative(boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether to interpret a given redirect URL that starts with a
slash ("/") as relative to the current ServletContext, i.e. as
relative to the web application root.
setRedirectHttp10Compatible(boolean) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether redirects should stay compatible with HTTP 1.0 clients.
setReference(Reference) -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
setRefreshCheckDelay(long) -
Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Set the delay between refresh checks, in milliseconds.
setRefreshHomeOnConnectFailure(boolean) -
Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set whether to refresh the EJB home on connect failure.
setRefreshServiceAfterConnectFailure(boolean) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set whether to refresh the JAX-RPC service on connect failure,
that is, whenever a JAX-RPC invocation throws a RemoteException.
setRefreshStubOnConnectFailure(boolean) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshStubOnConnectFailure(boolean) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshTimestamp(long) -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
setRegisterTraceInterceptor(boolean) -
Method in class org.springframework.remoting.support.RemoteExporter
Set whether to register a RemoteInvocationTraceInterceptor for exported
services.
setRegisterWithFactory(boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Set whether to register the MBeanServer
with the
MBeanServerFactory
, making it available through
MBeanServerFactory.findMBeanServer().
setRegistrationBehavior(int) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Specify what action should be taken when attempting to register an MBean
under an ObjectName
that already exists.
setRegistrationBehaviorName(String) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Set the registration behavior by the name of the corresponding constant,
e.g.
setRegistry(Registry) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Specify the RMI registry to register the exported service with.
setRegistryClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Set a custom RMI client socket factory to use for accessing the RMI registry.
setRegistryClientSocketFactory(RMIClientSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for the RMI registry.
setRegistryHost(String) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the host of the registry for the exported RMI service,
i.e.
setRegistryPort(int) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set the port of the registry for the exported RMI service,
i.e.
setRegistryServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for the RMI registry.
setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
setRejectedExecutionHandler(RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the RejectedExecutionHandler to use for the ThreadPoolExecutor.
setRemoteAddr(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRemoteHost(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRemoteInvocationExecutor(RemoteInvocationExecutor) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Set the RemoteInvocationExecutor to use for this exporter.
setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Set the RemoteInvocationFactory to use for this accessor.
setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set the RemoteInvocationFactory to use for this accessor.
setRemoteInvocationFactory(RemoteInvocationFactory) -
Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Set the RemoteInvocationFactory to use for this accessor.
setRemotePort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRemoteUser(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRemoteUser(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setRenderCommandAndErrors(ActionRequest, Object, BindException) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Set the command object and errors object for the render phase.
setRenderParameter(String, String) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
setRenderParameter(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
setRenderParameters(Map) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
setRenderParameters(String[]) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Specify the list of parameters that should be passed forward
from the action phase to the render phase whenever the form is
rerendered or when AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
is called.
setRenderWhenMinimized(boolean) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set if the resolver should render a view when the portlet is in
a minimized window.
setRenderWhenMinimized(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractController
Set if the controller should render an view when the portlet is in
a minimized window.
setReplaceExistingBinding(boolean) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set whether to replace an existing binding in the RMI registry,
that is, whether to simply override an existing binding with the
specified service in case of a naming conflict in the registry.
setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setReplyTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setReplyTo(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setReplyTo(String) -
Method in interface org.springframework.mail.MailMessage
setReplyTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
setReportCompiler(JRCompiler) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify the JRCompiler implementation to use for compiling a ".jrxml"
report file on-the-fly into a report class.
setReportCompiler(JRCompiler) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the JRCompiler
the view class should use.
setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the name of the model attribute that represents the report data.
setReportDataKey(String) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the reportDataKey
the view class should use.
setRepositoryAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
Set the 'repository' annotation type.
setRequestAttributes(RequestAttributes) -
Static method in class org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread,
not exposing it as inheritable for child threads.
setRequestAttributes(RequestAttributes, boolean) -
Static method in class org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread.
setRequestBody(HttpInvokerClientConfiguration, PostMethod, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
setRequestContextAttribute(String) -
Method in class org.springframework.web.servlet.view.AbstractView
Set the name of the RequestContext attribute for this view.
setRequestContextAttribute(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the name of the RequestContext attribute for all views.
setRequestedSessionIdFromCookie(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRequestedSessionIdFromURL(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRequestedSessionIdValid(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setRequestURI(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setRequiredAnnotationType(Class<? extends Annotation>) -
Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Set the 'required' annotation type, to be used on bean property
setter methods.
setRequiredFields(String[]) -
Method in class org.springframework.validation.DataBinder
Register fields that are required for each binding process.
setRequiredRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
Set the exact number of rows that must be affected by this update.
setRequiredType(Class) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Set the type that each result object is expected to match.
setRequireSession(boolean) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Set whether a session should be required to handle requests.
setRequireSession(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether a session should be required to handle requests.
setResourceAdapter(ResourceAdapter) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the target JCA ResourceAdapter, passed in as configured instance
which hasn't been started yet.
setResourceAdapterClass(Class) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the target JCA ResourceAdapter as class, to be instantiated
with its default configuration.
setResourceBasePath(String) -
Method in class org.springframework.context.support.ResourceMapFactoryBean
Set a base path to prepend to each resource location value
in the properties file.
setResourceBundle(Locale, ResourceBundle) -
Method in class org.springframework.mock.web.portlet.MockPortletConfig
setResourceDescription(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set a description of the resource that this bean definition
came from (for the purpose of showing context in case of errors).
setResourceDescription(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the description associated with this definition.
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.orm.jpa.LocalContainerEntityManagerFactoryBean
setResourceLoader(ResourceLoader) -
Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
setResourceLoader(ResourceLoader) -
Method in class org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
setResourceLoader(ResourceLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Spring ResourceLoader to use for loading FreeMarker template files.
setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the Spring ResourceLoader to use for loading Velocity template files.
setResourceLoaderPath(String) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
Set the Velocity resource loader path via a Spring resource location.
setResourceRef(boolean) -
Method in class org.springframework.jndi.JndiLocatorSupport
Set whether the lookup occurs in a J2EE container, i.e. if the prefix
"java:comp/env/" needs to be added if the JNDI name doesn't already
contain it.
setResultSetType(int) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements that return a
specific type of ResultSet.
setResultSetType(int) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements that return a
specific type of ResultSet.
setResultSetType(int) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that return a specific type of ResultSet.
setResultType(Class) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the type of the result from evaluating the property path.
setResultType(Class) -
Method in class org.springframework.jdbc.object.SqlFunction
Specify the type that the result object is required to match.
setReturnGeneratedKeys(boolean) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether prepared statements should be capable of returning
auto-generated keys.
setReturnGeneratedKeys(boolean) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether prepared statements should be capable of returning
auto-generated keys.
setReturningName(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
setReturningName(String) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If afterReturning
advice binds the return value, the
returning variable name must be specified.
setReturningName(String) -
Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
setReturningNameNoCheck(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
We need to hold the returning name at this level for argument binding calculations,
this method allows the afterReturning advice subclass to set the name.
setRole(int) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the role hint for this BeanDefinition
.
setRole(int) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the role of this definition.
setRollbackOnCommitFailure(boolean) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether doRollback
should be performed on failure of the
doCommit
call.
setRollbackOnly() -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
setRollbackOnly() -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
setRollbackOnly() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource transaction as rollback-only.
setRollbackOnly() -
Method in interface org.springframework.transaction.TransactionStatus
Set the transaction rollback-only.
setRollbackRules(List) -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Set the list of RollbackRuleAttribute
objects
(and/or NoRollbackRuleAttribute
objects) to apply.
setRoot(String) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
The document root element name.
setRootHandler(Object) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the root handler for this handler mapping, that is,
the handler to be registered for the root path ("/").
setRows(String) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'rows
' attribute.
setRowsExpected(int) -
Method in class org.springframework.jdbc.object.SqlQuery
Set the number of rows expected.
setRunnable(Runnable) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Set the Runnable to schedule as executor task.
setRunnable(Runnable) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the Runnable to schedule as TimerListener.
setRunnable(Runnable) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the Runnable to schedule as executor task.
setRunnable(Runnable) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the Runnable to schedule as TimerTask.
setSavepoint(Object) -
Method in class org.springframework.transaction.support.AbstractTransactionStatus
Set a savepoint for this transaction.
setSavepointAllowed(boolean) -
Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
setScheduledExecutorTasks(ScheduledExecutorTask[]) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
setScheduledExecutorTasks(ScheduledExecutorTask[]) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
that this FactoryBean creates.
setScheduledTimerListeners(ScheduledTimerListener[]) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Register a list of ScheduledTimerListener objects with the TimerManager
that this FactoryBean creates.
setScheduledTimerTasks(ScheduledTimerTask[]) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
Register a list of ScheduledTimerTask objects with the Timer that
this FactoryBean creates.
setSchedulerContext(SchedulerContext) -
Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
Set the SchedulerContext of the current Quartz Scheduler.
setSchedulerContext(SchedulerContext) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
setSchedulerContextAsMap(Map) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Register objects in the Scheduler context via a given Map.
setSchedulerFactoryClass(Class) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz SchedulerFactory implementation to use.
setSchedulerListeners(SchedulerListener[]) -
Method in class org.springframework.scheduling.quartz.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.
setSchemaUpdate(boolean) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Set whether to execute a schema update after SessionFactory initialization.
setScheme(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setScheme(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setScope(String) -
Method in interface org.springframework.beans.factory.config.BeanDefinition
Override the target scope of this bean, specifying a new scope name.
setScope(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the name of the target scope for the bean.
setScope(String) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the scope of this definition.
setScope(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
Set the scope to export the variable to.
setScope(String) -
Method in class org.springframework.web.servlet.tags.TransformTag
Set the scope to export the variable to.
setScopes(Map) -
Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
Specify the custom scopes that are to be registered.
setScreenContentKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Set the name of the context key that will hold the content of
the screen within the layout template.
setScreenContentKey(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
Set the name of the context key that will hold the content of
the screen within the layout template.
setScript(String) -
Method in class org.springframework.scripting.support.StaticScriptSource
Set a fresh script String, overriding the previous script.
setSearchContextAttributes(boolean) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Set whether to search for matching a ServletContext attribute before
checking a ServletContext init parameter.
setSearchSystemEnvironment(boolean) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set whether to search for a matching system environment variable
if no matching system property has been found.
setSecure(boolean) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setSecure(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setSecure(boolean) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
setSendCollectionType(boolean) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to send the Java collection type for each serialized
collection.
setSendCollectionType(boolean) -
Method in class org.springframework.remoting.caucho.HessianServiceExporter
Set whether to send the Java collection type for each serialized
collection.
setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the sent-date of the message.
setSentDate(Date) -
Method in interface org.springframework.mail.MailMessage
setSentDate(Date) -
Method in class org.springframework.mail.SimpleMailMessage
setSeparator(String) -
Method in class org.springframework.core.io.support.LocalizedResourceHelper
Set the separator to use inbetween file name parts.
setSeparator(String) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog
Specify the separator between TopLink's supplemental details
(session, connection) and the log message itself.
setSeparator(String) -
Method in class org.springframework.orm.toplink.support.CommonsLoggingSessionLog904
Specify the separator between TopLink's supplemental details
(session, connection) and the log message itself.
setSeparator(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the value that will replace '/
' as the separator
in the view name.
setSerializerFactory(SerializerFactory) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Specify the Hessian SerializerFactory to use.
setSerializerFactory(SerializerFactory) -
Method in class org.springframework.remoting.caucho.HessianServiceExporter
Specify the Hessian SerializerFactory to use.
setServer(MBeanServerConnection) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set the MBeanServerConnection
used to connect to the
MBean which all invocations are routed to.
setServer(MBeanServer) -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Specify the MBeanServer
instance with which all beans should
be registered.
setServerName(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the server name to use for retrieving the WebLogic MBeanServer.
setServerName(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setServerName(String) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setServerPort(int) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setServerPort(int) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setServerSessionFactory(ServerSessionFactory) -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
Set the Spring ServerSessionFactory to use.
setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI server socket factory to use for the RMI registry.
setServerSocketFactory(RMIServerSocketFactory) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for exporting the service.
setServerUrl(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the server URL to use for retrieving the WebLogic MBeanServer.
setService(Object) -
Method in class org.springframework.remoting.support.RemoteExporter
Set the service to export.
setServiceFactory(ServiceFactory) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the ServiceFactory instance to use.
setServiceFactoryClass(Class) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the ServiceFactory class to use, for example
"org.apache.axis.client.ServiceFactory".
setServiceInterface(Class) -
Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
Set the interface that the proxy must implement.
setServiceInterface(Class) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the interface of the service that this factory should create a proxy for.
setServiceInterface(Class) -
Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set the interface of the service to access.
setServiceInterface(Class) -
Method in class org.springframework.remoting.support.RemoteAccessor
Set the interface of the service to access.
setServiceInterface(Class) -
Method in class org.springframework.remoting.support.RemoteExporter
Set the interface of the service to export.
setServiceLocatorExceptionClass(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set the exception class that the service locator should throw if service
lookup failed.
setServiceLocatorInterface(Class) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set the service locator interface to use, which must have one or more methods with
the signatures MyType xxx()
or MyType xxx(MyIdType id)
(typically, MyService getService()
or MyService getService(String id)
).
setServiceMappings(Properties) -
Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
Set mappings between service ids (passed into the service locator)
and bean names (in the bean factory).
setServiceName(String) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the name of the service to look up.
setServiceName(String) -
Method in class org.springframework.remoting.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.jmx.access.MBeanClientInterceptor
Set the service URL of the remote MBeanServer
.
setServiceUrl(String) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set the service URL for the JMXConnectorServer
.
setServiceUrl(String) -
Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the service URL of the remote MBeanServer
.
setServiceUrl(String) -
Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Set the URL of this remote accessor's target service.
setServlet(ActionServlet) -
Method in class org.springframework.web.struts.ActionSupport
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) -
Method in class org.springframework.web.struts.DispatchActionSupport
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) -
Method in class org.springframework.web.struts.LookupDispatchActionSupport
Initialize the WebApplicationContext for this Action.
setServlet(ActionServlet) -
Method in class org.springframework.web.struts.MappingDispatchActionSupport
Initialize the WebApplicationContext for this Action.
setServletClass(Class) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Set the class of the servlet to wrap.
setServletConfig(ServletConfig) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletConfig for this web application context.
setServletConfig(ServletConfig) -
Method in interface org.springframework.web.context.ServletConfigAware
Set the ServletConfig that this object runs in.
setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
setServletConfig(ServletConfig) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
setServletConfig(ServletConfig) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
setServletContext(ServletContext) -
Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletContext for this web application context.
setServletContext(ServletContext) -
Method in interface org.springframework.web.context.ServletContextAware
Set the ServletContext that this object runs in.
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextAttributeExporter
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextFactoryBean
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
Set the ServletContext to resolve placeholders against.
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) -
Method in class org.springframework.web.context.support.WebApplicationObjectSupport
setServletContext(ServletContext) -
Method in class org.springframework.web.filter.GenericFilterBean
Stores the ServletContext that the bean factory runs in.
setServletContext(ServletContext) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
setServletContext(ServletContext) -
Method in class org.springframework.web.multipart.cos.CosMultipartResolver
setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
setServletContext(ServletContext) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize the TaglibFactory
for the given ServletContext.
setServletContextName(String) -
Method in class org.springframework.mock.web.MockServletContext
setServletName(String) -
Method in class org.springframework.web.servlet.mvc.ServletForwardingController
Set the name of the servlet to forward to,
i.e. the "servlet-name" of the target servlet in web.xml.
setServletName(String) -
Method in class org.springframework.web.servlet.mvc.ServletWrappingController
Set the name of the servlet to wrap.
setServletPath(String) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setSession(Session) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the JavaMail Session
, possibly pulled from JNDI.
setSession(HttpSession) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setSession(PortletSession) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setSessionAcknowledgeMode(int) -
Method in class org.springframework.jms.support.JmsAccessor
Set the JMS acknowledgement mode that is used when creating a JMS
Session
to send a message.
setSessionAcknowledgeModeName(String) -
Method in class org.springframework.jms.support.JmsAccessor
Set the JMS acknowledgement mode by the name of the corresponding constant
in the JMS Session
interface, e.g.
setSessionAttribute(PortletRequest, String, Object) -
Static method in class org.springframework.web.portlet.util.PortletUtils
Set the session attribute with the given name to the given value under the PortletSession.PORTLET_SCOPE
.
setSessionAttribute(PortletRequest, String, Object, int) -
Static method in class org.springframework.web.portlet.util.PortletUtils
Set the session attribute with the given name to the given value in the given scope.
setSessionAttribute(HttpServletRequest, String, Object) -
Static method in class org.springframework.web.util.WebUtils
Set the session attribute with the given name to the given value.
setSessionClassLoader(ClassLoader) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
Set the ClassLoader that should be used to lookup the config resources.
setSessionContext(SessionContext) -
Method in class org.springframework.ejb.support.AbstractSessionBean
Set the session context for this EJB.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.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.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.HibernateAccessor
Set the Hibernate SessionFactory that should be used to create
Hibernate Sessions.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Set the SessionFactory that this instance should manage transactions for.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Set the Hibernate SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Set the TopLink SessionFactory to be used by this DAO.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
Set the SessionFactory that this adapter is supposed to expose a
transaction-aware TopLink Session for.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.TopLinkAccessor
Set the the TopLink SessionFactory that should be used to create TopLink
Sessions.
setSessionFactory(SessionFactory) -
Method in class org.springframework.orm.toplink.TopLinkTransactionManager
Set the the TopLink SessionFactory to manage transactions for.
setSessionFactoryBeanName(String) -
Method in class org.springframework.orm.hibernate.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's
root application context.
setSessionFactoryBeanName(String) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Set the bean name of the SessionFactory to fetch from Spring's
root application context.
setSessionForm(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Activate/deactivate session form mode.
setSessionForm(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
Activate/deactivate session form mode.
setSessionLog(SessionLog) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
Specify a TopLink SessionLog instance to use for detailed logging of the
Session's activities: for example, DefaultSessionLog (which logs to the
console), JavaLog (which logs through JDK 1.4'S java.util.logging
,
available as of TopLink 10.1.3), or CommonsLoggingSessionLog /
CommonsLoggingSessionLog904 (which logs through Commons Logging,
on TopLink 10.1.3 and 9.0.4, respectively).
setSessionName(String) -
Method in class org.springframework.orm.toplink.LocalSessionFactory
Set the name of the TopLink Session, as defined in TopLink's
sessions.xml
configuration file.
setSessionTransacted(boolean) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
setSessionTransacted(boolean) -
Method in class org.springframework.jms.support.JmsAccessor
Set the transaction mode that is used when creating a JMS Session
.
setShared(boolean) -
Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
Set whether the EHCache CacheManager should be shared (as a singleton at the VM level)
or independent (typically local within the application).
setShared(boolean) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Specify whether the TimerManager obtained by this FactoryBean
is a shared instance ("true") or an independent instance ("false").
setShouldStopConnections(boolean) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
Indicate whether Connections obtained from the target factory are supposed
to be stopped before closed ("true") or simply closed ("false").
setShowPassword(boolean) -
Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Is the password value to be rendered?
setShowSql(boolean) -
Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Set whether to show SQL in the log (or in the console).
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.
setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Set whether to use a single session for each request.
setSingleSession(boolean) -
Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Set whether to use a single session for each request.
setSingleton(boolean) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the value of the singleton property.
setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Set if a singleton should be created, or a new object
on each request else.
setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Set if a singleton should be created, or a new object on each
request else.
setSingleton(boolean) -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Set whether a shared 'singleton' Properties instance should be
created, or rather a new Properties instance on each request.
setSingleton(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set if this a Singleton, with a single, shared instance returned
on all calls.
setSingleton(boolean) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set whether or not this definition describes a singleton bean,
as alternative to setScope
.
setSize(String) -
Method in class org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'size
' attribute.
setSize(String) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
Set the value of the HTML 'size
' attribute rendered
on the final 'select
' element.
setSkipResultsProcessing(boolean) -
Method in class org.springframework.jdbc.core.JdbcTemplate
Set whether results processing should be skipped.
setSort(SortDefinition) -
Method in class org.springframework.beans.support.PagedListHolder
Set the sort definition for this holder.
setSource(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.config.TypedStringValue
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Set the source of this definition.
setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedList
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedMap
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedProperties
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.support.ManagedSet
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.support.MethodOverride
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Set the configuration source Object
for this metadata element.
setSource(Object) -
Method in class org.springframework.beans.PropertyValue
Set the configuration source Object
for this metadata element.
setSource(List) -
Method in class org.springframework.beans.support.PagedListHolder
Set the source list for this holder.
setSourceExtractor(SourceExtractor) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Specify the SourceExtractor
to use.
setSourceKey(String) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Set the name of the model attribute that represents the XSLT Source.
setSourceKey(String) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set the name of the model attribute that represents the XSLT Source.
setSourceList(List) -
Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the source List, typically populated via XML "list" elements.
setSourceMap(Map) -
Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the source Map, typically populated via XML "map" elements.
setSourceProvider(PagedListSourceProvider) -
Method in class org.springframework.beans.support.RefreshablePagedListHolder
Set the callback class for reloading the List when necessary.
setSourceSet(Set) -
Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the source Set, typically populated via XML "set" elements.
setSql(String) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Set the SQL executed by this operation.
setSqlErrorCodes(SQLErrorCodes) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set custom error codes to be used for translation.
setSqlMapClient(SqlMapClient) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Set the iBATIS Database Layer SqlMapClient that defines the mapped statements.
setSqlMapClient(SqlMapClient) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the iBATIS Database Layer SqlMapClient to work with.
setSqlMapClientProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set optional properties to be passed into the SqlMapClientBuilder, as
alternative to a <properties>
tag in the sql-map-config.xml
file.
setSqlMapClientTemplate(SqlMapClientTemplate) -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Set the SqlMapClientTemplate for this DAO explicitly,
as an alternative to specifying a SqlMapClient.
setSqlReadyForUse(boolean) -
Method in class org.springframework.jdbc.object.SqlCall
Set whether the SQL can be used as is.
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
setStripExtension(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not file extensions should be stripped from the URI when
generating the view name.
setStripLeadingSlash(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not leading slashes should be stripped from the URI when
generating the view name.
setStylesheetLocation(Resource) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set the location of the XSLT stylesheet.
setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the subject of the message, using the correct encoding.
setSubject(String) -
Method in interface org.springframework.mail.MailMessage
setSubject(String) -
Method in class org.springframework.mail.SimpleMailMessage
setSubReportDataKeys(String[]) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Set the list of names corresponding to the model parameters that will contain
data source objects for use in sub-reports.
setSubReportDataKeys(String[]) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the subReportDataKeys
the view class should use.
setSubReportUrls(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Specify resource paths which must be loaded as instances of
JasperReport
and passed to the JasperReports engine for
rendering as sub-reports, under the same keys as in this mapping.
setSubReportUrls(Properties) -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsViewResolver
Set the subReportUrls
the view class should use.
setSubscriptionDurable(boolean) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Set whether to make the subscription durable.
setSuccessView(String) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
Set the name of the view that should be shown on successful submit.
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.aop.interceptor.AbstractMonitoringInterceptor
Set the text that will get prepended to the trace data.
setSuffix(String) -
Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Specify a common suffix for handler method names.
setSuffix(String) -
Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Set the suffix to append to the request URL filename
to build a view name.
setSuffix(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the suffix to append to generated view names.
setSuffix(String) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the suffix that gets appended to view names when building a URL.
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 whether the returned Connection should be a close-suppressing proxy
or the physical Connection.
setSynchedLocalTransactionAllowed(boolean) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Set whether to allow for a local JMS transaction that is synchronized with a
Spring-managed transaction (where the main transaction might be a JDBC-based
one for a specific DataSource, for example), with the JMS transaction committing
right after the main transaction.
setSynchronizedWithTransaction(boolean) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Mark the resource as synchronized with a transaction.
setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractController
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractController
Set if controller execution should be synchronized on the session,
to serialize parallel invocations from the same client.
setSyncTaskExecutor(TaskExecutor) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
Specify the TaskExecutor to use for synchronous work execution
(i.e.
setSynthetic(boolean) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Set whether this bean definition is 'synthetic', that is, not defined
by the application itself (for example, an infrastructure bean such
as a helper for auto-proxying, created through <aop:config>
).
setSystemPropertiesMode(int) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set how to check system properties: as fallback, as override, or never.
setSystemPropertiesModeName(String) -
Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Set the system property mode by the name of the corresponding constant,
e.g.
setSystemTreePath(String) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Set the path in the system preferences tree to use for resolving
placeholders.
setTabindex(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'tabindex
' attribute.
setTarget(Object) -
Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
Set the target object, that is, the bean to be wrapped with a transactional proxy.
setTarget(Object) -
Method in class org.springframework.aop.framework.AdvisedSupport
Set the given object as target.
setTargetBeanName(String) -
Method in class org.springframework.aop.config.MethodLocatingFactoryBean
Set the name of the bean to locate the Method
on.
setTargetBeanName(String) -
Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
Set the name of the bean that is to be scoped.
setTargetBeanName(String) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Set the name of the target bean in the factory.
setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
Set the name of the target bean.
setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
Set the name of the target bean.
setTargetBeanName(String) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify the name of a target bean to apply the property path to.
setTargetBeanName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the target bean in the Spring BeanFactory.
setTargetBeanName(String) -
Method in class org.springframework.web.filter.DelegatingFilterProxy
Set the name of the target bean in the Spring application context.
setTargetClass(Class) -
Method in class org.springframework.aop.framework.AdvisedSupport
Set a target class to be proxied, indicating that the proxy
should be castable to the given class.
setTargetClass(Class) -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Specify the target class explicitly, to avoid any kind of access to the
target bean (for example, to avoid initialization of a FactoryBean instance).
setTargetClass(Class) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the target class on which the field is defined.
setTargetClass(Class) -
Method in class org.springframework.util.MethodInvoker
Set the target class on which to call the target method.
setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
Set the target ConnectionFactory which will be used to lazily
create a single Connection.
setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetConnectionFactory(ConnectionFactory) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetDataSource(DataSource) -
Method in class org.springframework.jdbc.datasource.DelegatingDataSource
Set the target DataSource that this DataSource should delegate to.
setTargetDataSources(Map) -
Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify the map of target DataSources, with the lookup key as key.
setTargetField(String) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the name of the field to be retrieved.
setTargetFilterLifecycle(boolean) -
Method in class org.springframework.web.filter.DelegatingFilterProxy
Set whether to invoke the Filter.init
and
Filter.destroy
lifecycle methods on the target bean.
setTargetListClass(Class) -
Method in class org.springframework.beans.factory.config.ListFactoryBean
Set the class to use for the target List.
setTargetMapClass(Class) -
Method in class org.springframework.beans.factory.config.MapFactoryBean
Set the class to use for the target Map.
setTargetMethod(String) -
Method in class org.springframework.util.MethodInvoker
Set the name of the method to be invoked.
setTargetName(String) -
Method in class org.springframework.aop.framework.ProxyFactoryBean
Set the name of the target bean.
setTargetObject(Object) -
Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Set the target object on which the field is defined.
setTargetObject(Object) -
Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
Specify a target object to apply the property path to.
setTargetObject(Object) -
Method in class org.springframework.util.MethodInvoker
Set the target object on which to call the target method.
setTargetPersistenceManagerFactory(PersistenceManagerFactory) -
Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Set the target JDO PersistenceManagerFactory that this proxy should
delegate to.
setTargetRenderParameter(ActionRequest, ActionResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Pass the the parameter that indicates the target page of the request
forward to the render phase.
setTargetSetClass(Class) -
Method in class org.springframework.beans.factory.config.SetFactoryBean
Set the class to use for the target Set.
setTargetSource(TargetSource) -
Method in interface org.springframework.aop.framework.Advised
Change the TargetSource used by this Advised object.
setTargetSource(TargetSource) -
Method in class org.springframework.aop.framework.AdvisedSupport
setTargetType(Class) -
Method in class org.springframework.beans.factory.config.TypedStringValue
Set the type to convert to.
setTargetTypeName(String) -
Method in class org.springframework.beans.factory.config.TypedStringValue
Specify the type to convert to.
setTaskExecutor(TaskExecutor) -
Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Set the TaskExecutor to execute application listeners with.
setTaskExecutor(TaskExecutor) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Set the Spring TaskExecutor to use for running the listener threads.
setTaskExecutor(TaskExecutor) -
Method in class org.springframework.jms.listener.serversession.AbstractPoolingServerSessionFactory
Specify the TaskExecutor to use for executing ServerSessions
(and consequently, the underlying MessageListener).
setTaskExecutor(TaskExecutor) -
Method in class org.springframework.jms.listener.serversession.SimpleServerSessionFactory
Specify the TaskExecutor to use for executing ServerSessions
(and consequently, the underlying MessageListener).
setTaskExecutor(TaskExecutor) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Set the Spring TaskExecutor to use for executing the listener once
a message has been received by the provider.
setTaskExecutor(TaskExecutor) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Spring TaskExecutor to use as Quartz backend.
setTemplateLoaderPath(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Freemarker template loader path via a Spring resource location.
setTemplateLoaderPaths(String[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set multiple Freemarker template loader paths via Spring resource locations.
setTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Deprecated. as of Spring 2.0.1, in favor of the "preTemplateLoaders"
and "postTemplateLoaders" properties
SETTERS -
Static variable in class org.springframework.aop.support.Pointcuts
Pointcut matching all bean property setters, in any class
setText(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setText(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
setText(String, boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
setText(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Set the given plain text and HTML text as alternatives, offering
both options to the email client.
setText(String) -
Method in interface org.springframework.mail.MailMessage
setText(String) -
Method in class org.springframework.mail.SimpleMailMessage
setText(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
Set the message text for this tag.
setText(HSSFCell, String) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to set a String as text content in a cell.
setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.CookieThemeResolver
setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.FixedThemeResolver
setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in class org.springframework.web.servlet.theme.SessionThemeResolver
setThemeName(HttpServletRequest, HttpServletResponse, String) -
Method in interface org.springframework.web.servlet.ThemeResolver
Set the current theme name to the given one.
setThreadContextInheritable(boolean) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an InheritableThreadLocal
).
setThreadContextInheritable(boolean) -
Method in class org.springframework.web.servlet.DispatcherServlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable
for child threads (using an InheritableThreadLocal
).
setThreaded(boolean) -
Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether the JMXConnectorServer
should be started in a separate thread.
setThreadFactory(ThreadFactory) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
setThreadFactory(ThreadFactory) -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
setThreadFactory(ThreadFactory) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
setThreadFactory(ThreadFactory) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadFactory to use for the ThreadPoolExecutor's thread pool.
setThreadGroup(ThreadGroup) -
Method in class org.springframework.util.CustomizableThreadCreator
Specify the thread group that threads should be created in.
setThreadGroupName(String) -
Method in class org.springframework.util.CustomizableThreadCreator
Specify the name of the thread group that threads should be created in.
setThreadNamePrefix(String) -
Method in class org.springframework.util.CustomizableThreadCreator
Specify the prefix to use for the names of newly created threads.
setThreadPriority(int) -
Method in class org.springframework.util.CustomizableThreadCreator
Set the priority of the threads that this factory creates.
setThrowingName(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
setThrowingName(String) -
Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If afterThrowing
advice binds the thrown value, the
throwing variable name must be specified.
setThrowingName(String) -
Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
setThrowingNameNoCheck(String) -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
We need to hold the throwing name at this level for argument binding calculations,
this method allows the afterThrowing advice subclass to set the name.
setTimeBetweenEvictionRunsMillis(long) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the time between eviction runs that check idle objects whether
they have been idle for too long or have become invalid.
setTimeBetweenEvictionRunsMillis(long) -
Method in class org.springframework.jms.listener.serversession.CommonsPoolServerSessionFactory
Set the time between eviction runs that check idle ServerSessions
whether they have been idle for too long or have become invalid.
setTimeout(int) -
Method in class org.springframework.jdbc.support.DatabaseStartupValidator
Set the timeout (in seconds) after which a fatal exception
will be thrown.
setTimeout(int) -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Set the timeout to apply, as number of seconds.
setTimeoutInMillis(long) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in milliseconds.
setTimeoutInSeconds(int) -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in seconds.
setTimer(Timer) -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Set the Timer
to use for this TimerTaskExecutor
,
for example a shared Timer
instance defined by a
TimerFactoryBean
.
setTimerListener(TimerListener) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Set the TimerListener to schedule.
setTimerManager(TimerManager) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Specify the CommonJ TimerManager to delegate to.
setTimerManagerName(String) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Set the JNDI name of the CommonJ TimerManager.
setTimerTask(TimerTask) -
Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Set the TimerTask to schedule.
setTimeToIdle(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set the time in seconds to idle for an element before it expires, that is,
the maximum amount of time between accesses before an element expires.
setTimeToLive(int) -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Set 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.
setTimeUnit(TimeUnit) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorTask
Specify the time unit for the delay and period values.
setTimeUnit(TimeUnit) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Specify the time unit for the delay and period values.
setTitle(String) -
Method in class org.springframework.mock.web.portlet.MockRenderResponse
setTitle(String) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'title
' attribute.
setTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
setTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setTo(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
setTo(String) -
Method in interface org.springframework.mail.MailMessage
setTo(String[]) -
Method in interface org.springframework.mail.MailMessage
setTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
setTo(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
setToggleAscendingOnProperty(boolean) -
Method in class org.springframework.beans.support.MutableSortDefinition
Set whether to toggle the ascending flag if the same property gets set again
(that is, MutableSortDefinition.setProperty(java.lang.String)
gets called with already set property name again).
setToolAttributes(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 Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
setToolboxConfigLocation(String) -
Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
setTopLinkTemplate(TopLinkTemplate) -
Method in class org.springframework.orm.toplink.support.TopLinkDaoSupport
Set the TopLinkTemplate for this DAO explicitly,
as an alternative to specifying a SessionFactory.
setTrackAllInvocations(boolean) -
Method in class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
Set whether to track all invocations that go through this interceptor,
or just invocations with trace logging enabled.
setTrackRowsAffected(boolean) -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
Set whether to track the rows affected by batch updates performed
by this operation object.
setTransaction(Transaction) -
Method in class org.springframework.orm.hibernate.SessionHolder
setTransaction(Transaction) -
Method in class org.springframework.orm.hibernate3.SessionHolder
setTransactionActive(boolean) -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
Set whether this holder represents an active, JDBC-managed transaction.
setTransactionAttribute(TransactionAttribute) -
Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
Allows a transaction attribute to be specified, using the String form, for
example, "PROPAGATION_REQUIRED".
setTransactionAttributes(Properties) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set properties with method names as keys and transaction attribute
descriptors (parsed via TransactionAttributeEditor) as values:
e.g. 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".
setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set the transaction attribute source which is used to find transaction
attributes.
setTransactionAttributeSource(TransactionAttributeSource) -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction attribute source which is used to find transaction
attributes.
setTransactionAttributeSources(TransactionAttributeSource[]) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Set multiple transaction attribute sources which are used to find transaction
attributes.
setTransactionConfigClass(Class) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set the iBATIS TransactionConfig class to use.
setTransactionConfigProperties(Properties) -
Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Set properties to be passed to the TransactionConfig instance used
by this SqlMapClient.
setTransactionDefinition(TransactionDefinition) -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Call this method in an overridden ConditionalTestCase.runBare()
method to
override the transaction attributes that will be used, so that
AbstractSingleSpringContextTests.setUp()
and AbstractSingleSpringContextTests.tearDown()
behavior is modified.
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.jms.listener.AbstractPollingMessageListenerContainer
Specify the Spring PlatformTransactionManager
to use for transactional wrapping of message reception plus listener execution.
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
Specify the transaction manager to use.
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.
setTransactionName(String) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Specify the transaction name to use for transactional wrapping.
setTransactionSynchronization(int) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set when this transaction manager should activate the thread-bound
transaction synchronization support.
setTransactionSynchronizationName(String) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Set the transaction synchronization by the name of the corresponding constant
in this class, e.g.
setTransactionTimeout(int) -
Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Specify the transaction timeout to use for transactional wrapping, in seconds.
setTransactionTimeout(int) -
Method in class org.springframework.transaction.jta.UserTransactionAdapter
setTransactionType(PersistenceUnitTransactionType) -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
setTransformerFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Specify the XSLT TransformerFactory class to use.
setTransformerFactoryClass(Class) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Specify the XSLT TransformerFactory class to use.
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.
setTypeClass(String) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Set the type implementation class.
setTypeConverter(TypeConverter) -
Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Set a TypeConverter to use for argument type conversion.
setTypeDefinitions(TypeDefinitionBean[]) -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Specify the Hibernate type definitions to register with the SessionFactory,
as Spring TypeDefinitionBean instances.
setTypeIndexForCurrentLevel(int) -
Method in class org.springframework.core.MethodParameter
Set the type index for the current nesting level.
setTypeName(String) -
Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Set the name of the type.
setTypeNamespaceUri(String) -
Method in class org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor
Set the application-specific namespace to use for XML types,
for example "urn:JPetStore".
setTypePattern(String) -
Method in class org.springframework.aop.aspectj.TypePatternClassFilter
Set the AspectJ type pattern to match.
setTypes(int[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Add anonymous parameters, specifying only their SQL types
as defined in the java.sql.Types
class.
setTypeValue(PreparedStatement, int, int, String) -
Method in interface org.springframework.jdbc.core.SqlTypeValue
Set the type value on the given PreparedStatement.
setTypeValue(PreparedStatement, int, int, String) -
Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
setTypeValue(PreparedStatement, int, int, String) -
Method in class org.springframework.jdbc.core.support.SqlLobValue
Set the specified content via the LobCreator.
setUp() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
This implementation is final.
setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements capable of returning
updatable ResultSets.
setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements capable of returning
updatable ResultSets.
setUpdatableResults(boolean) -
Method in class org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that are capable of returning
updatable ResultSets.
setUploadTempDir(Resource) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the temporary directory where uploaded files get stored.
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.
setUriResolver(URIResolver) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Set the URIResolver used in the transform.
setUriResolver(URIResolver) -
Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
Set the URIResolver used in the transform.
setUrl(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC URL to use for accessing the DriverManager.
setUrl(String) -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Set the URL of the resource that this view wraps.
setUrl(String) -
Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Set the URL of the Excel workbook source, without localization part nor extension.
setUrl(String) -
Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Set the URL of the Excel workbook source, without localization part nor extension.
setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set if the context path and request URI should be URL-decoded.
setUrlDecode(boolean) -
Method in class org.springframework.web.util.UrlPathHelper
Set if context path and request URI should be URL-decoded.
setUrlMap(Map) -
Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Set a Map with URL paths as keys and handler beans (or handler bean names)
as values.
setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Set the UrlPathHelper to use for the resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.support.RequestContext
Set the UrlPathHelper to use for context path and request URI decoding.
setUrlPathHelper(UrlPathHelper) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the UrlPathHelper
to use for
the resolution of lookup paths.
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.
setUseDynamicLogger(boolean) -
Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Set whether to use a dynamic logger or a static logger.
setUseExpiresHeader(boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
Set whether to use the HTTP 1.0 expires header.
setUsePrefix(boolean) -
Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Set whether to exclude advisors with a certain prefix
in the bean name.
setUserAttribute(String, Object) -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
setUserAttribute(String, Object) -
Method in interface org.springframework.aop.ProxyMethodInvocation
Add the specified user attribute with the given value to this invocation.
setUserinfoUsernameAttributes(String[]) -
Method in class org.springframework.web.portlet.FrameworkPortlet
Set the list of attributes to search in the USER_INFO map when trying
to find the username of the current user.
setUsername(String) -
Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC username to use for accessing the DriverManager.
setUsername(String) -
Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the default username that this adapter should use for retrieving Connections.
setUsername(String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Set the username that this adapter should use for retrieving Connections.
setUsername(String) -
Method in class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
Set the username to use for retrieving the WebLogic MBeanServer.
setUsername(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Set the username for the account at the mail host, if any.
setUsername(String) -
Method in class org.springframework.remoting.caucho.BurlapClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) -
Method in class org.springframework.remoting.caucho.HessianClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) -
Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Set the username to specify on the stub or call.
setUserPrincipal(Principal) -
Method in class org.springframework.mock.web.MockHttpServletRequest
setUserPrincipal(Principal) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setUserTransaction(UserTransaction) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JTA UserTransaction to use as direct reference.
setUserTransactionName(String) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA UserTransaction.
setUserTreePath(String) -
Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
Set the path in the system preferences tree to use for resolving
placeholders.
setUseSharedPortletConfig(boolean) -
Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
Set whether to use the shared PortletConfig object passed in
through setPortletConfig
, if available.
setUseSharedPortletConfig(boolean) -
Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set whether to use the shared PortletConfig object passed in
through setPortletConfig
, if available.
setUseSharedServletConfig(boolean) -
Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
Set whether to use the shared ServletConfig object passed in
through setServletConfig
, if available.
setUseSingleModelNameAsRoot(boolean) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Set whether to use the name of a given single model object as the
document root element 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).
setUseStrictCasing(boolean) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
Set whether to use strict casing for attributes.
setUseStrictCasing(boolean) -
Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to use strict casing for attributes.
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.hibernate3.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.
setUseWriter(boolean) -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Specifies whether or not the JRExporter
writes to the PrintWriter
of the associated with the request (true
) or whether it writes directly to the
InputStream
of the request (false
).
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.portlet.mvc.BaseCommandController
Set if the Validator should get applied when binding.
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
Deprecated. as of Spring 2.0: superseded by "validationMode"
setValidationMode(int) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set the validation mode to use.
setValidationModeName(String) -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Set the validation mode to use by name.
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.portlet.mvc.BaseCommandController
Set the primary Validator for this controller.
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.portlet.mvc.BaseCommandController
Set the Validators for this controller.
setValidators(Validator[]) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Set the Validators for this controller.
setValidators(Validator[]) -
Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Set the Validators
for this controller.
setValue(Object) -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Set the value for the constructor argument.
setValue(String) -
Method in class org.springframework.beans.factory.config.TypedStringValue
Set the String value.
setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given value to a Collection of the target type.
setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Convert the given value to a Map of the target type.
setValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Coerce a Number value into the required target class, if necessary.
setValue(Object) -
Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Take Properties
as-is; convert Map
into Properties
.
setValue(Object) -
Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
Treat the given value as collection or array and convert it to a Resource array.
setValue(String, String) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
setValue(Object) -
Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
setValue(Object) -
Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
setValue(Object) -
Method in class org.springframework.web.servlet.tags.form.CheckboxTag
Set the value of the 'value
' attribute.
setValue(Object) -
Method in class org.springframework.web.servlet.tags.form.OptionTag
Set the 'value' attribute of the rendered HTML <option>
tag.
setValue(Object) -
Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
Set the value of the 'value
' attribute.
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 parameter values on the given PreparedStatement.
setValues(PreparedStatement) -
Method in interface org.springframework.jdbc.core.PreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement, int) -
Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation calls AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
and sets this instance's exhaustion flag accordingly.
setValues(PreparedStatement, LobCreator) -
Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Set values on the given PreparedStatement, using the given
LobCreator for BLOB/CLOB arguments.
setValues(String, String[]) -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
setValuesIfAvailable(PreparedStatement, int) -
Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
Check for available values and set them on the given PreparedStatement.
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 pre-configured VelocityEngine to use for the Velocity web
configuration: e.g. a shared one for web and email usage, set up via
VelocityEngineFactoryBean
.
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(Object) -
Method in class org.springframework.web.portlet.ModelAndView
Set a View object for this ModelAndView.
setView(View) -
Method in class org.springframework.web.servlet.ModelAndView
Set a View object for this ModelAndView.
setViewClass(Class) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view class that should be used to create views.
setViewName(String) -
Method in class org.springframework.web.portlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the
DispatcherPortlet via a ViewResolver.
setViewName(String) -
Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Set the name of the view to delegate to.
setViewName(String) -
Method in class org.springframework.web.servlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the
DispatcherServlet via a ViewResolver.
setViewName(String) -
Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Set the name of the view to delegate to.
setViewNames(String[]) -
Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view names (or name patterns) that can be handled by this
ViewResolver
.
setViewRendererUrl(String) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Set the URL to the ViewRendererServlet.
setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to wait for running jobs to complete on shutdown.
setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
Set whether to wait for running jobs to complete on shutdown.
setWaitForTasksToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.backportconcurrent.ScheduledExecutorFactoryBean
Set whether to wait for scheduled tasks to complete on shutdown.
setWaitForTasksToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set whether to wait for scheduled tasks to complete on shutdown.
setWarnLogCategory(String) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the log category for warn logging.
setWarnLogCategory(String) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the log category for warn logging.
setWebAppRootSystemProperty(ServletContext) -
Static method in class org.springframework.web.util.WebUtils
Set a system property to the web application root directory.
setWhenExhaustedAction(byte) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the action to take when the pool is exhausted.
setWhenExhaustedActionName(String) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
Set the action to take when the pool is exhausted.
setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockActionResponse
setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
setWindowState(WindowState) -
Method in class org.springframework.mock.web.portlet.MockPortletURL
setWorkingDirSystemProperty(String) -
Static method in class org.springframework.util.Log4jConfigurer
Set the specified system property to the current working directory.
setWorkListener(WorkListener) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Specify a JCA 1.5 WorkListener to apply, if any.
setWorkListener(WorkListener) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify a CommonJ WorkListener to apply, if any.
setWorkManager(WorkManager) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.
setWorkManager(WorkManager) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Specify the JCA WorkManager to delegate to.
setWorkManager(WorkManager) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify the CommonJ WorkManager to delegate to.
setWorkManagerName(String) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Set the JNDI name of the CommonJ WorkManager.
setWrappedInstance(Object) -
Method in interface org.springframework.beans.BeanWrapper
Change the wrapped JavaBean 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, 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.
setWriterAccessAllowed(boolean) -
Method in class org.springframework.mock.web.MockHttpServletResponse
Set whether MockHttpServletResponse.getWriter()
access is allowed.
setWsdlDocumentUrl(URL) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Set the URL of the WSDL document that describes the service.
setXaTerminator(XATerminator) -
Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA XATerminator to use for bootstrapping the ResourceAdapter.
ShadowingClassLoader - Class in org.springframework.instrument.classloading
ClassLoader decorator that shadows an enclosing ClassLoader, applying
registered transformers to all affected classes.
ShadowingClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
Create a new ShadowingClassLoader, decorating the given ClassLoader.
shallowCopyFieldState(Object, Object) -
Static method in class org.springframework.util.ReflectionUtils
Given the source object and the destination, which must be the same class
or a subclass, copy all fields, including inherited fields.
shallowMerge(Object) -
Method in interface org.springframework.orm.toplink.TopLinkOperations
Reassociate the given entity copy with the current UnitOfWork,
using shallow merging of the entity instance.
shallowMerge(Object) -
Method in class org.springframework.orm.toplink.TopLinkTemplate
sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return whether a shared JMS Connection should be maintained
by this container base class.
sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Use a shared JMS Connection depending on the "cacheLevel" setting.
sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.serversession.ServerSessionMessageListenerContainer
Always use a shared JMS Connection.
sharedConnectionEnabled() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
Always use a shared JMS Connection.
sharedEntityManager -
Variable in class org.springframework.test.jpa.AbstractJpaTests
Subclasses can use this in test cases.
SharedEntityManagerBean - Class in org.springframework.orm.jpa.support
FactoryBeans that exposes a shared JPA EntityManager reference for a
given EntityManagerFactory.
SharedEntityManagerBean() -
Constructor for class org.springframework.orm.jpa.support.SharedEntityManagerBean
SharedEntityManagerCreator - Class in org.springframework.orm.jpa
Factory for a shared JPA EntityManager for a given EntityManagerFactory.
SharedEntityManagerCreator() -
Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator
ShortCodedLabeledEnum - Class in org.springframework.core.enums
Implementation of LabeledEnum which uses Short as the code type.
ShortCodedLabeledEnum(int, String) -
Constructor for class org.springframework.core.enums.ShortCodedLabeledEnum
Create a new ShortCodedLabeledEnum instance.
shortSummary() -
Method in class org.springframework.util.StopWatch
Return a short description of the total running time.
shortValue() -
Method in class org.springframework.core.enums.StaticLabeledEnum
Return the code of this LabeledEnum instance as a short.
shouldApplyTo(RenderRequest, Object) -
Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
shouldApplyTo(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
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?
shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.orm.jdo.JdoTransactionManager
This implementation returns "true" for JDO 2.0: a JDO2 commit will properly
handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.orm.jpa.JpaTransactionManager
This implementation returns "true": a JPA commit will properly handle
transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns "true": a JTA commit will properly handle
transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to call doCommit
on a transaction that has been
marked as rollback-only in a global fashion.
shouldFireEvents() -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Controls whether this parser is supposed to fire a
BeanComponentDefinition
event after parsing the bean definition.
shouldGenerateId() -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Should an ID be generated instead of read from the passed in Element
?
shouldGenerateIdAsFallback() -
Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Should an ID be generated instead if the passed in Element
does not
specify an "id" attribute explicitly?
shouldNotFilter(HttpServletRequest) -
Method in class org.springframework.web.filter.OncePerRequestFilter
Can be overridden in subclasses for custom filtering control,
returning true
to avoid filtering of the given request.
shouldProxyTargetClass(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Determine whether the given bean should be proxied with its target
class rather than its interfaces.
shouldProxyTargetClass(ConfigurableListableBeanFactory, String) -
Static method in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
Determine whether the given bean should be proxied with its target
class rather than its interfaces.
shouldRender() -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Should rendering of this tag proceed at all.
shouldRender() -
Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Should rendering of this tag proceed at all?
shouldSkip(Class, String) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Subclasses should override this method to return true
if the
given bean should not be considered for auto-proxying by this post-processor.
shouldStop(Connection) -
Method in class org.springframework.jms.connection.DelegatingConnectionFactory
shouldStop(Connection) -
Method in interface org.springframework.jms.connection.SmartConnectionFactory
Should we stop the Connection, obtained from this ConnectionFactory?
shouldUseShadowLoader() -
Method in class org.springframework.test.jpa.AbstractJpaTests
Subclasses should override this method if they wish
to disable shadow class loading.
showClassLoaderHierarchy(Object, String) -
Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for this class.
showClassLoaderHierarchy(Object, String, String, String) -
Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for this class.
showClassLoaderHierarchy(ClassLoader) -
Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for the given class loader.
showClassLoaderHierarchy(ClassLoader, String, String) -
Static method in class org.springframework.util.ClassLoaderUtils
Show the class loader hierarchy for the given class loader.
showForm(RenderRequest, RenderResponse, BindException) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Prepare the form model and view, including reference and error data.
showForm(RenderRequest, BindException, String) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Prepare model and view for the given form, including reference and errors.
showForm(RenderRequest, BindException, String, Map) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Prepare model and view for the given form, including reference and errors,
adding a controller-specific control model.
showForm(RenderRequest, RenderResponse, BindException) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Show the first page as form view.
showForm(RenderRequest, RenderResponse, BindException) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
This implementation shows the configured form view, delegating to the
analogous showForm version with a controlModel argument.
showForm(RenderRequest, RenderResponse, BindException, Map) -
Method in class org.springframework.web.portlet.mvc.SimpleFormController
This implementation shows the configured form view.
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 the 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
SimpleFormController.showForm(HttpServletRequest, HttpServletResponse, BindException, Map)
variant with a "controlModel" argument.
showForm(HttpServletRequest, HttpServletResponse, BindException, Map) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
This implementation shows the configured form view.
showNewForm(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
Show a new form.
showNewForm(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
Show a new form.
showPage(RenderRequest, BindException, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Prepare the form model and view, including reference and error data,
for the given page.
showPage(HttpServletRequest, BindException, int) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Prepare the form model and view, including reference and error data,
for the given page.
shutdown() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Stop the shared Connection, call AbstractJmsListeningContainer.doShutdown()
,
and close this container.
shutdown() -
Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Perform a shutdown on the ThreadPoolExecutor.
shutdown() -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Perform a shutdown on the ThreadPoolExecutor.
shutdown(boolean) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
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.
SIMPLE_ADVISOR_CHAIN_FACTORY -
Static variable in class org.springframework.aop.framework.AdvisorChainFactoryUtils
Deprecated. Canonical instance of a simple AdvisorChainFactory implementation.
SimpleApplicationEventMulticaster - Class in org.springframework.context.event
Simple implementation of the ApplicationEventMulticaster
interface.
SimpleApplicationEventMulticaster() -
Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
SimpleAspectInstanceFactory - Class in org.springframework.aop.aspectj
Implementation of AspectInstanceFactory
that creates a new instance
of the specified aspect class for every SimpleAspectInstanceFactory.getAspectInstance()
call.
SimpleAspectInstanceFactory(Class) -
Constructor for class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Create a new SimpleAspectInstanceFactory for the given aspect class.
SimpleAsyncTaskExecutor - Class in org.springframework.core.task
TaskExecutor implementation that fires up a new Thread for each task,
executing it asynchronously.
SimpleAsyncTaskExecutor() -
Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
Create a new SimpleAsyncTaskExecutor with default thread name prefix.
SimpleAsyncTaskExecutor(String) -
Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
Create a new SimpleAsyncTaskExecutor with the given thread name prefix.
SimpleBeanFactoryAwareAspectInstanceFactory - Class in org.springframework.aop.config
Implementation of AspectInstanceFactory
that locates the aspect from the
BeanFactory
using a configured bean name.
SimpleBeanFactoryAwareAspectInstanceFactory() -
Constructor for class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
SimpleBeanTargetSource - Class in org.springframework.aop.target
Simple TargetSource
implementation,
freshly obtaining the specified target bean from its containing
Spring BeanFactory
.
SimpleBeanTargetSource() -
Constructor for class org.springframework.aop.target.SimpleBeanTargetSource
SimpleBootstrapContext - Class in org.springframework.jca.support
Simple implementation of the JCA 1.5 BootstrapContext
interface, used for bootstrapping a JCA ResourceAdapter in a local environment.
SimpleBootstrapContext(WorkManager) -
Constructor for class org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager,
with no XATerminator available.
SimpleBootstrapContext(WorkManager, XATerminator) -
Constructor for class org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
SimpleConnectionHandle - Class in org.springframework.jdbc.datasource
Simple implementation of the ConnectionHandle interface,
containing a given JDBC Connection.
SimpleConnectionHandle(Connection) -
Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
Create a new SimpleConnectionHandle for the given Connection.
SimpleControllerHandlerAdapter - Class in org.springframework.web.portlet.mvc
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
SimpleControllerHandlerAdapter() -
Constructor for class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
Adapter to use the plain Controller
workflow interface with
the generic DispatcherServlet
.
SimpleControllerHandlerAdapter() -
Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
SimpleFormController - Class in org.springframework.web.portlet.mvc
Concrete FormController implementation that provides configurable
form and success views, and an onSubmit chain for convenient overriding.
SimpleFormController() -
Constructor for class org.springframework.web.portlet.mvc.SimpleFormController
Create a new SimpleFormController.
SimpleFormController - Class in org.springframework.web.servlet.mvc
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 in org.springframework.remoting.httpinvoker
HttpInvokerRequestExecutor implementation that uses standard J2SE facilities
to execute POST requests, without support for HTTP authentication or
advanced configuration options.
SimpleHttpInvokerRequestExecutor() -
Constructor for class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
SimpleInstantiationStrategy - Class in org.springframework.beans.factory.support
Simple object instantiation strategy for use in a BeanFactory.
SimpleInstantiationStrategy() -
Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
SimpleInstrumentableClassLoader - Class in org.springframework.instrument.classloading
Simplistic implementation of an instrumentable ClassLoader.
SimpleInstrumentableClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Create a new SimpleLoadTimeWeaver for the given class loader.
SimpleJdbcDaoSupport - Class in org.springframework.jdbc.core.simple
Extension of JdbcDaoSupport that exposes a SimpleJdbcTemplate as well.
SimpleJdbcDaoSupport() -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
SimpleJdbcOperations - Interface in org.springframework.jdbc.core.simple
JDBC operations nterface usable on Java 5 and above, exposing a
set of common JDBC operations, whose interface is simplified
through the use of varargs and autoboxing.
SimpleJdbcTemplate - Class in org.springframework.jdbc.core.simple
Java-5-based convenience wrapper for the classic Spring
JdbcTemplate
,
taking advantage of varargs and autoboxing, and exposing only the most
commonly required operations in order to simplify JdbcTemplate usage.
SimpleJdbcTemplate(DataSource) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Create a new SimpleJdbcTemplate for the given DataSource.
SimpleJdbcTemplate(JdbcOperations) -
Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Create a new SimpleJdbcTemplate for the given classic Spring JdbcTemplate.
simpleJdbcTemplate -
Variable in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
SimpleLoadTimeWeaver - Class in org.springframework.instrument.classloading
LoadTimeWeaver that builds and exposes a SimpleInstrumentableClassLoader
.
SimpleLoadTimeWeaver() -
Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the current context class loader.
SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) -
Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the given class loader.
SimpleLocaleContext - Class in org.springframework.context.i18n
Simple implementation of the LocaleContext interface,
always returning a specified Locale.
SimpleLocaleContext(Locale) -
Constructor for class org.springframework.context.i18n.SimpleLocaleContext
Create a new SimpleLocaleContext that exposes the specified Locale.
SimpleMailMessage - Class in org.springframework.mail
Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
SimpleMailMessage() -
Constructor for class org.springframework.mail.SimpleMailMessage
Create a new SimpleMailMessage
.
SimpleMailMessage(SimpleMailMessage) -
Constructor for class org.springframework.mail.SimpleMailMessage
Copy constructor for creating a new SimpleMailMessage
from the state
of an existing SimpleMailMessage
instance.
SimpleMappingExceptionResolver - Class in org.springframework.web.portlet.handler
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a
set of given handlers or for all handlers in the DispatcherPortlet.
SimpleMappingExceptionResolver() -
Constructor for class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a
set of given handlers or for all handlers in the DispatcherServlet.
SimpleMappingExceptionResolver() -
Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
simpleMatch(String, String) -
Static method in class org.springframework.util.PatternMatchUtils
Match a String against the given pattern, supporting the following simple
pattern styles: "xxx*", "*xxx" and "*xxx*" matches, as well as direct equality.
simpleMatch(String[], String) -
Static method in class org.springframework.util.PatternMatchUtils
Match a String against the given patterns, supporting the following simple
pattern styles: "xxx*", "*xxx" and "*xxx*" matches, as well as direct equality.
SimpleMessageConverter - Class in org.springframework.jms.support.converter
A simple message converter which is able to handle TextMessages, BytesMessages,
MapMessages, and ObjectMessages.
SimpleMessageConverter() -
Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
SimpleMessageConverter102 - Class in org.springframework.jms.support.converter
A subclass of SimpleMessageConverter
for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like SimpleMessageConverter itself.
SimpleMessageConverter102() -
Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter102
SimpleMessageListenerContainer - Class in org.springframework.jms.listener
Message listener container that uses the plain JMS client API's
MessageConsumer.setMessageListener()
method to
create concurrent MessageConsumers for the specified listeners.
SimpleMessageListenerContainer() -
Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer
SimpleMessageListenerContainer102 - Class in org.springframework.jms.listener
A subclass of SimpleMessageListenerContainer
for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like SimpleMessageListenerContainer itself.
SimpleMessageListenerContainer102() -
Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer102
SimpleMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
Implementation of MetadataAwareAspectInstanceFactory
that
creates a new instance of the specified aspect class for every
SimpleAspectInstanceFactory.getAspectInstance()
call.
SimpleMetadataAwareAspectInstanceFactory(Class, String) -
Constructor for class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
SimpleNamingContext - Class in org.springframework.mock.jndi
Simple implementation of a JNDI naming context.
SimpleNamingContext() -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context.
SimpleNamingContext(String) -
Constructor for class org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root.
SimpleNamingContext(String, Hashtable, 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 in org.springframework.mock.jndi
Simple implementation of a JNDI naming context builder.
SimpleNamingContextBuilder() -
Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
SimpleNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
Simple implementation of the NativeJdbcExtractor interface.
SimpleNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
SimplePortletHandlerAdapter - Class in org.springframework.web.portlet.handler
Adapter to use the Portlet interface with the generic DispatcherPortlet.
SimplePortletHandlerAdapter() -
Constructor for class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
SimplePortletPostProcessor - Class in org.springframework.web.portlet.handler
Bean post-processor that applies initialization and destruction callbacks
to beans that implement the Portlet interface.
SimplePortletPostProcessor() -
Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor
SimplePropertyNamespaceHandler - Class in org.springframework.beans.factory.xml
Simple NamespaceHandler
implementation that maps custom attributes
directly through to bean properties.
SimplePropertyNamespaceHandler() -
Constructor for class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
SimpleRecordOperation - Class in org.springframework.jca.cci.object
EIS operation object that accepts a passed-in CCI input Record
and returns a corresponding CCI output Record.
SimpleRecordOperation() -
Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
Constructor that allows use as a JavaBean.
SimpleRecordOperation(ConnectionFactory, InteractionSpec) -
Constructor for class org.springframework.jca.cci.object.SimpleRecordOperation
Convenient constructor with ConnectionFactory and specifications
(connection and interaction).
SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
Simple subclass of AbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing
all public methods and properties as operations and attributes.
SimpleReflectiveMBeanInfoAssembler() -
Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
SimpleRemoteSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Basic invoker for a remote Stateless Session Bean.
SimpleRemoteSlsbInvokerInterceptor() -
Constructor for class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
SimpleRemoteStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient factory for remote SLSB proxies.
SimpleRemoteStatelessSessionProxyFactoryBean() -
Constructor for class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
SimpleSaxErrorHandler - Class in org.springframework.util.xml
Simple org.xml.sax.ErrorHandler
implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation.
SimpleSaxErrorHandler(Log) -
Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
Create a new SimpleSaxErrorHandler for the given
Commons Logging logger instance.
SimpleServerSessionFactory - Class in org.springframework.jms.listener.serversession
The simplest possible implementation of the ServerSessionFactory SPI:
creating a new ServerSession with a new JMS Session every time.
SimpleServerSessionFactory() -
Constructor for class org.springframework.jms.listener.serversession.SimpleServerSessionFactory
SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
Adapter to use the Servlet interface with the generic DispatcherServlet.
SimpleServletHandlerAdapter() -
Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
BeanPostProcessor
that applies initialization and destruction callbacks to beans that
implement the Servlet
interface.
SimpleServletPostProcessor() -
Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
SimpleTaskWorkManager - Class in org.springframework.jca.work
Simple JCA 1.5 WorkManager
implementation that
delegates to a Spring TaskExecutor
.
SimpleTaskWorkManager() -
Constructor for class org.springframework.jca.work.SimpleTaskWorkManager
SimpleTheme - Class in org.springframework.ui.context.support
Default Theme implementation, wrapping a name and an
underlying MessageSource.
SimpleTheme(String, MessageSource) -
Constructor for class org.springframework.ui.context.support.SimpleTheme
Create a SimpleTheme.
SimpleThreadPoolTaskExecutor - Class in org.springframework.scheduling.quartz
Subclass of Quartz's SimpleThreadPool that implements Spring's
TaskExecutor interface and listens to Spring lifecycle callbacks.
SimpleThreadPoolTaskExecutor() -
Constructor for class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
ClassLoader that can be used to load classes without bringing them
into the parent loader.
SimpleThrowawayClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
Create a new SimpleThrowawayClassLoader for the given class loader.
SimpleTraceInterceptor - Class in org.springframework.aop.interceptor
Simple AOP Alliance MethodInterceptor
that can be introduced
in a chain to display verbose trace information about intercepted method
invocations, with method entry and method exit info.
SimpleTraceInterceptor() -
Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
Create a new SimpleTraceInterceptor with a static logger.
SimpleTraceInterceptor(boolean) -
Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
Create a new SimpleTraceInterceptor with dynamic or static logger,
according to the given flag.
SimpleTransactionStatus - Class in org.springframework.transaction.support
A simple TransactionStatus
implementation.
SimpleTransactionStatus() -
Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
Creates a new instance of the SimpleTransactionStatus
class,
indicating a new transaction.
SimpleTransactionStatus(boolean) -
Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
Creates a new instance of the SimpleTransactionStatus
class.
SimpleTransformErrorListener - Class in org.springframework.util.xml
Simple javax.xml.transform.ErrorListener
implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation.
SimpleTransformErrorListener(Log) -
Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
Create a new SimpleTransformErrorListener for the given
Commons Logging logger instance.
SimpleTriggerBean - Class in org.springframework.scheduling.quartz
Convenience subclass of Quartz's SimpleTrigger
class, making bean-style usage easier.
SimpleTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
SimpleTypeConverter - Class in org.springframework.beans
Simple implementation of the TypeConverter interface that does not operate
on any specific target object.
SimpleTypeConverter() -
Constructor for class org.springframework.beans.SimpleTypeConverter
SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
Implementation of the HandlerMapping
interface to map from URLs to request handler beans.
SimpleUrlHandlerMapping() -
Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
SingleColumnRowMapper - Class in org.springframework.jdbc.core
RowMapper implementation that converts a single column into
a single result value per row.
SingleColumnRowMapper() -
Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleColumnRowMapper(Class) -
Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleConnectionDataSource - Class in org.springframework.jdbc.datasource
Implementation of SmartDataSource that wraps a single 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(String, String, String, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
SingleConnectionDataSource(String, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard
DriverManager parameters.
SingleConnectionDataSource(Connection, boolean) -
Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with a given Connection.
SingleConnectionFactory - Class in org.springframework.jca.cci.connection
A CCI ConnectionFactory adapter that returns the same Connection on all
getConnection
calls, and ignores calls to
Connection.close()
.
SingleConnectionFactory() -
Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) -
Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the
given Connection.
SingleConnectionFactory(ConnectionFactory) -
Constructor for class org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single
Connection that it will lazily create via the given target
ConnectionFactory.
SingleConnectionFactory - Class in org.springframework.jms.connection
A JMS ConnectionFactory adapter that returns the same Connection
from all SingleConnectionFactory.createConnection()
calls, and ignores calls to
Connection.close()
.
SingleConnectionFactory() -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the
given Connection.
SingleConnectionFactory(ConnectionFactory) -
Constructor for class org.springframework.jms.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single
Connection that it will lazily create via the given target
ConnectionFactory.
SingleConnectionFactory102 - Class in org.springframework.jms.connection
A subclass of SingleConnectionFactory
for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like 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.
SingleDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
An implementation of the DataSourceLookup that simply wraps a
single given DataSource, returned for any data source name.
SingleDataSourceLookup(DataSource) -
Constructor for class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
Create a new instance of the SingleDataSourceLookup
class.
singleResult(Collection) -
Static method in class org.springframework.dao.support.DataAccessUtils
Return a single result object from the given Collection.
SingleSessionFactory - Class in org.springframework.orm.toplink
Simple implementation of the SessionFactory interface: always returns
the passed-in Session as-is.
SingleSessionFactory(Session) -
Constructor for class org.springframework.orm.toplink.SingleSessionFactory
Create a new SingleSessionFactory with the given Session.
SINGLETON_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
SINGLETON_KEY -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.
SingletonAspectInstanceFactory - Class in org.springframework.aop.aspectj
Implementation of AspectInstanceFactory
that is backed by a
specified singleton object, returning the same instance for every
SingletonAspectInstanceFactory.getAspectInstance()
call.
SingletonAspectInstanceFactory(Object) -
Constructor for class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Create a new SingletonAspectInstanceFactory for the given aspect instance.
SingletonBeanFactoryLocator - Class in org.springframework.beans.factory.access
Keyed-singleton implementation of BeanFactoryLocator
,
which accesses shared Spring BeanFactory
instances.
SingletonBeanFactoryLocator(String) -
Constructor for class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Constructor which uses the the specified name as the resource name
of the definition file(s).
SingletonBeanRegistry - Interface in org.springframework.beans.factory.config
Interface that defines a registry for shared bean instances.
SingletonMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
Implementation of MetadataAwareAspectInstanceFactory
that is backed
by a specified singleton object, returning the same instance for every
SingletonAspectInstanceFactory.getAspectInstance()
call.
SingletonMetadataAwareAspectInstanceFactory(Object, String) -
Constructor for class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
Create a new SingletonMetadataAwareAspectInstanceFactory for the given aspect.
SingletonTargetSource - Class in org.springframework.aop.target
Implementation of the TargetSource
interface
that holds a given object.
SingletonTargetSource(Object) -
Constructor for class org.springframework.aop.target.SingletonTargetSource
Create a new SingletonTargetSource for the given target.
size() -
Method in class org.springframework.beans.factory.support.ManagedMap
size() -
Method in class org.springframework.beans.factory.support.ManagedSet
size() -
Method in class org.springframework.beans.MutablePropertyValues
size() -
Method in class org.springframework.util.AutoPopulatingList
size() -
Method in class org.springframework.util.CachingMapDecorator
SIZE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.InputTag
sleepInbetweenRecoveryAttempts() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Sleep according to the specified recovery interval.
SmartConnectionFactory - Interface in org.springframework.jms.connection
Extension of the javax.jms.ConnectionFactory
interface,
indicating how to release Connections obtained from it.
SmartDataSource - Interface in org.springframework.jdbc.datasource
Extension of the javax.sql.DataSource
interface, to be
implemented by special DataSources that return JDBC Connections
in an unwrapped fashion.
SmartFactoryBean - Interface in org.springframework.beans.factory
Extension of the FactoryBean
interface.
SmartInstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
Extension of the InstantiationAwareBeanPostProcessor
interface,
adding a callback for predicting the eventual type of a processed bean.
SmartSessionBean - Interface in org.springframework.ejb.support
Interface to be implemented by Session Beans that want
to expose important state to cooperating classes.
SmartTransactionObject - Interface in org.springframework.transaction.support
Interface to be implemented by transaction objects that are able to
return an internal rollback-only marker, typically from a another
transaction that has participated and marked it as rollback-only.
snapshot() -
Method in class org.springframework.beans.factory.parsing.ParseState
Create a new instance of ParseState
which is an independent snapshot
of this instance.
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.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
Sort the rest by AspectJ precedence.
sortAdvisors(List) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
Sort advisors based on ordering.
SortDefinition - Interface in org.springframework.beans.support
Definition for sorting bean instances by a property.
sortStringArray(String[]) -
Static method in class org.springframework.util.StringUtils
Turn given source String array into sorted array.
SourceExtractor - Interface in org.springframework.beans.factory.parsing
Simple strategy allowing tools to control how source metadata is attached
to the bean definition metadata.
SourceFilteringListener - Class in org.springframework.context.event
ApplicationListener
decorator that filters
events from a specified event source, invoking its delegate listener for
matching ApplicationEvent
objects only.
SourceFilteringListener(Object, ApplicationListener) -
Constructor for class org.springframework.context.event.SourceFilteringListener
Create a SourceFilteringListener for the given event source.
SourceFilteringListener(Object) -
Constructor for class org.springframework.context.event.SourceFilteringListener
Create a SourceFilteringListener for the given event source,
expecting subclasses to override the SourceFilteringListener.onApplicationEventInternal(org.springframework.context.ApplicationEvent)
method (instead of specifying a delegate listener).
SPAN_TAG -
Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
The HTML 'span
' tag.
split(String, String) -
Static method in class org.springframework.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) -
Static method in class org.springframework.util.StringUtils
Take an array Strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) -
Static method in class org.springframework.util.StringUtils
Take an array Strings and split each element based on the given delimiter.
SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
Variable name of the RequestContext instance in the template model,
available to Spring's macros: e.g. for creating BindStatus objects.
SPRING_RESOURCE_LOADER -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
SPRING_RESOURCE_LOADER_CACHE -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
SPRING_RESOURCE_LOADER_CLASS -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
SPRING_RESOURCE_LOADER_PATH -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
SpringBeanJobFactory - Class in org.springframework.scheduling.quartz
Subclass of AdaptableJobFactory
that also supports Spring-style
dependency injection on bean properties.
SpringBeanJobFactory() -
Constructor for class org.springframework.scheduling.quartz.SpringBeanJobFactory
SpringBindingActionForm - Class in org.springframework.web.struts
A thin Struts ActionForm adapter that delegates to Spring's more complete
and advanced data binder and Errors object underneath the covers to bind
to POJOs and manage rejected values.
SpringBindingActionForm() -
Constructor for class org.springframework.web.struts.SpringBindingActionForm
SpringJtaSynchronizationAdapter - Class in org.springframework.transaction.jta
Adapter that implements the JTA Synchronization
interface delegating to an underlying Spring
TransactionSynchronization
.
SpringJtaSynchronizationAdapter(TransactionSynchronization) -
Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization, UserTransaction) -
Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization, TransactionManager) -
Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring
TransactionSynchronization and JTA TransactionManager.
SpringLobCreatorSynchronization - Class in org.springframework.jdbc.support.lob
Callback for resource cleanup at the end of a Spring transaction.
SpringLobCreatorSynchronization(LobCreator) -
Constructor for class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
Create a SpringLobCreatorSynchronization for the given LobCreator.
SpringModelMBean - Class in org.springframework.jmx.export
Extension of the RequiredModelMBean
class that ensures the
thread context ClassLoader
is switched
for the managed resources ClassLoader
before any invocations occur.
SpringModelMBean() -
Constructor for class org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with an empty ModelMBeanInfo
.
SpringModelMBean(ModelMBeanInfo) -
Constructor for class org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with the given ModelMBeanInfo
.
SpringProxy - Interface in org.springframework.aop
Marker interface implemented by all AOP proxies.
SpringResourceLoader - Class in org.springframework.ui.velocity
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
SpringResourceLoader() -
Constructor for class org.springframework.ui.velocity.SpringResourceLoader
SpringSessionContext - Class in org.springframework.orm.hibernate3
Implementation of Hibernate 3.1's CurrentSessionContext interface
that delegates to Spring's SessionFactoryUtils for providing a
Spring-managed current Session.
SpringSessionContext(SessionFactoryImplementor) -
Constructor for class org.springframework.orm.hibernate3.SpringSessionContext
Create a new SpringSessionContext for the given Hibernate SessionFactory.
SpringTemplateLoader - Class in org.springframework.ui.freemarker
FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
SpringTemplateLoader(ResourceLoader, String) -
Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
Create a new SpringTemplateLoader.
SpringVersion - Class in org.springframework.core
Class that exposes the Spring version.
SpringVersion() -
Constructor for class org.springframework.core.SpringVersion
SQL_ERROR_CODE_DEFAULT_PATH -
Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
The name of default SQL error code files, loading from the class path.
SQL_ERROR_CODE_OVERRIDE_PATH -
Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
The name of custom SQL error codes file, loading from the root
of the class path (e.g. from the "/WEB-INF/classes" directory).
SqlCall - Class in org.springframework.jdbc.object
RdbmsOperation using a JdbcTemplate and representing a SQL-based
call such as a stored procedure or a stored function.
SqlCall() -
Constructor for class org.springframework.jdbc.object.SqlCall
Constructor to allow use as a JavaBean.
SqlCall(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlCall
Create a new SqlCall object with SQL, but without parameters.
SQLErrorCodes - Class in org.springframework.jdbc.support
JavaBean for holding JDBC error codes for a particular database.
SQLErrorCodes() -
Constructor for class org.springframework.jdbc.support.SQLErrorCodes
SQLErrorCodesFactory - Class in org.springframework.jdbc.support
Factory for creating SQLErrorCodes
based on the
"databaseProductName" taken from the DatabaseMetaData
.
SQLErrorCodesFactory() -
Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
Create a new instance of the SQLErrorCodesFactory
class.
SQLErrorCodeSQLExceptionTranslator - Class in org.springframework.jdbc.support
Implementation of SQLExceptionTranslator that analyzes vendor-specific error codes.
SQLErrorCodeSQLExceptionTranslator() -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Constructor for use as a JavaBean.
SQLErrorCodeSQLExceptionTranslator(DataSource) -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given DataSource.
SQLErrorCodeSQLExceptionTranslator(String) -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given database product name.
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) -
Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQLErrorCode translator given these error codes.
SQLExceptionTranslator - Interface in org.springframework.jdbc.support
Strategy interface for translating between SQLExceptions
and Spring's data access strategy-agnostic DataAccessException
hierarchy.
SqlFunction - Class in org.springframework.jdbc.object
SQL "function" wrapper for a query that returns a single row of results.
SqlFunction() -
Constructor for class org.springframework.jdbc.object.SqlFunction
Constructor to allow use as a JavaBean.
SqlFunction(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL, but without parameters.
SqlFunction(DataSource, String, int[]) -
Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL and parameters.
SqlFunction(DataSource, String, int[], Class) -
Constructor for class org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL, parameters and a result type.
SqlInOutParameter - Class in org.springframework.jdbc.core
Subclass of SqlOutParameter
to represent an INOUT parameter.
SqlInOutParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, String, SqlReturnType) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlLobValue - Class in org.springframework.jdbc.core.support
Object to represent an SQL BLOB/CLOB value parameter.
SqlLobValue(byte[]) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array,
using a DefaultLobHandler.
SqlLobValue(byte[], LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array.
SqlLobValue(String) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string,
using a DefaultLobHandler.
SqlLobValue(String, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string.
SqlLobValue(InputStream, int) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream,
using a DefaultLobHandler.
SqlLobValue(InputStream, int, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream.
SqlLobValue(Reader, int) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream,
using a DefaultLobHandler.
SqlLobValue(Reader, int, LobHandler) -
Constructor for class org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream.
SqlMapClientCallback - Interface in org.springframework.orm.ibatis
Callback interface for data access code that works with the iBATIS
SqlMapExecutor
interface.
SqlMapClientDaoSupport - Class in org.springframework.orm.ibatis.support
Convenient super class for iBATIS SqlMapClient data access objects.
SqlMapClientDaoSupport() -
Constructor for class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
SqlMapClientFactoryBean - Class in org.springframework.orm.ibatis
FactoryBean
that creates an
iBATIS SqlMapClient
.
SqlMapClientFactoryBean() -
Constructor for class org.springframework.orm.ibatis.SqlMapClientFactoryBean
SqlMapClientOperations - Interface in org.springframework.orm.ibatis
Interface that specifies a basic set of iBATIS SqlMapClient operations,
implemented by SqlMapClientTemplate
.
SqlMapClientTemplate - Class in org.springframework.orm.ibatis
Helper class that simplifies data access via the iBATIS
SqlMapClient
API, converting checked
SQLExceptions into unchecked DataAccessExceptions, following the
org.springframework.dao
exception hierarchy.
SqlMapClientTemplate() -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapClientTemplate.
SqlMapClientTemplate(SqlMapClient) -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlMapClientTemplate(DataSource, SqlMapClient) -
Constructor for class org.springframework.orm.ibatis.SqlMapClientTemplate
Create a new SqlMapTemplate.
SqlOperation - Class in org.springframework.jdbc.object
Operation object representing a SQL-based operation such as a query or update,
as opposed to a stored procedure.
SqlOperation() -
Constructor for class org.springframework.jdbc.object.SqlOperation
SqlOutParameter - Class in org.springframework.jdbc.core
Subclass of SqlParameter to represent an output parameter.
SqlOutParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String, SqlReturnType) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlParameter - Class in org.springframework.jdbc.core
Object to represent a SQL parameter definition.
SqlParameter(int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(int, String) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(int, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(String, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, String) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, int) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(SqlParameter) -
Constructor for class org.springframework.jdbc.core.SqlParameter
Copy constructor.
SqlParameterSource - Interface in org.springframework.jdbc.core.namedparam
Interface that defines common functionality for objects that can
offer parameter values for named SQL parameters, serving as argument
for NamedParameterJdbcTemplate
operations.
SqlParameterValue - Class in org.springframework.jdbc.core
Object to represent a SQL parameter value, including parameter metadata
such as the SQL type and the scale for numeric values.
SqlParameterValue(int, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(int, String, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(int, int, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(SqlParameter, Object) -
Constructor for class org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue based on the given SqlParameter declaration.
SqlProvider - Interface in org.springframework.jdbc.core
Interface to be implemented by objects that can provide SQL strings.
SqlQuery - Class in org.springframework.jdbc.object
Reusable operation object representing a SQL query.
SqlQuery() -
Constructor for class org.springframework.jdbc.object.SqlQuery
Constructor to allow use as a JavaBean.
SqlQuery(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlQuery
Convenient constructor with a DataSource
and SQL string.
SqlReturnResultSet - Class in org.springframework.jdbc.core
Represents a returned ResultSet
from a stored procedure call.
SqlReturnResultSet(String, ResultSetExtractor) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet
class.
SqlReturnResultSet(String, RowCallbackHandler) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet
class.
SqlReturnResultSet(String, RowMapper) -
Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet
class.
SqlReturnType - Interface in org.springframework.jdbc.core
Interface to be implemented for retrieving values for more complex database-specific
types not supported by the standard CallableStatement.getObject
method.
SqlRowSet - Interface in org.springframework.jdbc.support.rowset
Mirror interface for javax.sql.RowSet
, representing
disconnected java.sql.ResultSet
data.
SqlRowSetMetaData - Interface in org.springframework.jdbc.support.rowset
Meta data interface for Spring's SqlRowSet,
analogous to javax.sql.ResultSetMetaData
The main difference to the standard JDBC RowSetMetaData is that an SQLException
is never thrown here.
SqlRowSetResultSetExtractor - Class in org.springframework.jdbc.core
ResultSetExtractor implementation that returns a Spring SqlRowSet
representation for each given ResultSet.
SqlRowSetResultSetExtractor() -
Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
SQLStateSQLExceptionTranslator - Class in org.springframework.jdbc.support
SQLExceptionTranslator
implementation that analyzes the SQL state
in the SQLException
.
SQLStateSQLExceptionTranslator() -
Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
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.BlobStringType
sqlTypes() -
Method in class org.springframework.orm.hibernate.support.ClobStringType
sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.BlobStringType
sqlTypes() -
Method in class org.springframework.orm.hibernate3.support.ClobStringType
sqlTypesToAnonymousParameterList(int[]) -
Static method in class org.springframework.jdbc.core.SqlParameter
Convert a list of JDBC types, as defined in java.sql.Types
,
to a List of SqlParameter objects as used in this package.
SqlTypeValue - Interface in org.springframework.jdbc.core
Interface to be implemented for setting values for more complex database specific
types not supported by the standard setObject method.
SqlUpdate - Class in org.springframework.jdbc.object
Reusable operation object representing a SQL update.
SqlUpdate() -
Constructor for class org.springframework.jdbc.object.SqlUpdate
Constructor to allow use as a JavaBean.
SqlUpdate(DataSource, String) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
Constructs an update object with a given DataSource and SQL.
SqlUpdate(DataSource, String, int[]) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL
and anonymous parameters.
SqlUpdate(DataSource, String, int[], int) -
Constructor for class org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL,
anonymous parameters and specifying the maximum number of rows
that may be affected.
SQLWarning() -
Method in exception org.springframework.jdbc.SQLWarningException
Return the underlying SQLWarning.
SQLWarningException - Exception in org.springframework.jdbc
Exception thrown when we're not ignoring SQLWarnings
.
SQLWarningException(String, SQLWarning) -
Constructor for exception org.springframework.jdbc.SQLWarningException
Constructor for SQLWarningException.
start() -
Method in interface org.springframework.context.Lifecycle
Start this component.
start() -
Method in class org.springframework.context.support.AbstractApplicationContext
start() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Start this container.
start() -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Resumes the underlying TimerManager (if not shared).
start() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
start() -
Method in class org.springframework.util.StopWatch
Start an unnamed task.
start(String) -
Method in class org.springframework.util.StopWatch
Start a named task.
startNewTransaction() -
Method in class org.springframework.test.AbstractTransactionalSpringContextTests
Start a new transaction.
startScheduler(Scheduler, int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Start the Quartz Scheduler, respecting the "startupDelay" setting.
startSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Start the shared Connection.
startSharedConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
This implementations proceeds even after an exception thrown from
Connection.start()
, relying on listeners to perform
appropriate recovery.
startsWithIgnoreCase(String, String) -
Static method in class org.springframework.util.StringUtils
Test if the given String starts with the specified prefix,
ignoring upper/lower case.
startTag(String) -
Method in class org.springframework.web.servlet.tags.form.TagWriter
Start a new tag with the supplied name.
startWork(Work) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
startWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.SimpleTaskWorkManager
startWork(Work) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
startWork(Work, long, ExecutionContext, WorkListener) -
Method in class org.springframework.jca.work.WorkManagerTaskExecutor
state(boolean, String) -
Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalStateException
if the test result is false
.
state(boolean) -
Static method in class org.springframework.util.Assert
Assert a boolean expression, throwing IllegalStateException
if the test result is false
.
STATE_COMMITTED -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
STATE_MIXED -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
STATE_ROLLED_BACK -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
STATE_UNKNOWN -
Static variable in exception org.springframework.transaction.HeuristicCompletionException
Values for the outcome state of a heuristically completed transaction.
StatementCallback - Interface in org.springframework.jdbc.core
Generic callback interface for code that operates on a JDBC Statement.
StatementCreatorUtils - Class in org.springframework.jdbc.core
Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator
implementations, providing sophisticated parameter management (including support
for LOB values).
StatementCreatorUtils() -
Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
StaticApplicationContext - Class in org.springframework.context.support
ApplicationContext
implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources.
StaticApplicationContext() -
Constructor for class org.springframework.context.support.StaticApplicationContext
Create a new StaticApplicationContext.
StaticApplicationContext(ApplicationContext) -
Constructor for class org.springframework.context.support.StaticApplicationContext
Create a new StaticApplicationContext with the given parent.
StaticLabeledEnum - Class in org.springframework.core.enums
Base class for static type-safe labeled enum instances.
StaticLabeledEnum(int, String) -
Constructor for class org.springframework.core.enums.StaticLabeledEnum
Create a new StaticLabeledEnum instance.
StaticLabeledEnumResolver - Class in org.springframework.core.enums
LabeledEnumResolver that resolves statically defined enumerations.
StaticLabeledEnumResolver() -
Constructor for class org.springframework.core.enums.StaticLabeledEnumResolver
StaticListableBeanFactory - Class in org.springframework.beans.factory.support
Static BeanFactory
implementation
which allows to register existing singleton instances programmatically.
StaticListableBeanFactory() -
Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
StaticMessageSource - Class in org.springframework.context.support
Simple implementation of MessageSource
which allows messages to be registered programmatically.
StaticMessageSource() -
Constructor for class org.springframework.context.support.StaticMessageSource
StaticMethodMatcher - Class in org.springframework.aop.support
Convenient abstract superclass for static method matchers, which don't care
about arguments at runtime.
StaticMethodMatcher() -
Constructor for class org.springframework.aop.support.StaticMethodMatcher
StaticMethodMatcherPointcut - Class in org.springframework.aop.support
Convenient superclass when we want to force subclasses to implement the
MethodMatcher interface, but subclasses will want to be pointcuts.
StaticMethodMatcherPointcut() -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
StaticMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
Convenient base class for Advisors that are also static pointcuts.
StaticMethodMatcherPointcutAdvisor() -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
Create a new StaticMethodMatcherPointcutAdvisor,
expecting bean-style configuration.
StaticMethodMatcherPointcutAdvisor(Advice) -
Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
StaticPortletApplicationContext - Class in org.springframework.web.portlet.context
Static Portlet-based ApplicationContext implementation for testing.
StaticPortletApplicationContext() -
Constructor for class org.springframework.web.portlet.context.StaticPortletApplicationContext
StaticScriptSource - Class in org.springframework.scripting.support
Static implementation of the
ScriptSource
interface,
encapsulating a given String that contains the script source text.
StaticScriptSource(String) -
Constructor for class org.springframework.scripting.support.StaticScriptSource
Create a new StaticScriptSource for the given script.
StaticWebApplicationContext - Class in org.springframework.web.context.support
Static WebApplicationContext
implementation for testing.
StaticWebApplicationContext() -
Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
STATUS_COMMITTED -
Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper commit
STATUS_ROLLED_BACK -
Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper rollback
STATUS_UNKNOWN -
Static variable in interface org.springframework.transaction.support.TransactionSynchronization
Completion status in case of heuristic mixed completion or system errors
STATUS_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.BindTag
Name of the exposed variable within the scope of this tag: "status".
stop() -
Method in interface org.springframework.context.Lifecycle
Stop this component.
stop() -
Method in class org.springframework.context.support.AbstractApplicationContext
stop() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Stop this container.
stop() -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
Suspends the underlying TimerManager (if not shared).
stop() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
stop() -
Method in class org.springframework.util.StopWatch
Stop the current task.
stopSharedConnection() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Stop the shared Connection.
stopSharedConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
This implementations proceeds even after an exception thrown from
Connection.stop()
, relying on listeners to perform
appropriate recovery after a restart.
StopWatch - Class in org.springframework.util
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
StopWatch() -
Constructor for class org.springframework.util.StopWatch
Construct a new stop watch.
StopWatch(String) -
Constructor for class org.springframework.util.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - Class in org.springframework.util
Inner class to hold data about one task executed within the stop watch.
store() -
Method in class org.springframework.mock.web.portlet.MockPortletPreferences
store(Properties, OutputStream, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
store(Properties, Writer, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
store(Properties, OutputStream, String) -
Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the
given OutputStream.
store(Properties, Writer, String) -
Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the
given Writer.
StoredProcedure - Class in org.springframework.jdbc.object
Superclass for object abstractions of RDBMS stored procedures.
StoredProcedure() -
Constructor for class org.springframework.jdbc.object.StoredProcedure
Allow use as a bean.
StoredProcedure(DataSource, String) -
Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
StoredProcedure(JdbcTemplate, String) -
Constructor for class org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
storeToXml(Properties, OutputStream, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
storeToXml(Properties, OutputStream, String, String) -
Method in class org.springframework.util.DefaultPropertiesPersister
storeToXml(Properties, OutputStream, String) -
Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the
given XML OutputStream.
storeToXml(Properties, OutputStream, String, String) -
Method in interface org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the
given XML OutputStream.
streamData(ResultSet) -
Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Stream LOB content from the given ResultSet to some OutputStream.
StringArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
Custom PropertyEditor
for String[]
arrays.
StringArrayPropertyEditor() -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the default separator
(a comma).
StringArrayPropertyEditor(String) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringArrayPropertyEditor(String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringArrayPropertyEditor(String, String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Create a new StringArrayPropertyEditor with the given separator.
StringCodedLabeledEnum - Class in org.springframework.core.enums
Implementation of LabeledEnum which uses a String as the code type.
StringCodedLabeledEnum(String, String) -
Constructor for class org.springframework.core.enums.StringCodedLabeledEnum
Create a new StringCodedLabeledEnum instance.
StringMultipartFileEditor - Class in org.springframework.web.multipart.support
Custom PropertyEditor
for converting
MultipartFiles
to Strings.
StringMultipartFileEditor() -
Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor
, using the default charset.
StringMultipartFileEditor(String) -
Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor
, using the given charset.
StringTrimmerEditor - Class in org.springframework.beans.propertyeditors
Property editor that trims Strings.
StringTrimmerEditor(boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor.
StringTrimmerEditor(String, boolean) -
Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor.
StringUtils - Class in org.springframework.util
Miscellaneous String
utility methods.
StringUtils() -
Constructor for class org.springframework.util.StringUtils
stripFilenameExtension(String) -
Static method in class org.springframework.util.StringUtils
Strip the filename extension from the given path,
e.g.
style(Object) -
Method in class org.springframework.core.style.DefaultValueStyler
style(Object) -
Static method in class org.springframework.core.style.StylerUtils
Style the specified value according to default conventions.
style(Object) -
Method in interface org.springframework.core.style.ValueStyler
Style the given value, returning a String representation.
STYLE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
styleEnd(StringBuffer, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
styleEnd(StringBuffer, Object) -
Method in interface org.springframework.core.style.ToStringStyler
Style a toString()
'ed object after it's fields are styled.
styleField(StringBuffer, String, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
styleField(StringBuffer, String, Object) -
Method in interface org.springframework.core.style.ToStringStyler
Style a field value as a string.
styleFieldEnd(StringBuffer, String) -
Method in class org.springframework.core.style.DefaultToStringStyler
styleFieldSeparator(StringBuffer) -
Method in class org.springframework.core.style.DefaultToStringStyler
styleFieldSeparator(StringBuffer) -
Method in interface org.springframework.core.style.ToStringStyler
Style the field separator.
styleFieldStart(StringBuffer, String) -
Method in class org.springframework.core.style.DefaultToStringStyler
StylerUtils - Class in org.springframework.core.style
Simple utility class to allow for convenient access to value
styling logic, mainly to support descriptive logging messages.
StylerUtils() -
Constructor for class org.springframework.core.style.StylerUtils
styleStart(StringBuffer, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
styleStart(StringBuffer, Object) -
Method in interface org.springframework.core.style.ToStringStyler
Style a toString()
'ed object before its fields are styled.
styleValue(StringBuffer, Object) -
Method in class org.springframework.core.style.DefaultToStringStyler
styleValue(StringBuffer, Object) -
Method in interface org.springframework.core.style.ToStringStyler
Style the given value.
subList(int, int) -
Method in class org.springframework.util.AutoPopulatingList
SUBMIT_IMAGE_SUFFIXES -
Static variable in class org.springframework.web.util.WebUtils
Name suffixes in case of image buttons
substituteNamedParameters(ParsedSql, SqlParameterSource) -
Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
substituteNamedParameters(String, SqlParameterSource) -
Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
supports(Class) -
Method in interface org.springframework.validation.Validator
Can this Validator
validate
instances of the supplied clazz
?
supports(Object) -
Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
supports(Object) -
Method in interface org.springframework.web.portlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can
support it.
supports(Object) -
Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
supports(Object) -
Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
supports(Object) -
Method in interface org.springframework.web.servlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can
support it.
supports(Object) -
Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
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?
supportsAggressiveRelease() -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation returns false
: We cannot guarantee
to receive the same Connection within a transaction, not even when
dealing with a JNDI DataSource.
supportsAggressiveRelease() -
Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
This implementation returns true
: We can guarantee
to receive the same Connection within a transaction, as we are
exposing a TransactionAwareDataSourceProxy.
supportsBatchUpdates(Connection) -
Static method in class org.springframework.jdbc.support.JdbcUtils
Return whether the given JDBC driver supports JDBC 2.0 batch updates.
supportsEntityManagerFactoryPlusOperations() -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
supportsEntityManagerFactoryPlusOperations() -
Method in interface org.springframework.orm.jpa.JpaDialect
Return whether the EntityManagerFactoryPlus(Operations) interface is
supported by this provider.
supportsEntityManagerPlusOperations() -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
supportsEntityManagerPlusOperations() -
Method in interface org.springframework.orm.jpa.JpaDialect
Return whether the EntityManagerPlus(Operations) interface is
supported by this provider.
supportsLobParameters() -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
BatchSqlUpdate does not support BLOB or CLOB parameters.
supportsLobParameters() -
Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether BLOB/CLOB parameters are supported for this kind of operation.
supportsSavepoints() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return whether JDBC 3.0 Savepoints are supported.
suppress(String) -
Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Ensure that a resource with the given path is not found.
suppressBinding(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Return whether to suppress binding for the given request.
suppressBinding(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return whether to suppress binding for the given request.
suppressInterface(Class) -
Method in class org.springframework.aop.support.IntroductionInfoSupport
Suppress the specified interface, which may have been autodetected
due to the delegate implementing it.
suppressValidation(PortletRequest) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Return whether to suppress validation for the given request.
suppressValidation(PortletRequest) -
Method in class org.springframework.web.portlet.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.
suppressValidation(HttpServletRequest, Object, BindException) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Return whether to suppress validation for the given request.
suppressValidation(HttpServletRequest, Object) -
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.BaseCommandController
Deprecated. as of Spring 2.0.4, in favor of the
BaseCommandController.suppressValidation(HttpServletRequest, Object)
variant
suppressValidation(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.CancellableFormController
Suppress validation for an explicit cancel request too.
suppressValidation(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.SimpleFormController
This implementation delegates to SimpleFormController.isFormChangeRequest(HttpServletRequest, Object)
:
A form change request changes the appearance of the form and should not get
validated but just show the new form.
suspend(Object) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend the given transaction.
suspend() -
Method in interface org.springframework.transaction.support.TransactionSynchronization
Suspend this synchronization.
suspend() -
Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
swap(Object) -
Method in class org.springframework.aop.target.HotSwappableTargetSource
Swap the target, returning the old target object.
SynchedLocalTransactionFailedException - Exception in org.springframework.jms.connection
Exception thrown when a synchronized local transaction failed to complete
(after the main transaction has already completed).
SynchedLocalTransactionFailedException(String, JMSException) -
Constructor for exception org.springframework.jms.connection.SynchedLocalTransactionFailedException
Create a new SynchedLocalTransactionFailedException.
SYNCHRONIZATION_ALWAYS -
Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Always activate transaction synchronization, even for "empty" transactions
that result from PROPAGATION_SUPPORTS with no existing backend transaction.
SYNCHRONIZATION_NEVER -
Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Never active transaction synchronization, not even for actual transactions.
SYNCHRONIZATION_ON_ACTUAL_TRANSACTION -
Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Activate transaction synchronization only for actual transactions,
that is, not for empty ones that result from PROPAGATION_SUPPORTS with
no existing backend transaction.
SyncTaskExecutor - Class in org.springframework.core.task
TaskExecutor
implementation that executes each task
synchronously in the calling thread.
SyncTaskExecutor() -
Constructor for class org.springframework.core.task.SyncTaskExecutor
SYSTEM_PROPERTIES_MODE_FALLBACK -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Check system properties if not resolvable in the specified properties.
SYSTEM_PROPERTIES_MODE_NEVER -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Never check system properties.
SYSTEM_PROPERTIES_MODE_OVERRIDE -
Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Check system properties first, before trying the specified properties.
SystemProfileValueSource - Class in org.springframework.test.annotation
Implementation of ProfileValueSource
which uses system properties as
the underlying source.
SystemPropertyUtils - Class in org.springframework.util
Helper class for resolving placeholders in texts.
SystemPropertyUtils() -
Constructor for class org.springframework.util.SystemPropertyUtils
T
- TABINDEX_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- TagUtils - Class in org.springframework.web.util
- Utility class for tag library related code, exposing functionality
such as translating
Strings
to web scopes. - TagUtils() -
Constructor for class org.springframework.web.util.TagUtils
-
- TagWriter - Class in org.springframework.web.servlet.tags.form
- Utility class for writing HTML content to a
Writer
instance. - TagWriter(Writer) -
Constructor for class org.springframework.web.servlet.tags.form.TagWriter
- Create a new instance of the
TagWriter
class that writes to
the supplied Writer
.
- target -
Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- TargetClassAware - Interface in org.springframework.aop
- Minimal interface for exposing the target class behind a proxy.
- targetObject -
Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
- TargetSource - Interface in org.springframework.aop
- A
TargetSource
is used to obtain the current "target" of
an AOP invocation, which will be invoked via reflection if no around
advice chooses to end the interceptor chain itself. - TargetSourceCreator - Interface in org.springframework.aop.framework.autoproxy
- Implementations can create special target sources, such as pooling target
sources, for particular beans.
- TaskExecutor - Interface in org.springframework.core.task
- Simple task executor interface that abstracts the execution
of a
Runnable
. - TaskRejectedException - Exception in org.springframework.core.task
- Exception thrown when a
TaskExecutor
rejects to accept
a given task for execution. - TaskRejectedException(String) -
Constructor for exception org.springframework.core.task.TaskRejectedException
- Create a new
TaskRejectedException
with the specified detail message and no root cause.
- TaskRejectedException(String, Throwable) -
Constructor for exception org.springframework.core.task.TaskRejectedException
- Create a new
TaskRejectedException
with the specified detail message and the given root cause.
- TaskTimeoutException - Exception in org.springframework.core.task
- Exception thrown when a
AsyncTaskExecutor
rejects to accept
a given task for execution because of the specified timeout. - TaskTimeoutException(String) -
Constructor for exception org.springframework.core.task.TaskTimeoutException
- Create a new
TaskTimeoutException
with the specified detail message and no root cause.
- TaskTimeoutException(String, Throwable) -
Constructor for exception org.springframework.core.task.TaskTimeoutException
- Create a new
TaskTimeoutException
with the specified detail message and the given root cause.
- tearDown() -
Method in class org.springframework.test.AbstractSingleSpringContextTests
- This implementation is final.
- TEMP_DIR_CONTEXT_ATTRIBUTE -
Static variable in class org.springframework.web.util.WebUtils
- Standard Servlet spec context attribute that specifies a temporary
directory for the current web application, of type
java.io.File
.
- test() -
Method in class org.springframework.test.AssertThrows
- Subclass must override this
abstract
method and
provide the test logic.
- testRegistry(Registry) -
Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Test the given RMI registry, calling some operation on it to
check whether it is still active.
- testRegistry(Registry) -
Method in class org.springframework.remoting.rmi.RmiServiceExporter
- Test the given RMI registry, calling some operation on it to
check whether it is still active.
- TextareaTag - Class in org.springframework.web.servlet.tags.form
- Databinding-aware JSP tag for rendering an HTML '
textarea
'. - TextareaTag() -
Constructor for class org.springframework.web.servlet.tags.form.TextareaTag
-
- Theme - Interface in org.springframework.ui.context
- A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
- THEME_REQUEST_ATTRIBUTE_NAME -
Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
- Name of the request attribute that holds the theme name.
- THEME_RESOLVER_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Request attribute to hold the current ThemeResolver, retrievable by views.
- THEME_RESOLVER_BEAN_NAME -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Well-known name for the ThemeResolver object in the bean factory for this namespace.
- THEME_SESSION_ATTRIBUTE_NAME -
Static variable in class org.springframework.web.servlet.theme.SessionThemeResolver
- Name of the session attribute that holds the theme name.
- THEME_SOURCE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Request attribute to hold the current ThemeSource, retrievable by views.
- THEME_SOURCE_BEAN_NAME -
Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
- Name of the ThemeSource bean in the factory.
- ThemeChangeInterceptor - Class in org.springframework.web.servlet.theme
- Interceptor that allows for changing the current theme on every request,
via a configurable request parameter.
- ThemeChangeInterceptor() -
Constructor for class org.springframework.web.servlet.theme.ThemeChangeInterceptor
-
- ThemeResolver - Interface in org.springframework.web.servlet
- Interface for web-based theme resolution strategies that allows for
both theme resolution via the request and theme modification via
request and response.
- ThemeSource - Interface in org.springframework.ui.context
- Interface to be implemented by objects that can resolve
Themes
. - ThemeTag - Class in org.springframework.web.servlet.tags
- Custom tag to look up a theme message in the scope of this page.
- ThemeTag() -
Constructor for class org.springframework.web.servlet.tags.ThemeTag
-
- ThreadLocalTargetSource - Class in org.springframework.aop.target
- Alternative to an object pool.
- ThreadLocalTargetSource() -
Constructor for class org.springframework.aop.target.ThreadLocalTargetSource
-
- ThreadLocalTargetSourceStats - Interface in org.springframework.aop.target
- Statistics for a ThreadLocal TargetSource.
- ThreadPoolTaskExecutor - Class in org.springframework.scheduling.backportconcurrent
- JavaBean that allows for configuring a JSR-166 backport
ThreadPoolExecutor
in bean
style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
properties), exposing it as a Spring TaskExecutor
. - ThreadPoolTaskExecutor() -
Constructor for class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
-
- ThreadPoolTaskExecutor - Class in org.springframework.scheduling.concurrent
- JavaBean that allows for configuring a JDK 1.5
ThreadPoolExecutor
in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
properties), exposing it as a Spring TaskExecutor
. - ThreadPoolTaskExecutor() -
Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
- ThrowawayController - Interface in org.springframework.web.servlet.mvc.throwaway
- ThrowawayController is an alternative to Spring's default Controller interface,
for executable per-request command instances that are not aware of the Servlet API.
- ThrowawayControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc.throwaway
- Adapter to use the ThrowawayController workflow interface with the
generic DispatcherServlet.
- ThrowawayControllerHandlerAdapter() -
Constructor for class org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter
-
- ThrowsAdvice - Interface in org.springframework.aop
- Tag interface for throws advice.
- ThrowsAdviceInterceptor - Class in org.springframework.aop.framework.adapter
- Interceptor to wrap an after-throwing advice.
- ThrowsAdviceInterceptor(Object) -
Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
- TilesConfigurer - Class in org.springframework.web.servlet.view.tiles
- Helper class to configure Tiles for the Spring Framework.
- TilesConfigurer() -
Constructor for class org.springframework.web.servlet.view.tiles.TilesConfigurer
-
- TilesJstlView - Class in org.springframework.web.servlet.view.tiles
- Specialization of TilesView for JSTL pages; Tiles pages that
use the JSP Standard Tag Library.
- TilesJstlView() -
Constructor for class org.springframework.web.servlet.view.tiles.TilesJstlView
-
- TilesView - Class in org.springframework.web.servlet.view.tiles
- View implementation that retrieves a Tiles definition.
- TilesView() -
Constructor for class org.springframework.web.servlet.view.tiles.TilesView
-
- Timed - Annotation Type in org.springframework.test.annotation
- Test-specific annotation to indicate that a test method has to finish
execution in a
specified time period
. - TIMEOUT_DEFAULT -
Static variable in interface org.springframework.transaction.TransactionDefinition
- Use the default timeout of the underlying transaction system,
or none if timeouts are not supported.
- TIMEOUT_IMMEDIATE -
Static variable in interface org.springframework.core.task.AsyncTaskExecutor
- Constant that indicates immediate execution
- TIMEOUT_INDEFINITE -
Static variable in interface org.springframework.core.task.AsyncTaskExecutor
- Constant that indicates no time limit
- timerExpired(Timer) -
Method in class org.springframework.scheduling.commonj.DelegatingTimerListener
- Delegates execution to the underlying Runnable.
- TimerFactoryBean - Class in org.springframework.scheduling.timer
- FactoryBean that sets up a
Timer
and exposes it for bean references. - TimerFactoryBean() -
Constructor for class org.springframework.scheduling.timer.TimerFactoryBean
-
- TimerManagerFactoryBean - Class in org.springframework.scheduling.commonj
- FactoryBean that retrieves a CommonJ
TimerManager
and exposes it for bean references. - TimerManagerFactoryBean() -
Constructor for class org.springframework.scheduling.commonj.TimerManagerFactoryBean
-
- TimerTaskExecutor - Class in org.springframework.scheduling.timer
TaskExecutor
implementation that uses a
single Timer
for executing all tasks, effectively resulting in
serialized asynchronous execution on a single thread.- TimerTaskExecutor() -
Constructor for class org.springframework.scheduling.timer.TimerTaskExecutor
- Create a new TimerTaskExecutor that needs to be further
configured and initialized.
- TimerTaskExecutor(Timer) -
Constructor for class org.springframework.scheduling.timer.TimerTaskExecutor
- Create a new TimerTaskExecutor for the given
Timer
.
- TITLE_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- toArray() -
Method in class org.springframework.beans.factory.support.ManagedSet
-
- toArray(Object[]) -
Method in class org.springframework.beans.factory.support.ManagedSet
-
- toArray() -
Method in class org.springframework.util.AutoPopulatingList
-
- toArray(Object[]) -
Method in class org.springframework.util.AutoPopulatingList
-
- toByteArray() -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- toCode(Object, String) -
Method in class org.springframework.core.Constants
- Look up the given value within the given group of constants.
- toCodeForProperty(Object, String) -
Method in class org.springframework.core.Constants
- Look up the given value within the group of constants for
the given bean property name.
- toCodeForSuffix(Object, String) -
Method in class org.springframework.core.Constants
- Look up the given value within the given group of constants.
- tokenizeToStringArray(String, String) -
Static method in class org.springframework.util.StringUtils
- Tokenize the given String into a String array via a StringTokenizer.
- tokenizeToStringArray(String, String, boolean, boolean) -
Static method in class org.springframework.util.StringUtils
- Tokenize the given String into a String array via a StringTokenizer.
- toLongString() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- TomcatInstrumentableClassLoader - Class in org.springframework.instrument.classloading.tomcat
- Extension of Tomcat's default class loader which adds instrumentation
to loaded classes without the need of using a VM-wide agent.
- TomcatInstrumentableClassLoader() -
Constructor for class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- TomcatInstrumentableClassLoader(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- toMessage(Object, Session) -
Method in interface org.springframework.jms.support.converter.MessageConverter
- Convert a Java object to a JMS Message using the supplied session
to create the message object.
- toMessage(Object, Session) -
Method in class org.springframework.jms.support.converter.SimpleMessageConverter
- This implementation creates a TextMessage for a String, a
BytesMessage for a byte array, a MapMessage for a Map,
and an ObjectMessage for a Serializable object.
- toObjectArray(Object) -
Static method in class org.springframework.util.ObjectUtils
- Convert the given array (which may be a primitive array) to an
object array (if necessary of primitive wrapper objects).
- TopLinkAccessor - Class in org.springframework.orm.toplink
- Base class for TopLinkTemplate and TopLinkInterceptor, defining common properties
such as SessionFactory and JDBC exception translator.
- TopLinkAccessor() -
Constructor for class org.springframework.orm.toplink.TopLinkAccessor
-
- TopLinkCallback - Interface in org.springframework.orm.toplink
- Callback interface for TopLink code.
- TopLinkDaoSupport - Class in org.springframework.orm.toplink.support
- Convenient super class for TopLink data access objects.
- TopLinkDaoSupport() -
Constructor for class org.springframework.orm.toplink.support.TopLinkDaoSupport
-
- TopLinkInterceptor - Class in org.springframework.orm.toplink
- This interceptor binds a new TopLink Session to the thread before a method
call, closing and removing it afterwards in case of any method outcome.
- TopLinkInterceptor() -
Constructor for class org.springframework.orm.toplink.TopLinkInterceptor
-
- TopLinkJdbcException - Exception in org.springframework.orm.toplink
- TopLink-specific subclass of DataAccessException, for JDBC exceptions
that TopLink rethrew.
- TopLinkJdbcException(DatabaseException) -
Constructor for exception org.springframework.orm.toplink.TopLinkJdbcException
-
- TopLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect
implementation for
Oracle TopLink Essentials.- TopLinkJpaDialect() -
Constructor for class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
-
- TopLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter
implementation for
Oracle TopLink Essentials.- TopLinkJpaVendorAdapter() -
Constructor for class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
-
- TopLinkOperations - Interface in org.springframework.orm.toplink
- Interface that specifies a basic set of TopLink operations,
implemented by
TopLinkTemplate
. - TopLinkOptimisticLockingFailureException - Exception in org.springframework.orm.toplink
- TopLink-specific subclass of ObjectOptimisticLockingFailureException.
- TopLinkOptimisticLockingFailureException(OptimisticLockException) -
Constructor for exception org.springframework.orm.toplink.TopLinkOptimisticLockingFailureException
-
- TopLinkQueryException - Exception in org.springframework.orm.toplink
- TopLink-specific subclass of InvalidDataAccessResourceUsageException,
thrown on invalid TopLink query syntax or behavior.
- TopLinkQueryException(QueryException) -
Constructor for exception org.springframework.orm.toplink.TopLinkQueryException
-
- TopLinkSystemException - Exception in org.springframework.orm.toplink
- TopLink-specific subclass of UncategorizedDataAccessException,
for TopLink system errors that do not match any concrete
org.springframework.dao
exceptions. - TopLinkSystemException(TopLinkException) -
Constructor for exception org.springframework.orm.toplink.TopLinkSystemException
-
- TopLinkTemplate - Class in org.springframework.orm.toplink
- Helper class that simplifies TopLink data access code, and converts
TopLinkExceptions into unchecked DataAccessExceptions, following the
org.springframework.dao
exception hierarchy. - TopLinkTemplate() -
Constructor for class org.springframework.orm.toplink.TopLinkTemplate
- Create a new TopLinkTemplate instance.
- TopLinkTemplate(SessionFactory) -
Constructor for class org.springframework.orm.toplink.TopLinkTemplate
- Create a new TopLinkTemplate instance.
- TopLinkTemplate(SessionFactory, boolean) -
Constructor for class org.springframework.orm.toplink.TopLinkTemplate
- Create a new TopLinkTemplate instance.
- TopLinkTransactionManager - Class in org.springframework.orm.toplink
PlatformTransactionManager
implementation
for a single TopLink SessionFactory
.- TopLinkTransactionManager() -
Constructor for class org.springframework.orm.toplink.TopLinkTransactionManager
- Create a new TopLinkTransactionManager instance.
- TopLinkTransactionManager(SessionFactory) -
Constructor for class org.springframework.orm.toplink.TopLinkTransactionManager
- Create a new TopLinkTransactionManager instance.
- toProxyConfigString() -
Method in interface org.springframework.aop.framework.Advised
- As
toString()
will normally be delegated to the target,
this returns the equivalent for the AOP proxy.
- toProxyConfigString() -
Method in class org.springframework.aop.framework.AdvisedSupport
-
- toShortString() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- toString() -
Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
- toString() -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
-
- toString() -
Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
-
- toString() -
Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
-
- toString() -
Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- toString() -
Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
- toString() -
Method in class org.springframework.aop.config.AdviceEntry
-
- toString() -
Method in class org.springframework.aop.config.AdvisorEntry
-
- toString() -
Method in class org.springframework.aop.config.AspectEntry
-
- toString() -
Method in class org.springframework.aop.config.PointcutEntry
-
- toString() -
Method in class org.springframework.aop.framework.AdvisedSupport
- For debugging/diagnostic use.
- toString() -
Method in class org.springframework.aop.framework.ProxyConfig
-
- toString() -
Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- toString() -
Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
- toString() -
Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
-
- toString() -
Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
- toString() -
Method in class org.springframework.aop.support.ComposablePointcut
-
- toString() -
Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
-
- toString() -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- toString() -
Method in class org.springframework.aop.support.DefaultPointcutAdvisor
-
- toString() -
Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
- toString() -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- toString() -
Method in class org.springframework.aop.target.EmptyTargetSource
-
- toString() -
Method in class org.springframework.aop.target.HotSwappableTargetSource
-
- toString() -
Method in class org.springframework.aop.target.PrototypeTargetSource
-
- toString() -
Method in class org.springframework.aop.target.SingletonTargetSource
-
- toString() -
Method in class org.springframework.beans.BeanWrapperImpl
-
- toString() -
Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- This implementation returns the long description.
- toString() -
Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
- toString() -
Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
- toString() -
Method in class org.springframework.beans.factory.config.TypedStringValue
-
- toString() -
Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
- Delegates to
AbstractComponentDefinition.getDescription()
.
- toString() -
Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
- This implementation returns this ComponentDefinition's description.
- toString() -
Method in class org.springframework.beans.factory.parsing.BeanEntry
-
- toString() -
Method in class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
-
- toString() -
Method in class org.springframework.beans.factory.parsing.ParseState
- Returns a tree-style representation of the current
ParseState
.
- toString() -
Method in class org.springframework.beans.factory.parsing.Problem
-
- toString() -
Method in class org.springframework.beans.factory.parsing.PropertyEntry
-
- toString() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- toString() -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- toString() -
Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
- toString() -
Method in class org.springframework.beans.factory.support.LookupOverride
-
- toString() -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- toString() -
Method in class org.springframework.beans.factory.support.ManagedSet
-
- toString() -
Method in class org.springframework.beans.factory.support.ReplaceOverride
-
- toString() -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
- toString() -
Method in class org.springframework.beans.MutablePropertyValues
-
- toString() -
Method in exception org.springframework.beans.PropertyBatchUpdateException
-
- toString() -
Method in class org.springframework.beans.PropertyValue
-
- toString() -
Method in class org.springframework.context.support.AbstractApplicationContext
- Return information about this context.
- toString() -
Method in class org.springframework.context.support.DefaultMessageSourceResolvable
- Default implementation exposes the attributes of this MessageSourceResolvable.
- toString() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
- toString() -
Method in class org.springframework.context.support.ResourceBundleMessageSource
- Show the configuration of this MessageSource.
- toString() -
Method in class org.springframework.context.support.StaticMessageSource
-
- toString() -
Method in class org.springframework.core.enums.AbstractLabeledEnum
-
- toString() -
Method in class org.springframework.core.io.AbstractResource
- This implementation returns the description of this resource.
- toString() -
Method in class org.springframework.core.style.ToStringCreator
- Return the String representation that this ToStringCreator built.
- toString() -
Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- toString() -
Method in class org.springframework.jdbc.core.namedparam.ParsedSql
- Exposes the original SQL String.
- toString() -
Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
-
- toString() -
Method in exception org.springframework.mail.MailSendException
-
- toString() -
Method in class org.springframework.mail.SimpleMailMessage
-
- toString() -
Method in class org.springframework.mock.web.portlet.MockPortletURL
-
- toString(Session) -
Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
- Stringify the given Session for debug logging.
- toString() -
Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- toString() -
Method in class org.springframework.remoting.support.RemoteInvocation
-
- toString() -
Method in class org.springframework.scripting.bsh.BshScriptFactory
-
- toString() -
Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
- toString() -
Method in class org.springframework.scripting.jruby.JRubyScriptFactory
-
- toString() -
Method in class org.springframework.scripting.support.ResourceScriptSource
-
- toString() -
Method in class org.springframework.scripting.support.StaticScriptSource
-
- toString() -
Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
-
- toString() -
Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
- toString() -
Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- toString() -
Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
- toString() -
Method in class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
-
- toString() -
Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
- toString() -
Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
- toString() -
Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- Return an identifying description for this transaction definition.
- toString() -
Method in class org.springframework.util.CachingMapDecorator
-
- toString() -
Method in class org.springframework.util.comparator.BooleanComparator
-
- toString() -
Method in class org.springframework.util.comparator.CompoundComparator
-
- toString() -
Method in class org.springframework.util.comparator.InvertibleComparator
-
- toString() -
Method in class org.springframework.util.comparator.NullSafeComparator
-
- toString() -
Method in class org.springframework.util.ResponseTimeMonitorImpl
- Return a human-readable string showing the performance
data recorded by this object.
- toString() -
Method in class org.springframework.util.StopWatch
- Return an informative string describing all tasks performed
For custom reporting, call
getTaskInfo()
and use the task info directly.
- toString() -
Method in class org.springframework.validation.AbstractBindingResult
-
- toString() -
Method in class org.springframework.validation.FieldError
-
- toString() -
Method in class org.springframework.validation.ObjectError
-
- toString() -
Method in class org.springframework.web.context.support.RequestHandledEvent
-
- toString() -
Method in class org.springframework.web.context.support.ServletRequestHandledEvent
-
- toString() -
Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
-
- toString() -
Method in class org.springframework.web.portlet.ModelAndView
- Return diagnostic information about this model and view.
- toString() -
Method in class org.springframework.web.servlet.ModelAndView
- Return diagnostic information about this model and view.
- toString() -
Method in class org.springframework.web.servlet.support.BindStatus
-
- toString() -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
- toString() -
Method in class org.springframework.web.servlet.view.AbstractView
-
- toStringArray(Collection) -
Static method in class org.springframework.util.StringUtils
- Copy the given Collection into a String array.
- ToStringCreator - Class in org.springframework.core.style
- Utility class that builds pretty-printing
toString()
methods
with pluggable styling conventions. - ToStringCreator(Object) -
Constructor for class org.springframework.core.style.ToStringCreator
- Create a ToStringCreator for the given object.
- ToStringCreator(Object, ValueStyler) -
Constructor for class org.springframework.core.style.ToStringCreator
- Create a ToStringCreator for the given object, using the provided style.
- ToStringCreator(Object, ToStringStyler) -
Constructor for class org.springframework.core.style.ToStringCreator
- Create a ToStringCreator for the given object, using the provided style.
- ToStringStyler - Interface in org.springframework.core.style
- A strategy interface for pretty-printing
toString()
methods. - Transactional - Annotation Type in org.springframework.transaction.annotation
- Describes transaction attributes on a method or class.
- TransactionAspectSupport - Class in org.springframework.transaction.interceptor
- Base class for transactional aspects, such as the AOP Alliance
TransactionInterceptor
or an AspectJ aspect. - TransactionAspectSupport() -
Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport
-
- TransactionAspectSupport.TransactionInfo - Class in org.springframework.transaction.interceptor
- Opaque object used to hold Transaction information.
- TransactionAspectSupport.TransactionInfo(TransactionAttribute, String) -
Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
-
- TransactionAttribute - Interface in org.springframework.transaction.interceptor
- This interface adds a
rollbackOn
specification to TransactionDefinition. - TransactionAttributeEditor - Class in org.springframework.transaction.interceptor
- PropertyEditor for
TransactionAttribute
objects. - TransactionAttributeEditor() -
Constructor for class org.springframework.transaction.interceptor.TransactionAttributeEditor
-
- TransactionAttributeSource - Interface in org.springframework.transaction.interceptor
- Interface used by TransactionInterceptor.
- TransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
- Advisor driven by a TransactionAttributeSource, used to exclude
a TransactionInterceptor from methods that are non-transactional.
- TransactionAttributeSourceAdvisor() -
Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Create a new TransactionAttributeSourceAdvisor.
- TransactionAttributeSourceAdvisor(TransactionInterceptor) -
Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Create a new TransactionAttributeSourceAdvisor.
- TransactionAttributeSourceEditor - Class in org.springframework.transaction.interceptor
- Property editor that converts a String into a
TransactionAttributeSource
. - TransactionAttributeSourceEditor() -
Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
-
- TransactionAwareConnectionFactoryProxy - Class in org.springframework.jca.cci.connection
- Proxy for a target CCI
ConnectionFactory
, adding
awareness of Spring-managed transactions. - TransactionAwareConnectionFactoryProxy() -
Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) -
Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareConnectionFactoryProxy - Class in org.springframework.jms.connection
- Proxy for a target JMS
ConnectionFactory
, adding awareness of
Spring-managed transactions. - TransactionAwareConnectionFactoryProxy() -
Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) -
Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate
- Subclass of LocalDataSourceConnectionProvider that returns a
transaction-aware proxy for the exposed DataSource.
- TransactionAwareDataSourceConnectionProvider() -
Constructor for class org.springframework.orm.hibernate.TransactionAwareDataSourceConnectionProvider
-
- TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
- Subclass of LocalDataSourceConnectionProvider that returns a
transaction-aware proxy for the exposed DataSource.
- TransactionAwareDataSourceConnectionProvider() -
Constructor for class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
-
- TransactionAwareDataSourceProxy - Class in org.springframework.jdbc.datasource
- Proxy for a target JDBC
DataSource
, adding awareness of
Spring-managed transactions. - TransactionAwareDataSourceProxy() -
Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Create a new TransactionAwareDataSourceProxy.
- TransactionAwareDataSourceProxy(DataSource) -
Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Create a new TransactionAwareDataSourceProxy.
- TransactionAwarePersistenceManagerFactoryProxy - Class in org.springframework.orm.jdo
- Proxy for a target JDO
PersistenceManagerFactory
,
returning the current thread-bound PersistenceManager (the Spring-managed
transactional PersistenceManager or a the single OpenPersistenceManagerInView
PersistenceManager) on getPersistenceManager()
, if any. - TransactionAwarePersistenceManagerFactoryProxy() -
Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
-
- TransactionAwareSessionAdapter - Class in org.springframework.orm.toplink.support
- This adapter FactoryBean takes a TopLink SessionFactory and exposes a
corresponding transaction-aware TopLink Session as bean reference.
- TransactionAwareSessionAdapter() -
Constructor for class org.springframework.orm.toplink.support.TransactionAwareSessionAdapter
-
- TransactionCallback - Interface in org.springframework.transaction.support
- Callback interface for transactional code.
- TransactionCallbackWithoutResult - Class in org.springframework.transaction.support
- Simple convenience class for TransactionCallback implementation.
- TransactionCallbackWithoutResult() -
Constructor for class org.springframework.transaction.support.TransactionCallbackWithoutResult
-
- transactionDefinition -
Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
- Transaction definition used by this test class: by default, a plain
DefaultTransactionDefinition.
- TransactionDefinition - Interface in org.springframework.transaction
- Interface that defines Spring-compliant transaction properties.
- TransactionException - Exception in org.springframework.transaction
- Superclass for all transaction exceptions.
- TransactionException(String) -
Constructor for exception org.springframework.transaction.TransactionException
- Constructor for TransactionException.
- TransactionException(String, Throwable) -
Constructor for exception org.springframework.transaction.TransactionException
- Constructor for TransactionException.
- TransactionInProgressException - Exception in org.springframework.jms
- Runtime exception mirroring the JMS TransactionInProgressException.
- TransactionInProgressException(TransactionInProgressException) -
Constructor for exception org.springframework.jms.TransactionInProgressException
-
- TransactionInterceptor - Class in org.springframework.transaction.interceptor
- AOP Alliance MethodInterceptor for declarative transaction
management using the common Spring transaction infrastructure
(
PlatformTransactionManager
). - TransactionInterceptor() -
Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
- Create a new TransactionInterceptor.
- TransactionInterceptor(PlatformTransactionManager, Properties) -
Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
- Create a new TransactionInterceptor.
- TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) -
Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
- Create a new TransactionInterceptor.
- transactionManager -
Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
- The transaction manager to use
- TransactionOperations - Interface in org.springframework.transaction.support
- Interface specifying basic transaction execution operations.
- TransactionProxyFactoryBean - Class in org.springframework.transaction.interceptor
- Proxy factory bean for simplified declarative transaction handling.
- TransactionProxyFactoryBean() -
Constructor for class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
- TransactionRolledBackException - Exception in org.springframework.jms
- Runtime exception mirroring the JMS TransactionRolledBackException.
- TransactionRolledBackException(TransactionRolledBackException) -
Constructor for exception org.springframework.jms.TransactionRolledBackException
-
- transactionStatus -
Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
- TransactionStatus for this test.
- TransactionStatus - Interface in org.springframework.transaction
- Representation of the status of a transaction.
- TransactionSuspensionNotSupportedException - Exception in org.springframework.transaction
- Exception thrown when attempting to suspend an existing transaction
but transaction suspension is not supported by the underlying backend.
- TransactionSuspensionNotSupportedException(String) -
Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
- Constructor for TransactionSuspensionNotSupportedException.
- TransactionSuspensionNotSupportedException(String, Throwable) -
Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
- Constructor for TransactionSuspensionNotSupportedException.
- TransactionSynchronization - Interface in org.springframework.transaction.support
- Interface for transaction synchronization callbacks.
- TransactionSynchronizationAdapter - Class in org.springframework.transaction.support
- Simple
TransactionSynchronization
adapter containing empty
method implementations, for easier overriding of single methods. - TransactionSynchronizationAdapter() -
Constructor for class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
- TransactionSynchronizationManager - Class in org.springframework.transaction.support
- Central helper that manages resources and transaction synchronizations per thread.
- TransactionSynchronizationManager() -
Constructor for class org.springframework.transaction.support.TransactionSynchronizationManager
-
- TransactionSynchronizationUtils - Class in org.springframework.transaction.support
- Utility methods for triggering specific
TransactionSynchronization
callback methods on all currently registered synchronizations. - TransactionSynchronizationUtils() -
Constructor for class org.springframework.transaction.support.TransactionSynchronizationUtils
-
- TransactionSystemException - Exception in org.springframework.transaction
- Exception thrown when a general transaction system error is encountered,
like on commit or rollback.
- TransactionSystemException(String) -
Constructor for exception org.springframework.transaction.TransactionSystemException
- Constructor for TransactionSystemException.
- TransactionSystemException(String, Throwable) -
Constructor for exception org.springframework.transaction.TransactionSystemException
- Constructor for TransactionSystemException.
- TransactionTemplate - Class in org.springframework.transaction.support
- Template class that simplifies programmatic transaction demarcation and
transaction exception handling.
- TransactionTemplate() -
Constructor for class org.springframework.transaction.support.TransactionTemplate
- Construct a new TransactionTemplate for bean usage.
- TransactionTemplate(PlatformTransactionManager) -
Constructor for class org.springframework.transaction.support.TransactionTemplate
- Construct a new TransactionTemplate using the given transaction manager.
- TransactionTemplate(PlatformTransactionManager, TransactionDefinition) -
Constructor for class org.springframework.transaction.support.TransactionTemplate
- Construct a new TransactionTemplate using the given transaction manager,
taking its default settings from the given transaction definition.
- TransactionTimedOutException - Exception in org.springframework.transaction
- Exception to be thrown when a transaction has timed out.
- TransactionTimedOutException(String) -
Constructor for exception org.springframework.transaction.TransactionTimedOutException
- Constructor for TransactionTimedOutException.
- TransactionTimedOutException(String, Throwable) -
Constructor for exception org.springframework.transaction.TransactionTimedOutException
- Constructor for TransactionTimedOutException.
- TransactionUsageException - Exception in org.springframework.transaction
- Superclass for exceptions caused by inappropriate usage of
a Spring transaction API.
- TransactionUsageException(String) -
Constructor for exception org.springframework.transaction.TransactionUsageException
- Constructor for TransactionUsageException.
- TransactionUsageException(String, Throwable) -
Constructor for exception org.springframework.transaction.TransactionUsageException
- Constructor for TransactionUsageException.
- transferTo(File) -
Method in class org.springframework.mock.web.MockMultipartFile
-
- transferTo(File) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- transferTo(File) -
Method in interface org.springframework.web.multipart.MultipartFile
- Transfer the received file to the given destination file.
- transformedBeanName(String) -
Static method in class org.springframework.beans.factory.BeanFactoryUtils
- Return the actual bean name, stripping out the factory dereference
prefix (if any, also stripping repeated factory prefixes if found).
- transformedBeanName(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- Return the bean name, stripping out the factory dereference prefix if necessary,
and resolving aliases to canonical names.
- TransformerUtils - Class in org.springframework.web.servlet.view.xslt
- Contains common behavior relating to
Transformers
. - TransformerUtils() -
Constructor for class org.springframework.web.servlet.view.xslt.TransformerUtils
-
- transformIfNecessary(String, byte[]) -
Method in class org.springframework.core.OverridingClassLoader
- Transformation hook to be implemented by subclasses.
- transformIfNecessary(String, byte[]) -
Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
-
- transformIfNecessary(String, byte[]) -
Method in class org.springframework.instrument.classloading.WeavingTransformer
- Apply transformation on a given class byte definition.
- transformIfNecessary(String, String, byte[], ProtectionDomain) -
Method in class org.springframework.instrument.classloading.WeavingTransformer
- Apply transformation on a given class byte definition.
- transformPath(String) -
Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Transform the request URI (in the context of the webapp) stripping
slashes and extensions, and replacing the separator as required.
- TransformTag - Class in org.springframework.web.servlet.tags
- Tag for transforming reference data values from form controllers and
other objects inside a
spring:bind
tag. - TransformTag() -
Constructor for class org.springframework.web.servlet.tags.TransformTag
-
- translate(String, String, SQLException) -
Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
- translate(String, String, SQLException) -
Method in interface org.springframework.jdbc.support.SQLExceptionTranslator
- Translate the given
SQLException
into a generic DataAccessException
.
- translate(String, String, SQLException) -
Method in class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
-
- translateException(JDOException) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- This implementation delegates to PersistenceManagerFactoryUtils.
- translateException(JDOException) -
Method in interface org.springframework.orm.jdo.JdoDialect
- Translate the given JDOException to a corresponding exception from Spring's
generic DataAccessException hierarchy.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
-
- translateExceptionIfPossible(RuntimeException) -
Method in interface org.springframework.dao.support.PersistenceExceptionTranslator
- Translate the given runtime exception thrown by a persistence framework to a
corresponding exception from Spring's generic DataAccessException hierarchy,
if possible.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Implementation of the PersistenceExceptionTranslator interface,
as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
- Implementation of the PersistenceExceptionTranslator interface,
as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
- Implementation of the PersistenceExceptionTranslator interface,
as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Implementation of the PersistenceExceptionTranslator interface, as
autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
- This implementation delegates to EntityManagerFactoryUtils.
- translateExceptionIfPossible(RuntimeException) -
Method in class org.springframework.orm.toplink.LocalSessionFactoryBean
- Implementation of the PersistenceExceptionTranslator interface,
as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
- translateIfNecessary(RuntimeException, PersistenceExceptionTranslator) -
Static method in class org.springframework.dao.support.DataAccessUtils
- Return a translated exception if this is appropriate,
otherwise return the input exception.
- translateIfNecessary(RuntimeException) -
Method in class org.springframework.orm.jpa.JpaAccessor
- Convert the given runtime exception to an appropriate exception from the
org.springframework.dao
hierarchy if necessary, or
return the exception itself if it is not persistence related
Default implementation delegates to the JpaDialect.
- triggerAfterCommit() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
afterCommit
callbacks on all currently registered synchronizations.
- triggerAfterCompletion(int) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
afterCompletion
callbacks on all currently registered synchronizations.
- triggerBeforeCommit(DefaultTransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Trigger
beforeCommit
callbacks.
- triggerBeforeCommit(boolean) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
beforeCommit
callbacks on all currently registered synchronizations.
- triggerBeforeCompletion(DefaultTransactionStatus) -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Trigger
beforeCompletion
callbacks.
- triggerBeforeCompletion() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
beforeCompletion
callbacks on all currently registered synchronizations.
- trimAllWhitespace(String) -
Static method in class org.springframework.util.StringUtils
- Trim all whitespace from the given String:
leading, trailing, and inbetween characters.
- trimArrayElements(String[]) -
Static method in class org.springframework.util.StringUtils
- Trim the elements of the given String array,
calling
String.trim()
on each of them.
- trimLeadingCharacter(String, char) -
Static method in class org.springframework.util.StringUtils
- Trim all occurences of the supplied leading character from the given String.
- trimLeadingWhitespace(String) -
Static method in class org.springframework.util.StringUtils
- Trim leading whitespace from the given String.
- trimTrailingWhitespace(String) -
Static method in class org.springframework.util.StringUtils
- Trim trailing whitespace from the given String.
- trimWhitespace(String) -
Static method in class org.springframework.util.StringUtils
- Trim leading and trailing whitespace from the given String.
- TRUE -
Static variable in interface org.springframework.aop.ClassFilter
- Canonical instance of a ClassFilter that matches all classes.
- TRUE -
Static variable in interface org.springframework.aop.MethodMatcher
- Canonical instance that matches all methods.
- TRUE -
Static variable in interface org.springframework.aop.Pointcut
- Canonical Pointcut instance that always matches.
- TRUE_HIGH -
Static variable in class org.springframework.util.comparator.BooleanComparator
- A shared default instance of this comparator, treating true higher
than false.
- TRUE_LOW -
Static variable in class org.springframework.util.comparator.BooleanComparator
- A shared default instance of this comparator, treating true lower
than false.
- TRUE_VALUE -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Value of a T/F attribute that represents true.
- TRUE_VALUE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Value of a T/F attribute that represents true.
- TX_DATA_SOURCE_PREFIX -
Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
- Name used for the transactional ConnectionProvider for Quartz.
- TxNamespaceHandler - Class in org.springframework.transaction.config
NamespaceHandler
allowing for the configuration of
declarative transaction management using either XML or using annotations.- TxNamespaceHandler() -
Constructor for class org.springframework.transaction.config.TxNamespaceHandler
-
- TYPE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- TYPE_KEY -
Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
-
- TYPE_UNKNOWN -
Static variable in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
- Constant that indicates an unknown (or unspecified) SQL type.
- TYPE_UNKNOWN -
Static variable in interface org.springframework.jdbc.core.SqlReturnType
- Constant that indicates an unknown (or unspecified) SQL type.
- TYPE_UNKNOWN -
Static variable in interface org.springframework.jdbc.core.SqlTypeValue
- Constant that indicates an unknown (or unspecified) SQL type.
- TYPE_UNKNOWN -
Static variable in class org.springframework.jdbc.support.JdbcUtils
- Constant that indicates an unknown (or unspecified) SQL type.
- TypeConverter - Interface in org.springframework.beans
- Interface that defines type conversion methods.
- TypeDefinitionBean - Class in org.springframework.orm.hibernate3
- Bean that encapsulates a Hibernate type definition.
- TypeDefinitionBean() -
Constructor for class org.springframework.orm.hibernate3.TypeDefinitionBean
-
- TypedStringValue - Class in org.springframework.beans.factory.config
- Holder for a typed String value.
- TypedStringValue(String) -
Constructor for class org.springframework.beans.factory.config.TypedStringValue
- Create a new
TypedStringValue
for the given String value.
- TypedStringValue(String, Class) -
Constructor for class org.springframework.beans.factory.config.TypedStringValue
- Create a new
TypedStringValue
for the given String value
and target type.
- TypedStringValue(String, String) -
Constructor for class org.springframework.beans.factory.config.TypedStringValue
- Create a new
TypedStringValue
for the given String value
and target type.
- TypeMismatchDataAccessException - Exception in org.springframework.dao
- Exception thrown on mismatch between Java type and database type:
for example on an attempt to set an object of the wrong type
in an RDBMS column.
- TypeMismatchDataAccessException(String) -
Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
- Constructor for TypeMismatchDataAccessException.
- TypeMismatchDataAccessException(String, Throwable) -
Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
- Constructor for TypeMismatchDataAccessException.
- TypeMismatchException - Exception in org.springframework.beans
- Exception thrown on a type mismatch when trying to set a bean property.
- TypeMismatchException(PropertyChangeEvent, Class) -
Constructor for exception org.springframework.beans.TypeMismatchException
- Create a new TypeMismatchException.
- TypeMismatchException(PropertyChangeEvent, Class, Throwable) -
Constructor for exception org.springframework.beans.TypeMismatchException
- Create a new TypeMismatchException.
- TypeMismatchException(Object, Class) -
Constructor for exception org.springframework.beans.TypeMismatchException
- Create a new TypeMismatchException without PropertyChangeEvent.
- TypeMismatchException(Object, Class, Throwable) -
Constructor for exception org.springframework.beans.TypeMismatchException
- Create a new TypeMismatchException without PropertyChangeEvent.
- TypeMismatchNamingException - Exception in org.springframework.jndi
- Exception thrown if a type mismatch is encountered for an object
located in a JNDI environment.
- TypeMismatchNamingException(String, Class, Class) -
Constructor for exception org.springframework.jndi.TypeMismatchNamingException
- Construct a new TypeMismatchNamingException,
building an explanation text from the given arguments.
- TypeMismatchNamingException(String) -
Constructor for exception org.springframework.jndi.TypeMismatchNamingException
- Construct a new TypeMismatchNamingException.
- TypePatternClassFilter - Class in org.springframework.aop.aspectj
- Spring AOP
ClassFilter
implementation using AspectJ type matching. - TypePatternClassFilter() -
Constructor for class org.springframework.aop.aspectj.TypePatternClassFilter
- Creates a new instance of the
TypePatternClassFilter
class.
- TypePatternClassFilter(String) -
Constructor for class org.springframework.aop.aspectj.TypePatternClassFilter
- Create a fully configured
TypePatternClassFilter
using the
given type pattern.
- TypeUtils - Class in org.springframework.util
- Utility to work with Java 5 generic type parameters.
- TypeUtils() -
Constructor for class org.springframework.util.TypeUtils
-
U
- UiApplicationContextUtils - Class in org.springframework.ui.context.support
- Utility class for UI application context implementations.
- UiApplicationContextUtils() -
Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
-
- UnableToRegisterMBeanException - Exception in org.springframework.jmx.export
- Exception thrown when we are unable to register an MBean,
for example because of a naming conflict.
- UnableToRegisterMBeanException(String) -
Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
- Create a new
UnableToRegisterMBeanException
with the
specified error message.
- UnableToRegisterMBeanException(String, Throwable) -
Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
- Create a new
UnableToRegisterMBeanException
with the
specified error message and root cause.
- UnableToSendNotificationException - Exception in org.springframework.jmx.export.notification
- Thrown when a JMX
Notification
is unable to be sent. - UnableToSendNotificationException(String) -
Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
- Create a new instance of the
UnableToSendNotificationException
class with the specified error message.
- UnableToSendNotificationException(String, Throwable) -
Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
- Create a new instance of the
UnableToSendNotificationException
with the specified error message and root cause.
- unbind(String) -
Method in class org.springframework.jndi.JndiTemplate
- Remove the binding for the given name from the current JNDI context.
- unbind(String) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- unbind(Name) -
Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- unbindResource(Object) -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
- Unbind a resource for the given key from the current thread.
- UNBOUNDED_CONCURRENCY -
Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
- Permit any number of concurrent invocations: that is, don't throttle concurrency.
- UNBOUNDED_CONCURRENCY -
Static variable in class org.springframework.util.ConcurrencyThrottleSupport
- Permit any number of concurrent invocations: that is, don't throttle concurrency.
- uncapitalize(String) -
Static method in class org.springframework.util.StringUtils
- Uncapitalize a
String
, changing the first letter to
lower case as per Character.toLowerCase(char)
.
- UncategorizedDataAccessException - Exception in org.springframework.dao
- Normal superclass when we can't distinguish anything more specific
than "something went wrong with the underlying resource": for example,
a SQLException from JDBC we can't pinpoint more precisely.
- UncategorizedDataAccessException(String, Throwable) -
Constructor for exception org.springframework.dao.UncategorizedDataAccessException
- Constructor for UncategorizedDataAccessException.
- UncategorizedJmsException - Exception in org.springframework.jms
- JmsException to be thrown when no other matching subclass found.
- UncategorizedJmsException(String) -
Constructor for exception org.springframework.jms.UncategorizedJmsException
- Constructor that takes a message.
- UncategorizedJmsException(String, Throwable) -
Constructor for exception org.springframework.jms.UncategorizedJmsException
- Constructor that takes a message and a root cause.
- UncategorizedJmsException(Throwable) -
Constructor for exception org.springframework.jms.UncategorizedJmsException
- Constructor that takes a root cause only.
- UncategorizedSQLException - Exception in org.springframework.jdbc
- Exception thrown when we can't classify a SQLException into
one of our generic data access exceptions.
- UncategorizedSQLException(String, String, SQLException) -
Constructor for exception org.springframework.jdbc.UncategorizedSQLException
- Constructor for UncategorizedSQLException.
- under(Class) -
Method in interface org.springframework.core.ControlFlow
- Detect whether we're under the given class,
according to the current stack trace.
- under(Class, String) -
Method in interface org.springframework.core.ControlFlow
- Detect whether we're under the given class and method,
according to the current stack trace.
- underToken(String) -
Method in interface org.springframework.core.ControlFlow
- Detect whether the current stack trace contains the given token.
- unescape(String) -
Method in class org.springframework.util.DefaultPropertiesPersister
-
- UnexpectedRollbackException - Exception in org.springframework.transaction
- Thrown when an attempt to commit a transaction resulted
in an unexpected rollback.
- UnexpectedRollbackException(String) -
Constructor for exception org.springframework.transaction.UnexpectedRollbackException
- Constructor for UnexpectedRollbackException.
- UnexpectedRollbackException(String, Throwable) -
Constructor for exception org.springframework.transaction.UnexpectedRollbackException
- Constructor for UnexpectedRollbackException.
- union(ClassFilter, ClassFilter) -
Static method in class org.springframework.aop.support.ClassFilters
- Match all classes that either (or both) of the given ClassFilters matches.
- union(ClassFilter[]) -
Static method in class org.springframework.aop.support.ClassFilters
- Match all classes that either (or all) of the given ClassFilters matches.
- union(ClassFilter) -
Method in class org.springframework.aop.support.ComposablePointcut
- Apply a union with the given ClassFilter.
- union(MethodMatcher) -
Method in class org.springframework.aop.support.ComposablePointcut
- Apply a union with the given MethodMatcher.
- union(Pointcut) -
Method in class org.springframework.aop.support.ComposablePointcut
- Apply a union with the given Pointcut.
- union(MethodMatcher, MethodMatcher) -
Static method in class org.springframework.aop.support.MethodMatchers
- Match all methods that either (or both) of the given MethodMatchers matches.
- union(Pointcut, Pointcut) -
Static method in class org.springframework.aop.support.Pointcuts
- Match all methods that either (or both) of the given pointcuts matches.
- uniqueResult(Collection) -
Static method in class org.springframework.dao.support.DataAccessUtils
- Return a unique result object from the given Collection.
- UnitOfWorkCallback - Class in org.springframework.orm.toplink
- Convenient abstract implementation of the TopLinkCallback interface,
exposing a UnitOfWork to perform write operations on.
- UnitOfWorkCallback() -
Constructor for class org.springframework.orm.toplink.UnitOfWorkCallback
-
- UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
- Exception thrown when an attempt is made to use an unsupported
Advisor or Advice type.
- UnknownAdviceTypeException(Object) -
Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
- Create a new UnknownAdviceTypeException for the given advice object.
- UnknownAdviceTypeException(String) -
Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
- Create a new UnknownAdviceTypeException with the given message.
- unloadBeanFactory() -
Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
- Unload the Spring BeanFactory instance.
- unqualify(String) -
Static method in class org.springframework.util.StringUtils
- Unqualify a string qualified by a '.' dot character.
- unqualify(String, char) -
Static method in class org.springframework.util.StringUtils
- Unqualify a string qualified by a separator character.
- unregisterBeans() -
Method in class org.springframework.jmx.support.MBeanRegistrationSupport
- Unregisters all beans that have been registered by an instance of this class.
- UnsatisfiedDependencyException - Exception in org.springframework.beans.factory
- Exception thrown when a bean depends on other beans or simple properties
that were not specified in the bean factory definition, although
dependency checking was enabled.
- UnsatisfiedDependencyException(String, String, String, String) -
Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
- Create a new UnsatisfiedDependencyException.
- UnsatisfiedDependencyException(String, String, int, Class, String) -
Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
- Create a new UnsatisfiedDependencyException.
- unsatisfiedNonSimpleProperties(RootBeanDefinition, BeanWrapper) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- Return an array of non-simple bean properties that are unsatisfied.
- UpdatableSqlQuery - Class in org.springframework.jdbc.object
- Reusable RDBMS query in which concrete subclasses must implement
the abstract updateRow(ResultSet, int, context) method to update each
row of the JDBC ResultSet and optionally map contents into an object.
- UpdatableSqlQuery() -
Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
- Constructor to allow use as a JavaBean
- UpdatableSqlQuery(DataSource, String) -
Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
- Convenient constructor with DataSource and SQL string.
- UpdatableSqlQuery.RowMapperImpl - Class in org.springframework.jdbc.object
- Implementation of RowMapper that calls the enclosing
class's
updateRow()
method for each row. - UpdatableSqlQuery.RowMapperImpl(Map) -
Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
-
- update(String) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue a single SQL update.
- update(PreparedStatementCreator) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue an update using a PreparedStatementCreator to provide SQL and any
required parameters.
- update(PreparedStatementCreator, KeyHolder) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue an update using a PreparedStatementCreator to provide SQL and any
required parameters.
- update(String, PreparedStatementSetter) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue an update using a PreparedStatementSetter to set bind parameters,
with given SQL.
- update(String, Object[], int[]) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue an update via a prepared statement, binding the given arguments.
- update(String, Object[]) -
Method in interface org.springframework.jdbc.core.JdbcOperations
- Issue an update via a prepared statement, binding the given arguments.
- update(String) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(PreparedStatementCreator, PreparedStatementSetter) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(PreparedStatementCreator) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(PreparedStatementCreator, KeyHolder) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(String, PreparedStatementSetter) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(String, Object[], int[]) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(String, Object[]) -
Method in class org.springframework.jdbc.core.JdbcTemplate
-
- update(String, SqlParameterSource) -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Issue an update via a prepared statement, binding the given arguments.
- update(String, Map) -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Issue an update via a prepared statement, binding the given arguments.
- update(String, SqlParameterSource, KeyHolder) -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Issue an update via a prepared statement, binding the given arguments,
returning generated keys.
- update(String, SqlParameterSource, KeyHolder, String[]) -
Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
- Issue an update via a prepared statement, binding the given arguments,
returning generated keys.
- update(String, SqlParameterSource) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
- update(String, Map) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
- update(String, SqlParameterSource, KeyHolder) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
- update(String, SqlParameterSource, KeyHolder, String[]) -
Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
- update(String, Object...) -
Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
- Executes the supplied SQL statement with (optional) supplied arguments.
- update(String, Object...) -
Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
-
- update(Object[]) -
Method in class org.springframework.jdbc.object.BatchSqlUpdate
- Overridden version of
update
that adds the given statement
parameters to the queue rather than executing them immediately.
- update(Object[]) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Generic method to execute the update given parameters.
- update(Object[], KeyHolder) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Method to execute the update given arguments and
retrieve the generated keys using a KeyHolder.
- update() -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenience method to execute an update with no parameters.
- update(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenient method to execute an update given one int arg.
- update(int, int) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenient method to execute an update given two int args.
- update(long) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenient method to execute an update given one long arg.
- update(long, long) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenient method to execute an update given two long args.
- update(String) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenient method to execute an update given one String arg.
- update(String, String) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Convenient method to execute an update given two String args.
- update(Object) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Update the given persistent instance.
- update(Object, LockMode) -
Method in interface org.springframework.orm.hibernate.HibernateOperations
- Update the given persistent instance.
- update(Object) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- update(Object, LockMode) -
Method in class org.springframework.orm.hibernate.HibernateTemplate
-
- update(Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Update the given persistent instance,
associating it with the current Hibernate
Session
.
- update(Object, LockMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Update the given persistent instance,
associating it with the current Hibernate
Session
.
- update(String, Object) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Update the given persistent instance,
associating it with the current Hibernate
Session
.
- update(String, Object, LockMode) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
- Update the given persistent instance,
associating it with the current Hibernate
Session
.
- update(Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- update(Object, LockMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- update(String, Object) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- update(String, Object, LockMode) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- update(String) -
Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
-
- update(String, Object) -
Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
-
- update(String, Object, int) -
Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
- Convenience method provided by Spring: execute an update operation
with an automatic check that the update affected the given required
number of rows.
- update(String) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- update(String, Object) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- update(String, Object, int) -
Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
-
- updateAccessedSessionAttributes() -
Method in class org.springframework.web.context.request.AbstractRequestAttributes
- Update all session attributes that have been accessed during request processing,
to expose their potentially updated state to the underlying session manager.
- updateAccessedSessionAttributes() -
Method in class org.springframework.web.context.request.ServletRequestAttributes
- Update all accessed session attributes through
session.setAttribute
calls, explicitly indicating to the container that they might have been modified.
- updateAccessedSessionAttributes() -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
- Update all accessed session attributes through
session.setAttribute
calls, explicitly indicating to the container that they might have been modified.
- updateAdvisorArray() -
Method in class org.springframework.aop.framework.AdvisedSupport
- Bring the array up to date with the list.
- updateByNamedParam(Map) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Generic method to execute the update given named parameters.
- updateByNamedParam(Map, KeyHolder) -
Method in class org.springframework.jdbc.object.SqlUpdate
- Method to execute the update given arguments and
retrieve the generated keys using a KeyHolder.
- updateDatabaseSchema() -
Method in class org.springframework.orm.hibernate.LocalSessionFactoryBean
- Execute schema update script, determined by the Configuration object
used for creating the SessionFactory.
- updateDatabaseSchema() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
- Execute schema update script, determined by the Configuration object
used for creating the SessionFactory.
- updateRow(ResultSet, int, Map) -
Method in class org.springframework.jdbc.object.UpdatableSqlQuery
- Subclasses must implement this method to update each row of the
ResultSet and optionally create object of the result type.
- URIEditor - Class in org.springframework.beans.propertyeditors
- Editor for
java.net.URI
, to directly populate a URI property
instead of using a String property as bridge. - URIEditor() -
Constructor for class org.springframework.beans.propertyeditors.URIEditor
- Create a new URIEditor,
using the default ClassLoader for "classpath:" resources.
- URIEditor(ClassLoader) -
Constructor for class org.springframework.beans.propertyeditors.URIEditor
- Create a new URIEditor,
using the given ClassLoader for "classpath:" resources.
- URL_PROTOCOL_CODE_SOURCE -
Static variable in class org.springframework.util.ResourceUtils
- URL protocol for an entry from an OC4J jar file: "code-source"
- URL_PROTOCOL_FILE -
Static variable in class org.springframework.util.ResourceUtils
- URL protocol for a file in the file system: "file"
- URL_PROTOCOL_JAR -
Static variable in class org.springframework.util.ResourceUtils
- URL protocol for an entry from a jar file: "jar"
- URL_PROTOCOL_WSJAR -
Static variable in class org.springframework.util.ResourceUtils
- URL protocol for an entry from a WebSphere jar file: "wsjar"
- URL_PROTOCOL_ZIP -
Static variable in class org.springframework.util.ResourceUtils
- URL protocol for an entry from a zip file: "zip"
- URL_TYPE_ACTION -
Static variable in class org.springframework.mock.web.portlet.MockPortletURL
-
- URL_TYPE_RENDER -
Static variable in class org.springframework.mock.web.portlet.MockPortletURL
-
- UrlBasedRemoteAccessor - Class in org.springframework.remoting.support
- Abstract base class for classes that access remote services via URLs.
- UrlBasedRemoteAccessor() -
Constructor for class org.springframework.remoting.support.UrlBasedRemoteAccessor
-
- UrlBasedViewResolver - Class in org.springframework.web.servlet.view
- Simple implementation of the
ViewResolver
interface, allowing for direct resolution of symbolic view names to URLs,
without explicit mapping definition. - UrlBasedViewResolver() -
Constructor for class org.springframework.web.servlet.view.UrlBasedViewResolver
-
- URLEditor - Class in org.springframework.beans.propertyeditors
- Editor for
java.net.URL
, to directly populate a URL property
instead of using a String property as bridge. - URLEditor() -
Constructor for class org.springframework.beans.propertyeditors.URLEditor
- Create a new URLEditor, using the default ResourceEditor underneath.
- URLEditor(ResourceEditor) -
Constructor for class org.springframework.beans.propertyeditors.URLEditor
- Create a new URLEditor, using the given ResourceEditor underneath.
- urlEncode(String, String) -
Method in class org.springframework.web.servlet.view.RedirectView
- URL-encode the given input String with the given encoding scheme.
- UrlFilenameViewController - Class in org.springframework.web.servlet.mvc
- Simple
Controller
implementation that transforms the virtual
path of a URL into a view name and returns that view. - UrlFilenameViewController() -
Constructor for class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
- UrlPathHelper - Class in org.springframework.web.util
- Helper class for URL path matching.
- UrlPathHelper() -
Constructor for class org.springframework.web.util.UrlPathHelper
-
- UrlResource - Class in org.springframework.core.io
Resource
implementation for java.net.URL
locators.- UrlResource(URL) -
Constructor for class org.springframework.core.io.UrlResource
- Create a new UrlResource.
- UrlResource(String) -
Constructor for class org.springframework.core.io.UrlResource
- Create a new UrlResource.
- useBeanFactory(String) -
Method in interface org.springframework.beans.factory.access.BeanFactoryLocator
- Use the
BeanFactory
(or derived
interface such as ApplicationContext
)
specified by the factoryKey
parameter.
- useBeanFactory(String) -
Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
-
- useBeanFactory(String) -
Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
- Load/use a bean factory, as specified by a factory key which is a JNDI
address, of the form
java:comp/env/ejb/BeanFactoryPath
.
- useConfigValueEditors() -
Method in class org.springframework.beans.PropertyEditorRegistrySupport
- Activate config value editors which are only intended for configuration purposes,
such as
StringArrayPropertyEditor
.
- useDirectFieldAccess() -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
- Determine whether to use direct field access instead of bean property access.
- useDirectFieldAccess() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
- Determine whether to use direct field access instead of bean property access.
- useInclude(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.mvc.ServletForwardingController
- Determine whether to use RequestDispatcher's
include
or
forward
method.
- useInclude(HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.InternalResourceView
- Determine whether to use RequestDispatcher's
include
or
forward
method.
- UserCredentialsConnectionFactoryAdapter - Class in org.springframework.jms.connection
- An adapter for a target JMS
ConnectionFactory
, applying the
given user credentials to every standard createConnection()
call,
that is, implicitly invoking createConnection(username, password)
on the target. - UserCredentialsConnectionFactoryAdapter() -
Constructor for class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
- UserCredentialsDataSourceAdapter - Class in org.springframework.jdbc.datasource
- An adapter for a target JDBC
DataSource
, applying the specified
user credentials to every standard getConnection()
call, implicitly
invoking getConnection(username, password)
on the target. - UserCredentialsDataSourceAdapter() -
Constructor for class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
- UserRoleAuthorizationInterceptor - Class in org.springframework.web.portlet.handler
- Interceptor that checks the authorization of the current user via the
user's roles, as evaluated by PortletRequest's isUserInRole method.
- UserRoleAuthorizationInterceptor() -
Constructor for class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
-
- UserRoleAuthorizationInterceptor - Class in org.springframework.web.servlet.handler
- Interceptor that checks the authorization of the current user via the
user's roles, as evaluated by HttpServletRequest's isUserInRole method.
- UserRoleAuthorizationInterceptor() -
Constructor for class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
-
- UserTransactionAdapter - Class in org.springframework.transaction.jta
- Adapter for a JTA UserTransaction handle, taking a JTA
TransactionManager
reference and creating
a JTA UserTransaction
handle for it. - UserTransactionAdapter(TransactionManager) -
Constructor for class org.springframework.transaction.jta.UserTransactionAdapter
- Create a new UserTransactionAdapter for the given TransactionManager.
- useSavepointForNestedTransaction() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
- This implementation returns false to cause a further invocation
of doBegin despite an already existing transaction.
- useSavepointForNestedTransaction() -
Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- Return whether to use a savepoint for a nested transaction.
- useWriter() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
- Return whether to use a
java.io.Writer
to write text content
to the HTTP response.
- useWriter() -
Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
- Indicates how the
JRExporter
should render its data.
- useWriter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
-
- useWriter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
-
- useWriter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
-
- useWriter() -
Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
-
- useWriter() -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- Return whether to use a
java.io.Writer
to write text content
to the HTTP response.
- UtilNamespaceHandler - Class in org.springframework.beans.factory.xml
NamespaceHandler
for the util
namespace.- UtilNamespaceHandler() -
Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler
-
V
- validate(Class<?>) -
Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
-
- validate(Class<?>) -
Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
- Is the given class a valid AspectJ aspect class?
- validate() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Validate this bean definition.
- validate() -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
-
- validate(Object, Errors) -
Method in interface org.springframework.validation.Validator
- Validate the supplied
target
object, which must be
of a Class
for which the Validator.supports(Class)
method
typically has (or would) return true
.
- validateAddress(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Validate the given mail address.
- validateAddresses(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Validate all given mail addresses.
- validateConfiguration() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Validate the configuration of this container.
- validateConfiguration() -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
- validateConfiguration() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
- validateConfiguration() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
- validateDestination(Destination, String, boolean) -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- Validate the given Destination object, checking whether it matches
the expected type.
- validateInterfaces() -
Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
-
- validateInterfaces() -
Method in interface org.springframework.aop.IntroductionAdvisor
- Can the advised interfaces be implemented by the introduction advice?
- validateInterfaces() -
Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- validateNamedParameters(Map) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Validate the named parameters passed to an execute method based on declared parameters.
- validateObject(Object) -
Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
- validatePage(Object, Errors, int, boolean) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Template method for custom validation logic for individual pages.
- validatePage(Object, Errors, int) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Template method for custom validation logic for individual pages.
- validatePage(Object, Errors, int, boolean) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Template method for custom validation logic for individual pages.
- validatePage(Object, Errors, int) -
Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
- Template method for custom validation logic for individual pages.
- validateParameters(Object[]) -
Method in class org.springframework.jdbc.object.RdbmsOperation
- Validate the parameters passed to an execute method based on declared parameters.
- validateResponse(HttpInvokerClientConfiguration, PostMethod) -
Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
- Validate the given response as contained in the PostMethod object,
throwing an exception if it does not correspond to a successful HTTP response.
- validateResponse(HttpInvokerClientConfiguration, HttpURLConnection) -
Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
- Validate the given response as contained in the HttpURLConnection object,
throwing an exception if it does not correspond to a successful HTTP response.
- VALIDATION_AUTO -
Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Indicates that the validation mode should be detected automatically.
- VALIDATION_AUTO -
Static variable in class org.springframework.util.xml.XmlValidationModeDetector
- Indicates that the validation mode should be auto-guessed, since we cannot find
a clear indication (probably choked on some special characters, or the like).
- VALIDATION_DTD -
Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Indicates that DTD validation should be used.
- VALIDATION_DTD -
Static variable in class org.springframework.util.xml.XmlValidationModeDetector
- Indicates that DTD validation should be used (we found a "DOCTYPE" declaration).
- VALIDATION_NONE -
Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Indicates that the validation should be disabled.
- VALIDATION_XSD -
Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Indicates that XSD validation should be used.
- VALIDATION_XSD -
Static variable in class org.springframework.util.xml.XmlValidationModeDetector
- Indicates that XSD validation should be used (found no "DOCTYPE" declaration).
- ValidationUtils - Class in org.springframework.validation
- Utility class offering convenient methods for invoking a
Validator
and for rejecting empty fields. - ValidationUtils() -
Constructor for class org.springframework.validation.ValidationUtils
-
- Validator - Interface in org.springframework.validation
- A validator for application-specific objects.
- value() -
Method in enum org.springframework.beans.factory.annotation.Autowire
-
- value() -
Method in enum org.springframework.transaction.annotation.Isolation
-
- value() -
Method in enum org.springframework.transaction.annotation.Propagation
-
- VALUE_0 -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_1 -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- VALUE_ELEMENT -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- VALUE_FALSE -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_NO -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_OFF -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_ON -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_REF_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- VALUE_TRUE -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- VALUE_TYPE_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- VALUE_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.form.OptionTag
- The name of the JSP variable used to expose the value for this tag.
- VALUE_YES -
Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
- valueOf(String) -
Static method in enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.springframework.beans.factory.annotation.Autowire
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
-
- valueOf(String) -
Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
-
- valueOf(String) -
Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
-
- valueOf(String) -
Static method in enum org.springframework.orm.jpa.vendor.Database
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.springframework.transaction.annotation.Isolation
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.springframework.transaction.annotation.Propagation
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum org.springframework.beans.factory.annotation.Autowire
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Method in class org.springframework.beans.factory.support.ManagedMap
-
- values() -
Static method in enum org.springframework.orm.jpa.vendor.Database
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum org.springframework.transaction.annotation.Isolation
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum org.springframework.transaction.annotation.Propagation
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Method in class org.springframework.util.CachingMapDecorator
-
- ValueStyler - Interface in org.springframework.core.style
- Strategy that encapsulates value string styling algorithms according to
Spring conventions.
- VelocityConfig - Interface in org.springframework.web.servlet.view.velocity
- Interface to be implemented by objects that configure and manage a
VelocityEngine for automatic lookup in a web environment.
- VelocityConfigurer - Class in org.springframework.web.servlet.view.velocity
- JavaBean to configure Velocity for web usage, via the "configLocation"
and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
- VelocityConfigurer() -
Constructor for class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
- VelocityEngineFactory - Class in org.springframework.ui.velocity
- Factory that configures a VelocityEngine.
- VelocityEngineFactory() -
Constructor for class org.springframework.ui.velocity.VelocityEngineFactory
-
- VelocityEngineFactoryBean - Class in org.springframework.ui.velocity
- Factory bean that configures a VelocityEngine and provides it as bean
reference.
- VelocityEngineFactoryBean() -
Constructor for class org.springframework.ui.velocity.VelocityEngineFactoryBean
-
- VelocityEngineUtils - Class in org.springframework.ui.velocity
- Utility class for working with a VelocityEngine.
- VelocityEngineUtils() -
Constructor for class org.springframework.ui.velocity.VelocityEngineUtils
-
- VelocityLayoutView - Class in org.springframework.web.servlet.view.velocity
- VelocityLayoutView emulates the functionality offered by Velocity's
VelocityLayoutServlet to ease page composition from different templates.
- VelocityLayoutView() -
Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutView
-
- VelocityLayoutViewResolver - Class in org.springframework.web.servlet.view.velocity
- Convenience subclass of VelocityViewResolver, adding support
for VelocityLayoutView and its properties.
- VelocityLayoutViewResolver() -
Constructor for class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
-
- VelocityToolboxView - Class in org.springframework.web.servlet.view.velocity
VelocityView
subclass which adds support for Velocity Tools toolboxes
and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods.- VelocityToolboxView() -
Constructor for class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
- VelocityView - Class in org.springframework.web.servlet.view.velocity
- View using the Velocity template engine.
- VelocityView() -
Constructor for class org.springframework.web.servlet.view.velocity.VelocityView
-
- VelocityViewResolver - Class in org.springframework.web.servlet.view.velocity
- Convenience subclass of UrlBasedViewResolver that supports VelocityView
(that is Velocity templates) and custom subclasses of it.
- VelocityViewResolver() -
Constructor for class org.springframework.web.servlet.view.velocity.VelocityViewResolver
- Sets default viewClass to
requiredViewClass
.
- View - Interface in org.springframework.web.servlet
- MVC View for a web interaction.
- VIEW_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.ViewRendererServlet
- Name of request attribute that holds the View object
- VIEW_RESOLVER_BEAN_NAME -
Static variable in class org.springframework.web.portlet.DispatcherPortlet
- Well-known name for the ViewResolver object in the bean factory for this namespace.
- VIEW_RESOLVER_BEAN_NAME -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Well-known name for the ViewResolver object in the bean factory for this namespace.
- ViewRendererServlet - Class in org.springframework.web.servlet
- ViewRendererServlet is a bridge servlet, mainly for the Portlet MVC support.
- ViewRendererServlet() -
Constructor for class org.springframework.web.servlet.ViewRendererServlet
-
- ViewResolver - Interface in org.springframework.web.servlet
- Interface to be implemented by objects that can resolve views by name.
- visitBeanClassName(BeanDefinition) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitBeanDefinition(BeanDefinition) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- Traverse the given BeanDefinition object and the MutablePropertyValues
and ConstructorArgumentValues contained in them.
- visitGenericArgumentValues(List) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitIndexedArgumentValues(Map) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitList(List) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitMap(Map) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitPropertyValues(MutablePropertyValues) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitScope(BeanDefinition) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
- visitSet(Set) -
Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
W
- waitForAll(Collection, long) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- waitForAny(Collection, long) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- waitWhileNotRunning() -
Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- Wait while this container is not running.
- warning(Problem) -
Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
- Writes the supplied
Problem
to the Log
at WARN
level.
- warning(Problem) -
Method in interface org.springframework.beans.factory.parsing.ProblemReporter
- Called when a warning is raised during the parsing process.
- warning(String, Object) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(String, Object, Throwable) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(String, Object, ParseState) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(String, Object, ParseState, Throwable) -
Method in class org.springframework.beans.factory.parsing.ReaderContext
-
- warning(SAXParseException) -
Method in class org.springframework.util.xml.SimpleSaxErrorHandler
-
- warning(TransformerException) -
Method in class org.springframework.util.xml.SimpleTransformErrorListener
-
- wasCleared() -
Method in class org.springframework.web.portlet.ModelAndView
- Return whether this ModelAndView object is empty as a result of a call to
ModelAndView.clear()
i.e. whether it does not hold any view and does not contain a model.
- wasCleared() -
Method in class org.springframework.web.servlet.ModelAndView
- Return whether this ModelAndView object is empty as a result of a call to
ModelAndView.clear()
i.e. whether it does not hold any view and does not contain a model.
- wasDataUpdated() -
Method in exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
- Return whether data was updated.
- wasDataUpdated() -
Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
-
- wasFailure() -
Method in class org.springframework.web.context.support.RequestHandledEvent
- Return whether the request failed.
- wasNull() -
Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
- wasNull() -
Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
- Reports whether the last column read had a value of SQL
NULL
.
- WeakReferenceMonitor - Class in org.springframework.util
- Track references to arbitrary objects using proxy and weak references.
- WeakReferenceMonitor() -
Constructor for class org.springframework.util.WeakReferenceMonitor
-
- WeakReferenceMonitor.ReleaseListener - Interface in org.springframework.util
- Listener that is notified when the handle is being released.
- WeavingTransformer - Class in org.springframework.instrument.classloading
- ClassFileTransformer-based weaver, allowing for a list of transformers to be
applied on a class byte array.
- WeavingTransformer() -
Constructor for class org.springframework.instrument.classloading.WeavingTransformer
- Create a new WeavingTransformer for the current context class loader.
- WeavingTransformer(ClassLoader) -
Constructor for class org.springframework.instrument.classloading.WeavingTransformer
- Create a new WeavingTransformer for the given class loader.
- WEB_APP_ROOT_KEY_PARAM -
Static variable in class org.springframework.web.util.WebUtils
- Web app root key parameter at the servlet context level
(i.e. a context-param in
web.xml
): "webAppRootKey".
- WEB_APPLICATION_CONTEXT_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.DispatcherServlet
- Request attribute to hold the current web application context.
- WEB_APPLICATION_CONTEXT_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.ViewRendererServlet
- Request attribute to hold current web application context.
- WEB_APPLICATION_CONTEXT_VARIABLE_NAME -
Static variable in class org.springframework.web.jsf.WebApplicationContextVariableResolver
- Name of the exposed WebApplicationContext variable: "webApplicationContext".
- WebApplicationContext - Interface in org.springframework.web.context
- Interface to provide configuration for a web application.
- WebApplicationContextUtils - Class in org.springframework.web.context.support
- Convenience methods to retrieve the root WebApplicationContext for a given
ServletContext.
- WebApplicationContextUtils() -
Constructor for class org.springframework.web.context.support.WebApplicationContextUtils
-
- WebApplicationContextVariableResolver - Class in org.springframework.web.jsf
- Special
VariableResolver
that exposes the Spring
WebApplicationContext
instance under a variable named
"webApplicationContext". - WebApplicationContextVariableResolver(VariableResolver) -
Constructor for class org.springframework.web.jsf.WebApplicationContextVariableResolver
- Create a new WebApplicationContextVariableResolver, using the given
original VariableResolver.
- WebApplicationObjectSupport - Class in org.springframework.web.context.support
- Convenient superclass for application objects running in a WebApplicationContext.
- WebApplicationObjectSupport() -
Constructor for class org.springframework.web.context.support.WebApplicationObjectSupport
-
- WebAppRootListener - Class in org.springframework.web.util
- Listener that sets a system property to the web application root directory.
- WebAppRootListener() -
Constructor for class org.springframework.web.util.WebAppRootListener
-
- WebContentGenerator - Class in org.springframework.web.servlet.support
- Convenient superclass for any kind of web content generator,
like AbstractController and WebContentInterceptor.
- WebContentGenerator() -
Constructor for class org.springframework.web.servlet.support.WebContentGenerator
-
- WebContentInterceptor - Class in org.springframework.web.servlet.mvc
- Interceptor that checks and prepares request and response.
- WebContentInterceptor() -
Constructor for class org.springframework.web.servlet.mvc.WebContentInterceptor
-
- WebDataBinder - Class in org.springframework.web.bind
- Special
DataBinder
for data binding from web request parameters
to JavaBean objects. - WebDataBinder(Object) -
Constructor for class org.springframework.web.bind.WebDataBinder
- Create a new WebDataBinder instance, with default object name.
- WebDataBinder(Object, String) -
Constructor for class org.springframework.web.bind.WebDataBinder
- Create a new WebDataBinder instance.
- WebLogicJndiMBeanServerFactoryBean - Class in org.springframework.jmx.support
- FactoryBean that obtains a specified WebLogic
MBeanServer
reference through a WebLogic MBeanHome
obtained via a JNDI lookup. - WebLogicJndiMBeanServerFactoryBean() -
Constructor for class org.springframework.jmx.support.WebLogicJndiMBeanServerFactoryBean
-
- WebLogicJtaTransactionManager - Class in org.springframework.transaction.jta
- Special
JtaTransactionManager
variant for BEA WebLogic (7.0, 8.1 and higher). - WebLogicJtaTransactionManager() -
Constructor for class org.springframework.transaction.jta.WebLogicJtaTransactionManager
-
- WebLogicMBeanServerFactoryBean - Class in org.springframework.jmx.support
- FactoryBean that obtains a specified WebLogic
MBeanServer
reference through WebLogic's proprietary Helper
/
MBeanHome
API, which is available on WebLogic 6.1 and higher. - WebLogicMBeanServerFactoryBean() -
Constructor for class org.springframework.jmx.support.WebLogicMBeanServerFactoryBean
-
- WebLogicNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
- Implementation of the NativeJdbcExtractor interface for WebLogic Server
6.1+.
- WebLogicNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.WebLogicNativeJdbcExtractor
- This constructor retrieves the WebLogic JDBC extension interface,
so we can get the underlying vendor connection using reflection.
- WebLogicServerTransactionManagerFactoryBean - Class in org.springframework.transaction.jta
FactoryBean
that retrieves the
internal JTA TransactionManager of BEA's WebLogic version 7.0, which is
required for proper transaction suspension support on that application
server version.- WebLogicServerTransactionManagerFactoryBean() -
Constructor for class org.springframework.transaction.jta.WebLogicServerTransactionManagerFactoryBean
- This constructor retrieves the WebLogic TransactionManager factory class,
so we can get access to the JTA TransactionManager.
- WebRequest - Interface in org.springframework.web.context.request
- Generic interface for a web request.
- WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
- Adapter that implements the Portlet HandlerInterceptor interface
and wraps an underlying WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) -
Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
- Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor,
applying to the render phase only.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor, boolean) -
Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
- Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.servlet.handler
- Adapter that implements the Servlet HandlerInterceptor interface
and wraps an underlying WebRequestInterceptor.
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) -
Constructor for class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
- Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
- WebRequestInterceptor - Interface in org.springframework.web.context.request
- Interface for general web request interception.
- WebSphereDataSourceAdapter - Class in org.springframework.jdbc.datasource
DataSource
implementation that delegates all calls to a WebSphere
target DataSource
, typically obtained from JNDI, applying a current
isolation level and/or current user credentials to every Connection obtained
from it.- WebSphereDataSourceAdapter() -
Constructor for class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
- This constructor retrieves the WebSphere JDBC connection spec API,
so we can get obtain specific WebSphere Connections using reflection.
- WebSphereMBeanServerFactoryBean - Class in org.springframework.jmx.support
- FactoryBean that obtains a WebSphere
MBeanServer
reference through WebSphere's proprietary AdminServiceFactory
API,
available on WebSphere 5.1 and higher. - WebSphereMBeanServerFactoryBean() -
Constructor for class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
-
- WebSphereNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
- Implementation of the NativeJdbcExtractor interface for WebSphere.
- WebSphereNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.WebSphereNativeJdbcExtractor
- This constructor retrieves WebSphere JDBC adapter classes,
so we can get the underlying vendor connection using reflection.
- WebSphereTransactionManagerFactoryBean - Class in org.springframework.transaction.jta
- FactoryBean that retrieves the JTA TransactionManager for IBM's
WebSphere application servers (versions 6, 5.1, 5.0 and 4).
- WebSphereTransactionManagerFactoryBean() -
Constructor for class org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean
- This constructor retrieves the WebSphere TransactionManager factory class,
so we can get access to the JTA TransactionManager.
- WebUtils - Class in org.springframework.web.util
- Miscellaneous utilities for web applications.
- WebUtils() -
Constructor for class org.springframework.web.util.WebUtils
-
- WorkManagerTaskExecutor - Class in org.springframework.jca.work
TaskExecutor
implementation
that delegates to a JCA 1.5 WorkManager, implementing the
WorkManager
interface.- WorkManagerTaskExecutor() -
Constructor for class org.springframework.jca.work.WorkManagerTaskExecutor
- Create a new WorkManagerTaskExecutor, expecting bean-style configuration.
- WorkManagerTaskExecutor(WorkManager) -
Constructor for class org.springframework.jca.work.WorkManagerTaskExecutor
- Create a new WorkManagerTaskExecutor for the given WorkManager.
- WorkManagerTaskExecutor - Class in org.springframework.scheduling.commonj
- TaskExecutor implementation that delegates to a CommonJ WorkManager,
implementing the
WorkManager
interface,
which either needs to be specified as reference or through the JNDI name. - WorkManagerTaskExecutor() -
Constructor for class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- wrap(Object) -
Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
- Return an Advisor wrapping the given advice.
- wrap(Object) -
Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
-
- wrapSessionFactoryIfNecessary(SessionFactory) -
Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
- Wrap the given SessionFactory with a transaction-aware proxy, if demanded.
- write(OutputStream) -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
-
- write(int) -
Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- writeAttribute(String, String) -
Method in class org.springframework.web.servlet.tags.form.TagWriter
- Write an HTML attribute with the specified name and value.
- writeBodyContent(String) -
Method in class org.springframework.web.servlet.tags.EscapeBodyTag
- Write the escaped body content to the page.
- writeDefaultAttributes(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
- Writes the default set of attributes to the supplied
TagWriter
.
- writeDefaultAttributes(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- Writes the default attributes configured via this base class to the supplied
TagWriter
.
- writeDefaultAttributes(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
- Writes the default attributes configured via this base class to the supplied
TagWriter
.
- writeMessage(String) -
Method in class org.springframework.web.servlet.tags.MessageTag
- Write the message to the page.
- writeOptionalAttribute(TagWriter, String, String) -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Optionally writes the supplied value under the supplied attribute name into the supplied
TagWriter
.
- writeOptionalAttributeValue(String, String) -
Method in class org.springframework.web.servlet.tags.form.TagWriter
- Write an HTML attribute if the supplied value is not
null
or zero length.
- writeRemoteInvocation(RemoteInvocation, OutputStream) -
Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
- Serialize the given RemoteInvocation to the given OutputStream.
- writeRemoteInvocationResult(Message, Session, RemoteInvocationResult) -
Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
- Send the given RemoteInvocationResult as a JMS message to the originator.
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Write the given RemoteInvocationResult to the given HTTP response.
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) -
Method in class org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
- Serialize the given RemoteInvocation to the given OutputStream.
- writeReplace() -
Method in class org.springframework.aop.framework.AdvisedSupport
- Serializes a copy of the state of this class, ignoring subclass state.
- writeReplace() -
Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- Replaces this object with a SingletonTargetSource on serialization.
- writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) -
Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
- Set the given serialized remote invocation as request body.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
- Subclasses should implement this method to perform tag content rendering.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.CheckboxTag
- Writes the '
input(checkbox)
' to the supplied TagWriter
,
marking it as 'checked' if appropriate.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.FormTag
- Writes the opening part of the block '
form
' tag and exposes
the command name in the PageContext
.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
- Writes the HTML '
input
' tag to the supplied TagWriter
including the
databound value.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Writes the '
input
' tag to the supplied TagWriter
.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.LabelTag
- Writes the opening '
label
' tag and forces a block tag so
that body content is written correctly.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.RadioButtonTag
- Renders the '
input(radio)
' element with the configured
value
.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.SelectTag
- Renders the HTML '
select
' tag to the supplied
TagWriter
.
- writeTagContent(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
- writeToLog(Log, String) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Writes the supplied message to the supplied
Log
instance.
- writeToLog(Log, String, Throwable) -
Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
- Writes the supplied message and
Throwable
to the
supplied Log
instance.
- writeValue(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.InputTag
- Writes the '
value
' attribute to the supplied TagWriter
.
- writeValue(TagWriter) -
Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
- The
PasswordInputTag
only writes it's value if the
'showPassword'
property value is
true
.
X
- XAPoolNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
- Implementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool.
- XAPoolNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.XAPoolNativeJdbcExtractor
-
- XML_CONTENT_TYPE -
Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
- The default content type if no stylesheet specified
- XML_FILE_EXTENSION -
Static variable in class org.springframework.core.io.support.PropertiesLoaderSupport
-
- XML_FILE_EXTENSION -
Static variable in class org.springframework.util.Log4jConfigurer
- Extension that indicates a Log4J XML config file: ".xml"
- XmlBeanDefinitionParser - Interface in org.springframework.beans.factory.xml
- Deprecated. as of Spring 2.0: superseded by BeanDefinitionDocumentReader
- XmlBeanDefinitionReader - Class in org.springframework.beans.factory.xml
- Bean definition reader for XML bean definitions.
- XmlBeanDefinitionReader(BeanDefinitionRegistry) -
Constructor for class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
- Create new XmlBeanDefinitionReader for the given bean factory.
- XmlBeanDefinitionStoreException - Exception in org.springframework.beans.factory.xml
- XML-specific BeanDefinitionStoreException subclass that wraps a
SAXException
, typically a SAXParseException
which contains information about the error location. - XmlBeanDefinitionStoreException(String, String, SAXException) -
Constructor for exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
- Create a new XmlBeanDefinitionStoreException.
- XmlBeanFactory - Class in org.springframework.beans.factory.xml
- Convenience extension of
DefaultListableBeanFactory
that reads bean definitions
from an XML document. - XmlBeanFactory(Resource) -
Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
- Create a new XmlBeanFactory with the given resource,
which must be parsable using DOM.
- XmlBeanFactory(Resource, BeanFactory) -
Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
- Create a new XmlBeanFactory with the given input stream,
which must be parsable using DOM.
- XmlPortletApplicationContext - Class in org.springframework.web.portlet.context
- Portlet-based
WebApplicationContext
implementation which takes its configuration from XML documents, understood
by an XmlBeanDefinitionReader
. - XmlPortletApplicationContext() -
Constructor for class org.springframework.web.portlet.context.XmlPortletApplicationContext
-
- XmlReaderContext - Class in org.springframework.beans.factory.xml
- Extension of
ReaderContext
,
specific to use with an XmlBeanDefinitionReader
. - XmlReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor, XmlBeanDefinitionReader, NamespaceHandlerResolver) -
Constructor for class org.springframework.beans.factory.xml.XmlReaderContext
-
- XmlValidationModeDetector - Class in org.springframework.util.xml
- Detects whether an XML stream is using DTD- or XSD-based validation.
- XmlValidationModeDetector() -
Constructor for class org.springframework.util.xml.XmlValidationModeDetector
-
- XmlViewResolver - Class in org.springframework.web.servlet.view
- Implementation of ViewResolver that uses bean definitions in an
XML file, specified by resource location.
- XmlViewResolver() -
Constructor for class org.springframework.web.servlet.view.XmlViewResolver
-
- XmlWebApplicationContext - Class in org.springframework.web.context.support
WebApplicationContext
implementation
which takes its configuration from XML documents, understood by an
XmlBeanDefinitionReader
.- XmlWebApplicationContext() -
Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
-
- XSD_SUFFIX -
Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
- Suffix for schema definition files
- XsltView - Class in org.springframework.web.servlet.view.xslt
- XSLT-driven View that allows for response context to be rendered as the
result of an XSLT transformation.
- XsltView() -
Constructor for class org.springframework.web.servlet.view.xslt.XsltView
-
- XsltViewResolver - Class in org.springframework.web.servlet.view.xslt
ViewResolver
implementation that
resolves instances of XsltView
by translating the supplied view name
into the URL of the XSLT stylesheet.- XsltViewResolver() -
Constructor for class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
A B C D E F G H I J K L M N O P Q R S T U V W X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
The Spring Framework
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2007 The Spring Framework.