, translating charset
String representations into Charset objects and back.CharsetEditor() -
Constructor for class org.springframework.beans.propertyeditors.CharsetEditor
check(PortletRequest, PortletResponse) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings
of this generator.
checkActive() -
Method in class org.springframework.mock.web.MockHttpServletRequest
Check whether this request is still active (that is, not completed yet),
throwing an IllegalStateException if not active anymore.
checkActive() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
Check whether this request is still active (that is, not completed yet),
throwing an IllegalStateException if not active anymore.
checkAllowedFields(MutablePropertyValues) -
Method in class org.springframework.validation.DataBinder
Check the given property values against the allowed fields,
removing values for fields that are not allowed.
checkAndPrepare(PortletRequest, MimeResponse) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings
of this generator.
checkAndPrepare(PortletRequest, MimeResponse, int) -
Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings
of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings
of this generator.
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) -
Method in class org.springframework.web.servlet.support.WebContentGenerator
Check and prepare the given request and response according to the settings
of this generator.
CheckboxesTag - Class in org.springframework.web.servlet.tags.formDatabinding-aware JSP tag for rendering multiple HTML 'input
'
elements with a 'type
' of 'checkbox
'.CheckboxesTag() -
Constructor for class org.springframework.web.servlet.tags.form.CheckboxesTag
CheckboxTag - Class in org.springframework.web.servlet.tags.formDatabinding-aware JSP tag for rendering an HTML 'input
'
element with a 'type
' of 'checkbox
'.CheckboxTag() -
Constructor for class org.springframework.web.servlet.tags.form.CheckboxTag
checkCandidate(String, BeanDefinition) -
Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Check the given candidate's bean name, determining whether the corresponding
bean definition needs to be registered or conflicts with an existing definition.
checkCommand(Object) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Check if the given command object is a valid for this controller,
i.e.
checkCommand(Object) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Check if the given command object is a valid for this controller,
i.e.
checkCompiled() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Check whether this operation has been compiled already;
lazily compile it if not already compiled.
checkCompiled() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Check whether this operation has been compiled already;
lazily compile it if not already compiled.
checkCompiled() -
Method in class org.springframework.jdbc.object.RdbmsOperation
Check whether this operation has been compiled already;
lazily compile it if not already compiled.
checkConfigMembers(RootBeanDefinition) -
Method in class org.springframework.beans.factory.annotation.InjectionMetadata
checkDaoConfig() -
Method in class org.springframework.dao.support.DaoSupport
Abstract subclasses must override this to check their configuration.
checkDaoConfig() -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
checkDaoConfig() -
Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig() -
Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig() -
Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
checkDaoConfig() -
Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Deprecated.
checkDaoConfig() -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated.
checkDefaultConnectionProperties(Connection) -
Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Check the default connection properties (auto-commit, transaction isolation),
keeping them to be able to expose them correctly without fetching an actual
JDBC Connection from the target DataSource.
checkDependencies(String, AbstractBeanDefinition, PropertyDescriptor[], PropertyValues) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Perform a dependency check that all properties exposed have been set,
if desired.
checkExceptionExpectations(Exception) -
Method in class org.springframework.test.AssertThrows
Deprecated. Does the donkey work of checking (verifying) that the
Exception
that was thrown in the body of a test is
an instance of the AssertThrows.getExpectedException()
class (or an
instance of a subclass).
checkFieldDefaults(MutablePropertyValues) -
Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field defaults,
i.e.
checkFieldMarkers(MutablePropertyValues) -
Method in class org.springframework.web.bind.WebDataBinder
Check the given property values for field markers,
i.e.
checkForAliasCircle(String, String) -
Method in class org.springframework.core.SimpleAliasRegistry
Check whether the given name points back to given alias as an alias
in the other direction, catching a circular reference upfront and
throwing a corresponding IllegalStateException.
checkIfConfigurationModificationIsAllowed() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to check whether we are allowd to make any configuration changes at this time.
checkManagedBean(Object) -
Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException
if it is not eligible for exposure with this assembler.
checkManagedBean(Object) -
Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkMergedBeanDefinition(RootBeanDefinition, String, Object[]) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Check the given merged bean definition,
potentially throwing validation exceptions.
checkMessageListener(Object) -
Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Check the given message listener, throwing an exception
if it does not correspond to a supported listener type.
checkMultipart(ActionRequest) -
Method in class org.springframework.web.portlet.DispatcherPortlet
Convert the request into a multipart request, and make multipart resolver available.
checkMultipart(HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
Convert the request into a multipart request, and make multipart resolver available.
checkNameUniqueness(String, List<String>, Element) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Validate that the specified bean name and aliases have not been used already
within the current level of beans element nesting.
checkNotModified(long) -
Method in class org.springframework.web.context.request.FacesWebRequest
checkNotModified(String) -
Method in class org.springframework.web.context.request.FacesWebRequest
checkNotModified(long) -
Method in class org.springframework.web.context.request.ServletWebRequest
checkNotModified(String) -
Method in class org.springframework.web.context.request.ServletWebRequest
checkNotModified(long) -
Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the
supplied last-modified timestamp (as determined by the application).
checkNotModified(String) -
Method in interface org.springframework.web.context.request.WebRequest
Check whether the request qualifies as not modified given the
supplied ETag
(entity tag), as determined by the application.
checkNotModified(long) -
Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests:
As a consequence, this method always returns false
.
checkNotModified(String) -
Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests:
As a consequence, this method always returns false
.
checkPropertySkipping(PropertyValues) -
Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Checks whether this injector's property needs to be skipped due to
an explicit property value having been specified.
checkQualifier(BeanDefinitionHolder, Annotation, TypeConverter) -
Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotation against the candidate bean definition.
checkQualifiers(BeanDefinitionHolder, Annotation[]) -
Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Match the given qualifier annotations against the candidate bean definition.
checkRequiredFields(MutablePropertyValues) -
Method in class org.springframework.validation.DataBinder
Check the given property values against the required fields,
generating missing field errors where appropriate.
checkResource(Locale) -
Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Check whether the underlying resource that the configured URL points to
actually exists.
checkResource(Locale) -
Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkResource(Locale) -
Method in class org.springframework.web.servlet.view.tiles2.TilesView
checkResource(Locale) -
Method in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
Overrides VelocityView.checkTemplate()
to additionally check
that both the layout template and the screen content template can be loaded.
checkResource(Locale) -
Method in class org.springframework.web.servlet.view.velocity.VelocityView
Check that the Velocity template used for this view exists and is valid.
checkResourceType(Class) -
Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
checkRowsAffected(int) -
Method in class org.springframework.jdbc.object.SqlUpdate
Check the given number of affected rows against the
specified maximum number or required number.
checkService() -
Method in class org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() -
Method in class org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set,
and whether it matches the specified service.
checkUserTransactionAndTransactionManager() -
Method in class org.springframework.transaction.jta.JtaTransactionManager
Check the UserTransaction as well as the TransactionManager handle,
assuming standard JTA requirements.
checkWriteOperationAllowed(Session) -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
Check whether write operations are allowed on the given Session.
childBeanDefinition(String) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder
used to construct a ChildBeanDefinition
.
ChildBeanDefinition - Class in org.springframework.beans.factory.supportBean definition for beans which inherit settings from their parent.ChildBeanDefinition(String) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent, to be
configured through its bean properties and configuration methods.
ChildBeanDefinition(String, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent.
ChildBeanDefinition(String, Class, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent,
providing constructor arguments and property values.
ChildBeanDefinition(String, String, ConstructorArgumentValues, MutablePropertyValues) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition for the given parent,
providing constructor arguments and property values.
ChildBeanDefinition(ChildBeanDefinition) -
Constructor for class org.springframework.beans.factory.support.ChildBeanDefinition
Create a new ChildBeanDefinition as deep copy of the given
bean definition.
children -
Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
CLASS_ATTRIBUTE -
Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
CLASS_ATTRIBUTE -
Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
CLASS_FILE_SUFFIX -
Static variable in class org.springframework.util.ClassUtils
The ".class" file suffix
CLASS_KEY -
Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(class)=com.myapp.MyClass
-
ClassArrayEditor - Class in org.springframework.beans.propertyeditorsProperty editor for an array of Classes
, to enable
the direct population of a Class[]
property without having to
use a String
class name property as bridge.ClassArrayEditor() -
Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassEditor
, using the thread
context ClassLoader
.
ClassArrayEditor(ClassLoader) -
Constructor for class org.springframework.beans.propertyeditors.ClassArrayEditor
Create a default ClassArrayEditor
, using the given
ClassLoader
.
ClassEditor - Class in org.springframework.beans.propertyeditorsProperty editor for 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.ClassEditor() -
Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the thread context ClassLoader.
ClassEditor(ClassLoader) -
Constructor for class org.springframework.beans.propertyeditors.ClassEditor
Create a default ClassEditor, using the given ClassLoader.
ClassFilter - Interface in org.springframework.aopFilter that restricts matching of a pointcut or introduction to
a given set of target classes.ClassFilters - Class in org.springframework.aop.supportStatic utility methods for composing
ClassFilters
.ClassFilters() -
Constructor for class org.springframework.aop.support.ClassFilters
ClassMetadata - Interface in org.springframework.core.typeInterface that defines abstract metadata of a specific class,
in a form that does not require that class to be loaded yet.ClassNameBeanWiringInfoResolver - Class in org.springframework.beans.factory.wiringSimple default implementation of the BeanWiringInfoResolver
interface,
looking for a bean with the same name as the fully-qualified class name.ClassNameBeanWiringInfoResolver() -
Constructor for class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
classNamesToString(Class...) -
Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces
in the given array.
classNamesToString(Collection<Class>) -
Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces
in the given collection.
classPackageAsResourcePath(Class<?>) -
Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the
class's package name as a pathname, i.e., all dots ('.') are replaced by
slashes ('/').
CLASSPATH_ALL_URL_PREFIX -
Static variable in interface org.springframework.core.io.support.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:"
This differs from ResourceLoader's classpath URL prefix in that it
retrieves all matching resources for a given name (e.g.
CLASSPATH_URL_PREFIX -
Static variable in interface org.springframework.core.io.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX -
Static variable in class org.springframework.util.Log4jConfigurer
Pseudo URL prefix for loading from the class path: "classpath:"
CLASSPATH_URL_PREFIX -
Static variable in class org.springframework.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassPathBeanDefinitionScanner - Class in org.springframework.context.annotationA bean definition scanner that detects bean candidates on the classpath,
registering corresponding bean definitions with a given registry (BeanFactory
or ApplicationContext
).ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) -
Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner
for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) -
Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner
for the given bean factory.
ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) -
Constructor for class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Create a new ClassPathBeanDefinitionScanner
for the given bean factory and
using the given Environment
when evaluating bean definition profile metadata.
ClassPathResource - Class in org.springframework.core.ioResource
implementation for class path resources.ClassPathResource(String) -
Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader) -
Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) -
Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader, Class<?>) -
Constructor for class org.springframework.core.io.ClassPathResource
Create a new ClassPathResource with optional ClassLoader and Class.
ClassPathScanningCandidateComponentProvider - Class in org.springframework.context.annotationA component provider that scans the classpath from a base package.ClassPathScanningCandidateComponentProvider(boolean) -
Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Create a ClassPathScanningCandidateComponentProvider.
ClassPathScanningCandidateComponentProvider(boolean, Environment) -
Constructor for class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
ClassPathXmlApplicationContext - Class in org.springframework.context.supportStandalone XML application context, taking the context definition files
from the class path, interpreting plain paths as class path resource names
that include the package path (e.g.ClassPathXmlApplicationContext() -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext for bean-style configuration.
ClassPathXmlApplicationContext(String) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String...) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
ClassPathXmlApplicationContext(String[], boolean) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files.
ClassPathXmlApplicationContext(String, Class) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context.
ClassPathXmlApplicationContext(String[], Class, ApplicationContext) -
Constructor for class org.springframework.context.support.ClassPathXmlApplicationContext
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context.
ClassRelativeResourceLoader - Class in org.springframework.core.ioResourceLoader
implementation that interprets plain resource paths
as relative to a given java.lang.Class
.ClassRelativeResourceLoader(Class) -
Constructor for class org.springframework.core.io.ClassRelativeResourceLoader
Create a new ClassRelativeResourceLoader for the given class.
ClassUtils - Class in org.springframework.utilMiscellaneous class utility methods.ClassUtils() -
Constructor for class org.springframework.util.ClassUtils
cleanPath(String) -
Static method in class org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
cleanup() -
Method in interface org.springframework.jdbc.core.DisposableSqlTypeValue
Clean up resources held by this type value,
for example the LobCreator in case of a SqlLobValue.
cleanup() -
Method in class org.springframework.jdbc.core.support.SqlLobValue
Close the LobCreator, if any.
cleanup() -
Method in interface org.springframework.jdbc.support.SqlValue
Clean up resources held by this value object.
cleanupAttribute(WebRequest, String) -
Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
cleanupAttribute(WebRequest, String) -
Method in interface org.springframework.web.bind.support.SessionAttributeStore
Clean up the specified attribute in the backend session.
cleanupAttributes(WebRequest) -
Method in class org.springframework.web.method.annotation.SessionAttributesHandler
Remove "known" attributes from the session, i.e.
CleanupFailureDataAccessException - Exception in org.springframework.daoException thrown when we couldn't cleanup after a data access operation,
but the actual operation went OK.CleanupFailureDataAccessException(String, Throwable) -
Constructor for exception org.springframework.dao.CleanupFailureDataAccessException
Constructor for CleanupFailureDataAccessException.
cleanupFileItems(MultiValueMap<String, MultipartFile>) -
Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Cleanup the Spring MultipartFiles created during multipart parsing,
potentially holding temporary data on disk.
cleanupMultipart(MultipartHttpServletRequest) -
Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
cleanupMultipart(MultipartHttpServletRequest) -
Method in interface org.springframework.web.multipart.MultipartResolver
Cleanup any resources used for the multipart handling,
like a storage for the uploaded files.
cleanupMultipart(MultipartHttpServletRequest) -
Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
cleanupMultipart(MultipartActionRequest) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
cleanupMultipart(MultipartActionRequest) -
Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Cleanup any resources used for the multipart handling,
such as storage for any uploaded file(s).
cleanupMultipart(HttpServletRequest) -
Method in class org.springframework.web.servlet.DispatcherServlet
Clean up any resources used by the given multipart request (if any).
cleanupParameters() -
Method in interface org.springframework.jdbc.core.ParameterDisposer
Close the resources allocated by parameters that the implementing
object holds, for example in case of a DisposableSqlTypeValue
(like a SqlLobValue).
cleanupParameters(Object[]) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an
execute method.
cleanupParameters(Collection) -
Static method in class org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an
execute method.
cleanupResource(H, K, boolean) -
Method in class org.springframework.transaction.support.ResourceHolderSynchronization
Perform a cleanup on the given resource (which is left bound to the thread).
cleanupTransaction(Object) -
Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation does nothing, as the default beginTransaction implementation
does not require any cleanup.
cleanupTransaction(Object) -
Method in interface org.springframework.orm.jdo.JdoDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) -
Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation does nothing, since the default beginTransaction
implementation does not require any cleanup.
cleanupTransaction(Object) -
Method in interface org.springframework.orm.jpa.JpaDialect
Clean up the transaction via the given transaction data.
cleanupTransaction(Object) -
Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
cleanupTransactionInfo(TransactionAspectSupport.TransactionInfo) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Reset the TransactionInfo ThreadLocal.
clear() -
Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Clear this holder, removing all argument values.
clear() -
Method in interface org.springframework.cache.Cache
Remove all mappings from the cache.
clear() -
Method in class org.springframework.cache.concurrent.ConcurrentMapCache
clear() -
Method in class org.springframework.cache.ehcache.EhCacheCache
clear() -
Method in class org.springframework.http.HttpHeaders
clear() -
Method in class org.springframework.jdbc.datasource.ConnectionHolder
clear() -
Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Clear all bindings in this context builder, while keeping it active.
clear() -
Method in class org.springframework.mock.web.MockBodyContent
clear() -
Method in class org.springframework.mock.web.MockJspWriter
clear() -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
Remove all objects from the Session
cache, and
cancel all pending saves, updates and deletes.
clear() -
Method in class org.springframework.orm.hibernate3.HibernateTemplate
clear() -
Method in class org.springframework.orm.hibernate3.SessionHolder
clear() -
Method in class org.springframework.orm.hibernate4.SessionHolder
clear() -
Method in class org.springframework.orm.jdo.PersistenceManagerHolder
clear() -
Method in class org.springframework.orm.jpa.EntityManagerHolder
clear() -
Method in class org.springframework.transaction.support.ResourceHolderSupport
Clear the transactional state of this resource holder.
clear() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Clear the entire transaction synchronization state for the current thread:
registered synchronizations as well as the various transaction characteristics.
clear() -
Method in class org.springframework.util.AutoPopulatingList
clear() -
Method in class org.springframework.util.CachingMapDecorator
clear() -
Method in class org.springframework.util.LinkedCaseInsensitiveMap
clear() -
Method in class org.springframework.util.LinkedMultiValueMap
clear() -
Method in class org.springframework.util.xml.SimpleNamespaceContext
Removes all declared prefixes.
clear() -
Method in class org.springframework.web.portlet.ModelAndView
Clear the state of this ModelAndView object.
clear() -
Method in class org.springframework.web.servlet.ModelAndView
Clear the state of this ModelAndView object.
clearAllRenderParameters(ActionResponse) -
Static method in class org.springframework.web.portlet.util.PortletUtils
Clear all the render parameters from the ActionResponse
.
clearAttributes() -
Method in class org.springframework.mock.web.MockHttpServletRequest
Clear all of this request's attributes.
clearAttributes() -
Method in class org.springframework.mock.web.MockHttpSession
Clear all of this session's attributes.
clearAttributes() -
Method in class org.springframework.mock.web.portlet.MockPortletSession
Clear all of this session's attributes.
clearBuffer() -
Method in class org.springframework.mock.web.MockBodyContent
clearBuffer() -
Method in class org.springframework.mock.web.MockJspWriter
clearCache() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle cache.
clearCache() -
Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
Clear the entire destination cache.
clearCache() -
Method in class org.springframework.jms.support.destination.JndiDestinationResolver
clearCache() -
Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Clear the entire view cache, removing all cached view objects.
clearCacheIncludingAncestors() -
Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Clear the resource bundle caches of this MessageSource and all its ancestors.
clearClassLoader(ClassLoader) -
Static method in class org.springframework.beans.CachedIntrospectionResults
Clear the introspection cache for the given ClassLoader, removing the
introspection results for all classes underneath that ClassLoader,
and deregistering the ClassLoader (and any of its children) from the
acceptance list.
clearErrorRequestAttributes(HttpServletRequest) -
Static method in class org.springframework.web.util.WebUtils
Clear the Servlet spec's error attributes as HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification:
javax.servlet.error.status_code
,
javax.servlet.error.exception_type
,
javax.servlet.error.message
,
javax.servlet.error.exception
,
javax.servlet.error.request_uri
,
javax.servlet.error.servlet_name
.
clearMergedBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Remove the merged bean definition for the specified bean,
recreating it on next access.
clearSynchronization() -
Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate transaction synchronization for the current thread.
ClientHttpRequest - Interface in org.springframework.http.clientRepresents a client-side HTTP request.ClientHttpRequestExecution - Interface in org.springframework.http.clientRepresents the context of a client-side HTTP request execution.ClientHttpRequestFactory - Interface in org.springframework.http.clientFactory for ClientHttpRequest
objects.ClientHttpRequestInterceptor - Interface in org.springframework.http.clientIntercepts client-side HTTP requests.ClientHttpResponse - Interface in org.springframework.http.clientRepresents a client-side HTTP response.ClobStringType - Class in org.springframework.orm.hibernate3.supportHibernate UserType implementation for Strings that get mapped to CLOBs.ClobStringType() -
Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used by Hibernate: fetches config-time LobHandler and
config-time JTA TransactionManager from LocalSessionFactoryBean.
ClobStringType(LobHandler, TransactionManager) -
Constructor for class org.springframework.orm.hibernate3.support.ClobStringType
Constructor used for testing: takes an explicit LobHandler
and an explicit JTA TransactionManager (can be null
).
ClobStringTypeHandler - Class in org.springframework.orm.ibatis.supportiBATIS TypeHandler implementation for Strings that get mapped to CLOBs.ClobStringTypeHandler() -
Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Constructor used by iBATIS: fetches config-time LobHandler from
SqlMapClientFactoryBean.
ClobStringTypeHandler(LobHandler) -
Constructor for class org.springframework.orm.ibatis.support.ClobStringTypeHandler
Constructor used for testing: takes an explicit LobHandler.
clone() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Public declaration of Object's clone()
method.
clone() -
Method in class org.springframework.jca.cci.core.support.CommAreaRecord
cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Clone this bean definition.
cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.ChildBeanDefinition
cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.GenericBeanDefinition
cloneBeanDefinition() -
Method in class org.springframework.beans.factory.support.RootBeanDefinition
close() -
Method in interface org.springframework.context.ConfigurableApplicationContext
Close this application context, releasing all resources and locks that the
implementation might hold.
close() -
Method in class org.springframework.context.support.AbstractApplicationContext
Close this application context, destroying all beans in its bean factory.
close() -
Method in interface org.springframework.http.client.ClientHttpResponse
Closes this response, freeing any resources created.
close() -
Method in interface org.springframework.http.server.ServerHttpResponse
Close this response, freeing any resources created.
close() -
Method in class org.springframework.http.server.ServletServerHttpResponse
close() -
Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
close() -
Method in interface org.springframework.jdbc.support.lob.LobCreator
Close this LobCreator session and free its temporarily created BLOBs and CLOBs.
close() -
Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Free all temporary BLOBs and CLOBs created by this creator.
close() -
Method in class org.springframework.mock.jndi.SimpleNamingContext
close() -
Method in class org.springframework.mock.web.DelegatingServletInputStream
close() -
Method in class org.springframework.mock.web.DelegatingServletOutputStream
close() -
Method in class org.springframework.mock.web.MockBodyContent
close() -
Method in class org.springframework.mock.web.MockHttpServletRequest
Mark this request as completed, keeping its state.
close() -
Method in class org.springframework.mock.web.MockJspWriter
close() -
Method in class org.springframework.mock.web.portlet.MockPortletRequest
Mark this request as completed.
close() -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation does nothing:
We're dealing with an externally managed DataSource.
close() -
Method in class org.springframework.util.CommonsLogWriter
close() -
Method in class org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing
a BindException if it encountered any errors.
closeAll() -
Method in class org.springframework.jms.connection.JmsResourceHolder
closeBeanFactory() -
Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must implement this method to release their internal bean factory.
closeBeanFactory() -
Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
closeBeanFactory() -
Method in class org.springframework.context.support.GenericApplicationContext
Not much to do: We hold a single internal BeanFactory that will never
get released.
closeConnection(Connection) -
Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Close the given Connection.
closeConnection(Connection) -
Static method in class org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Connection and ignore any thrown exception.
closeConnection(Connection) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
Close the given Connection.
closeConnection(Connection) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection, boolean) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS Connection and ignore any thrown exception.
closeConnection(Connection) -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation simply calls Connection.close
.
closeConnection(Connection) -
Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
closeEntityManager(EntityManager) -
Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Close the given JPA EntityManager,
catching and logging any cleanup exceptions thrown.
closeEntityManagerAfterFailedBegin(JpaTransactionManager.JpaTransactionObject) -
Method in class org.springframework.orm.jpa.JpaTransactionManager
Close the current transaction's EntityManager.
closeIterator(Iterator) -
Method in interface org.springframework.orm.hibernate3.HibernateOperations
Immediately close an Iterator
created by any of the various
iterate(..)
operations, instead of waiting until the
session is closed or disconnected.
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.bind.support.WebRequestDataBinder
Treats errors as fatal.
closeNoCatch() -
Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Treats errors as fatal.
closePersistenceManagerAfterFailedBegin(JdoTransactionManager.JdoTransactionObject) -
Method in class org.springframework.orm.jdo.JdoTransactionManager
Close the current transaction's EntityManager.
closeQueueBrowser(QueueBrowser) -
Static method in class org.springframework.jms.support.JmsUtils
Close the given JMS QueueBrowser and ignore any thrown exception.
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.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.
closeSession(Session) -
Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
Perform actual closing of the Hibernate Session,
catching and logging any cleanup exceptions thrown.
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
Deprecated. 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.rmiSpecial 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.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) -
Constructor for class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
collection(Class<?>, TypeDescriptor) -
Static method in class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a java.util.Collection type.
CollectionFactory - Class in org.springframework.coreFactory for collections, being aware of Java 5 and Java 6 collections.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.utilMiscellaneous 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.coreRowMapper
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
combine(String, String) -
Method in class org.springframework.util.AntPathMatcher
Combines two patterns into a new pattern that is returned.
combine(String, String) -
Method in interface org.springframework.util.PathMatcher
Combines two patterns into a new pattern that is returned.
combine(ConsumesRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the "other" instance if it has any expressions; returns "this"
instance otherwise.
combine(HeadersRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns a new instance with the union of the header expressions
from "this" and the "other" instance.
combine(ParamsRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns a new instance with the union of the param expressions
from "this" and the "other" instance.
combine(PatternsRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Returns a new instance with URL patterns from the current instance ("this") and
the "other" instance as follows:
If there are patterns in both instances, combine the patterns in "this" with
the patterns in "other" using PathMatcher.combine(String, String)
.
combine(ProducesRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Returns the "other" instance if it has any expressions; returns "this"
instance otherwise.
combine(T) -
Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Defines the rules for combining this condition (i.e.
combine(RequestConditionHolder) -
Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Combine the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
combine(RequestMethodsRequestCondition) -
Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns a new instance with a union of the HTTP request methods
from "this" and the "other" instance.
combine(RequestMappingInfo) -
Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Combines "this" request mapping info (i.e.
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_LINE_PROPERTY_SOURCE_NAME -
Static variable in class org.springframework.core.env.CommandLinePropertySource
The default name given to CommandLinePropertySource
instances: "commandLineArgs"
COMMAND_NAME_VARIABLE_NAME -
Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Deprecated. as of Spring 2.5, in favor of FormTag.MODEL_ATTRIBUTE_VARIABLE_NAME
CommandLinePropertySource<T> - Class in org.springframework.core.envAbstract base class for PropertySource
implementations backed by command line
arguments.CommandLinePropertySource(T) -
Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource
having the default name "commandLineArgs" and backed by the given source object.
CommandLinePropertySource(String, T) -
Constructor for class org.springframework.core.env.CommandLinePropertySource
Create a new CommandLinePropertySource
having the given name and backed by
the given source object.
CommAreaRecord - Class in org.springframework.jca.cci.core.supportCCI 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.ManagedTransactionAdapter
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.
COMMON_ANNOTATION_PROCESSOR_BEAN_NAME -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed JSR-250 annotation processor.
CommonAnnotationBeanPostProcessor - Class in org.springframework.context.annotationBeanPostProcessor
implementation
that supports common Java annotations out of the box, in particular the JSR-250
annotations in the javax.annotation
package.CommonAnnotationBeanPostProcessor() -
Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Create a new CommonAnnotationBeanPostProcessor,
with the init and destroy annotation types set to
PostConstruct
and PreDestroy
,
respectively.
CommonAnnotationBeanPostProcessor.LookupElement - Class in org.springframework.context.annotationClass representing generic injection information about an annotated field
or setter method, supporting @Resource and related annotations.CommonAnnotationBeanPostProcessor.LookupElement(Member, PropertyDescriptor) -
Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
commonDatabaseName(String) -
Static method in class org.springframework.jdbc.support.JdbcUtils
Extract a common name for the database in use even if various drivers/platforms provide varying names.
CommonsClientHttpRequestFactory - Class in org.springframework.http.clientDeprecated. In favor of HttpComponentsClientHttpRequestFactory
CommonsClientHttpRequestFactory() -
Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated. Create a new instance of the CommonsHttpRequestFactory
with a default
HttpClient
that uses a default MultiThreadedHttpConnectionManager
.
CommonsClientHttpRequestFactory(HttpClient) -
Constructor for class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated. Create a new instance of the CommonsHttpRequestFactory
with the given
HttpClient
instance.
CommonsDbcpNativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbcImplementation of the NativeJdbcExtractor
interface for the
Jakarta Commons DBCP connection pool, version 1.1 or higher.CommonsDbcpNativeJdbcExtractor() -
Constructor for class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
CommonsFileUploadSupport - Class in org.springframework.web.multipart.commonsBase class for multipart resolvers that use Jakarta Commons FileUpload
1.2 or above.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.commonsHolder for a Map of Spring MultipartFiles and a Map of
multipart parameters.CommonsFileUploadSupport.MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) -
Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
CommonsHttpInvokerRequestExecutor - Class in org.springframework.remoting.httpinvokerHttpInvokerRequestExecutor
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.configFactory bean for
commons-logging
Log
instances.CommonsLogFactoryBean() -
Constructor for class org.springframework.beans.factory.config.CommonsLogFactoryBean
CommonsLoggingLogSystem - Class in org.springframework.ui.velocityVelocity LogSystem implementation for Jakarta Commons Logging.CommonsLoggingLogSystem() -
Constructor for class org.springframework.ui.velocity.CommonsLoggingLogSystem
CommonsLogWriter - Class in org.springframework.utiljava.io.Writer
adapter for a Commons Logging Log
.CommonsLogWriter(Log) -
Constructor for class org.springframework.util.CommonsLogWriter
Create a new CommonsLogWriter for the given Commons Logging logger.
CommonsMultipartFile - Class in org.springframework.web.multipart.commonsMultipartFile 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.commonsServlet-based MultipartResolver
implementation
for Jakarta Commons FileUpload
1.2 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.
CommonsPoolTargetSource - Class in org.springframework.aop.targetTargetSource 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.multipartPortletMultipartResolver
implementation for
Jakarta Commons FileUpload
1.2 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.filterSimple 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<T extends Comparable<T>> - Class in org.springframework.util.comparatorComparator 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(Class<? extends Throwable>, Class<? extends Throwable>) -
Method in class org.springframework.core.ExceptionDepthComparator
compare(Object, Object) -
Method in class org.springframework.core.OrderComparator
compare(Object, Object) -
Method in class org.springframework.expression.spel.support.StandardTypeComparator
compare(Object, Object) -
Method in interface org.springframework.expression.TypeComparator
Compare two objects.
compare(Boolean, Boolean) -
Method in class org.springframework.util.comparator.BooleanComparator
compare(T, T) -
Method in class org.springframework.util.comparator.ComparableComparator
compare(T, T) -
Method in class org.springframework.util.comparator.CompoundComparator
compare(T, T) -
Method in class org.springframework.util.comparator.InvertibleComparator
compare(T, T) -
Method in class org.springframework.util.comparator.NullSafeComparator
compareTo(Object) -
Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.
compareTo(MediaType) -
Method in class org.springframework.http.MediaType
Compares this MediaType
to another alphabetically.
compareTo(FlashMap) -
Method in class org.springframework.web.servlet.FlashMap
Compare two FlashMaps and prefer the one that specifies a target URL
path or has more target URL parameters.
compareTo(ConsumesRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns:
0 if the two conditions have the same number of expressions
Less than 0 if "this" has more or more specific media type expressions
Greater than 0 if "other" has more or more specific media type expressions
compareTo(HeadersRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns:
0 if the two conditions have the same number of header expressions
Less than 0 if "this" instance has more header expressions
Greater than 0 if the "other" instance has more header expressions
compareTo(ParamsRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns:
0 if the two conditions have the same number of parameter expressions
Less than 0 if "this" instance has more parameter expressions
Greater than 0 if the "other" instance has more parameter expressions
compareTo(PatternsRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Compare the two conditions based on the URL patterns they contain.
compareTo(ProducesRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Compares this and another "produces" condition as follows:
Sort 'Accept' header media types by quality value via
MediaType.sortByQualityValue(List)
and iterate the list.
compareTo(T, HttpServletRequest) -
Method in interface org.springframework.web.servlet.mvc.condition.RequestCondition
Compares this condition to another condition in the context of
a specific request.
compareTo(RequestConditionHolder, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Compare the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
compareTo(RequestMethodsRequestCondition, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns:
0 if the two conditions contain the same number of HTTP request methods.
compareTo(RequestMappingInfo, HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
Compares "this" info (i.e.
compile() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Compile this JdbcCall using provided parameters and meta data plus other settings.
compile() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Compile this JdbcInsert using provided parameters and meta data plus other settings.
compile() -
Method in class org.springframework.jdbc.object.RdbmsOperation
Compile this query.
compileInternal() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Method to perform the actual compilation.
compileInternal() -
Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to perform the actual compilation.
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.
Component - Annotation Type in org.springframework.stereotypeIndicates that an annotated class is a "component".ComponentControllerSupport - Class in org.springframework.web.servlet.view.tilesDeprecated. as of Spring 3.0ComponentControllerSupport() -
Constructor for class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.
ComponentDefinition - Interface in org.springframework.beans.factory.parsingInterface 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.
ComponentScan - Annotation Type in org.springframework.context.annotationConfigures component scanning directives for use with @Configuration
classes.ComponentScan.Filter - Annotation Type in org.springframework.context.annotationDeclares the type filter to be used as an include filter or exclude filter.ComponentScanBeanDefinitionParser - Class in org.springframework.context.annotationParser for the <context:component-scan/>
element.ComponentScanBeanDefinitionParser() -
Constructor for class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
ComposablePointcut - Class in org.springframework.aop.supportConvenient 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
CompositeCacheManager - Class in org.springframework.cache.supportComposite CacheManager
implementation that iterates
over a given collection of CacheManager
instances.CompositeCacheManager() -
Constructor for class org.springframework.cache.support.CompositeCacheManager
CompositeCacheOperationSource - Class in org.springframework.cache.interceptorComposite CacheOperationSource
implementation that iterates
over a given array of CacheOperationSource
instances.CompositeCacheOperationSource(CacheOperationSource...) -
Constructor for class org.springframework.cache.interceptor.CompositeCacheOperationSource
Create a new CompositeCacheOperationSource for the given sources.
CompositeComponentDefinition - Class in org.springframework.beans.factory.parsingComponentDefinition
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.
CompositeDatabasePopulator - Class in org.springframework.jdbc.datasource.initDatabasePopulator
implementation that delegates to a list of other
DatabasePopulator implementations, executing all scripts.CompositeDatabasePopulator() -
Constructor for class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
CompositeFilter - Class in org.springframework.web.filterA generic composite servlet Filter
that just delegates its behaviour to a chain (list) of user supplied
filters, achieving the functionality of a FilterChain
, but conveniently using only Filter
instances.CompositeFilter() -
Constructor for class org.springframework.web.filter.CompositeFilter
CompositeIterator<E> - Class in org.springframework.utilIterator that combines multiple other iterators.CompositeIterator() -
Constructor for class org.springframework.util.CompositeIterator
Create a new composite iterator.
CompositePropertySource - Class in org.springframework.core.envComposite PropertySource
implementation that iterates over a set of
PropertySource
instances.CompositePropertySource(String) -
Constructor for class org.springframework.core.env.CompositePropertySource
Create a new CompositePropertySource
.
CompositeStringExpression - Class in org.springframework.expression.commonRepresents a template expression broken into pieces.CompositeStringExpression(String, Expression[]) -
Constructor for class org.springframework.expression.common.CompositeStringExpression
CompositeTransactionAttributeSource - Class in org.springframework.transaction.interceptorComposite 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<T> - Class in org.springframework.util.comparatorA 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.
CompoundExpression - Class in org.springframework.expression.spel.astRepresents a DOT separated expression sequence, such as 'property1.property2.methodOne()'CompoundExpression(int, SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.CompoundExpression
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.daoException 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.interceptorInterceptor 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.utilSupport class for throttling concurrent access to a specific resource.ConcurrencyThrottleSupport() -
Constructor for class org.springframework.util.ConcurrencyThrottleSupport
ConcurrentExecutorAdapter - Class in org.springframework.core.task.supportAdapter that exposes the Executor
interface
for any Spring TaskExecutor
.ConcurrentExecutorAdapter(TaskExecutor) -
Constructor for class org.springframework.core.task.support.ConcurrentExecutorAdapter
Create a new ConcurrentExecutorAdapter for the given Spring TaskExecutor.
ConcurrentMap - Interface in org.springframework.coreDeprecated. as of Spring 3.0, since standard ConcurrentMap
is available on Java 5+ anywayConcurrentMapCache - Class in org.springframework.cache.concurrentSimple Cache
implementation based on the core JDK
java.util.concurrent
package.ConcurrentMapCache(String) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, boolean) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCache
Create a new ConcurrentMapCache with the specified name and the
given internal ConcurrentMap to use.
ConcurrentMapCacheFactoryBean - Class in org.springframework.cache.concurrentFactoryBean
for easy configuration of a ConcurrentMapCache
when used within a Spring container.ConcurrentMapCacheFactoryBean() -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
ConcurrentMapCacheManager - Class in org.springframework.cache.concurrentCacheManager
implementation that lazily builds ConcurrentMapCache
instances for each ConcurrentMapCacheManager.getCache(java.lang.String)
request.ConcurrentMapCacheManager() -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a dynamic ConcurrentMapCacheManager,
lazily creating cache instances as they are being requested.
ConcurrentMapCacheManager(String...) -
Constructor for class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Construct a static ConcurrentMapCacheManager,
managing caches for the specified cache names only.
ConcurrentTaskExecutor - Class in org.springframework.scheduling.backportconcurrentAdapter 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.concurrentAdapter 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.
ConcurrentTaskScheduler - Class in org.springframework.scheduling.concurrentAdapter that takes a JDK 1.5 java.util.concurrent.ScheduledExecutorService
and exposes a Spring TaskScheduler
for it.ConcurrentTaskScheduler() -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler,
using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService) -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler,
using the given JDK 1.5 executor as shared delegate.
ConcurrentTaskScheduler(Executor, ScheduledExecutorService) -
Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler,
using the given JDK 1.5 executors as delegates.
ConditionalGenericConverter - Interface in org.springframework.core.convert.converterA generic converter that conditionally executes.ConditionalTestCase - Class in org.springframework.testDeprecated. as of Spring 3.0, in favor of using the listener-based test context framework
(AbstractJUnit4SpringContextTests
)ConditionalTestCase() -
Constructor for class org.springframework.test.ConditionalTestCase
Deprecated. Default constructor for ConditionalTestCase.
ConditionalTestCase(String) -
Constructor for class org.springframework.test.ConditionalTestCase
Deprecated. Constructor for ConditionalTestCase with a JUnit name.
CONFIG_LOCATION_DELIMITERS -
Static variable in interface org.springframework.context.ConfigurableApplicationContext
Any number of these characters are considered delimiters between
multiple context config paths in a single String value.
CONFIG_LOCATION_DELIMITERS -
Static variable in class org.springframework.jca.context.SpringContextResourceAdapter
Any number of these characters are considered delimiters between
multiple context config 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.annotationMarks a class as being eligible for Spring-driven configuration.ConfigurableApplicationContext - Interface in org.springframework.contextSPI interface to be implemented by most if not all application contexts.ConfigurableBeanFactory - Interface in org.springframework.beans.factory.configConfiguration interface to be implemented by most bean factories.ConfigurableConversionService - Interface in org.springframework.core.convert.supportConfiguration interface to be implemented by most if not all ConversionService
types.ConfigurableEnvironment - Interface in org.springframework.core.envConfiguration interface to be implemented by most if not all Environment
types.ConfigurableJasperReportsView - Class in org.springframework.web.servlet.view.jasperreportsConfigurable 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.configConfiguration interface to be implemented by most listable bean factories.ConfigurableMimeFileTypeMap - Class in org.springframework.mail.javamailSpring-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
ConfigurableObject - Interface in org.springframework.beans.factory.aspectjMarker interface for domain object that need DI through aspects.ConfigurableObjectInputStream - Class in org.springframework.coreSpecial ObjectInputStream subclass that resolves class names
against a specific ClassLoader.ConfigurableObjectInputStream(InputStream, ClassLoader) -
Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurableObjectInputStream(InputStream, ClassLoader, boolean) -
Constructor for class org.springframework.core.ConfigurableObjectInputStream
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.
ConfigurablePortletApplicationContext - Interface in org.springframework.web.portlet.contextInterface to be implemented by configurable portlet application contexts.ConfigurablePropertyAccessor - Interface in org.springframework.beansInterface that encapsulates configuration methods for a PropertyAccessor.ConfigurablePropertyResolver - Interface in org.springframework.core.envConfiguration interface to be implemented by most if not all PropertyResolver
types.ConfigurableWebApplicationContext - Interface in org.springframework.web.contextInterface to be implemented by configurable web application contexts.ConfigurableWebBindingInitializer - Class in org.springframework.web.bind.supportConvenient WebBindingInitializer
for declarative configuration
in a Spring application context.ConfigurableWebBindingInitializer() -
Constructor for class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
ConfigurableWebEnvironment - Interface in org.springframework.web.contextSpecialization of ConfigurableEnvironment
allowing initialization of
servlet-related PropertySource
objects at the
earliest moment the ServletContext
and (optionally) ServletConfig
become available.Configuration - Annotation Type in org.springframework.context.annotationIndicates that a class declares one or more @Bean
methods and may be processed
by the Spring container to generate bean definitions and service requests for those
beans at runtime, for example:
@Configuration
public class AppConfig {
@Bean
public MyBean myBean() {
// instantiate, configure and return bean ...
CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed Configuration annotation processor.
CONFIGURATION_BEAN_NAME_GENERATOR -
Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
The bean name of the internally managed BeanNameGenerator for use when processing
Configuration
classes.
ConfigurationClassPostProcessor - Class in org.springframework.context.annotationBeanFactoryPostProcessor
used for bootstrapping processing of
@Configuration
classes.ConfigurationClassPostProcessor() -
Constructor for class org.springframework.context.annotation.ConfigurationClassPostProcessor
configure(Properties) -
Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
configure(Properties) -
Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) -
Method in class org.springframework.web.context.ContextLoader
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) -
Method in class org.springframework.web.servlet.FrameworkServlet
configureBean(Object, String) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Configure the given raw bean: autowiring bean properties, applying
bean property values, applying factory callbacks such as setBeanName
and setBeanFactory
, and also applying all bean post processors
(including ones which might wrap the given raw bean).
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.
configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor, Object) -
Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Template method for configuring the
AutowiredAnnotationBeanPostProcessor
used for autowiring.
configureConnectionProperties(ConnectionProperties, String) -
Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Configure the properties required to create and connect to the embedded database instance.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure "default" Servlet handling.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure a handler to delegate unhandled requests by forwarding to the
Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure a handler to delegate unhandled requests by forwarding to the
Servlet container's "default" servlet.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure the list of
HandlerExceptionResolver
s to use.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HandlerExceptionResolver
s to handle unresolved
controller exceptions.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HandlerExceptionResolver
s to handle unresolved
controller exceptions.
configureIndentation(Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the indentation settings for the supplied Transformer
.
configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom HttpMessageConverter
s to use
with the RequestMappingHandlerAdapter
and the
ExceptionHandlerExceptionResolver
.
configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HttpMessageConverter
s to use in argument resolvers
and return value handlers that support reading and/or writing to the
body of the request and response.
configureMessageConverters(List<HttpMessageConverter<?>>) -
Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
Configure the HttpMessageConverter
s to use in argument resolvers
and return value handlers that support reading and/or writing to the
body of the request and response.
configureResponse(Map<String, Object>, HttpServletResponse, Transformer) -
Method in class org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied HttpServletResponse
.
configureScanner(ParserContext, Element) -
Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
configureTasks(ScheduledTaskRegistrar) -
Method in interface org.springframework.scheduling.annotation.SchedulingConfigurer
configureTransformer(Map<String, Object>, 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<T> - Interface in org.springframework.jca.cci.coreGeneric callback interface for code that operates on a CCI Connection.ConnectionCallback<T> - Interface in org.springframework.jdbc.coreGeneric callback interface for code that operates on a JDBC Connection.ConnectionFactoryUtils - Class in org.springframework.jca.cci.connectionHelper 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.connectionHelper 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.connectionCallback interface for resource creation.ConnectionHandle - Interface in org.springframework.jdbc.datasourceSimple interface to be implemented by handles for a JDBC Connection.ConnectionHolder - Class in org.springframework.jca.cci.connectionConnection holder, wrapping a CCI Connection.ConnectionHolder(Connection) -
Constructor for class org.springframework.jca.cci.connection.ConnectionHolder
ConnectionHolder - Class in org.springframework.jdbc.datasourceConnection 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
.
ConnectionProperties - Interface in org.springframework.jdbc.datasource.embeddedDataSourceFactory helper that allows essential JDBC connection properties to be configured consistently,
independent of the actual DataSource implementation.ConnectionProxy - Interface in org.springframework.jdbc.datasourceSubinterface of Connection
to be implemented by
Connection proxies.ConnectionSpecConnectionFactoryAdapter - Class in org.springframework.jca.cci.connectionAn 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.supportFactoryBean
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
ConstantException - Exception in org.springframework.coreException 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.coreThis 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.parsingParseState
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.configHolder 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.configHolder 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.
ConstructorArgumentValues.ValueHolder(Object, String, String) -
Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Create a new ValueHolder for the given value, type and name.
ConstructorExecutor - Interface in org.springframework.expressionExecutors are built by resolvers and can be cached by the infrastructure to repeat an operation quickly without going
back to the resolvers.ConstructorReference - Class in org.springframework.expression.spel.astRepresents the invocation of a constructor.ConstructorReference(int, SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorReference(int, SpelNodeImpl[], SpelNodeImpl...) -
Constructor for class org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorResolver - Interface in org.springframework.expressionA constructor resolver attempts locate a constructor and returns a ConstructorExecutor that can be used to invoke
that constructor.ConsumesRequestCondition - Class in org.springframework.web.servlet.mvc.conditionA logical disjunction (' || ') request condition to match a request's
'Content-Type' header to a list of media type expressions.ConsumesRequestCondition(String...) -
Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance from 0 or more "consumes" expressions.
ConsumesRequestCondition(String[], String[]) -
Constructor for class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance with "consumes" and "header" expressions.
CONTAINER_PREFIX -
Static variable in class org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a J2EE container
contains(Class) -
Method in exception org.springframework.beans.factory.BeanCreationException
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 (or other processing entry) for this property?
contains(String) -
Method in class org.springframework.core.env.MutablePropertySources
contains(String) -
Method in interface org.springframework.core.env.PropertySources
Return whether a property source with the given name is contained.
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.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
Deprecated.
contains(Object) -
Method in class org.springframework.orm.jpa.JpaTemplate
Deprecated.
contains(Class) -
Method in exception org.springframework.transaction.TransactionSystemException
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.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
.
containsAttribute(String) -
Method in interface org.springframework.ui.Model
Does this model contain an attribute of the given name?
containsAttribute(String) -
Method in class org.springframework.ui.ModelMap
Does this model contain an attribute of the given name?
containsAttribute(String) -
Method in class org.springframework.web.method.support.ModelAndViewContainer
Whether the underlying model contains the given attribute name.
containsBean(String) -
Method in interface org.springframework.beans.factory.BeanFactory
Does this bean factory contain a bean definition or externally registered singleton
instance 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
containsBean(String) -
Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
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.SimpleBeanDefinitionRegistry
containsBeanDefinition(String) -
Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
containsBeanDefinition(String) -
Method in class org.springframework.context.support.AbstractApplicationContext
containsConstant(Enum<?>[], String) -
Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name,
ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) -
Static method in class org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) -
Static method in class org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
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(String) -
Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation checks whether the target MessageSource can resolve
a message for the given key, translating NoSuchMessageException
accordingly.
containsKey(Object) -
Method in class org.springframework.http.HttpHeaders
containsKey(Object) -
Method in class org.springframework.util.CachingMapDecorator
containsKey(Object) -
Method in class org.springframework.util.LinkedCaseInsensitiveMap
containsKey(Object) -
Method in class org.springframework.util.LinkedMultiValueMap
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
containsObject(String) -
Method in class org.springframework.beans.factory.config.BeanExpressionContext
containsOption(String) -
Method in class org.springframework.core.env.CommandLinePropertySource
Return whether the set of option arguments parsed from the command line contains
an option with the given name.
containsOption(String) -
Method in class org.springframework.core.env.JOptCommandLinePropertySource
containsOption(String) -
Method in class org.springframework.core.env.SimpleCommandLinePropertySource
containsProperty(String) -
Method in class org.springframework.core.env.AbstractEnvironment
containsProperty(String) -
Method in class org.springframework.core.env.CommandLinePropertySource
Return whether this PropertySource
contains a property with the given name.
containsProperty(String) -
Method in class org.springframework.core.env.EnumerablePropertySource
Return whether this PropertySource
contains a property with the given name.
containsProperty(String) -
Method in interface org.springframework.core.env.PropertyResolver
Return whether the given property key is available for resolution, i.e.,
the value for the given key is not null
.
containsProperty(String) -
Method in class org.springframework.core.env.PropertySource
Return whether this PropertySource
contains the given name.
containsProperty(String) -
Method in class org.springframework.core.env.PropertySourcesPropertyResolver
containsProperty(String) -
Method in class org.springframework.core.env.SystemEnvironmentPropertySource
Return true if a property with the given name or any underscore/uppercase variant
thereof exists in this property source.
containsSession(Session) -
Method in class org.springframework.jms.connection.JmsResourceHolder
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
containsSqlScriptDelimiters(String, char) -
Static method in class org.springframework.test.jdbc.JdbcTestUtils
Determine if the provided SQL script contains the specified delimiter.
containsValue(Object) -
Method in class org.springframework.http.HttpHeaders
containsValue(Object) -
Method in class org.springframework.util.CachingMapDecorator
containsValue(Object) -
Method in class org.springframework.util.LinkedMultiValueMap
containsWhitespace(CharSequence) -
Static method in class org.springframework.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
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_HESSIAN -
Static variable in class org.springframework.remoting.caucho.HessianExporter
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.rmi.RemoteInvocationSerializingExporter
Default content type: "application/x-java-serialized-object"
contentLength() -
Method in class org.springframework.core.io.AbstractFileResolvingResource
contentLength() -
Method in class org.springframework.core.io.AbstractResource
This implementation reads the entire InputStream to calculate the
content length.
contentLength() -
Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() -
Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File's length.
contentLength() -
Method in interface org.springframework.core.io.Resource
Determine the content length for this resource.
contentLength() -
Method in class org.springframework.core.io.VfsResource
ContentNegotiatingViewResolver - Class in org.springframework.web.servlet.viewImplementation of ViewResolver
that resolves a view based on the request file name or Accept
header.ContentNegotiatingViewResolver() -
Constructor for class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
CONTEXT_ATTRIBUTES_BEAN_NAME -
Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext attributes environment bean in the factory.
CONTEXT_CLASS_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CONTEXT_ID_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext id,
to be used as serialization id for the underlying BeanFactory: "contextId"
CONTEXT_INITIALIZER_CLASSES_PARAM -
Static variable in class org.springframework.web.context.ContextLoader
Config param for which ApplicationContextInitializer
classes to use
for initializing the web application context: "contextInitializerClasses"
CONTEXT_PARAMETERS_BEAN_NAME -
Static variable in interface org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext init-params environment bean in the factory.
ContextBeanFactoryReference - Class in org.springframework.context.accessApplicationContext-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.
ContextCleanupListener - Class in org.springframework.web.contextWeb application listener that cleans up remaining disposable attributes
in the ServletContext, i.e.ContextCleanupListener() -
Constructor for class org.springframework.web.context.ContextCleanupListener
ContextClosedEvent - Class in org.springframework.context.eventEvent raised when an ApplicationContext
gets closed.ContextClosedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextClosedEvent
Creates a new ContextClosedEvent.
ContextConfiguration - Annotation Type in org.springframework.test.contextContextConfiguration
defines class-level metadata that is
used to determine how to load and configure an
ApplicationContext
for test classes.ContextConfigurationAttributes - Class in org.springframework.test.contextContextConfigurationAttributes
encapsulates the context
configuration attributes declared on a test class via
@ContextConfiguration
.ContextConfigurationAttributes(Class<?>, ContextConfiguration) -
Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes
instance for the
supplied @ContextConfiguration
annotation and
the test class
that declared it.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ContextLoader>) -
Constructor for class org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes
instance for the
test class
that declared the
@ContextConfiguration
annotation and its
corresponding attributes.
contextDestroyed(ServletContextEvent) -
Method in class org.springframework.web.context.ContextCleanupListener
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
ContextExposingHttpServletRequest - Class in org.springframework.web.context.supportHttpServletRequest decorator that makes all Spring beans in a
given WebApplicationContext accessible as request attributes,
through lazy checking once an attribute gets accessed.ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) -
Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) -
Constructor for class org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
contextInitialized(ServletContextEvent) -
Method in class org.springframework.web.context.ContextCleanupListener
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.accessBeanFactoryLocator 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
Deprecated. Return a key for this context.
contextKeyString(Object) -
Method in class org.springframework.test.AbstractSpringContextTests
Deprecated. Subclasses can override this to return a String representation of their
context key for use in caching and logging.
ContextLoader - Interface in org.springframework.test.contextStrategy interface for loading an application context
for an integration test managed by the Spring TestContext Framework.ContextLoader - Class in org.springframework.web.contextPerforms the actual initialization work for the root application context.ContextLoader() -
Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader
that will create a web application context
based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoader(WebApplicationContext) -
Constructor for class org.springframework.web.context.ContextLoader
Create a new ContextLoader
with the given application context.
ContextLoaderListener - Class in org.springframework.web.contextBootstrap listener to start up and shut down Spring's root WebApplicationContext
.ContextLoaderListener() -
Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener
that will create a web application
context based on the "contextClass" and "contextConfigLocation" servlet
context-params.
ContextLoaderListener(WebApplicationContext) -
Constructor for class org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener
with the given application context.
ContextLoaderPlugIn - Class in org.springframework.web.strutsDeprecated. as of Spring 3.0ContextLoaderPlugIn() -
Constructor for class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.
ContextNamespaceHandler - Class in org.springframework.context.configNamespaceHandler
for the 'context
' namespace.ContextNamespaceHandler() -
Constructor for class org.springframework.context.config.ContextNamespaceHandler
ContextRefreshedEvent - Class in org.springframework.context.eventEvent raised when an ApplicationContext
gets initialized or refreshed.ContextRefreshedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextRefreshedEvent
Create a new ContextRefreshedEvent.
ContextResource - Interface in org.springframework.core.ioExtended interface for a resource that is loaded from an enclosing
'context', e.g.ContextSingletonBeanFactoryLocator - Class in org.springframework.context.accessVariant 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).
ContextStartedEvent - Class in org.springframework.context.eventEvent raised when an ApplicationContext
gets started.ContextStartedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextStartedEvent
Create a new ContextStartedEvent.
ContextStoppedEvent - Class in org.springframework.context.eventEvent raised when an ApplicationContext
gets stopped.ContextStoppedEvent(ApplicationContext) -
Constructor for class org.springframework.context.event.ContextStoppedEvent
Create a new ContextStoppedEvent.
ControlFlow - Interface in org.springframework.coreInterface to be implemented by objects that can return information about
the current call stack.ControlFlowFactory - Class in org.springframework.coreStatic factory to conceal the automatic choice of the ControlFlow
implementation class.ControlFlowFactory() -
Constructor for class org.springframework.core.ControlFlowFactory
ControlFlowPointcut - Class in org.springframework.aop.supportPointcut 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 - Annotation Type in org.springframework.stereotypeIndicates that an annotated class is a "Controller" (e.g.Controller - Interface in org.springframework.web.portlet.mvcBase 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.mvcBase Controller interface, representing a component that receives
HttpServletRequest
and HttpServletResponse
instances just like a HttpServlet
but is able to
participate in an MVC workflow.ControllerBeanNameHandlerMapping - Class in org.springframework.web.servlet.mvc.supportImplementation of HandlerMapping
that
follows a simple convention for generating URL path mappings from the bean names
of registered Controller
beans
as well as @Controller
annotated beans.ControllerBeanNameHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
ControllerClassNameHandlerMapping - Class in org.springframework.web.servlet.mvc.supportImplementation of HandlerMapping
that
follows a simple convention for generating URL path mappings from the class names
of registered Controller
beans
as well as @Controller
annotated beans.ControllerClassNameHandlerMapping() -
Constructor for class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Conventions - Class in org.springframework.coreProvides methods to support various naming and other conventions used
throughout the framework.Conventions() -
Constructor for class org.springframework.core.Conventions
CONVERSION_SERVICE_BEAN_NAME -
Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the ConversionService bean in the factory.
ConversionException - Exception in org.springframework.core.convertBase class for exceptions thrown by the conversion system.ConversionException(String) -
Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionException(String, Throwable) -
Constructor for exception org.springframework.core.convert.ConversionException
Construct a new conversion exception.
ConversionFailedException - Exception in org.springframework.core.convertException to be thrown when an actual type conversion attempt fails.ConversionFailedException(TypeDescriptor, TypeDescriptor, Object, Throwable) -
Constructor for exception org.springframework.core.convert.ConversionFailedException
Create a new conversion exception.
ConversionNotSupportedException - Exception in org.springframework.beansException thrown when no suitable editor or converter can be found for a bean property.ConversionNotSupportedException(PropertyChangeEvent, Class, Throwable) -
Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
ConversionNotSupportedException(Object, Class, Throwable) -
Constructor for exception org.springframework.beans.ConversionNotSupportedException
Create a new ConversionNotSupportedException.
ConversionService - Interface in org.springframework.core.convertA service interface for type conversion.conversionService -
Variable in class org.springframework.core.env.AbstractPropertyResolver
ConversionServiceExposingInterceptor - Class in org.springframework.web.servlet.handlerInterceptor that places the configured ConversionService
in request scope
so it's available during request processing.ConversionServiceExposingInterceptor(ConversionService) -
Constructor for class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
Creates a new ConversionServiceExposingInterceptor
.
ConversionServiceFactory - Class in org.springframework.core.convert.supportA factory for common ConversionService
configurations.ConversionServiceFactory() -
Constructor for class org.springframework.core.convert.support.ConversionServiceFactory
ConversionServiceFactoryBean - Class in org.springframework.context.supportA factory providing convenient access to a ConversionService configured with
converters appropriate for most environments.ConversionServiceFactoryBean() -
Constructor for class org.springframework.context.support.ConversionServiceFactoryBean
convert(Object, Class<T>) -
Method in interface org.springframework.core.convert.ConversionService
Convert the source to targetType.
convert(Object, TypeDescriptor, TypeDescriptor) -
Method in interface org.springframework.core.convert.ConversionService
Convert the source to targetType.
convert(S) -
Method in interface org.springframework.core.convert.converter.Converter
Convert the source of type S to target type T.
convert(Object, TypeDescriptor, TypeDescriptor) -
Method in interface org.springframework.core.convert.converter.GenericConverter
Convert the source to the targetType described by the TypeDescriptor.
convert(Object, Class<T>) -
Method in class org.springframework.core.convert.support.GenericConversionService
convert(Object, TypeDescriptor, TypeDescriptor) -
Method in class org.springframework.core.convert.support.GenericConversionService
convert(Object, TypeDescriptor) -
Method in class org.springframework.core.convert.support.GenericConversionService
Convenience operation for converting a source object to the specified targetType, where the targetType is a descriptor that provides additional conversion context.
convert(byte[]) -
Method in class org.springframework.core.serializer.support.DeserializingConverter
convert(Object) -
Method in class org.springframework.core.serializer.support.SerializingConverter
Serializes the source object and returns the byte array result.
convert(EvaluationContext, Object, Class<T>) -
Static method in class org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the
supplied value to the specified type.
convertAllArguments(TypeConverter, Object[], Method) -
Static method in class org.springframework.expression.spel.support.ReflectionHelper
Convert a supplied set of arguments into the requested types.
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.
convertCastorException(XMLException, boolean) -
Method in class org.springframework.oxm.castor.CastorMarshaller
Convert the given XMLException
to an appropriate exception from the
org.springframework.oxm
hierarchy.
convertClassLoaderURL(URL) -
Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource object.
convertClassNameToResourcePath(String) -
Static method in class org.springframework.util.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
convertElement(Object) -
Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
Converter<S,T> - Interface in org.springframework.core.convert.converterA converter converts a source object of type S to a target of type T.ConverterFactory<S,R> - Interface in org.springframework.core.convert.converterA factory for "ranged" converters that can convert objects from S to subtypes of R.ConverterNotFoundException - Exception in org.springframework.core.convertThrown when a suitable converter could not be found in a conversion service.ConverterNotFoundException(TypeDescriptor, TypeDescriptor) -
Constructor for exception org.springframework.core.convert.ConverterNotFoundException
Creates a new conversion executor not found exception.
ConverterRegistry - Interface in org.springframework.core.convert.converterFor registering converters with a type conversion system.convertExporterParameters() -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Converts the exporter parameters passed in by the user which may be keyed
by String
s corresponding to the fully qualified name of the
JRExporterParameter
into parameters which are keyed by
JRExporterParameter
.
convertForProperty(Object, String) -
Method in class org.springframework.beans.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
convertFromBytesMessage(BytesMessage, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a BytesMessage to a Java Object with the specified type.
convertFromBytesMessage(BytesMessage, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Convert a BytesMessage to a Java Object with the specified type.
convertFromMessage(Message, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Template method that allows for custom message mapping.
convertFromMessage(Message, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Template method that allows for custom message mapping.
convertFromTextMessage(TextMessage, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
Convert a TextMessage to a Java Object with the specified type.
convertFromTextMessage(TextMessage, JavaType) -
Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Convert a TextMessage to a Java Object with the specified 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.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.HibernateExceptionTranslator
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.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
Convert the given HibernateException to an appropriate exception from the
org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Method in class org.springframework.orm.hibernate4.HibernateTransactionManager
Convert the given HibernateException to an appropriate exception
from the org.springframework.dao
hierarchy.
convertHibernateAccessException(HibernateException) -
Static method in class org.springframework.orm.hibernate4.SessionFactoryUtils
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<T>) -
Method in class org.springframework.beans.AbstractPropertyAccessor
convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.beans.BeanWrapperImpl
convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.beans.DirectFieldAccessor
convertIfNecessary(Object, Class<T>) -
Method in class org.springframework.beans.SimpleTypeConverter
convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.beans.SimpleTypeConverter
convertIfNecessary(Object, Class<T>) -
Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in interface org.springframework.beans.TypeConverter
Convert the value to the required type (if necessary from a String).
convertIfNecessary(Object, Class<T>) -
Method in class org.springframework.validation.DataBinder
convertIfNecessary(Object, Class<T>, MethodParameter) -
Method in class org.springframework.validation.DataBinder
ConvertingPropertyEditorAdapter - Class in org.springframework.core.convert.supportAdapter that exposes a PropertyEditor
for any given
ConversionService
and specific target type.ConvertingPropertyEditorAdapter(ConversionService, TypeDescriptor) -
Constructor for class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
Create a new ConvertingPropertyEditorAdapter for a given
ConversionService
and the given target type.
convertJaxbException(JAXBException) -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Convert the given JAXBException
to an appropriate exception from the
org.springframework.oxm
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
Deprecated. 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
Deprecated. Convert the given JDOException to an appropriate exception from the
org.springframework.dao hierarchy.
convertJibxException(JiBXException, boolean) -
Method in class org.springframework.oxm.jibx.JibxMarshaller
Convert the given JiBXException
to an appropriate exception from the
org.springframework.oxm
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.
convertJmsInvokerAccessException(JMSException) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Convert the given JMS invoker access exception to an appropriate
Spring RemoteAccessException.
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.
convertKey(String) -
Method in class org.springframework.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertNullSource(TypeDescriptor, TypeDescriptor) -
Method in class org.springframework.core.convert.support.GenericConversionService
Template method to convert a null source.
convertNumberToTargetClass(Number, Class<T>) -
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.
convertProperty(String, String) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property from the properties source to the value
which should be applied.
convertPropertyValue(String) -
Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
Convert the given property value from the properties source to the value
which 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
.
convertResourcePathToClassName(String) -
Static method in class org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."-based fully qualified class name.
convertResultValueIfNecessary(Object, MethodParameter) -
Method in class org.springframework.jmx.access.MBeanClientInterceptor
Convert the given result object (from attribute access or operation invocation)
to the specified target class for returning from the proxy method.
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
.
convertToDisplayString(Object) -
Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get a display String for the given value, converted by a PropertyEditor
that the BindStatus may have registered for the value's Class.
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
.
convertToScriptSource(String, String, ResourceLoader) -
Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertToXopPackage() -
Method in interface org.springframework.oxm.mime.MimeContainer
Turn this message into a XOP package.
convertTypedValue(EvaluationContext, TypedValue, Class<T>) -
Static method in class org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the
supplied value to the specified type.
convertUnderscoreNameToPropertyName(String) -
Static method in class org.springframework.jdbc.support.JdbcUtils
Convert a column name with underscores to the corresponding property name using "camel case".
convertValue(Object) -
Method in class org.springframework.beans.propertyeditors.CustomMapEditor
Hook to convert each encountered Map value.
convertValue(Object, TypeDescriptor) -
Method in class org.springframework.expression.spel.ExpressionState
convertValue(TypedValue, TypeDescriptor) -
Method in class org.springframework.expression.spel.ExpressionState
convertValue(Object, TypeDescriptor, TypeDescriptor) -
Method in class org.springframework.expression.spel.support.StandardTypeConverter
convertValue(Object, TypeDescriptor, TypeDescriptor) -
Method in interface org.springframework.expression.TypeConverter
Convert (may coerce) a value from one type to another, for example from a boolean to a string.
convertValueToRequiredType(Object, Class) -
Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
convertXmlBeansException(Exception, boolean) -
Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Convert the given XMLBeans exception to an appropriate exception from the
org.springframework.oxm
hierarchy.
convertXStreamException(Exception, boolean) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
Convert the given XStream exception to an appropriate exception from the
org.springframework.oxm
hierarchy.
CookieGenerator - Class in org.springframework.web.utilHelper 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.i18nLocaleResolver
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.themeImplementation 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
CookieValue - Annotation Type in org.springframework.web.bind.annotationAnnotation which indicates that a method parameter should be bound to an HTTP cookie.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(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.
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<Advisor>) -
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<String, Object>, 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.
copyQualifiersFrom(AbstractBeanDefinition) -
Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Copy the qualifiers from the supplied AbstractBeanDefinition to this bean definition.
copyQualityValue(MediaType) -
Method in class org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
copyRecursively(File, File) -
Static method in class org.springframework.util.FileSystemUtils
Recursively copy the contents of the src
file/directory
to the dest
file/directory.
copyRegisteredEditorsTo(PropertyEditorRegistry) -
Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Initialize the given PropertyEditorRegistry with the custom editors
that have been registered with this BeanFactory.
copyRegisteredEditorsTo(PropertyEditorRegistry) -
Method in class org.springframework.beans.factory.support.AbstractBeanFactory
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.
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
Deprecated. Count the rows in the given table
countRowsInTable(String) -
Method in class org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests
Deprecated. Count the rows in the given table.
countRowsInTable(String) -
Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Count the rows in the given table.
countRowsInTable(String) -
Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Count the rows in the given table.
countRowsInTable(JdbcTemplate, String) -
Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table.
countRowsInTable(SimpleJdbcTemplate, String) -
Static method in class org.springframework.test.jdbc.SimpleJdbcTestUtils
Deprecated. Count the rows in the given table.
countRowsInTableWhere(JdbcTemplate, String, String) -
Static method in class org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table, using the provided WHERE
clause.
create() -
Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invokes the create()
method on the cached EJB home object.
create(K) -
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.MockMimeResponse
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) -
Method in interface org.springframework.jms.listener.endpoint.JmsActivationSpecFactory
Create a JCA 1.5 ActivationSpec object based on the given
JmsActivationSpecConfig
object.
createActivationSpec(ResourceAdapter, JmsActivationSpecConfig) -
Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
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(BootstrapContext) -
Method in class org.springframework.jca.context.SpringContextResourceAdapter
Build a Spring ApplicationContext for the given JCA BootstrapContext.
createApplicationContext(String[]) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Create a Spring ConfigurableApplicationContext
for use by this test.
createApplicationContext(Object) -
Method in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory
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.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) -
Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to create the model attribute if not found in the model.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Instantiate the model attribute from a URI template variable or from a
request parameter if the name matches to the model attribute name and
if there is an appropriate type conversion strategy.
createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Create a model attribute from a String request value (e.g.
createBatch(Map[]) -
Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of MapSqlParameterSource objects populated with data from the
values passed in.
createBatch(Object[]) -
Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of BeanPropertySqlParameterSource objects populated with data
from the values passed in.
createBean(Class<T>) -
Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
Fully create a new bean instance of the given class.
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<T>) -
Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
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, ClassLoader) -
Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Create a new GenericBeanDefinition for the given parent name and class name,
eagerly loading the bean class if a ClassLoader has been specified.
createBeanDefinition(String, String) -
Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Create a bean definition for the given class name and parent name.
createBeanDefinitionDocumentReader() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the BeanDefinitionDocumentReader
to use for actually
reading bean definitions from an XML document.
createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Factory method for creating new BeanDefinitionReader
s for
loading bean definitions into the supplied
context
.
createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Factory method for creating a new BeanDefinitionReader
for loading
bean definitions into the supplied context
.
createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader
should be used as a
SmartContextLoader
,
not as a legacy ContextLoader
.
createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
Creates a new PropertiesBeanDefinitionReader
.
createBeanDefinitionReader(GenericApplicationContext) -
Method in class org.springframework.test.context.support.GenericXmlContextLoader
Create a new XmlBeanDefinitionReader
.
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(NativeWebRequest, Object, String) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
createBinder(NativeWebRequest, Object, String) -
Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new WebDataBinder
for the given target object and
initialize it through a WebBindingInitializer
.
createBinder(NativeWebRequest, Object, String) -
Method in interface org.springframework.web.bind.support.WebDataBinderFactory
Create a WebDataBinder
for the given object.
createBinder(PortletRequest, Object, String) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new PortletRequestDataBinder instance.
createBinder(PortletRequest, Object) -
Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Create a new binder instance for the given command and request.
createBinder(HttpServletRequest, Object, String) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new ServletRequestDataBinder instance.
createBinder(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. 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.
createBinderInstance(Object, String, NativeWebRequest) -
Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to create the WebDataBinder instance.
createBinderInstance(Object, String, NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Returns an instance of ExtendedServletRequestDataBinder
.
createBrowser(Session, Queue, String) -
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).
createBrowser(Session, Queue, String) -
Method in class org.springframework.jms.core.JmsTemplate102
Deprecated.
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.
createCache() -
Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
Create a raw Cache object based on the configuration of this FactoryBean.
createCallableStatement(Connection) -
Method in interface org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCallString() -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the call string based on configuration and metadata information.
createCciTemplate(ConnectionFactory) -
Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
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).
createCollection(Class<?>, int) -
Static method in class org.springframework.core.CollectionFactory
Create the most appropriate collection for the given 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
Deprecated. Create a new command instance for the command class of this controller.
createCommand() -
Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Create a new command instance for the command class of this controller.
createCommonsHttpMethod(HttpMethod, String) -
Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated. Create a Commons HttpMethodBase object for the given HTTP method
and URI specification.
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.
createConcurrentMap(int) -
Static method in class org.springframework.core.CollectionFactory
Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
createConcurrentMapCache(String) -
Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
Create a new ConcurrentMapCache instance for the specified cache name.
createConcurrentMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
createConfigInterface(BeanDefinition, 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
Deprecated. 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.
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
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createConnection() -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Connection for this JMS invoker.
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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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).
createContentHandler(Node) -
Static method in class org.springframework.util.xml.DomUtils
Returns a SAX ContentHandler
that transforms callback calls to DOM Node
s.
createContentHandler(XMLStreamWriter) -
Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler
that writes to the given StAX XMLStreamWriter
.
createContentHandler(XMLEventWriter) -
Static method in class org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler
that writes events to the given StAX XMLEventWriter
.
createContextLoader() -
Method in class org.springframework.web.context.ContextLoaderListener
Deprecated. in favor of simply subclassing ContextLoaderListener itself
(which extends ContextLoader, as of Spring 3.0)
createControlFlow() -
Static method in class org.springframework.core.ControlFlowFactory
Return an appropriate ControlFlow
instance.
createConversionService() -
Method in class org.springframework.context.support.ConversionServiceFactoryBean
Create the ConversionService instance returned by this factory bean.
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").
createCopyOnWriteSet() -
Static method in class org.springframework.core.CollectionFactory
Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
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.
createCustomStaxResult(XMLStreamWriter) -
Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result
for the given XMLStreamWriter
.
createCustomStaxResult(XMLEventWriter) -
Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result
for the given XMLEventWriter
.
createCustomStaxSource(XMLStreamReader) -
Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source
for the given XMLStreamReader
.
createCustomStaxSource(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source
for the given XMLEventReader
.
createDatabaseSchema() -
Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema creation script, determined by the Configuration object
used for creating the SessionFactory.
createDataBinderFactory(List<InvocableHandlerMethod>) -
Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Template method to create a new ServletRequestDataBinderFactory instance.
createDataSource(InputStreamSource, String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDefaultBeanWiringInfoResolver() -
Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Create the default BeanWiringInfoResolver to be used if none was
specified explicitly.
createDefaultConversionService() -
Static method in class org.springframework.core.convert.support.ConversionServiceFactory
Deprecated. in Spring 3.1 in favor of DefaultConversionService.DefaultConversionService()
createDefaultInOutParameter(String, CallParameterMetaData) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default inout parameter based on the provided meta data.
createDefaultInOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
createDefaultInParameter(String, CallParameterMetaData) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default in parameter based on the provided meta data.
createDefaultInParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
createDefaultNamespaceHandlerResolver() -
Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create the default implementation of NamespaceHandlerResolver
used if none is specified.
createDefaultOutParameter(String, CallParameterMetaData) -
Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default out parameter based on the provided meta data.
createDefaultOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
createDefaultOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
createDefaultOutParameter(String, CallParameterMetaData) -
Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
createDefaultResourceRefLocator() -
Static method in class org.springframework.jndi.JndiLocatorDelegate
Configure a JndiLocatorDelegate
with its "resourceRef" property set to
true
, meaning that all names will be prefixed with "java:comp/env/".
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.)
This is split out as a separate method so that subclasses can override the actual
type used (to be an ApplicationContext, for example).
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
Deprecated. 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.
createDocumentBuilder(DocumentBuilderFactory) -
Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder
that this marshaller will use for creating
DOM documents when passed an empty DOMSource
.
createDocumentBuilderFactory(int, boolean) -
Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Create the DocumentBuilderFactory
instance.
createDocumentBuilderFactory() -
Method in class org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder
that this marshaller will use for creating
DOM documents when passed an empty DOMSource
.
createElement(String) -
Method in class org.springframework.mock.web.portlet.MockPortletResponse
createElement(int) -
Method in interface org.springframework.util.AutoPopulatingList.ElementFactory
Create the element for the supplied index.
createEndpoint(XAResource) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The standard JCA 1.5 version of createEndpoint
.
createEndpoint(XAResource, long) -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The alternative JCA 1.6 version of createEndpoint
.
createEndpoint(XAResource) -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Wrap each concrete endpoint instance with an AOP proxy,
exposing the message listener's interfaces as well as the
endpoint SPI through an AOP introduction.
createEndpoint(Object) -
Method in class org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Create the actual Endpoint instance.
createEndpointInternal() -
Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Create the actual endpoint instance, as a subclass of the
AbstractMessageEndpointFactory.AbstractMessageEndpoint
inner class of this factory.
createEndpointInternal() -
Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
Creates a concrete generic message endpoint, internal to this factory.
createEndpointInternal() -
Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
Creates a concrete JMS message endpoint, internal to this factory.
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
Deprecated. Create a close-suppressing proxy for the given JPA EntityManager.
createEnvironment() -
Method in class org.springframework.context.support.AbstractApplicationContext
Create and return a new StandardEnvironment
.
createEnvironment() -
Method in class org.springframework.jca.context.SpringContextResourceAdapter
Return a new StandardEnvironment
.
createEnvironment() -
Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Create and return a new StandardServletEnvironment
.
createEnvironment() -
Method in class org.springframework.web.context.support.GenericWebApplicationContext
Create and return a new StandardServletEnvironment
.
createEnvironment() -
Method in class org.springframework.web.context.support.StaticWebApplicationContext
Create and return a new StandardServletEnvironment
.
createEnvironment() -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Create and return a new StandardPortletEnvironment
.
createEnvironment() -
Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
Return a new StandardPortletEnvironment
createEventStreamReader(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamReader
that reads from a XMLEventReader
.
createEventStreamWriter(XMLEventWriter, XMLEventFactory) -
Static method in class org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter
that writes to a XMLEventWriter
.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService
instance.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) -
Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
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, BeanDefinitionParserDelegate) -
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.hibernate3.support.HibernateDaoSupport
Create a HibernateTemplate for the given SessionFactory.
createHttpContext(HttpMethod, URI) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext
for the given HTTP method and URI.
createHttpInputMessage(NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpInputMessage
for the given NativeWebRequest
.
createHttpInputMessage(HttpServletRequest) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new HttpInputMessage instance.
createHttpOutputMessage(NativeWebRequest) -
Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
Return a HttpOutputMessage
for the given NativeWebRequest
.
createHttpOutputMessage(HttpServletResponse) -
Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new HttpOuputMessage instance.
createHttpPost(HttpInvokerClientConfiguration) -
Method in class org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a HttpPost for the given configuration.
createHttpUriRequest(HttpMethod, URI) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createIdentityMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Deprecated. as of Spring 2.5, for usage on JDK 1.4 or higher
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.
createInputMessage(NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Creates a new HttpInputMessage
from the given NativeWebRequest
.
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.
createInputSource(Resource) -
Static method in class org.springframework.oxm.support.SaxResourceUtils
Create a SAX InputSource
from the given resource.
createInsertString(String[]) -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the insert string based on configuration and metadata information
createInsertTypes() -
Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the array of Types
based on configuration and metadata information
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
Deprecated. as of Spring 3.0, in favor of PropertiesFactoryBean.createProperties()
createInstance() -
Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
createInstance() -
Method in class org.springframework.beans.factory.config.SetFactoryBean
createInstance() -
Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Delegates to AbstractServiceLoaderBasedFactoryBean.getObjectToExpose(java.util.ServiceLoader)
.
createInstance() -
Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
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
Deprecated. Create a JAX-RPC Service according to the parameters of this factory.
createJaxWsService() -
Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Create a JAX-WS 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
Deprecated. 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
Deprecated. Create a JpaTemplate for the given EntityManagerFactory.
createJpaTemplate(EntityManager) -
Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Deprecated. 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
Deprecated. as of Spring 3.0, for usage on JDK 1.5 or higher
createLinkedMapIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Deprecated. as of Spring 2.5, for usage on JDK 1.4 or higher
createLinkedSetIfPossible(int) -
Static method in class org.springframework.core.CollectionFactory
Deprecated. as of Spring 2.5, for usage on JDK 1.4 or higher
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.
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.cache.interceptor.CacheProxyFactoryBean
createMainInterceptor() -
Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Creates an advisor for this FactoryBean's TransactionInterceptor.
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(Class<?>, int) -
Static method in class org.springframework.core.CollectionFactory
Create the most approximate map for the given map.
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.
createMarshaller(Class) -
Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Creates a new Marshaller
for the given class.
createMarshaller() -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB marshaller.
createMarshallingContext() -
Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IMarshallingContext
, configured with the correct indentation.
createMBeanServer(String, boolean) -
Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer
instance and register it with the
MBeanServerFactory
, if desired.
createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.AbstractView
Creates a combined output Map (never null
) that includes dynamic values and static attributes.
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.MessageSourceSupport
Create a MessageFormat for the given message and Locale.
createMessageForNoExceptionThrown() -
Method in class org.springframework.test.AssertThrows
Deprecated. Creates the failure message used if the test fails
(i.e.
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
Deprecated. 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.
createMetaDataProvider(DataSource, CallMetaDataContext) -
Static method in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
Create a CallMetaDataProvider based on the database metedata
createMetaDataProvider(DataSource, TableMetaDataContext) -
Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metedata
createMetaDataProvider(DataSource, TableMetaDataContext, NativeJdbcExtractor) -
Static method in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database metedata
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.
createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo
object for the given method parameter.
createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
createNamedValueInfo(MethodParameter) -
Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
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.rmi.RemoteInvocationSerializingExporter
Create an ObjectInputStream for the given InputStream.
createObjectOutputStream(OutputStream) -
Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
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.
createOptimalAccessor(EvaluationContext, Object, String) -
Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
Attempt to create an optimized property accessor tailored for a property of a particular name on
a particular class.
createOutputMessage(NativeWebRequest) -
Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Creates a new HttpOutputMessage
from the given NativeWebRequest
.
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
Deprecated. 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 JdkRegexpMethodPointcut
will be used.
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.
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).
createProperties() -
Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
Template method that subclasses may override to construct the object
returned by this factory.
createProxy(Class<?>, String, Object[], TargetSource) -
Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create an AOP proxy for the given bean.
createQueryString(List<Param>, Set<String>, boolean) -
Method in class org.springframework.web.servlet.tags.UrlTag
Build the query string from available parameters that have not already
been applied as template params.
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.ThreadPoolExecutorFactoryBean
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.
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[], boolean) -
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.core.io.VfsResource
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.MockMimeResponse
createReport(JRDataSourceProvider) -
Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create a report using the given provider.
createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory)
with the wrapped request factory provided to the
constructor.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) -
Method in class org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a new ClientHttpRequest
for the specified URI and HTTP method by using the
passed-on request factory.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) -
Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
createRequest(URI, HttpMethod) -
Method in interface org.springframework.http.client.ClientHttpRequestFactory
Create a new ClientHttpRequest
for the specified URI and HTTP method.
createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Deprecated.
createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
createRequest(URI, HttpMethod, ClientHttpRequestFactory) -
Method in class org.springframework.http.client.InterceptingClientHttpRequestFactory
createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
createRequest(URI, HttpMethod) -
Method in class org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest
via this template's ClientHttpRequestFactory
.
createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) -
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.
createResourceURL() -
Method in class org.springframework.mock.web.portlet.MockMimeResponse
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.
createResultsMap() -
Method in class org.springframework.jdbc.core.JdbcTemplate
Create a Map instance to be used as results map.
createReturnResultSetParameter(String, RowMapper) -
Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Create a ReturnResultSetParameter/SqlOutParameter depending on the support provided
by the JDBC driver used for the database in use.
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.
createScanner(XmlReaderContext, boolean) -
Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
createScheduler(SchedulerFactory, String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createScopedProxy(BeanDefinitionHolder, BeanDefinitionRegistry, boolean) -
Static method in class org.springframework.aop.scope.ScopedProxyUtils
Generates a scoped proxy for the supplied target bean, registering the target
bean with an internal name and setting 'targetBeanName' on the scoped proxy.
createScriptedObjectBeanDefinition(BeanDefinition, 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(BeanDefinition) -
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).
createServerSpecificLoadTimeWeaver(ClassLoader) -
Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
createService(ServiceFactory) -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Actually create the JAX-RPC Service instance,
based on this factory's settings.
createServiceFactory() -
Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. 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
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection, Integer) -
Method in class org.springframework.jms.connection.SingleConnectionFactory
Create a default Session for this ConnectionFactory,
adaptign to JMS 1.0.2 style queue/topic mode if necessary.
createSession(Connection) -
Method in class org.springframework.jms.core.JmsTemplate102
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.listener.SimpleMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to use JMS 1.0.2 API.
createSession(Connection) -
Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Create a new JMS Session for this JMS invoker.
createSession(Connection) -
Method in class org.springframework.jms.support.JmsAccessor
Create a JMS Session for the given Connection.
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
Deprecated. 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 transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given EntityManagerFactory.
createSharedEntityManager(EntityManagerFactory, Map, Class...) -
Static method in class org.springframework.orm.jpa.SharedEntityManagerCreator
Create a transactional EntityManager proxy for the given 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.
createStaxResult(XMLStreamWriter) -
Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Result
for the given XMLStreamWriter
.
createStaxResult(XMLEventWriter) -
Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Result
for the given XMLEventWriter
.
createStaxSource(XMLStreamReader) -
Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Source
for the given XMLStreamReader
.
createStaxSource(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
Create a StAX Source
for the given XMLEventReader
.
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).
createTargetUrl(Map<String, Object>, HttpServletRequest) -
Method in class org.springframework.web.servlet.view.RedirectView
Creates the target URL by checking if the redirect string is a URI template first,
expanding it with the given model, and then optionally appending simple type model
attributes as query String parameters.
createTemporaryOutputStream() -
Method in class org.springframework.web.servlet.view.AbstractView
Create a temporary OutputStream for this view.
createTest() -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Delegates to the parent implementation for creating the test instance and
then allows the TestContextManager
to
prepare the test instance before returning it.
createTestContextManager(Class<?>) -
Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Creates a new TestContextManager
for the supplied test class and
the configured default ContextLoader
class name.
createThread(Runnable) -
Method in class org.springframework.util.CustomizableThreadCreator
Template method for the creation of a Thread.
createTilesInitializer() -
Method in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
Creates a new instance of BasicTilesInitializer
.
createTimer() -
Method in class org.springframework.jca.support.SimpleBootstrapContext
createTimer(String, boolean) -
Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated. Create a new Timer instance.
createTimer() -
Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated. 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.
createTopicConnection(String, String) -
Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
Delegate the call straight to the target TopicConnectionFactory.
createTransaction(JDBCContext, TransactionFactory.Context) -
Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
createTransaction(String, int) -
Method in class org.springframework.transaction.jta.JtaTransactionManager
createTransaction(String, int) -
Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
createTransaction(String, int) -
Method in class org.springframework.transaction.jta.SimpleTransactionFactory
createTransaction(String, int) -
Method in interface org.springframework.transaction.jta.TransactionFactory
Create an active Transaction object based on the given name and timeout.
createTransaction(String, int) -
Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
createTransactionIfNecessary(Method, Class) -
Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary, based on the given method and class.
createTransactionIfNecessary(PlatformTransactionManager, 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.
createTypeFilter(Element, ClassLoader) -
Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
createTypeValue(Connection, int, String) -
Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject
.
createUnmarshaller(Class) -
Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Creates a new Unmarshaller
for the given class.
createUnmarshaller() -
Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB unmarshaller.
createUnmarshallingContext() -
Method in class org.springframework.oxm.jibx.JibxMarshaller
Create a new IUnmarshallingContext
.
createURI(String) -
Method in class org.springframework.beans.propertyeditors.URIEditor
Create a URI instance for the given (resolved) String value.
createVelocityContext(Map<String, Object>, 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<String, Object>, 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<String, Object>) -
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) -
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(ServletContext, ApplicationContext) -
Method in class org.springframework.web.context.ContextLoader
Deprecated. as of Spring 3.1 in favor of
ContextLoader.createWebApplicationContext(ServletContext)
and
ContextLoader.configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext)
createWebApplicationContext(ApplicationContext) -
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.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
Deprecated. Instantiate the WebApplicationContext for the ActionServlet, either a default
XmlWebApplicationContext or a custom context class if set.
createWithResolvedBean() -
Method in class org.springframework.web.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved
before a HandlerMethod
is created and returned.
createXMLContext(Resource[], Class[], String[]) -
Method in class org.springframework.oxm.castor.CastorMarshaller
Create the Castor XMLContext
.
createXmlReader() -
Method in class org.springframework.oxm.support.AbstractMarshaller
Create a XMLReader
that this marshaller will when passed an empty SAXSource
.
createXMLReader(XMLStreamReader) -
Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader
that reads from the given StAX XMLStreamReader
.
createXMLReader(XMLEventReader) -
Static method in class org.springframework.util.xml.StaxUtils
Create a SAX XMLReader
that reads from the given StAX XMLEventReader
.
createXsltSource(Map<String, Object>, String, HttpServletRequest, HttpServletResponse) -
Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Return the XML Source
to transform.
CronSequenceGenerator - Class in org.springframework.scheduling.supportDate sequence generator for a Crontab pattern,
allowing clients to specify a pattern that the sequence matches.CronSequenceGenerator(String, TimeZone) -
Constructor for class org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator
from the pattern provided.
CronTrigger - Class in org.springframework.scheduling.supportTrigger
implementation for cron expressions.CronTrigger(String) -
Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger
from the pattern provided in the default time zone.
CronTrigger(String, TimeZone) -
Constructor for class org.springframework.scheduling.support.CronTrigger
Build a CronTrigger
from the pattern provided.
CronTriggerBean - Class in org.springframework.scheduling.quartzConvenience subclass of Quartz's CronTrigger
class,
making bean-style usage easier.CronTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.CronTriggerBean
CronTriggerFactoryBean - Class in org.springframework.scheduling.quartzA Spring FactoryBean
for creating a Quartz CronTrigger
instance, supporting bean-style usage for trigger configuration.CronTriggerFactoryBean() -
Constructor for class org.springframework.scheduling.quartz.CronTriggerFactoryBean
CurrencyEditor - Class in org.springframework.beans.propertyeditorsEditor for java.util.Currency
, translating currency codes into Currency
objects.CurrencyEditor() -
Constructor for class org.springframework.beans.propertyeditors.CurrencyEditor
CurrencyFormatter - Class in org.springframework.format.numberA BigDecimal formatter for currency values.CurrencyFormatter() -
Constructor for class org.springframework.format.number.CurrencyFormatter
currentFormObject(HttpServletRequest, Object) -
Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. 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.
currentSession() -
Method in class org.springframework.orm.hibernate4.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.
CustomAutowireConfigurer - Class in org.springframework.beans.factory.annotationA BeanFactoryPostProcessor
implementation that allows for convenient registration of custom autowire
qualifier types.CustomAutowireConfigurer() -
Constructor for class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
CustomBooleanEditor - Class in org.springframework.beans.propertyeditorsProperty 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.propertyeditorsProperty 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.propertyeditorsProperty editor 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.configBeanFactoryPostProcessor
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.utilSimple 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.backportconcurrentImplementation 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.concurrentImplementation 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.interceptorMethodInterceptor
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
Deprecated. Customize the internal bean factory of the ApplicationContext used by
this test.
customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the internal bean factory of the ApplicationContext created by
this ContextLoader
.
customizeBeanFactory(DefaultListableBeanFactory) -
Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
customizeContext(GenericApplicationContext) -
Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Customize the GenericApplicationContext
created by this
ContextLoader
after bean definitions have been
loaded into the context but before the context is refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) -
Method in class org.springframework.web.context.ContextLoader
Customize the ConfigurableWebApplicationContext
created by this
ContextLoader after config locations have been supplied to the context
but before the context is refreshed.
customizeEvaluationContext(StandardEvaluationContext) -
Method in class org.springframework.context.expression.StandardBeanExpressionResolver
Template method for customizing the expression evaluation context.
customizeMarshaller(Marshaller) -
Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Marshaller
.
customizePropertySources(MutablePropertySources) -
Method in class org.springframework.core.env.AbstractEnvironment
Customize the set of PropertySource
objects to be searched by this
Environment
during calls to AbstractEnvironment.getProperty(String)
and related
methods.
customizePropertySources(MutablePropertySources) -
Method in class org.springframework.core.env.StandardEnvironment
Customize the set of property sources with those appropriate for any standard Java
environment:
"systemProperties"
"systemEnvironment"
customizePropertySources(MutablePropertySources) -
Method in class org.springframework.web.context.support.StandardServletEnvironment
Customize the set of property sources with those contributed by superclasses as
well as those appropriate for standard servlet-based environments:
"servletConfigInitParams"
"servletContextInitParams"
"jndiProperties"
customizePropertySources(MutablePropertySources) -
Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
Customize the set of property sources with those contributed by superclasses as
well as those appropriate for standard portlet-based environments:
"portletConfigInitParams"
"portletContextInitParams"
"servletContextInitParams"
"jndiProperties"
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
Deprecated.
customizeResourceOverridingShadowingClassLoader(ClassLoader) -
Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated. Customize the shadowing class loader.
customizeUnmarshaller(Unmarshaller) -
Method in class org.springframework.oxm.castor.CastorMarshaller
Template method that allows for customizing of the given Castor Unmarshaller
.
customizeXStream(XStream) -
Method in class org.springframework.oxm.xstream.XStreamMarshaller
Template to allow for customizing of the given XStream
.
CustomMapEditor - Class in org.springframework.beans.propertyeditorsProperty 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.propertyeditorsProperty editor for any Number subclass such as Short, Integer, Long,
BigInteger, Float, Double, BigDecimal.CustomNumberEditor(Class<? extends Number>, 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<? extends Number>, 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.configSimple 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.supportJavaBean for holding custom JDBC error codes translation for a particular
database.CustomSQLErrorCodesTranslation() -
Constructor for class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
CustomSQLExceptionTranslatorRegistrar - Class in org.springframework.jdbc.supportRegistry for registering custom SQLExceptionTranslator
instances for specific databases.CustomSQLExceptionTranslatorRegistrar() -
Constructor for class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
CustomSQLExceptionTranslatorRegistry - Class in org.springframework.jdbc.supportRegistry for custom SQLExceptionTranslator
instances associated with
specific databases allowing for overriding translation based on values contained in the configuration file
named "sql-error-codes.xml".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.
CustomValidatorBean - Class in org.springframework.validation.beanvalidationConfigurable bean class that exposes a specific JSR-303 Validator
through its original interface as well as through the Spring
Validator
interface.CustomValidatorBean() -
Constructor for class org.springframework.validation.beanvalidation.CustomValidatorBean