|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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.JpaVendorAdapter implementation that defines common properties,
to be translated into vendor-specific JPA properties by concrete subclasses.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.Filters 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.Strings 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.active flag
after an exception got thrown.
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 above. - 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 JMS
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 above.- 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 (i.e., "
contextConfigLocation")
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
Strings 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.
PlatformTransactionManager
implementation for a single JDBC DataSource.DataSource.MethodInterceptor that can be introduced in a chain
to display verbose information about intercepted invocations to the logger.Node (either an element or an attribute) and decorate
the supplied BeanDefinition,
returning the decorated definition.
Node and decorate the supplied
BeanDefinitionHolder, returning the decorated definition.
Node by delegating to the BeanDefinitionDecorator that
is registered to handle that Node.
aop.xml file in the class path:
"META-INF/aop.xml"
request.getCharacterEncoding
returns null, according to the Servlet spec.
indenting is enabled.
layout key.
layout url.
LABEL_ORDER,
then CODE_ORDER.
persistence.xml file:
"classpath*:META-INF/persistence.xml".
screen content key.
sessions.xml TopLink configuration file:
"sessions.xml" in the class path.
AdvisorAdapterRegistry interface.Advised object.AopProxyFactory implementation,
creating either a CGLIB proxy or a JDK dynamic proxy.BeanDefinitionDocumentReader interface.BeanNameGenerator interface, delegating to
BeanDefinitionReaderUtils.generateBeanName(AbstractBeanDefinition, BeanDefinitionRegistry).BindingErrorProcessor implementation.DocumentLoader implementation.IntroductionAdvisor implementation
that by default applies to any class.JpaDialect interface.ListableBeanFactory and
BeanDefinitionRegistry interfaces: a full-fledged bean factory
based on bean definition objects.Log instance used to write trace messages.
MessageCodesResolver interface.MessageConsumer.receive() calls that also allow for
transactional reception of messages (registering them with XA transactions).DefaultMessageListenerContainer for the JMS 1.0.2 specification,
not relying on JMS 1.1 methods like SimpleMessageListenerContainer itself.NamespaceHandler interface.DefaultNamespaceHandlerResolver using the
default mapping file location.
DefaultNamespaceHandlerResolver using the
default mapping file location.
DefaultNamespaceHandlerResolver using the
supplied mapping file location.
PersistenceUnitManager interface.PropertiesPersister interface.RequestToViewNameTranslator
that simply transforms the URI of the incoming request into a view name.ResourceLoader interface.ScopedObject interface.DefaultScopedObject class.
SingletonBeanRegistry.toString() styler.TransactionStatus
interface, used by AbstractPlatformTransactionManager.toString styling conventions.IntroductionInterceptor interface.Action that is defined in
ContextLoaderPlugIn's
WebApplicationContext.ConnectionFactory implementation that delegates all calls
to a given target ConnectionFactory.ConnectionFactory implementation that delegates all calls
to a given target ConnectionFactory.DataSource implementation that delegates all calls
to a given target DataSource.EntityResolver implementation that delegates to a BeansDtdResolver
and a PluggableSchemaResolver for DTDs and XML schemas, respectively.BeansDtdResolver and a default PluggableSchemaResolver.
EntityResolvers.
IntroductionInterceptor interface.Job adapter that delegates to a
given Runnable instance.RequestProcessor that looks up
Spring-managed Struts Actions defined in
ContextLoaderPlugIn's WebApplicationContext
(or, as a fallback, in the root WebApplicationContext).ServletInputStream.ServletOutputStream.TimerTask adapter that delegates to a
given Runnable.Resource implementation that holds a resource description
but does not point to an actually readable resource.MockHttpSession.serializeState().
ObjectPool when destroying this object.
BeanFactory and
BeanWiringInfoResolver when the container is destroyed.
AbstractJmsListeningContainer.shutdown() when the BeanFactory destroys the container instance.
JMXConnector that may be managed by this interceptor.
ApplicationContext is destroyed.
JMXConnectorServer managed by an instance of this class.
JMXConnector.
MBeanServer instance, if necessary.
shutdown when the BeanFactory destroys
the task executor instance.
shutdown when the BeanFactory destroys
the task executor instance.
Timer on bean factory shutdown, stopping all scheduled tasks.
ConfigurableApplicationContext.close().
String prefixed to the name of a
destruction callback when it is stored in a HttpSession.
detachCopy method.
detachCopyAll method.
Controller and
ThrowawayController
beans registered in the ApplicationContext
and register a URL path mapping for each one based on rules defined here.
Resource.
InputStream.
Action bean, to be looked up in
the WebApplicationContext.
Action bean, to be looked up in
the WebApplicationContext.
SmartInstantiationAwareBeanPostProcessors.
"exceptionMappings", using the
"defaultErrorView" as fallback.
"exceptionMappings", using the
"defaultErrorView" as fallback.
disabled' attribute.
Transformer.
createConnection(username, password)
method of the target ConnectionFactory, passing in the specified user credentials.
createQueueConnection(username, password)
method of the target QueueConnectionFactory, passing in the specified user credentials.
createTopicConnection(username, password)
method of the target TopicConnectionFactory, passing in the specified user credentials.
%lt;beans>
level in a standard Spring XML bean definition document:
default-lazy-init, default-autowire, etcDocument.FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
rendering, flush any buffered
BodyContent or, if no BodyContent is supplied,
render the default content.
form' block tag and removes the command name
from the PageContext.
label' tag.
options.
Exception is not thrown.
doFilter implementation stores a request attribute for
"already filtered", proceeding without filtering again if the
attribute is already there.
doFilter, but guaranteed to be
just invoked once per request.
BindStatus instance.
TagWriter.
TagWriter instance.
TagWriter that might have been left over when using
nested options.
ServletContext.getResourcePaths to find
matching resources below the web application root directory.
PortletContext.getResourcePaths to find
matching resources below the web application root directory.
getConnection(ConnectionSpec)
method of the target ConnectionFactory, passing in the specified user credentials.
getConnection(username, password)
method of the target DataSource, passing in the specified user credentials.
WSDataSource.getConnection(JDBCConnectionSpec).
rawConnectionOperation API,
using the getRawConnection as callback to get access to the
raw Connection (which is otherwise not directly supported by C3P0).
getUnderlyingConnection method.
getVendorConnection method.
getNativeConnection method.
JdbcTemplate.execute with an active JDBC
CallableStatement.
CciTemplate.execute with an active CCI Connection.
JdbcTemplate.execute with an active JDBC
Connection.
HibernateTemplate.execute with an active
Hibernate Session.
HibernateTemplate.execute with an active
Hibernate Session.
CciTemplate.execute with an active CCI Interaction.
JdoTemplate.execute with an active JDO
PersistenceManager.
Session and MessageProducer.
Session, possibly returning a result.
JpaTemplate.execute with an active
JPA EntityManager.
JdbcTemplate.execute with an active JDBC
PreparedStatement.
SqlMapClientTemplate.execute with an active
SqlMapExecutor.
JdbcTemplate.execute with an active JDBC
Statement.
readFromSession.
TopLinkTemplate.execute with an active
Session.
doInUnitOfWork.
TransactionTemplate.execute(org.springframework.transaction.support.TransactionCallback) within a transactional context.
RmiInvocationHandler.
RmiInvocationHandler.
Element and populate the supplied
BeanDefinitionBuilder as required.
Element and populate the supplied
BeanDefinitionBuilder as required.
Element and populate the supplied
BeanDefinitionBuilder as required.
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
MethodInterceptor.
MethodInterceptor.
FrameworkServlet.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
afterCompletion on the given Spring TransactionSynchronizations.
DispatcherServlet.doDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) for the actual dispatching.
AbstractFormTag.createTagWriter() and passes
the created TagWriter to the AbstractFormTag.writeTagContent(TagWriter) method.
convertIfNecessary
getConnection call.DestinationResolver implementation resolving destination names
as dynamic destinations.DefaultPointcutAdvisor
with a runtime DynamicMethodMatcherPointcutCache instance
(or a decorator that implements the Ehcache interface),
representing a cache region within an EHCache CacheManager.CacheManager instance
(independent or shared), configured from a specified config location.TargetSource when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only.Filter for the given filter name.
Transformer.
Transformer.
Resource
with a specific encoding to be used for reading from the resource.toString() results.
BeanDefinitionParsingException detailing the error
that has occurred.
BindingResult.MODEL_KEY_PREFIX
Interceptor that publishes an
ApplicationEvent to all ApplicationListeners
registered with an ApplicationEventPublisher after each
successful method invocation.Session cache.
task.
task synchronously, through direct
invocation of it's run() method.
task.
Session.
executeInternal afterwards.
Runnable on this executor's Timer instance,
wrapping it in a DelegatingTimerTask.
doPerform,
lazy-initializing the application context reference if necessary.
Action.
List.
true.
true.
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) allowing subclasses to add any attributes to the
PageContext as needed.
this key
in the PageContext.PAGE_SCOPE.
HttpServletRequest
attributes under the keys defined in the Servlet 2.4 specification,
for Servlet 2.3- containers.
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.
web.xml): "cacheJspExpressions".
ExpressionEvaluator or the standalone
ExpressionEvaluatorManager
of Jakarta's JSTL implementation.ExposeInvocationInterceptor to the beginning of the advice chain.
AbstractHandlerMapping.setInterceptors(java.lang.Object[])).
AbstractHandlerMapping.setInterceptors(java.lang.Object[])).
BytesMessage.
getBodyLength() method which has been introduced in
JMS 1.1 and is therefore not available on a JMS 1.0.2 provider.
MapMessage.
execute method.
ObjectMessage.
null for any input.
sourceCandidate as-is.
SourceExtractor to pull the
source metadata from the supplied Element.
SourceExtractor to pull the
source metadata from the supplied Element.
FactoryBean instance and distinguish it from
beans created by the FactoryBean.
BeanFactory
which are themselves factories.getObject() method
if the bean is not fully initialized yet, for example because it is involved
in a circular reference.ProblemReporter implementation that exhibits fail-fast
behavior when errors are encountered.BeanDefinitionParsingException detailing the error
that has occurred.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
Descriptor.
java.io.File, to directly populate a File property
from a Spring resource location.Resource implementation for java.io.File handles.ResourceLoader implementation that resolves plain paths as
file system resources rather than as class path resources
(the latter is DefaultResourceLoader's default strategy).JasperPrint instance from the configured
JasperReport instance.
candidateAdvisors list
that is applicable to the given class.
Annotation of annotationType from the
supplied Method, traversing its super methods if no annotation
can be found on the given method.
bridge Method.
candidates' that is contained in
'source'.
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.
findAutowireCandidates instead
Method on the supplied class with the supplied name
and no parameters.
Method on the supplied class with the supplied name
and parameter types.
findObject methods.
PropertyDescriptor for the given method,
with the method either being the read method or the write method for
that bean property.
ContextRefreshedEvent.
flush method.
JspWriter.
form' whose
inner elements are bound to properties on a command object.Class.forName() that also returns Class instances
for primitives (like "int") and array class names (like "String[]").
Class.forName() that also returns Class instances
for primitives (like "int") and array class names (like "String[]").
requiredViewClass.
KeyHolder interface, to be used for
holding auto-generated keys (as potentially returned by JDBC insert statements).DefaultListableBeanFactory
instance and does not assume a specific bean definition format.ListableBeanFactory that provides typed, generics-based
access to key methods.GenericBeanFactoryAccessor that wraps the supplied ListableBeanFactory.
Filter which treats
its config parameters (init-param entries within the
filter tag in web.xml) as bean properties.javax.portlet.GenericPortlet that treats
its config parameters as bean properties.creating it
if not found in the underlying storage mechanism.
null if not found.
null if not found.
null if not found.
null if not found.
null if not found.
null if not found.
acceptCharset' attribute.
accesskey' attribute.
action' attribute.
aop.xml file
in the class path.
AssertThrows.test(), if any.
null if not available.
null).
List of Advisors.
alt' attribute.
Annotation of annotationType from the
supplied Method.
Annotations from the supplied Method.
ApplicationContext that has been closed.
ApplicationContext that has been initialized or refreshed.
null).
BeanFactory and returns it.
null to indicate that
there is no appropriate text representation.
null to indicate that
there is no appropriate text representation.
null to indicate that
there is no appropriate text representation.
name.
context ClassLoader for the
managed resources ClassLoader before allowing the invocation to occur.
context ClassLoader for the
managed resources ClassLoader before allowing the invocation to occur.
autocomplete' attribute.
BeanWiringInfo.AUTOWIRE_BY_NAME /
BeanWiringInfo.AUTOWIRE_BY_TYPE, if autowiring is indicated.
Integer.MAX_VALUE.
Element.
Element.
BeanDefinitions that were registered
to form this ComponentDefinition.
null, as this object doesn't need to belong to a bean factory.
ListableBeanFactory.
null).
getObjectType
in the case of FactoryBeans.
getObjectType
in the case of FactoryBeans.
BeanReferences that are considered
to be important to this ComponentDefinition.
getObjectType in the case of FactoryBeans.
getObjectType in the case of FactoryBeans.
Class has the supplied Annotation type.
BindStatus for this tag.
null if not present.
null if not present.
null if not present.
Locale.
ClassLoader to load resource bundles with.
null if none.
null if none.
null if none.
null if using the thread context class loader on actual access
(applying to the thread that constructs the ClassPathResource object).
null).
cols' attribute.
commandName' attribute.
AbstractSingleSpringContextTests.contextKey() and
AbstractSingleSpringContextTests.loadContext(Object) instead.
null if none specified.
null if none specified.
getConnectionFromDriverManager,
using the default username and password of this DataSource.
getConnectionFromDriverManager,
using the given username and password.
UserCredentialsDataSourceAdapter.doGetConnection(String, String),
keeping the given user credentials as-is.
Connections.
null).
null).
Content-Disposition header values to
mapping keys.
null.
class' attribute.
style' attribute.
null if none set.
persistence.xml
against Spring-managed DataSource instances.
Map of DataSources maintained by this object.
SqlParameter objects.
persistence.xml.
MimeMessages,
or null if none.
FileTypeMap for
MimeMessages, or null if none.
null if none.
null if none.
null if the
defaults have been initialized yet.
Action for the given mapping.
Action for the given mapping.
ComponentDefinition.getName().
null).
dir' attribute.
disabled' attribute.
disabled' attribute.
obj is
not null; otherwise returns an empty String.
Object, HTML escaped
as required.
Object, HTML escaped
as required.
null if not present.
null if not present.
null if not present.
null if none specified.
enctype' attribute.
null if none.
null if none.
null if none.
null if none.
SQLErrorCodes instance for the given database.
SQLErrorCodes for the given DataSource,
evaluating "databaseProductName" from the
DatabaseMetaData, or an empty error codes
instance if no SQLErrorCodes were found.
DataBinder.getBindingResult().
Use the BindException.BindException(BindingResult) constructor
to create a BindException instance if still needed.
Exception expected to be thrown during
the execution of the surrounding test.
JRExporterParameter for the given parameter object,
converting it from a String if necessary.
null if not field-specific.
BeanFactory instance held by this reference.
java.io.File,
i.e. to a file in the file system.
java.io.File,
i.e. to a file in the file system.
java.io.File,
i.e. to a file in the file system.
ServletContext.getRealPath,
but throws a FileNotFoundException if not found or not resolvable.
null if it does not exist.
null if it does not exist.
org.apache.commons.fileupload.FileItem
instance.
org.apache.commons.fileupload.disk.DiskFileItemFactory
instance.
Map of the multipart files contained in this request.
Iterator of String objects containing the
parameter names of the multipart files contained in this request.
mappings property.
FileTypeMap used by this MimeMessageHelper.
org.apache.commons.fileupload.FileUpload
instance.
null if not present.
null if not present.
null if not present.
Session (in single session mode).
id' attribute.
NotificationBroadcaster when notifying
any NotificationListener.
null if no
specific one is found.
null if no
specific one is found.
getHandlerMethodNameForUrlPath.
id' attribute.
BeanDefinitions that represent all relevant
inner beans within this component.
InputStream.
ServletContext.getResourceAsStream,
but throws a FileNotFoundException if no resource found.
ObjectName instance corresponding to the supplied name.
ObjectName instance corresponding to the supplied name.
ObjectName instance for the specified domain and a
single property with the supplied key and value.
ObjectName instance with the specified domain name
and the supplied key/name properties.
ClassFileTransformers.
Instrumentation interface exposed by the JVM.
MethodInterceptor objects
for the given method, based on this configuration.
MethodInterceptor objects.
null if not present.
null if not present.
null if not present.
null if none.
option' tag.
itemLabel' attribute.
Collection, Map or array
of objects used to generate the inner 'option' tags.
items' attribute.
itemValue' attribute.
System.getProperty("java.version").
null,
indicating that no JDBC Connection can be provided.
javax.sql.DataSource that this view uses, if any.
null if not known.
null if there is none.
null, as a MessageSource does
not allow for enumerating the defined message codes.
<option> tag.
LabeledEnum by its identifying code.
LabeledEnum by its identifying code.
lang' attribute.
getLastModified method to evaluate
the Last-Modified value of the mapped handler.
getLastModified method.
getLastModified method.
Log instance to use for the given
MethodInvocation.
BeanDefinition.
null if not present.
null if not present.
null if not present.
ManagedAttribute attribute,
then it is returned.
ManagedAttribute
if the supplied Method has the corresponding metadata.
ManagedNotification attributes these are returned, otherwise
a zero-length array is returned.
ManagedNotifications
if the supplied the Class has the corresponding metadata.
ManagedOperation attribute,
then it is returned.
ManagedOperation
if the supplied Method has the corresponding metadata.
ManagedOperationParameter attributes,
then these are returned, otherwise a zero length array is returned.
ManagedOperationParameter
if the supplied Method has the corresponding metadata.
ManagedResource attribute,
then it is returned.
ManagedResource
if the supplied Class has the appropriate metadata.
ObjectName String representations for
which the encapsulated NotificationFilter will
be registered as a listener for Notifications.
maxlength' attribute.
ModelMBeanInfoSupport class supplied with all
JMX implementations and populates the metadata through calls to the subclass.
MessageSourceResolvable argument that was passed in.
null if none).
method' attribute.
null).
String[] representing the argument signature of a
method.
MODEL_KEY_PREFIX + objectName'
and the object itself.
MODEL_KEY_PREFIX + objectName'
and the object itself as 'objectName'.
ModelMap instance (never null).
ModelMap instance (never null).
com.oreilly.servlet.MultipartRequest
instance.
multiple' attribute rendered
on the final 'select' element.
ComponentDefinition.
name' attribute.
name' attribute.
LabelTag.getName() to always return the empty string "",
because the 'name' attribute is not supported by the
'label' tag.
getUnderlyingStatement method.
getUnderlyingStatement method.
getUnderlyingResultSet method.
getUnderlyingStatement method.
Errors object.
NestedPathTag.
NotificationFilter associated
with the encapsulated NotificationFilter.
ManagedNotification metadata from the Class of the managed resource
and generates and returns the corresponding ModelMBeanNotificationInfo metadata.
NotificationListener.
ObjectName for a bean.
ObjectName based on the identity
of the managed resource.
ObjectName via the given key, trying to
find a mapped value in the mappings first.
ObjectName from the source level metadata associated
with the managed resource's Class.
ObjectName for the supplied bean.
ObjectName for the implementing object.
null if not known in advance.
null if not known in advance.
ObjectWrapper, or the
default wrapper if none specified.
onblur' attribute.
onchange' attribute.
onclick' attribute.
ondblclick' attribute.
onfocus' attribute.
onkeydown' attribute.
onkeypress' attribute.
onkeyup' attribute.
onmousedown' attribute.
onmousemove' attribute.
onmouseout' attribute.
onmouseover' attribute.
onmouseup' attribute.
onreset' attribute.
onselect' attribute.
onselect' attribute.
onsubmit' attribute.
EntityManager.
Method from the
metadata.
MBeanParameterInfo from the ManagedOperationParameter
attributes attached to a method.
PortletSession.PORTLET_SCOPE,
creating and setting a new attribute if no existing found.
Ordered interface (only
checked for singleton beans), or an order expressed through the
Order annotation
at the class level.
Ordered interface,
or a fallback order.
Ordered interface,
or a fallback order.
ViewResolver
is evaluated.
Ordered interface.
Order annotation,
falling back to Ordered.LOWEST_PRECEDENCE.
Ordered interface.
Ordered interface.
null if none.
null if they cannot be determined.
null if they cannot be determined.
AbstractXsltView.getParameters(HttpServletRequest) variant
null if none.
null if there is no parent
and this is the root of the context hierarchy.
null if there is no parent
(that is, this context is the root of the context hierarchy).
null if there is none.
null if none.
null if none.
ParseState at the time of the error (may be null).
resolved property path for the
command object.
null if
it is an unnamed default.
null when no
PortletConfig set yet.
null when no
PortletConfig set yet.
null if bound to an object rather than a specific property.
null if there isn't one.
BeanWrapper that this instance uses.
PropertyDescriptors for the given property.
BeanWrapperImpl.getPropertyDescriptor(java.lang.String):
Returns null if not found rather than throwing an exception.
PropertyDescriptors of a given class.
PropertyEditor, if any, in use for value bound to this tag.
null).
TargetSource,
implementing the specified interface.
TargetSource that extends
the target class of the TargetSource.
Class.
java.io.Reader for the specified resource,
using the specified encoding (if any).
XmlReaderContext associated with this helper instance.
readonly' attribute.
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse) is called.
JasperReport to fill.
JRDataSource in the given model map or create an
appropriate JRDataSource for passed-in report data.
JRDataSource,
in prioritized order.
MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) has been called with.
HttpServletRequest that we're wrapping.
PortletRequest that we're wrapping.
PortletSession.PORTLET_SCOPE.
Resource to load the
script from.
MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) has been called with.
javax.sql.rowset.CachedRowSet).
BeanDefinition.
BeanDefinition.
RollbackRuleAttribute objects
(never null).
null).
null if none.
rows' attribute.
String.
BshScriptUtils.
null if default.
null when no
ServletConfig set yet.
null when no
ServletConfig set yet.
Session.
HttpSession that we're wrapping.
PortletSession that we're wrapping.
sessions.
PortletSession.PORTLET_SCOPE.
AbstractSessionBean.setSessionContext(javax.ejb.SessionContext)).
size' attribute.
size' attribute.
Object for this metadata element
(may be null).
resource
(may be null).
null).
Classes that are supported when converting to an
XSLT Source.
null if not present.
null if not present.
null if not present.
Source for the XSLT template under the configured URL.
tabindex' attribute.
TaglibFactory used to enable JSP tags to be
accessed from FreeMarker templates.
ObjectPool.
null.
AopUtils.getTargetClass
null if the
target is null (it is hasn't yet been initialized),
or the target class if the target has already been initialized.
null if none.
TargetSource.
"targetBeanName" feature.
"targetBeanName" feature.
null).
null).
null.
null) for the default group.
SimpleThrowawayClassLoader.
getThrowawayClassLoader method.
title' attribute.
close calls to ConnectionFactoryUtils.
close calls to DataSourceUtils.
getCurrentSession calls to SessionFactoryUtils,
for participating in Spring-managed transactions.
type' attribute.
password' causing the rendered HTML 'input'
element to have a 'type' of 'password'.
getObjectType method
on a plain instance of the FactoryBean, without bean properties applied yet.
QName for the given name, relative to the
namespace URI of this post-processor, if given.
java.net.URL.
ServletContext.getResource,
but throws a FileNotFoundException if no resource found.
null)
null if not field-specific.
value' attribute.
<option> tag.
value' attribute.
Class' type of the field.
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
into 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.
contextClass" and
"contextConfigLocation" context-params.
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.
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.
parentContextKey")
used only when obtaining a parent context using the default implementation
of ContextLoader.loadParentContext(ServletContext servletContext).
locatorFactorySelector")
used only when obtaining a parent context using the default implementation
of ContextLoader.loadParentContext(ServletContext servletContext).
"warnLogCategory" property.
"warnLogCategory" property.
Log instance for this class.
Log instance for this class.
Log instance.
ManagedNotificationsManagedOperationParameter 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.MBeanServers
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.DataBinder to perform data binding
from portlet request parameters to JavaBeans, including support for multipart files.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.
LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoader
with well-known transformation hooks.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. as of 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.
FactoryBean that sets up
a JSR-166 backport
ScheduledExecutorService
(by default:
ScheduledThreadPoolExecutor
as implementation) and exposes it for bean references.FactoryBean that sets up
a JDK 1.5 ScheduledExecutorService
(by default: ScheduledThreadPoolExecutor
as implementation) and exposes it for bean references.Runnable and a delay plus period.Runnable and a delay plus period.TimerTask, consisting of the
TimerTask itself or a Runnable to create a TimerTask
for and a delay plus period.Scheduler,
manages its lifecycle as part of the Spring application context,
and exposes the Scheduler reference for dependency injection.TaskExecutor extension exposing
scheduling characteristics that are relevant to potential task submitters.ConfigurableBeanFactory,
representing a target scope to hold bean instances in.Object.BeanPostProcessor that
handles ScriptFactory definitions,
replacing each factory with the actual scripted Java object generated by it.select'
element.ObjectNames to the MBeanExporter.Notification using the wrapped
ModelMBean instance.
Notification to all registered
NotificationListeners.