A B C D E F G H I J K L M N O P Q R S T U V W X

G

generateBeanName(BeanDefinition, BeanDefinitionRegistry, boolean) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Generate a bean name for the given bean definition, unique within the given bean factory.
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Generate a bean name for the given top-level bean definition, unique within the given bean factory.
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in interface org.springframework.beans.factory.support.BeanNameGenerator
Generate a bean name for the given bean definition.
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.support.DefaultBeanNameGenerator
 
generateBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
generateBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 
GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.BeanFactoryUtils
Separator for generated bean names.
GENERATED_BEAN_NAME_SEPARATOR - Static variable in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Separator for generated bean names.
generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AbstractContextLoader
Generates the default classpath resource locations array based on the supplied class.
GeneratedKeyHolder - Class in org.springframework.jdbc.support
Default implementation of the KeyHolder interface, to be used for holding auto-generated keys (as potentially returned by JDBC insert statements).
GeneratedKeyHolder() - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a default list.
GeneratedKeyHolder(List<Map<String, Object>>) - Constructor for class org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a given list.
generateETagHeaderValue(byte[]) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
Generate the ETag header value from the given response body byte array.
generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
Generate a multipart boundary.
generatePathMapping(String) - Method in class org.springframework.web.servlet.mvc.support.ControllerBeanNameHandlerMapping
Prepends a '/' if required and appends the URL suffix to the name.
generatePathMappings(Class) - Method in class org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping
Generate the actual URL paths for the given controller class.
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.AbstractView
Return whether this view generates download content (typically binary content like PDF or Excel files).
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
 
generatesDownloadContent() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
 
GenericApplicationContext - Class in org.springframework.context.support
Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
GenericApplicationContext() - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext.
GenericApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given parent.
GenericApplicationContext(DefaultListableBeanFactory, ApplicationContext) - Constructor for class org.springframework.context.support.GenericApplicationContext
Create a new GenericApplicationContext with the given DefaultListableBeanFactory.
GenericApplicationListenerAdapter - Class in org.springframework.context.event
SmartApplicationListener adapter that determines supported event types through introspecting the generically declared type of the target listener.
GenericApplicationListenerAdapter(ApplicationListener) - Constructor for class org.springframework.context.event.GenericApplicationListenerAdapter
Create a new GenericApplicationListener for the given delegate.
genericBeanDefinition() - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a GenericBeanDefinition.
genericBeanDefinition(Class) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a GenericBeanDefinition.
genericBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Create a new BeanDefinitionBuilder used to construct a GenericBeanDefinition.
GenericBeanDefinition - Class in org.springframework.beans.factory.support
GenericBeanDefinition is a one-stop shop for standard bean definition purposes.
GenericBeanDefinition() - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
Create a new GenericBeanDefinition, to be configured through its bean properties and configuration methods.
GenericBeanDefinition(BeanDefinition) - Constructor for class org.springframework.beans.factory.support.GenericBeanDefinition
Create a new GenericBeanDefinition as deep copy of the given bean definition.
GenericCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
Generic implementation for the CallMetaDataProvider interface.
GenericCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Constructor used to initialize with provided database meta data.
GenericCollectionTypeResolver - Class in org.springframework.core
Helper class for determining element types of collections and maps.
GenericCollectionTypeResolver() - Constructor for class org.springframework.core.GenericCollectionTypeResolver
 
GenericConversionService - Class in org.springframework.core.convert.support
Base ConversionService implementation suitable for use in most environments.
GenericConversionService() - Constructor for class org.springframework.core.convert.support.GenericConversionService
 
GenericConverter - Interface in org.springframework.core.convert.converter
Generic converter interface for converting between two or more types.
GenericConverter.ConvertiblePair - Class in org.springframework.core.convert.converter
Holder for a source-to-target class pair.
GenericConverter.ConvertiblePair(Class<?>, Class<?>) - Constructor for class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
Create a new source-to-target pair.
GenericFilterBean - Class in org.springframework.web.filter
Simple base implementation of Filter which treats its config parameters (init-param entries within the filter tag in web.xml) as bean properties.
GenericFilterBean() - Constructor for class org.springframework.web.filter.GenericFilterBean
 
GenericMarshaller - Interface in org.springframework.oxm
Subinterface of Marshaller that has support for Java 5 generics.
GenericMessageEndpointFactory - Class in org.springframework.jca.endpoint
Generic implementation of the JCA 1.5 MessageEndpointFactory interface, providing transaction management capabilities for any kind of message listener object (e.g.
GenericMessageEndpointFactory() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointFactory
 
GenericMessageEndpointFactory.InternalResourceException - Exception in org.springframework.jca.endpoint
Internal exception thrown when a ResourceExeption has been encountered during the endpoint invocation.
GenericMessageEndpointFactory.InternalResourceException(ResourceException) - Constructor for exception org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
 
GenericMessageEndpointManager - Class in org.springframework.jca.endpoint
Generic bean that manages JCA 1.5 message endpoints within a Spring application context, activating and deactivating the endpoint as part of the application context's lifecycle.
GenericMessageEndpointManager() - Constructor for class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
GenericPortletBean - Class in org.springframework.web.portlet
Simple extension of javax.portlet.GenericPortlet that treats its config parameters as bean properties.
GenericPortletBean() - Constructor for class org.springframework.web.portlet.GenericPortletBean
 
GenericPropertiesContextLoader - Class in org.springframework.test.context.support
Concrete implementation of AbstractGenericContextLoader which reads bean definitions from Java Properties resources.
GenericPropertiesContextLoader() - Constructor for class org.springframework.test.context.support.GenericPropertiesContextLoader
 
GenericSqlQuery - Class in org.springframework.jdbc.object
 
GenericSqlQuery() - Constructor for class org.springframework.jdbc.object.GenericSqlQuery
 
GenericStoredProcedure - Class in org.springframework.jdbc.object
Concrete implementation making it possible to define the RDBMS stored procedures in an application context without writing a custom Java implementation class.
GenericStoredProcedure() - Constructor for class org.springframework.jdbc.object.GenericStoredProcedure
 
GenericTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
A generic implementation of the TableMetaDataProvider that should provide enough features for all supported databases.
GenericTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Constructor used to initialize with provided database meta data.
GenericTypeResolver - Class in org.springframework.core
Helper class for resolving generic types against type variables.
GenericTypeResolver() - Constructor for class org.springframework.core.GenericTypeResolver
 
GenericUnmarshaller - Interface in org.springframework.oxm
Subinterface of Unmarshaller that has support for Java 5 generics.
GenericWebApplicationContext - Class in org.springframework.web.context.support
Subclass of GenericApplicationContext, suitable for web environments.
GenericWebApplicationContext() - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext.
GenericWebApplicationContext(ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext for the given ServletContext.
GenericWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - Constructor for class org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
GenericXmlApplicationContext - Class in org.springframework.context.support
Convenient application context with built-in XML support.
GenericXmlApplicationContext() - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext that needs to be populated through GenericXmlApplicationContext.load(org.springframework.core.io.Resource...) calls and then manually refreshed.
GenericXmlApplicationContext(Resource...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
GenericXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
GenericXmlApplicationContext(Class<?>, String...) - Constructor for class org.springframework.context.support.GenericXmlApplicationContext
Create a new GenericXmlApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
GenericXmlContextLoader - Class in org.springframework.test.context.support
Concrete implementation of AbstractGenericContextLoader which reads bean definitions from XML resources.
GenericXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericXmlContextLoader
 
get(String, ObjectFactory<?>) - Method in interface org.springframework.beans.factory.config.Scope
Return the object with the given name from the underlying scope, creating it if not found in the underlying storage mechanism.
get(String, ObjectFactory) - Method in class org.springframework.context.support.SimpleThreadScope
 
get(Object) - Method in class org.springframework.http.HttpHeaders
 
get(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, or null if not found.
get(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
get() - Method in class org.springframework.scheduling.annotation.AsyncResult
 
get(long, TimeUnit) - Method in class org.springframework.scheduling.annotation.AsyncResult
 
get(String) - Method in interface org.springframework.test.annotation.ProfileValueSource
Get the profile value indicated by the specified key.
get(String) - Method in class org.springframework.test.annotation.SystemProfileValueSource
Get the profile value indicated by the specified key from the system properties.
get(int) - Method in class org.springframework.util.AutoPopulatingList
Get the element at the supplied index, creating it if there is no element at that index.
get(Object) - Method in class org.springframework.util.CachingMapDecorator
Get value for key.
get(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 
get(Object) - Method in class org.springframework.util.LinkedMultiValueMap
 
get(String, ObjectFactory) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
 
get(String, ObjectFactory) - Method in class org.springframework.web.context.request.SessionScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.context.support.ServletContextScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
getAccept() - Method in class org.springframework.http.HttpHeaders
Return the list of acceptable media types, as specified by the Accept header.
getAcceptCharset() - Method in class org.springframework.http.HttpHeaders
Return the list of acceptable charsets, as specified by the Accept-Charset header.
getAcceptCharset() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'acceptCharset' attribute.
getAcceptedCharsets() - Method in class org.springframework.http.converter.StringHttpMessageConverter
Return the list of supported Charset.
getAccessControlContext() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Provides a security access control context relevant to this factory.
getAccessControlContext() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Delegate the creation of the access control context to the SecurityContextProvider.
getAccessControlContext() - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Returns the security context for this bean factory.
getAccessControlContext() - Method in interface org.springframework.beans.factory.support.SecurityContextProvider
Provides a security access control context relevant to a bean factory.
getAccessControlContext() - Method in class org.springframework.beans.factory.support.SimpleSecurityContextProvider
 
getAccesskey() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'accesskey' attribute.
getAcknowledgeMode() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Return the JMS acknowledgement mode to use.
getAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'action' attribute.
getActionServlet() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the Struts ActionServlet that this PlugIn is associated with.
getActivationSpec() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA ActivationSpec to use for activating the endpoint.
getActiveConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the number of currently active consumers.
getActiveContextObject() - Method in class org.springframework.expression.spel.ExpressionState
The active context object is what unqualified references to properties/etc are resolved against.
getActiveCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getActiveCount() - Method in interface org.springframework.aop.target.PoolingConfig
Return the number of active objects in the pool.
getActiveCount() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Return the number of currently active threads.
getActiveCount() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the number of currently active threads.
getActualAopXmlLocation() - Method in class org.springframework.test.jpa.AbstractAspectjJpaTests
Deprecated. Return the actual location of the aop.xml file in the class path.
getActualCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Return the actual column count.
getActualException() - Method in class org.springframework.test.AssertThrows
Deprecated. Expose the actual exception thrown from AssertThrows.test(), if any.
getActualFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
Extract the actual field value for the given field.
getActualFieldValue(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Fetches the field value from the PropertyAccessor.
getActualFieldValue(String) - Method in class org.springframework.validation.MapBindingResult
 
getActualOrmXmlLocation() - Method in class org.springframework.test.jpa.AbstractJpaTests
Deprecated. Subclasses can override this to return the real location path for orm.xml or null if they do not wish to find any orm.xml
getActualParams() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the actual parameter Map associated with the ServletRequest.
getActualResources() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
 
getActualRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that have actually been affected.
getActualSessionAttributeNames() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getActualSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
Return the actual result size (or -1 if unknown).
getActualType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the actual type of the instance found.
getActualType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
Return the actual type that the lookup returned, if available.
getActualValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return the actual value of the field, i.e.
getAdaptedInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getAdaptedInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getAdvice() - Method in interface org.springframework.aop.Advisor
Return the advice part of this aspect.
getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Build a Spring AOP Advice for the given AspectJ advice method.
getAdvice(Method, AspectJExpressionPointcut, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvice() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getAdvice() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getAdvice() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
getAdvice() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getAdvice() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
getAdviceBeanName() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
Return the name of the advice bean that this advisor refers to, if any.
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
 
getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return whether the given bean is to be proxied, what additional advices (e.g.
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
Identify as bean to proxy if the bean name is in the configured list of names.
getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Build a Spring AOP Advisor for the given AspectJ advice method.
getAdvisor(Method, MetadataAwareAspectInstanceFactory, int, String) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvisorBeanNamePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
Return the prefix for bean names that will cause them to be included for auto-proxying by this object.
getAdvisorChainFactory() - Method in class org.springframework.aop.framework.AdvisedSupport
Return the advisor chain factory to use (never null).
getAdvisors(MetadataAwareAspectInstanceFactory) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
Build Spring AOP Advisors for all annotated At-AspectJ methods on the specified aspect instance.
getAdvisors(MetadataAwareAspectInstanceFactory) - Method in class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
 
getAdvisors() - Method in interface org.springframework.aop.framework.Advised
Return the advisors applying to this proxy.
getAdvisors() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getAdvisorsInternal() - Method in class org.springframework.aop.framework.AdvisedSupport
Allows uncontrolled access to the List of Advisors.
getAggregateTemplateLoader(List<TemplateLoader>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a TemplateLoader based on the given TemplateLoader list.
getAjType() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return AspectJ reflection information.
getAlias() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
Return the alias registered for the bean.
getAliases(String) - Method in interface org.springframework.beans.factory.BeanFactory
Return the aliases for the given bean name, if any.
getAliases() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return the alias names for the bean, as specified directly for the bean definition.
getAliases(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getAliases(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getAliases(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getAliases(String) - Method in interface org.springframework.core.AliasRegistry
Return the aliases for the given name, if defined.
getAliases(String) - Method in class org.springframework.core.SimpleAliasRegistry
 
getAliases(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getAllDeclaredMethods(Class<?>) - Static method in class org.springframework.util.ReflectionUtils
Get all declared methods on the leaf class and all superclasses.
getAllErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getAllErrors() - Method in class org.springframework.validation.AbstractErrors
 
getAllErrors() - Method in exception org.springframework.validation.BindException
 
getAllErrors() - Method in interface org.springframework.validation.Errors
Get all errors, both global and field ones.
getAllErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllow() - Method in class org.springframework.http.HttpHeaders
Return the set of allowed HTTP methods, as specified by the Allow header.
getAllowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should be allowed for binding.
getAlreadyFilteredAttributeName() - Method in class org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
getAlt() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'alt' attribute.
getAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Retrieve the method metadata for all methods that are annotated (or meta-annotated) with the given annotation type.
getAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnnotation() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Get a single Annotation of annotationType from the supplied Method.
getAnnotation(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor
Obtain the annotation associated with the wrapped parameter/field, if any.
getAnnotationAttributes(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the given annotation's attributes as a Map, preserving all attribute types as-is.
getAnnotationAttributes(Annotation, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the given annotation's attributes as a Map.
getAnnotationAttributes(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e.
getAnnotationAttributes(String, boolean) - Method in interface org.springframework.core.type.AnnotationMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e.
getAnnotationAttributes(String) - Method in interface org.springframework.core.type.MethodMetadata
Retrieve the attributes of the annotation of the given type, if any (i.e.
getAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnnotationAttributes(String, boolean) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnnotationAttributes(String) - Method in class org.springframework.core.type.StandardMethodMetadata
 
getAnnotationMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
Read full annotation metadata for the underlying class, including metadata for annotated methods.
getAnnotations() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Obtain the annotations associated with the wrapped parameter/field, if any.
getAnnotations(Method) - Static method in class org.springframework.core.annotation.AnnotationUtils
Get all Annotations from the supplied Method.
getAnnotations() - Method in class org.springframework.core.convert.support.PropertyTypeDescriptor
 
getAnnotations() - Method in class org.springframework.core.convert.TypeDescriptor
Obtain the annotations associated with the wrapped parameter/field, if any.
getAnnotationType() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getAnnotationTypes() - Method in interface org.springframework.core.type.AnnotationMetadata
Return the names of all annotation types defined on the underlying class.
getAnnotationTypes() - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getAnySession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getAopProxyFactory() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
Return the AopProxyFactory that this ProxyConfig uses.
getApplicationContext() - Method in class org.springframework.context.event.ApplicationContextEvent
Get the ApplicationContext that the event was raised for.
getApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return the ApplicationContext that this object is associated with.
getApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Return the current Spring ApplicationContext.
getApplicationContext() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Return the ApplicationContext that this base class manages; may be null.
getApplicationContext() - Method in class org.springframework.test.context.TestContext
Get the application context for this test context, possibly cached.
getApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated. Return the current Spring ApplicationContext.
getApplicationException() - Method in exception org.springframework.transaction.TransactionSystemException
Return the application exception that was thrown before this transaction exception, if any.
getApplicationListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return a Collection containing all ApplicationListeners.
getApplicationListeners(ApplicationEvent) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
Return a Collection of ApplicationListeners matching the given event type.
getApplicationListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of statically specified ApplicationListeners.
getArgs() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getArgumentCount() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the number of argument values held in this instance, counting both indexed and generic argument values.
getArgumentNames() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getArguments() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getArguments() - Method in interface org.springframework.context.MessageSourceResolvable
Return the array of arguments to be used to resolve this message.
getArguments() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getArguments() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the arguments for the target method call.
getArguments() - Method in class org.springframework.util.MethodInvoker
Return the arguments for the method invocation.
getArgumentsForBindError(String, String) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
Return FieldError arguments for a binding error on the given field.
getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
Return FieldError arguments for a validation error on the given field.
getArgumentValue(int, Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getArgumentValue(int, Class, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getArgumentValue(int, Class, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for an argument value that either corresponds to the given index in the constructor argument list or generically matches by type.
getAspectClass() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return the aspect class.
getAspectClass() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Return the specified aspect class (never null).
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the ClassLoader for aspect instances.
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getAspectClassLoader() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
Expose the aspect class loader that this factory uses.
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
getAspectClassLoader() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
getAspectClassLoader() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getAspectInstance() - Method in interface org.springframework.aop.aspectj.AspectInstanceFactory
Create an instance of this factory's aspect.
getAspectInstance() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
 
getAspectInstance() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
Look up the aspect bean from the BeanFactory and returns it.
getAspectInstanceFactory() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the factory for aspect instances.
getAspectJAdviceMethod() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the AspectJ-style advice method.
getAspectJPrecedenceInformationFor(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
Return the AspectJPrecedenceInformation provided by this advisor or its advice.
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getAspectMetadata() - Method in interface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory
Return the AspectJ AspectMetadata for this factory's aspect.
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
 
getAspectMetadata() - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
 
getAspectName() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getAspectName() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return the aspect class.
getAspectName() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
The name of the aspect (bean) in which the advice was declared.
getAST() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharsetEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Format the Date as String, using the specified DateFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Format the Number as String, using the specified NumberFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.PatternEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.URIEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.UUIDEditor
 
getAsText() - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
 
getAsText() - Method in class org.springframework.core.io.ResourceEditor
 
getAsText() - Method in class org.springframework.http.MediaTypeEditor
 
getAsText() - Method in class org.springframework.mail.javamail.InternetAddressEditor
 
getAsText() - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
getAttachment(String) - Method in interface org.springframework.oxm.mime.MimeContainer
Return the attachment with the given content id, or null if not found.
getAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
getAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
Get the value of the attribute identified by name.
getAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 
getAttribute(String) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
 
getAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
 
getAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
 
getAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttribute(String, int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttribute(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getAttribute(String) - Method in class org.springframework.remoting.support.RemoteInvocation
Retrieve the attribute for the given key, if any.
getAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
Return the value for the scoped attribute of the given name, if any.
getAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getAttribute(String) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
 
getAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular attribute.
getAttributeDescription(PropertyDescriptor, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Creates a description for the attribute corresponding to this property descriptor.
getAttributeDescription() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return an identifying description for this transaction attribute.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the attribute metadata for the MBean resource.
getAttributeInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all properties on the MBean class and gives subclasses the chance to vote on the inclusion of both the accessor and mutator.
getAttributeMap() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeMap(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeMap(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF attribute Map for the specified scope
getAttributeName(PropertyDescriptor, boolean) - Static method in class org.springframework.jmx.support.JmxUtils
Return the JMX attribute name to use for the given JavaBeans property.
getAttributeNameInSession(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
Calculate the attribute name in the backend session.
getAttributeNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAttributeNames() - Method in class org.springframework.mock.web.MockHttpSession
 
getAttributeNames() - Method in class org.springframework.mock.web.MockPageContext
 
getAttributeNames() - Method in class org.springframework.mock.web.MockServletContext
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeNames(int) - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getAttributeNames() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getAttributeNames(int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getAttributeNames(int) - Method in interface org.springframework.web.context.request.RequestAttributes
Retrieve the names of all attributes in the scope.
getAttributeNames(int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getAttributeNames(int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getAttributeNamesInScope(int) - Method in class org.springframework.mock.web.MockPageContext
 
getAttributes(String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttributes() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the attributes Map.
getAttributesMap() - Method in class org.springframework.web.servlet.view.AbstractView
Allow Map access to the static attributes of this view, with the option to add or override specific entries.
getAttributesMap() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Allow Map access to the static attributes for views returned by this resolver, with the option to add or override specific entries.
getAttributesScope(String) - Method in class org.springframework.mock.web.MockPageContext
 
getAuthType() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getAuthType() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getAutoCommitValue() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Return whether the returned Connection's "autoCommit" setting should be overridden.
getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'autocomplete' attribute.
getAutocomplete() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'autocomplete' attribute.
getAutoGrowCollectionLimit() - Method in interface org.springframework.beans.BeanWrapper
Return the limit for array and collection auto-growing.
getAutoGrowCollectionLimit() - Method in class org.springframework.beans.BeanWrapperImpl
Return the limit for array and collection auto-growing.
getAutoGrowCollectionLimit() - Method in class org.springframework.validation.DataBinder
Return the current limit for array and collection auto-growing.
getAutowire() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default autowire setting for the document that's currently parsed.
getAutowireCandidatePatterns() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return any patterns provided in the 'default-autowire-candidates' attribute of the top-level <beans/> element.
getAutowireCandidateResolver() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
Return the autowire candidate resolver for this BeanFactory (never null).
getAutowireCandidates() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default autowire-candidate pattern for the document that's currently parsed.
getAutowireCapableBeanFactory() - Method in interface org.springframework.context.ApplicationContext
Expose AutowireCapableBeanFactory functionality for this context.
getAutowireCapableBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Return this context's internal bean factory as AutowireCapableBeanFactory, if already available.
getAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the autowire mode as specified in the bean definition.
getAutowireMode() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getAutowireMode() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return one of the constants BeanWiringInfo.AUTOWIRE_BY_NAME / BeanWiringInfo.AUTOWIRE_BY_TYPE, if autowiring is indicated.
getAutowireMode(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
getAutowireMode() - Method in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated. Return the autowire mode for test properties set by Dependency Injection.
getAutowireMode() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated. Return the autowire mode to use for wiring Struts Actions.
getAutowireMode() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated. Return the autowire mode to use for wiring Struts Actions.
getAutowireMode(ActionServlet) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated. Determine the autowire mode from the "autowire" init-param of the Struts ActionServlet, falling back to "AUTOWIRE_BY_TYPE" as default.
getBadSqlGrammarCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getBatchSize() - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
Return the size of the batch.
getBatchSize() - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation returns Integer.MAX_VALUE.
getBcc() - Method in class org.springframework.mail.SimpleMailMessage
 
getBean(String) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(String, Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(Class<T>) - Method in interface org.springframework.beans.factory.BeanFactory
Return the bean instance that uniquely matches the given object type, if any.
getBean(String, Object...) - Method in interface org.springframework.beans.factory.BeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBean(String, Class<T>, Object...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return an instance, which may be shared or independent, of the specified bean.
getBean(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBean(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBean(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String, Object...) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBean(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(Class<T>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Object...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBeanClass() - Method in exception org.springframework.beans.BeanInstantiationException
Return the offending bean class.
getBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the class of the wrapped bean, if already resolved.
getBeanClass(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Determine the bean class corresponding to the supplied Element.
getBeanClass() - Method in exception org.springframework.beans.InvalidPropertyException
Return the offending bean class.
getBeanClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return this factory's class loader for loading bean classes.
getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanClassLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the class loader to use for bean classes.
getBeanClassLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getBeanClassLoader() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getBeanClassLoader() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the ClassLoader that the application's beans are loaded with.
getBeanClassLoader() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the bean ClassLoader that this executor is supposed to use.
getBeanClassLoader() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the bean ClassLoader to use for this interceptor.
getBeanClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
Return the ClassLoader that this accessor operates in, to be used for deserializing and for generating proxies.
getBeanClassName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
Return the name of the class we were trying to load.
getBeanClassName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the current bean class name of this bean definition.
getBeanClassName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getBeanClassName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Determine the bean class name corresponding to the supplied Element.
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
getBeanDefinition() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return the wrapped BeanDefinition.
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Return the registered BeanDefinition for the specified bean, allowing access to its property values and constructor argument value (which can be modified during bean factory post-processing).
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean definition for the given bean name.
getBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Validate and return the created BeanDefinition object.
getBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the BeanDefinition for the given bean name.
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
getBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
 
getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the number of beans defined in the factory.
getBeanDefinitionCount() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the number of beans defined in the registry.
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
getBeanDefinitionCount() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanDefinitionCount() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitionDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return the default settings for bean definitions as indicated within the attributes of the top-level <beans/> element.
getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of all beans defined in this factory.
getBeanDefinitionNames() - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
Return the names of all beans defined in this registry.
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
 
getBeanDefinitionNames() - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanDefinitionNames() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanDefinitions() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getBeanDefinitions() - Method in class org.springframework.aop.config.AspectComponentDefinition
 
getBeanDefinitions() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Returns an empty array.
getBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return the BeanDefinitions that were registered to form this ComponentDefinition.
getBeanExpressionResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the resolution strategy for expressions in bean definition values.
getBeanExpressionResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Return the owning BeanFactory.
getBeanFactory() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return the BeanFactory that this TargetSourceCreators runs in.
getBeanFactory() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Return the owning BeanFactory.
getBeanFactory(ELContext) - Method in class org.springframework.beans.factory.access.el.SimpleSpringBeanELResolver
 
getBeanFactory(ELContext) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Return the BeanFactory that this bean runs in.
getBeanFactory() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
getBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanFactory() - Method in interface org.springframework.context.ConfigurableApplicationContext
Return the internal bean factory of this application context.
getBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Subclasses must return their internal bean factory here.
getBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 
getBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the single internal BeanFactory held by this context (as ConfigurableListableBeanFactory).
getBeanFactory(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactory for autowiring the given target bean.
getBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
May be called after ejbCreate().
getBeanFactory() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the BeanFactory to use for retrieving PlatformTransactionManager beans.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
This implementation delegates to SpringBeanFacesELResolver.getWebApplicationContext(javax.el.ELContext).
getBeanFactoryLocator(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryLocator to obtain the BeanFactoryReference from.
getBeanFactoryLocatorKey(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryLocator key to use.
getBeanFactoryPostProcessors() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the list of BeanFactoryPostProcessors that will get applied to the internal BeanFactory.
getBeanFactoryReference(Object) - Method in class org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor
Determine the BeanFactoryReference for the given target bean.
getBeanName() - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Find the bean name for the current invocation.
getBeanName(MethodInvocation) - Static method in class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
Find the bean name for the given invocation.
getBeanName() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the name of the bean requested, if any.
getBeanName() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
Return the name of the bean requested, if any.
getBeanName() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the name of the instance that was of the wrong type.
getBeanName() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
Return the name of the bean requested.
getBeanName() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return the primary name of the bean, as specified for the bean definition.
getBeanName() - Method in interface org.springframework.beans.factory.config.BeanReference
Return the target bean name that this reference points to (never null).
getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
getBeanName() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
getBeanName() - Method in interface org.springframework.beans.factory.NamedBean
Return the name of this bean in a Spring bean factory.
getBeanName() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the name of the missing bean, if it was a lookup by name that failed.
getBeanName() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
Return the canonical name of the bean.
getBeanName() - Method in class org.springframework.beans.factory.support.LookupOverride
Return the name of the bean that should be returned by this method.
getBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return the specific bean name that this BeanWiringInfo points to, if any.
getBeanName() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the bean name that this listener container has been assigned in its containing bean factory, if any.
getBeanName() - Method in class org.springframework.web.servlet.view.AbstractView
Return the view's name.
getBeanNameGenerator() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getBeanNameGenerator() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
getBeanNameGenerator() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getBeanNamesForType(Class) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeanNamesForType(Class, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the names of beans matching the given type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeanNamesForType(Class) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeanNamesForType(Class) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeanNamesForType(Class) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanPostProcessorCount() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the current number of registered BeanPostProcessors, if any.
getBeanPostProcessorCount() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the list of BeanPostProcessors that will get applied to beans created with this factory.
getBeanReferences() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getBeanReferences() - Method in class org.springframework.aop.config.AspectComponentDefinition
 
getBeanReferences() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Returns an empty array.
getBeanReferences() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getBeanReferences() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return the set of BeanReferences that are considered to be important to this ComponentDefinition.
getBeanResolver() - Method in interface org.springframework.expression.EvaluationContext
 
getBeanResolver() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getBeansOfType(Class<T>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the bean instances that match the given object type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeansOfType(Class<T>, boolean, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Return the bean instances that match the given object type (including subclasses), judging from either bean definitions or the value of getObjectType in the case of FactoryBeans.
getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansOfType(Class<T>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansOfType(Class<T>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
Find all beans whose Class has the supplied Annotation type.
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getBeanType() - Method in exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Return the required type of bean, if it was a lookup by type that failed.
getBeanTypeConverter() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Obtain a bean type converter from the BeanFactory that this bean runs in.
getBeanWrapperForPropertyPath(String) - Method in class org.springframework.beans.BeanWrapperImpl
Recursively navigate to return a BeanWrapper for the nested property path.
getBigDecimal(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an BigDecimal object.
getBigDecimal(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an BigDecimal object.
getBindingErrorProcessor() - Method in class org.springframework.validation.DataBinder
Return the strategy for processing binding errors.
getBindingErrorProcessor() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for processing binding errors.
getBindingErrorProcessor() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the strategy to use for processing binding errors (if any).
getBindingErrorProcessor() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the strategy to use for processing binding errors (if any).
getBindingResult() - Method in exception org.springframework.validation.BindException
Return the BindingResult that this BindException wraps.
getBindingResult(Map, String) - Static method in class org.springframework.validation.BindingResultUtils
Find the BindingResult for the given name in the given model.
getBindingResult() - Method in class org.springframework.validation.DataBinder
Return the BindingResult instance created by this DataBinder.
getBindStatus(String) - Method in class org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
getBindStatus(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
getBindStatus() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the BindStatus for this tag.
getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
 
getBindStatus() - Method in class org.springframework.web.servlet.tags.form.OptionTag
 
getBlobAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getBlobAsBytes(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBytes(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getBody() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getBody() - Method in class org.springframework.http.HttpEntity
Returns the body of this entity.
getBody() - Method in interface org.springframework.http.HttpInputMessage
Return the body of the message as an input stream.
getBody() - Method in interface org.springframework.http.HttpOutputMessage
Return the body of the message as an output stream.
getBody() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getBody() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
getBoolean(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a boolean.
getBoolean(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a boolean.
getBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(ServletRequest, String, boolean) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(PortletRequest, String, boolean) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBoundPrefixes() - Method in class org.springframework.util.xml.SimpleNamespaceContext
Returns all declared prefixes.
getBoundValue() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the bound value.
getBufferSize() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getBufferSize() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getBundle(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Obtain the resource bundle for the given basename and Locale.
getBundleClassLoader() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return the ClassLoader to load resource bundles with.
getBundleClassLoader() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Return the ClassLoader to load resource bundles with.
getBusinessInterface() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getBusinessInterface() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getByte(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a byte.
getByte(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a byte.
getByteArray() - Method in class org.springframework.core.io.ByteArrayResource
Return the underlying byte array.
getByteArrayOutputStream(RemoteInvocation) - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
getBytes() - Method in class org.springframework.mock.web.MockMultipartFile
 
getBytes() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getBytes() - Method in interface org.springframework.web.multipart.MultipartFile
Return the contents of the file as an array of bytes.
getCacheability() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getCacheability() - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
getCacheControl() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Cache-Control header.
getCacheControl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getCachedObjectForFactoryBean(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Obtain an object to expose from the given FactoryBean, if available in cached form.
getCachedSessionProxy(Session, LinkedList<Session>) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Wrap the given Session with a proxy that delegates every method call to it but adapts close calls.
getCacheKey(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Build a cache key for the given bean class and bean name.
getCacheKey(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine a cache key for the given method and target class.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the cache key for the given view name and the given locale.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
This implementation returns just the view name, as this ViewResolver doesn't support localized resolution.
getCacheKey(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
This implementation returns just the view name, as XmlViewResolver doesn't support localized resolution.
getCacheLevel() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the level of caching that this listener container is allowed to apply.
getCacheLimit() - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
Return the maximum number of entries for the MetadataReader cache.
getCacheLimit() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Return the maximum number of entries for this template's SQL cache.
getCacheSeconds() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Return the number of seconds that content is cached.
getCacheSeconds() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return the number of seconds that content is cached.
getCacheSize() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Return the number of buffered keys.
getCallableStatementFactory() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the CallableStatementCreatorFactory being used
getCallParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the call parameter metadata that is currently used.
getCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getCallParameters() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the List of SqlParameter objects to be used in call execution
getCallParameters() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get a List of all the call parameters to be used for call.
getCallString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the call string that should be used based on parameters and meta data
getCallString() - Method in class org.springframework.jdbc.object.SqlCall
Get the call string.
getCancelParamKey() - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated. Return the key of the request parameter used to identify a cancel request.
getCancelView() - Method in class org.springframework.web.servlet.mvc.CancellableFormController
Deprecated. Gets the name of the cancel view.
getCannotAcquireLockCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCannotSerializeTransactionCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCatalogName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the catalog.
getCatalogName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the catalog for this context.
getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the catalog name used.
getCatalogName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the catalog for this insert
getCatalogName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getCatalogName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the catalog name of the table that served as the source for the specified column.
getCategory() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex.
getCause() - Method in exception org.springframework.expression.spel.InternalParseException
 
getCc() - Method in class org.springframework.mail.SimpleMailMessage
 
getCciTemplate() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Return the CciTemplate for this DAO, pre-initialized with the ConnectionFactory or set explicitly.
getCciTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Obtain a CciTemplate derived from the main template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections.
getCciTemplate() - Method in class org.springframework.jca.cci.object.EisOperation
Return the CciTemplate used by this operation.
getCell(HSSFSheet, int, int) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Convenient method to obtain the cell in the given sheet, row and column.
getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCharacterEncoding() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getCharacterEncoding() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getCharacterEncoding() - Method in class org.springframework.orm.hibernate3.support.BlobStringType
Determine the character encoding to apply to the BLOB's bytes to turn them into a String.
getCharSet() - Method in class org.springframework.http.MediaType
Return the character set, as indicated by a charset parameter, if any.
getChild(int) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getChild(int) - Method in interface org.springframework.expression.spel.SpelNode
Helper method that returns a SpelNode rather than an Antlr Tree node.
getChildCount() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getChildCount() - Method in interface org.springframework.expression.spel.SpelNode
 
getChildElementByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Utility method that returns the first child element identified by its name.
getChildElements(Element) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element
getChildElementsByTagName(Element, String[]) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element that match any of the given element names.
getChildElementsByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Retrieve all child elements of the given DOM element that match the given element name.
getChildElementValueByTagName(Element, String) - Static method in class org.springframework.util.xml.DomUtils
Utility method that returns the first child element value identified by its name.
getChronology() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
The user's chronology (calendar system).
getClassesToBeBound() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the list of Java classes to be recognized by a newly created JAXBContext.
getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassFilter() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getClassFilter() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
getClassFilter() - Method in interface org.springframework.aop.IntroductionAdvisor
Return the filter determining which target classes this introduction should apply to.
getClassFilter() - Method in interface org.springframework.aop.Pointcut
Return the ClassFilter for this pointcut.
getClassFilter() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.ComposablePointcut
 
getClassFilter() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getClassFilter() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
 
getClassFilter() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getClassForDescriptor(Object) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the class to be used for the JMX descriptor field "class".
getClassForLogging(Object) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Determine the class to use for logging purposes.
getClassLoader() - Method in class org.springframework.core.io.ClassPathResource
Return the ClassLoader that this resource will be obtained from.
getClassLoader() - Method in class org.springframework.core.io.DefaultResourceLoader
Return the ClassLoader to load class path resources with.
getClassLoader() - Method in interface org.springframework.core.io.ResourceLoader
Expose the ClassLoader used by this ResourceLoader.
getClassLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ClassLoader that this pattern resolver works with (never null).
getClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation returns the default ClassLoader.
getClassLoader() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getClassMetadata() - Method in interface org.springframework.core.type.classreading.MetadataReader
Read basic class metadata for the underlying class.
getClassName() - Method in class org.springframework.core.Constants
Return the name of the analyzed class.
getClassName() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of the underlying class.
getClassName() - Method in class org.springframework.core.type.StandardClassMetadata
 
getClassName(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the class name of the MBean resource.
getClassToExpose(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean.
getClassToExpose(Class<?>) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean class.
getClassToExpose(Object) - Static method in class org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean.
getClassToExpose(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean class.
getClientAddress() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the IP address that the request came from.
getClientId() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return a JMS client ID for the single Connection created and exposed by this ConnectionFactory, if any.
getClientId() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the JMS client ID for the shared Connection created and used by this container, if any.
getClientId() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getClobAsAsciiStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsAsciiStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getClobAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getClobAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Return the default code of this resolvable, that is, the last one in the codes array.
getCode() - Method in interface org.springframework.core.enums.LabeledEnum
Deprecated. Return this enumeration's code.
getCode() - Method in class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated.  
getCode() - Method in class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated.  
getCode() - Method in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.  
getCode() - Method in class org.springframework.core.enums.StringCodedLabeledEnum
Deprecated.  
getCodebaseUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the codebase URL to download classes from if not found locally.
getCodebaseUrl() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the codebase URL to download classes from if not found locally.
getCodes() - Method in interface org.springframework.context.MessageSourceResolvable
Return the codes to be used to resolve this message, in the order that they should get tried.
getCodes() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getCollectionFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection field.
getCollectionParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection parameter.
getCollectionReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection return type.
getCollectionReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection return type.
getCollectionType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic element type of the wrapped Collection parameter/field, if any.
getCollectionType(Class<? extends Collection>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic element type of the given Collection class (if it declares one through a generic superclass or generic interface).
getCols() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'cols' attribute.
getColumnClassName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnClassName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the fully qualified class that the specified column will be mapped to.
getColumnCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the number of columns in this result set.
getColumnCount() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnCount() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrives the number of columns in the RowSet.
getColumnDisplaySize(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnDisplaySize(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the maximum width of the designated column.
getColumnKey(String) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Determine the key to use for the given column in the column Map.
getColumnLabel(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnLabel(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the suggested column title for the column specified.
getColumnMapRowMapper() - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading columns as key-value pairs.
getColumnName() - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Return the name of the column in the sequence table.
getColumnName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the column name for the indicated column.
getColumnNames() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the names of the columns.
getColumnNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the names of the columns used
getColumnNames() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnNames() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Return the column names of the table that the result set represents.
getColumnType(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnType(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the SQL type code for the indicated column.
getColumnTypeName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnTypeName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the DBMS-specific type name for the indicated column.
getColumnTypes() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the types of the columns as java.sql.Types constants Valid after processRow is invoked the first time.
getColumnValue(ResultSet, int, PropertyDescriptor) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int, Class) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column, using the most appropriate value type.
getCommand(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Return the form object for the given request.
getCommand(PortletRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Retrieve a command object for the given request.
getCommand(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. Return the form object for the given request.
getCommand(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Retrieve a command object for the given request.
getCommandClass() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the command class for this controller.
getCommandClass() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the command class for this controller.
getCommandInSessionParameterName() - Method in class org.springframework.web.portlet.mvc.AbstractCommandController
Deprecated. Return the name of the render parameter that indicates there is a valid command (and errors) object in the session.
getCommandName() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the name of the command in the model.
getCommandName() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the name of the command in the model.
getCommandName(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the command name to use for the given command object.
getCommandName() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the name of the form attribute in the model.
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getComparatorCount() - Method in class org.springframework.util.comparator.CompoundComparator
Returns the number of aggregated comparators.
getComponentContext(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated. Determine the Tiles component context for the given Tiles definition.
getComponentDefinition(DefinitionsFactory, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated. Determine the Tiles component definition for the given Tiles definitions factory.
getConcurrencyLimit() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Return the maximum number of parallel accesses allowed.
getConcurrencyLimit() - Method in class org.springframework.util.ConcurrencyThrottleSupport
Return the maximum number of concurrent access attempts allowed.
getConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the "concurrentConsumer" setting.
getConcurrentExecutor() - Method in class org.springframework.scheduling.backportconcurrent.ConcurrentTaskExecutor
Return the JSR-166 backport concurrent executor that this adapter delegates to.
getConcurrentExecutor() - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Return the JDK 1.5 concurrent executor that this adapter delegates to.
getConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Return an array of resource locations, referring to the XML bean definition files that this context should be built with.
getConfigLocations() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Subclasses can override this method to return the locations of their config files, unless they override AbstractSingleSpringContextTests.contextKey() and AbstractSingleSpringContextTests.loadContext(Object) instead.
getConfigLocations() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getConfigLocations() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getConfigLocations() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getConfigPath() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Subclasses can override this method to return a single path to a config file, relative to the concrete test class.
getConfigPaths() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Subclasses can override this method to return paths to their config files, relative to the concrete test class.
getConfigResources() - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Return an array of Resource objects, referring to the XML bean definition files that this context should be built with.
getConfigResources() - Method in class org.springframework.context.support.ClassPathXmlApplicationContext
 
getConfigTimeCacheProvider() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the CacheProvider for the currently configured Hibernate SessionFactory, to be used by LocalCacheProviderProxy.
getConfigTimeDataSource() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the DataSource for the currently configured Hibernate SessionFactory, to be used by LocalDataSourceConnectionProvoder.
getConfigTimeDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by UserType implementations like ClobStringType.
getConfigTimeLobHandler() - Static method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
Return the LobHandler for the currently configured iBATIS SqlMapClient, to be used by TypeHandler implementations like ClobStringTypeHandler.
getConfigTimeNonTransactionalDataSource() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the non-transactional DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeResourceLoader() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the ResourceLoader for the currently configured Quartz Scheduler, to be used by ResourceLoaderClassLoadHelper.
getConfigTimeTaskExecutor() - Static method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the TaskExecutor for the currently configured Quartz Scheduler, to be used by LocalTaskExecutorThreadPool.
getConfigTimeTransactionManager() - Static method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the JTA TransactionManager for the currently configured Hibernate SessionFactory, to be used by LocalTransactionManagerLookup.
getConfiguration() - Method in class org.springframework.expression.spel.ExpressionState
 
getConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the Configuration object used to build the SessionFactory.
getConfiguration() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
Return the FreeMarker Configuration object for the current web application context.
getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Return the Configuration object wrapped by this bean.
getConfiguration() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the FreeMarker configuration used by this view.
getConnection(ConnectionFactory) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection(ConnectionFactory, ConnectionSpec) - Static method in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionHolder
 
getConnection() - Method in class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Determine whether there is currently a thread-bound ConnectionSpec, using it if available, falling back to the statically specified "connectionSpec" property else.
getConnection() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection(ConnectionSpec) - Method in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection() - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Get a CCI Connection, either from the current transaction or a new one.
getConnection() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Get a JDBC Connection, either from the current transaction or a new one.
getConnection() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
This implementation delegates to getConnectionFromDriver, using the default username and password of this DataSource.
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
This implementation delegates to getConnectionFromDriver, using the given username and password.
getConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
Fetch the JDBC Connection that this handle refers to.
getConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the current Connection held by this ConnectionHolder.
getConnection(DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Obtain a Connection from the given DataSource.
getConnection() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection() - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection() - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
getConnection() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
Return the specified Connection as-is.
getConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
 
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
Specifying a custom username and password doesn't make sense with a single Connection.
getConnection() - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Delegates to DataSourceUtils for automatically participating in Spring-managed transactions.
getConnection() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e.
getConnection(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Simply delegates to UserCredentialsDataSourceAdapter.doGetConnection(String, String), keeping the given user credentials as-is.
getConnection(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Fetch an appropriate Connection from the given JmsResourceHolder.
getConnection() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getConnection(Class<? extends Connection>) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
Fetch an appropriate Connection from the given JmsResourceHolder.
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated. This implementation overrides the superclass method to accept either a QueueConnection or a TopicConnection, depending on the domain.
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Fetch an appropriate Connection from the given JmsResourceHolder.
getConnection(JmsResourceHolder) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to accept either a QueueConnection or a TopicConnection, depending on the domain.
getConnection() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
This implementation delegates to the underlying DataSource.
getConnectionFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
Return the CCI ConnectionFactory that this instance manages local transactions for.
getConnectionFactory() - Method in class org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionFactory used by this template.
getConnectionFactory() - Method in class org.springframework.jca.cci.core.support.CciDaoSupport
Return the ConnectionFactory used by this DAO.
getConnectionFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
Return the JMS ConnectionFactory that this instance should manage transactions for.
getConnectionFactory() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Return the JMS ConnectionFactory used by the gateway.
getConnectionFactory() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Return the QueueConnectionFactory to use for obtaining JMS QueueConnections.
getConnectionFactory() - Method in class org.springframework.jms.support.JmsAccessor
Return the ConnectionFactory that this accessor uses for obtaining JMS Connections.
getConnectionFromDriver(String, String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Build properties for the Driver, including the given username and password (if any), and obtain a corresponding Connection.
getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Obtain a Connection using the given properties.
getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
 
getConnectionFromDriver(Properties) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
 
getConnectionFromDriverManager(String, Properties) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
Getting a Connection using the nasty static from DriverManager is extracted into a protected method to allow for easy unit testing.
getConnectionHandle() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
Return the ConnectionHandle held by this ConnectionHolder.
getConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionHolderForSavepoint() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionProperties() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the connection properties to be passed to the Driver, if any.
getConnectionProperties() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
Allows properties of the DataSource to be configured.
getConnectionSpec() - Method in class org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionSpec used by this template, if any.
getConstraintsForClass(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
getConstraintValidatorFactory() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getConstructor() - Method in class org.springframework.core.MethodParameter
Return the wrapped Constructor, if any.
getConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the constructor argument values for this bean.
getConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return constructor argument values for this bean (never null).
getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getConstructorInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the constructor metadata for the MBean resource.
getConstructorResolvers() - Method in interface org.springframework.expression.EvaluationContext
 
getConstructorResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getContainerRuntimeOptions() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getContainingBeanDefinition() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getContent() - Method in class org.springframework.oxm.support.MarshallingSource
Return the object to be marshalled.
getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentAsByteArray() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentAsString() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getContentDispositionMappings() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
Return the mappings of Content-Disposition header values to mapping keys.
getContentLength(T, MediaType) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the content length for the given type.
getContentLength(byte[], MediaType) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
 
getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getContentLength(String, MediaType) - Method in class org.springframework.http.converter.StringHttpMessageConverter
 
getContentLength() - Method in class org.springframework.http.HttpHeaders
Return the length of the body in bytes, as specified by the Content-Length header.
getContentLength() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContentLength() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentLength() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getContentLength() - Method in class org.springframework.mock.web.portlet.MockResourceResponse
 
getContentType() - Method in class org.springframework.http.HttpHeaders
Return the media type of the body, as specified by the Content-Type header.
getContentType(File) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType(String) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContentType() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getContentType() - Method in class org.springframework.mock.web.MockMultipartFile
 
getContentType() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getContentType() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getContentType() - Method in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the content type to use for sending HTTP invoker requests.
getContentType() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Return the content type to use for sending remote invocation responses.
getContentType() - Method in exception org.springframework.web.HttpMediaTypeNotSupportedException
Return the HTTP request content type method that caused the failure.
getContentType() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getContentType() - Method in interface org.springframework.web.multipart.MultipartFile
Return the content type of the file.
getContentType() - Method in class org.springframework.web.servlet.view.AbstractView
Return the content type for this view.
getContentType() - Method in interface org.springframework.web.servlet.View
Return the content type of the view, if predetermined.
getContentType() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the content type for all views, if any.
getContext() - Method in class org.springframework.jndi.JndiTemplate
Obtain a JNDI context corresponding to this template's configuration.
getContext(String) - Method in class org.springframework.mock.web.MockServletContext
 
getContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated. Obtain an ApplicationContext for the given key, potentially cached.
getContextAttribute() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
getContextAttribute() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext that this servlet is supposed to use.
getContextClass() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the custom context class.
getContextClass() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the custom context class.
getContextClass() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the custom context class.
getContextConfigLocation() - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Return the specified context configuration files.
getContextConfigLocation() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the explicit context config location, if any.
getContextConfigLocation() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the explicit context config location, if any.
getContextConfigLocation() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the explicit context config location, if any.
getContextId() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the custom WebApplicationContext id, if any.
getContextLoader() - Method in class org.springframework.web.context.ContextLoaderListener
Deprecated. in favor of simply subclassing ContextLoaderListener itself (which extends ContextLoader, as of Spring 3.0)
getContextPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getContextPath() - Method in class org.springframework.mock.web.MockServletContext
 
getContextPath() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getContextPath() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the JAXB context path.
getContextPath() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getContextPath() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getContextPath() - Method in interface org.springframework.web.context.request.WebRequest
Return the context path for this request (usually the base path that the current web application is mapped to).
getContextPath() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getContextPath() - Method in class org.springframework.web.servlet.support.RequestContext
Return the context path of the original request, that is, the path that indicates the current web application.
getContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getContextUrl(String) - Method in class org.springframework.web.servlet.support.RequestContext
Return a context-aware URl for the given relative URL.
getController(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated. Determine and initialize the Tiles component controller for the given Tiles definition, if any.
getConversationId() - Method in interface org.springframework.beans.factory.config.Scope
Return the conversation ID for the current underlying scope, if any.
getConversationId() - Method in class org.springframework.context.support.SimpleThreadScope
 
getConversationId() - Method in class org.springframework.web.context.request.RequestScope
There is no conversation id concept for a request, so this method returns null.
getConversationId() - Method in class org.springframework.web.context.request.SessionScope
 
getConversationId() - Method in class org.springframework.web.context.support.ServletContextScope
 
getConversationId() - Method in class org.springframework.web.portlet.context.PortletContextScope
 
getConversionService() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
Return the associated ConversionService, if any.
getConversionService() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the associated ConversionService, if any.
getConversionService() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getConversionService() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Return the associated ConversionService, if any.
getConversionService() - Method in class org.springframework.validation.DataBinder
Return the associated ConversionService, if any.
getConversionService() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the ConversionService which will apply to every DataBinder.
getConvertedExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Allows subclasses to retrieve the converted exporter parameters.
getConvertedValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the converted value of the constructor argument, after processed type conversion.
getConvertedValue() - Method in class org.springframework.beans.PropertyValue
Return the converted value of the constructor argument, after processed type conversion.
getConverter(Class<T>) - Method in interface org.springframework.core.convert.converter.ConverterFactory
Get the converter to convert from S to target type T, where T is also an instance of R.
getConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Hook method to lookup the converter for a given sourceType/targetType pair.
getConvertibleTypes() - Method in interface org.springframework.core.convert.converter.GenericConverter
Return the source and target types which this converter can convert between.
getCookie(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCookie(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getCookie(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Retrieve the first cookie with the given name.
getCookie(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Retrieve the first cookie with the given name.
getCookieDomain() - Method in class org.springframework.web.util.CookieGenerator
Return the domain for cookies created by this generator, if any.
getCookieMaxAge() - Method in class org.springframework.web.util.CookieGenerator
Return the maximum age for cookies created by this generator.
getCookieName() - Method in class org.springframework.web.util.CookieGenerator
Return the given name for cookies created by this generator.
getCookiePath() - Method in class org.springframework.web.util.CookieGenerator
Return the path for cookies created by this generator.
getCookies() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getCookies() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getCookies() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getCookies() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getCorePoolSize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's core pool size.
getCorePoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's core pool size.
getCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
Return the number of times this interceptor has been invoked.
getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Check for EJB3-style home object that serves as EJB component directly.
getCreateMethod(Object) - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Determine the create method of the given EJB home object.
getCreateMethod(Object) - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Check for EJB3-style home object that serves as EJB component directly.
getCreationTime() - Method in class org.springframework.mock.web.MockHttpSession
 
getCreationTime() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'class' attribute.
getCssErrorClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
The CSS class to use when the field bound to a particular tag has errors.
getCssStyle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'style' attribute.
getCurrencyTimeLimit() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a currency time limit for this attribute.
getCurrentContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
Checks if a SimpleNamingContextBuilder is active.
getCurrentIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Determine the current isolation level: either the transaction's isolation level or a statically defined isolation level.
getCurrentPage(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the current page number.
getCurrentPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the current page number.
getCurrentProxiedBeanName() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getCurrentProxiedBeanName() - Static method in class org.springframework.aop.framework.autoproxy.ProxyCreationContext
Return the name of the currently proxied bean instance.
getCurrentReadOnlyFlag() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Determine the current read-only flag: by default, the transaction's read-only hint.
getCurrentTransactionIsolationLevel() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return the isolation level for the current transaction, if any.
getCurrentTransactionName() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return the name of the current transaction, or null if none set.
getCurrentWebApplicationContext() - Static method in class org.springframework.web.context.ContextLoader
Obtain the Spring root web application context for the current thread (i.e.
getCustomEditor(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Retrieve the custom PropertyEditor for the given field, if any.
getCustomEditors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the map of custom editors, with Classes as keys and PropertyEditor classes as values.
getCustomProperties() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Allow Map access to the custom properties to be set on the stub, with the option to add or override specific entries.
getCustomPropertyMap() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Allow Map access to the custom properties to be set on the stub or call, with the option to add or override specific entries.
getCustomSqlExceptionTranslator() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCustomTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Create a target source for bean instances.
getCustomTranslations() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getCustomTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the custom TypeConverter to use, if any.
getDataAccessResourceFailureCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Factory method that returns the embedded database instance.
getDatabase() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return the target database to operate on.
getDatabasePlatform() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
Return the name of the target database to operate on.
getDatabaseProductName() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseProductNames() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseVersion() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Provide access to version info for subclasses.
getDataIntegrityViolationCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDataSource() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JDBC DataSource used by this DAO.
getDataSource() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in interface org.springframework.jdbc.datasource.embedded.DataSourceFactory
Returns the DataSource with the connection properties applied.
getDataSource() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook that gets the DataSource that provides the connectivity to the embedded database.
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
getDataSource(String) - Method in interface org.springframework.jdbc.datasource.lookup.DataSourceLookup
Retrieve the DataSource identified by the given name.
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
 
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
 
getDataSource(String) - Method in class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
 
getDataSource() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the data source to retrieve the value from.
getDataSource() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return the DataSource used by this template.
getDataSource() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return the DataSource to be used by the SessionFactory.
getDataSource() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Return the DataSource that this ConnectionProvider wraps.
getDataSource(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Determine the DataSource of the given SessionFactory.
getDataSource() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
If no DataSource specified, use SqlMapClient's DataSource.
getDataSource() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the JDBC DataSource used by this DAO.
getDataSource() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getDataSource() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the JDBC DataSource that this EntityManagerFactory obtains its JDBC Connections from.
getDataSource() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getDataSourceLookup() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in persistence.xml against Spring-managed DataSource instances.
getDataSources() - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Get the Map of DataSources maintained by this object.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
Return the DataSource to use for retrieving Connections.
getDataSourceToUse(DataSource) - Method in class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
Return a TransactionAwareDataSourceProxy for the given DataSource, provided that it isn't a TransactionAwareDataSourceProxy already.
getDate() - Method in class org.springframework.http.HttpHeaders
Returns the date and time at which the message was created, as specified by the Date header.
getDate(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDate(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Date object.
getDateFormat(Locale) - Method in class org.springframework.format.datetime.DateFormatter
 
getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getDeadline() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the expiration deadline of this object.
getDeadlockLoserCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDeclarationOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDeclarationOrder() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
The declaration order of the advice member within the aspect.
getDeclaredParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return a list of the declared SqlParameter objects.
getDeclaringClass() - Method in class org.springframework.core.MethodParameter
Return the class that declares the underlying Method or Constructor.
getDeclaringClassName() - Method in interface org.springframework.core.type.MethodMetadata
Return the fully-qualified name of the class that declares this method.
getDeclaringClassName() - Method in class org.springframework.core.type.StandardMethodMetadata
 
getDecoratedDefinition() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
getDecoratedNavigationHandler() - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
Return the fixed original NavigationHandler decorated by this handler, if any (that is, if passed in through the constructor).
getDefaultAccessType() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
getDefaultBeanName(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
Determine the default bean name for the specified bean instance.
getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDefaultConfigLocations() - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
Return the default config locations to use, for the case where no explicit config locations have been specified.
getDefaultConfigLocations() - Method in class org.springframework.web.context.support.XmlWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultConfigLocations() - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-portlet.xml" for a context with the namespace "test-portlet" (like for a DispatcherPortlet instance with the portlet-name "test").
getDefaultContentType(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
Returns the default content type for the given type.
getDefaultContentType() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
Returns the default Content-Type to be used for writing.
getDefaultContextLoaderClassName(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the name of the default ContextLoader class to use for the supplied test class.
getDefaultConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
Return the default converter if no converter is found for the given sourceType/targetType pair.
getDefaultCurrencyTimeLimit() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return default value for the JMX field "currencyTimeLimit", if any.
getDefaultDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in persistence.xml.
getDefaultDestination() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination to be used on send/receive operations that do not have a destination parameter.
getDefaultDestinationName() - Method in class org.springframework.jms.core.JmsTemplate
Return the destination name to be used on send/receive operations that do not have a destination parameter.
getDefaultEditor(Class) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Retrieve the default editor for the given property type, if any.
getDefaultEncoding() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default encoding for MimeMessages, or null if none.
getDefaultEncoding(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default encoding for the given MimeMessage.
getDefaultEncoding() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
getDefaultEncoding() - Method in class org.springframework.web.util.UrlPathHelper
Return the default character encoding to use for URL decoding.
getDefaultErrorHandler(boolean) - Static method in class org.springframework.scheduling.support.TaskUtils
Return the default ErrorHandler implementation based on the boolean value indicating whether the task will be repeating or not.
getDefaultFileTypeMap() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the default Java Activation FileTypeMap for MimeMessages, or null if none.
getDefaultFileTypeMap(MimeMessage) - Method in class org.springframework.mail.javamail.MimeMessageHelper
Determine the default Java Activation FileTypeMap for the given MimeMessage.
getDefaultHandler() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultHandler() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
Return the default HTML escape setting, differentiating between no default specified and an explicit value.
getDefaultHtmlEscape(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e.
getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
getDefaultJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Obtain a default SQLExceptionTranslator, lazily creating it if necessary.
getDefaultListableBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
Return the underlying bean factory of this context, available for registering bean definitions.
getDefaultListenerMethod() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the name of the default listener method to delegate to.
getDefaultLocale() - Method in class org.springframework.context.support.MessageSourceAccessor
Return the default locale to use if no explicit locale has been given.
getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
Return the default Locale that this resolver is supposed to fall back to, if any.
getDefaultLocale() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
Return the fixed Locale that this resolver will return if no cookie found, if any.
getDefaultMessage() - Method in interface org.springframework.context.MessageSourceResolvable
Return the default message to be used to resolve this message.
getDefaultMessage(String) - Method in class org.springframework.context.support.AbstractMessageSource
Return a fallback default message for the given code, if any.
getDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 
getDefaultNamespace() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getDefaultParentBean() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Return the default parent bean for this bean factory.
getDefaultReleaseMode() - Method in class org.springframework.orm.hibernate3.SpringTransactionFactory
Sets connection release mode "on_close" as default.
getDefaults() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Return the defaults definition object, or null if the defaults have been initialized yet.
getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the default strategy object for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the default strategy object for the given strategy interface.
getDefaultSubscriptionName(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Determine the default subscription name for the given message listener.
getDefaultTestExecutionListenerClasses() - Method in class org.springframework.test.context.TestContextManager
Determine the default TestExecutionListener classes.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
Return the name of the default theme.
getDefaultThemeName() - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
Return the name of the default theme.
getDefaultThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
Build the default thread name prefix for this factory.
getDefaultTimeout() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return the default timeout that this transaction manager should apply if there is no timeout specified at the transaction level, in seconds.
getDefaultTypeConverter() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Obtain the TypeConverter from the BeanFactory that this bean runs in, if possible.
getDefaultTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Obtain the default TypeConverter for this method invoker.
getDefaultValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of the "value" attribute of a single-element Annotation, given an annotation instance.
getDefaultValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of a named Annotation attribute, given an annotation instance.
getDefaultValue(Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of the "value" attribute of a single-element Annotation, given the annotation type.
getDefaultValue(Class<? extends Annotation>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the default value of a named Annotation attribute, given the annotation type.
getDefaultValue() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
Return the default value of this attribute.
getDefaultViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Translate the supplied request into a default view name.
getDefaultWorkManager() - Method in class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
Obtains GlassFish's default thread pool.
getDefaultWorkManager() - Method in class org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
Obtains the default JBoss JCA WorkManager through a JMX lookup for the JBossWorkManagerMBean.
getDefaultWorkManager() - Method in class org.springframework.jca.work.WorkManagerTaskExecutor
Obtain a default WorkManager to delegate to.
getDefinitionDescription() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
getDelay() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return the delay before starting the job for the first time.
getDelay() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the delay before starting the job for the first time.
getDelay() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Return the delay before starting the job for the first time.
getDelegate() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getDelegate() - Method in class org.springframework.jca.work.DelegatingWork
Return the wrapped Runnable implementation.
getDelegate() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the target object to delegate message listening to.
getDelegate() - Method in class org.springframework.scheduling.commonj.DelegatingWork
Return the wrapped Runnable implementation.
getDelegate() - Method in class org.springframework.scheduling.quartz.DelegatingJob
Return the wrapped Runnable implementation.
getDelegate() - Method in class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated. Return the wrapped Runnable implementation.
getDelegate(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the target NavigationHandler to delegate to.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated. Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated. Return the delegate Action for the given mapping.
getDelegateAction(ActionMapping) - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated. Return the delegate Action for the given mapping.
getDelegates() - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
Return all registered PersistenceExceptionTranslator delegates (as array).
getDelegates() - Method in class org.springframework.jms.connection.ChainedExceptionListener
Return all registered ExceptionListener delegates (as array).
getDelegates(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
getDelimiter() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Return the delimiter to be used between each 'input type="radio"' tag.
getDelimiter() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Return the delimiter to be used between error messages.
getDeliveryMode() - Method in class org.springframework.jms.core.JmsTemplate
Return the delivery mode to use when sending a message.
getDependenciesForBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the names of all beans that the specified bean depends on, if any.
getDependenciesForBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the names of all beans that the specified bean depends on, if any.
getDependencyCheck() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the dependency check code.
getDependencyCheck() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getDependencyCheck() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
Return whether to perform a dependency check for object references in the bean instance (after autowiring).
getDependencyCheck(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
getDependencyCheck() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default dependency-check setting for the document that's currently parsed.
getDependencyCheck() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated. Return whether to apply a dependency check after wiring Struts Actions.
getDependencyCheck() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated. Return whether to apply a dependency check after wiring Struts Actions.
getDependencyCheck(ActionServlet) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated. Determine the dependency check to use from the "dependencyCheck" init-param of the Struts ActionServlet, falling back to no dependency check as default.
getDependencyDescriptor() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Build a DependencyDescriptor for the underlying field/method.
getDependencyName() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the name of the wrapped parameter/field.
getDependencyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the declared (non-generic) type of the wrapped parameter/field.
getDependentBeans(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the names of all beans which depend on the specified bean, if any.
getDependentBeans(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the names of all beans which depend on the specified bean, if any.
getDependsOn() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the bean names that this bean depends on.
getDependsOn() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the bean names that this bean depends on.
getDepth(Throwable) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the depth of the superclass matching.
getDepth(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDepth(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDerivedTemplate(ConnectionSpec) - Method in class org.springframework.jca.cci.core.CciTemplate
Create a template derived from this template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections.
getDescription() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getDescription() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return a human-readable description of this bean definition.
getDescription() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Delegates to ComponentDefinition.getName().
getDescription() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getDescription() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return a friendly description of the described component.
getDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getDescription() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns the passed-in description, if any.
getDescription() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - Method in class org.springframework.core.io.DescriptiveResource
 
getDescription() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - Method in class org.springframework.core.io.InputStreamResource
This implementation returns the passed-in description, if any.
getDescription() - Method in interface org.springframework.core.io.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - Method in class org.springframework.core.io.UrlResource
This implementation returns a description that includes the URL.
getDescription() - Method in class org.springframework.core.io.VfsResource
 
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the description of the MBean resource.
getDescription(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads managed resource description from the source level metadata.
getDescription() - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a description for this attribute.
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return a description for this notification.
getDescription() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return a description for this parameter.
getDescription() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Returns a description suitable for an ignored test class if the test is disabled via @IfProfileValue at the class-level, and otherwise delegates to the parent implementation.
getDescription(boolean) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getDescription(boolean) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getDescription(boolean) - Method in interface org.springframework.web.context.request.WebRequest
Get a short description of this request, typically containing request URI and session id.
getDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return a full description of this event, involving all available context data.
getDescription() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns a description that includes the ServletContext resource location.
getDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
getDescription() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
getDescription(boolean) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getDescriptiveType(Object) - Static method in class org.springframework.util.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getDestination() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the destination to receive messages from.
getDestinationDescription() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return a descriptive String for this container's JMS destination (never null).
getDestinationName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the name of the destination to receive messages from.
getDestinationName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getDestinationResolver() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the DestinationResolver for this adapter.
getDestinationResolver() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
Return the DestinationResolver for this accessor (never null).
getDestroyMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default destroy-method setting for the document that's currently parsed.
getDestroyMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the destroy method.
getDestroyMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getDir() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'dir' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'disabled' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Get the value of the 'disabled' attribute.
getDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Get the value of the 'disabled' attribute.
getDisabledTestCount() - Static method in class org.springframework.test.ConditionalTestCase
Deprecated. Return the number of tests disabled in this environment.
getDisabledTestCount() - Static method in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Return the number of tests disabled in this environment.
getDisallowedFields() - Method in class org.springframework.validation.DataBinder
Return the fields that should not be allowed for binding.
getDiscoveredReturningGenericType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDiscoveredReturningType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDiscoveredThrowingType() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getDispatcherPath(ComponentDefinition, HttpServletRequest) - Method in class org.springframework.web.servlet.view.tiles.TilesView
Deprecated. Determine the dispatcher path for the given Tiles definition, i.e.
getDisplayName() - Method in interface org.springframework.context.ApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.context.support.AbstractApplicationContext
Return a friendly name for this context.
getDisplayName() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A display name for this metric.
getDisplayString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getDisplayString(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Get the display value of the supplied Object, HTML escaped as required.
getDisplayString(Object, PropertyEditor) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
Get the display value of the supplied Object, HTML escaped as required.
getDisplayValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return a suitable display value for the field, i.e.
getDouble(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Double object.
getDouble(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Double object.
getDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(ServletRequest, String, double) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(PortletRequest, String, double) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, return an empty array if not found.
getDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of double parameters, return an empty array if not found.
getDriver() - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
Return the JDBC Driver instance to use.
getDummyName() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Return the name of the dummy column.
getDuplicateKeyCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getDurableSubscriptionName() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the name of a durable subscription to create, if any.
getDurableSubscriptionName() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getDynamicAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the map of dynamic attributes.
getEarlyBeanReference(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
getEarlyBeanReference(Object, String) - Method in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
 
getEarlyBeanReference(Object, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
Obtain a reference for early access to the specified bean, typically for the purpose of resolving a circular reference.
getEarlyBeanReference(String, RootBeanDefinition, Object) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Obtain a reference for early access to the specified bean, typically for the purpose of resolving a circular reference.
getEarlySingletonInterfaces() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Return an array of interfaces that a singleton object exposed by this FactoryBean is supposed to implement, for use with an 'early singleton proxy' that will be exposed in case of a circular reference.
getEditor() - Method in class org.springframework.web.servlet.support.BindStatus
Return the PropertyEditor for the property that this bind status is currently bound to.
getEditor() - Method in class org.springframework.web.servlet.tags.BindTag
 
getEditor() - Method in interface org.springframework.web.servlet.tags.EditorAwareTag
Retrieve the PropertyEditor for the property that this tag is currently bound to.
getEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Exposes the PropertyEditor for EditorAwareTag.
getELContext() - Method in class org.springframework.mock.web.MockPageContext
 
getElement() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the HTML element used to enclose 'input type="checkbox/radio"' tag.
getElement() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Get the HTML element must be used to render the error messages.
getElementType() - Method in class org.springframework.core.convert.TypeDescriptor
If this type is an array type or Collection type, returns the underlying element type.
getElementTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
Return the element type as a type descriptor.
getElementTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
Return the element type as a type descriptor.
getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedList
Return the default element type name (class name) to be used for this list.
getElementTypeName() - Method in class org.springframework.beans.factory.support.ManagedSet
Return the default element type name (class name) to be used for this set.
getEmptyValue(String, Class) - Method in class org.springframework.web.bind.WebDataBinder
Determine an empty value for the specified field.
getEnclosingClassName() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of the enclosing class of the underlying class, or null if the underlying class is a top-level class.
getEnclosingClassName() - Method in class org.springframework.core.type.StandardClassMetadata
 
getEncoding() - Method in class org.springframework.core.io.support.EncodedResource
Return the encoding to use for reading from the resource, or null if none specified.
getEncoding() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the specific character encoding used for this message, if any.
getEncoding() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the encoding for the FreeMarker template.
getEncoding() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return the encoding for the Velocity template.
getEnctype() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'enctype' attribute.
getEndpointAddress() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the endpoint address to specify on the stub or call.
getEndpointAddress() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the endpoint address to specify on the stub.
getEndpointClassLoader() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Template method for exposing the endpoint's ClassLoader (typically the ClassLoader that the message listener class has been loaded with).
getEndPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getEndPosition() - Method in interface org.springframework.expression.spel.SpelNode
 
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the current Hibernate entity interceptor, or null if none.
getEntityInterceptor() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the current Hibernate entity interceptor, or null if none.
getEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
getEntityManager() - Method in class org.springframework.orm.jpa.JpaAccessor
Return the JPA EntityManager to use.
getEntityManagerFactory() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Return the JPA EntityManagerFactory that should be used to create EntityManagers.
getEntityManagerFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the EntityManagerFactory that this instance should manage transactions for.
getEntityManagerFactoryBeanName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Return the bean name of the EntityManagerFactory to fetch from Spring's root application context.
getEntityManagerFactoryInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific EntityManagerFactory interface that the EntityManagerFactory proxy is supposed to implement.
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getEntityManagerFactoryInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getEntityManagerFactoryPlusOperations(EntityManagerFactory) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
getEntityManagerFactoryPlusOperations(EntityManagerFactory) - Method in interface org.springframework.orm.jpa.JpaDialect
Return an EntityManagerFactoryPlusOperations implementation for the given raw EntityManagerFactory.
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers will implement.
getEntityManagerInterface() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific EntityManager interface that this provider's EntityManagers will implement.
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getEntityManagerInterface() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
 
getEntityManagerPlusOperations(EntityManager) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 
getEntityManagerPlusOperations(EntityManager) - Method in interface org.springframework.orm.jpa.JpaDialect
Return an EntityManagerPlusOperations implementation for the given raw EntityManager.
getEntityName(Object) - Method in class org.springframework.orm.hibernate3.support.ScopedBeanInterceptor
 
getEntityResolver() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Return the EntityResolver to use, building a default resolver if none specified.
getEnvironment() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - Method in class org.springframework.jndi.JndiTemplate
Return the environment for the JNDI InitialContext, if any.
getEnvironment() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getErrorCode() - Method in exception org.springframework.beans.MethodInvocationException
 
getErrorCode() - Method in exception org.springframework.beans.TypeMismatchException
 
getErrorCode() - Method in interface org.springframework.core.ErrorCoded
Return the error code associated with this failure.
getErrorCode() - Method in exception org.springframework.jms.JmsException
Convenience method to get the vendor specific error code if the root cause was an instance of JMSException.
getErrorCode() - Method in class org.springframework.web.servlet.support.BindStatus
Return the first error codes for the field or object, if any.
getErrorCodes() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the SQL error codes to match.
getErrorCodes(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return the SQLErrorCodes instance for the given database.
getErrorCodes(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return SQLErrorCodes for the given DataSource, evaluating "databaseProductName" from the DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found.
getErrorCodes() - Method in class org.springframework.web.servlet.support.BindStatus
Return the error codes for the field or object, if any.
getErrorCount() - Method in class org.springframework.validation.AbstractBindingResult
 
getErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getErrorCount() - Method in exception org.springframework.validation.BindException
 
getErrorCount() - Method in interface org.springframework.validation.Errors
Return the total number of errors.
getErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
Return the error handler.
getErrorMessage() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getErrorMessage() - Method in class org.springframework.web.servlet.support.BindStatus
Return the first error message for the field or object, if any.
getErrorMessages() - Method in class org.springframework.web.servlet.support.BindStatus
Return the resolved error messages for the field or object, if any.
getErrorMessagesAsString(String) - Method in class org.springframework.web.servlet.support.BindStatus
Return an error message string, concatenating all messages separated by the given delimiter.
getErrors() - Method in class org.springframework.validation.DataBinder
Deprecated. in favor of DataBinder.getBindingResult(). Use the BindException.BindException(BindingResult) constructor to create a BindException instance if still needed.
getErrors() - Method in class org.springframework.web.servlet.support.BindStatus
Return the Errors instance (typically a BindingResult) that this bind status is currently associated with.
getErrors(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object, using the "defaultHtmlEscape" setting.
getErrors(String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object.
getErrors() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Retrieve the Errors instance that this tag is currently bound to.
getErrors() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the Errors instance that this tag is currently bound to.
getErrorsForNewForm(RenderRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Create a BindException instance for a new form.
getErrorsForNewForm(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. Create a BindException instance for a new form.
getETag() - Method in class org.springframework.http.HttpHeaders
Returns the entity tag of the body, as specified by the ETag header.
getETag() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
getETag() - Method in class org.springframework.mock.web.portlet.MockRenderRequest
 
getETag() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getEvaluationContext() - Method in class org.springframework.expression.spel.ExpressionState
 
getEvaluationContext() - Method in class org.springframework.expression.spel.standard.SpelExpression
Return the default evaluation context that will be used if none is supplied on an evaluation call
getEvaluations() - Method in class org.springframework.aop.support.ControlFlowPointcut
It's useful to know how many times we've fired, for optimization.
getEvent() - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
getEvent(QName) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getEvent(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getEventNames() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getException() - Method in class org.springframework.mock.web.MockPageContext
 
getException() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the exception thrown by an unsuccessful invocation of the target method, if any.
getExceptionClass() - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the exception class for the specified error codes.
getExceptionCount() - Method in exception org.springframework.beans.PropertyBatchUpdateException
If this returns 0, no errors were encountered during binding.
getExceptionHandler(Throwable) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Determine the exception handler method for the given exception.
getExceptionListener() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return the JMS ExceptionListener implementation that should be registered with with the single Connection created by this factory, if any.
getExceptionListener() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the JMS ExceptionListener to notify in case of a JMSException thrown by the registered message listener or the invocation infrastructure, if any.
getExceptionName() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the pattern for the exception name.
getExceptionTranslator() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the SQLExceptionTranslator of this DAO's JdbcTemplate, for translating SQLExceptions in custom JDBC access code.
getExceptionTranslator() - Method in class org.springframework.jdbc.support.JdbcAccessor
Return the exception translator for this instance.
getExcludedPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Returns the regular expressions for exclusion matching.
getExecutionCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the number of already executed statements.
getExpectedCount() - Method in exception org.springframework.jdbc.IncorrectResultSetColumnCountException
Return the expected column count.
getExpectedException() - Method in class org.springframework.test.AssertThrows
Deprecated. Return the Exception expected to be thrown during the execution of the surrounding test.
getExpectedException(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the exception that the supplied test method is expected to throw.
getExpectedRowsAffected() - Method in exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that should have been affected.
getExpectedSize() - Method in exception org.springframework.dao.IncorrectResultSizeDataAccessException
Return the expected result size.
getExpectedType() - Method in class org.springframework.jndi.JndiObjectLocator
Return the type that the located JNDI object is supposed to be assignable to, if any.
getExpirationTime() - Method in class org.springframework.mock.web.portlet.MockCacheControl
 
getExpires() - Method in class org.springframework.http.HttpHeaders
Returns the date and time at which the message is no longer valid, as specified by the Expires header.
getExporterName() - Method in class org.springframework.remoting.support.RemoteExporter
Return a short name for this exporter.
getExporterParameter(Object) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return a JRExporterParameter for the given parameter object, converting it from a String if necessary.
getExporterParameters() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the exporter parameters that this view uses, if any.
getExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
getExpression() - Method in class org.springframework.aop.support.AbstractExpressionPointcut
Return this pointcut's expression.
getExpression() - Method in interface org.springframework.aop.support.ExpressionPointcut
Return the String expression for this pointcut.
getExpression() - Method in class org.springframework.web.servlet.support.BindStatus
Return a bind expression that can be used in HTML forms as input name for the respective field, or null if not field-specific.
getExpressionEvaluator() - Method in class org.springframework.mock.web.MockPageContext
 
getExpressionPrefix() - Method in class org.springframework.expression.common.TemplateParserContext
 
getExpressionPrefix() - Method in interface org.springframework.expression.ParserContext
For template expressions, returns the prefix that identifies the start of an expression block within a string.
getExpressions() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getExpressionString() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getExpressionString() - Method in class org.springframework.expression.common.LiteralExpression
 
getExpressionString() - Method in interface org.springframework.expression.Expression
Returns the original string used to create this expression, unmodified.
getExpressionString() - Method in exception org.springframework.expression.ExpressionException
 
getExpressionString() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getExpressionSuffix() - Method in class org.springframework.expression.common.TemplateParserContext
 
getExpressionSuffix() - Method in interface org.springframework.expression.ParserContext
For template expressions, return the prefix that identifies the end of an expression block within a string.
getExternalContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF ExternalContext that this adapter operates on.
getFacesContext() - Method in class org.springframework.web.context.request.FacesRequestAttributes
Return the JSF FacesContext that this adapter operates on.
getFactory() - Method in interface org.springframework.beans.factory.access.BeanFactoryReference
Return the BeanFactory instance held by this reference.
getFactory() - Method in class org.springframework.context.access.ContextBeanFactoryReference
 
getFactoryBean(String, Object) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Get a FactoryBean for the given bean if possible.
getFactoryBeanName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the factory bean name, if any.
getFactoryBeanName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getFactoryMethodName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return a factory method, if any.
getFactoryMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getFailedMessages() - Method in exception org.springframework.mail.MailSendException
Return a Map with the failed messages as keys, and the thrown exceptions as values.
getFailureCause() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the cause of failure, if any.
getFailureMessage() - Method in class org.springframework.test.AssertThrows
Deprecated. Return the extra, contextual failure message that will be included in the failure text if the text fails.
getFallbackClassLoader() - Method in class org.springframework.core.ConfigurableObjectInputStream
Return the fallback ClassLoader to use when no ClassLoader was specified and ObjectInputStream's own default ClassLoader failed.
getFallbackClassLoader() - Method in class org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
getFallbackLocale() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
This implementation checks for a JSTL locale attribute in page, request, session or application scope; if not found, returns the HttpServletRequest.getLocale().
getFallbackLocale() - Method in class org.springframework.web.servlet.support.RequestContext
Determine the fallback locale for this context.
getFallbackTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Determine the fallback theme for this context.
getFallbackTranslator() - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Return the fallback exception translator, if any.
getFault() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
Return the wrapped JAX-WS SOAPFault.
getFaultActor() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.  
getFaultActor() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultActor() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the actor that caused this fault.
getFaultCode() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.  
getFaultCode() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCode() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code.
getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.  
getFaultCodeAsQName() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCodeAsQName() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code as a QName object.
getFaultString() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated.  
getFaultString() - Method in exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultString() - Method in exception org.springframework.remoting.soap.SoapFaultException
Return the descriptive SOAP fault string.
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getFetchSize() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the fetch size specified for this JdbcTemplate.
getFetchSize() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the fetch size specified for this HibernateTemplate.
getField() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return the wrapped Field, if any.
getField() - Method in class org.springframework.core.convert.TypeDescriptor
Return the wrapped Field, if any.
getField(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
Get the field with the given name from the provided target object.
getField(Field, Object) - Static method in class org.springframework.util.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getField() - Method in class org.springframework.validation.FieldError
Return the affected field of the object.
getFieldCache() - Method in class org.springframework.core.Constants
Exposes the field cache to subclasses: a Map from String field name to object value.
getFieldDefaultPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark default fields.
getFieldError() - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldError(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldError() - Method in class org.springframework.validation.AbstractErrors
 
getFieldError(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldError() - Method in exception org.springframework.validation.BindException
 
getFieldError(String) - Method in exception org.springframework.validation.BindException
 
getFieldError() - Method in interface org.springframework.validation.Errors
Get the first error associated with a field, if any.
getFieldError(String) - Method in interface org.springframework.validation.Errors
Get the first error associated with the given field, if any.
getFieldError() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldError(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrorCount(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrorCount() - Method in exception org.springframework.validation.BindException
 
getFieldErrorCount(String) - Method in exception org.springframework.validation.BindException
 
getFieldErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of errors associated with a field.
getFieldErrorCount(String) - Method in interface org.springframework.validation.Errors
Return the number of errors associated with the given field.
getFieldErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldErrors() - Method in exception org.springframework.validation.BindException
 
getFieldErrors(String) - Method in exception org.springframework.validation.BindException
 
getFieldErrors() - Method in interface org.springframework.validation.Errors
Get all errors associated with a field.
getFieldErrors(String) - Method in interface org.springframework.validation.Errors
Get all errors associated with the given field.
getFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldMarkerPrefix() - Method in class org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark potentially empty fields.
getFieldType(String) - Method in class org.springframework.validation.AbstractBindingResult
This default implementation determines the type based on the actual field value, if any.
getFieldType(String) - Method in class org.springframework.validation.AbstractErrors
 
getFieldType(String) - Method in class org.springframework.validation.AbstractPropertyBindingResult
Determines the field type from the property type.
getFieldType(String) - Method in exception org.springframework.validation.BindException
 
getFieldType(String) - Method in interface org.springframework.validation.Errors
Return the type of a given field.
getFieldType(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFieldTypes() - Method in interface org.springframework.format.AnnotationFormatterFactory
The types of fields that may be annotated with the <A> annotation.
getFieldTypes() - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getFieldTypes() - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getFieldValue(String) - Method in exception org.springframework.validation.BindException
 
getFieldValue(String) - Method in interface org.springframework.validation.Errors
Return the current value of the given field, either the current bean property value or a rejected update from the last binding.
getFieldValue(String) - Method in class org.springframework.web.bind.EscapedErrors
 
getFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile() - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFile() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File reference.
getFile() - Method in interface org.springframework.core.io.Resource
Return a File handle for this resource.
getFile() - Method in class org.springframework.core.io.UrlResource
This implementation returns a File reference for the underlying URL/URI, provided that it refers to a file in the file system.
getFile() - Method in class org.springframework.core.io.VfsResource
 
getFile(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFile(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFile(String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource location to a java.io.File, i.e.
getFile(URL) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e.
getFile(URL, String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e.
getFile(URI) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e.
getFile(URI, String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e.
getFile() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getRealPath, but throws a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Return the contents plus description of an uploaded file in this request, or null if it does not exist.
getFile(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFile() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getRealPath, but throws a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractResource
Determine the File to use for timestamp checking.
getFileItem() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return the underlying org.apache.commons.fileupload.FileItem instance.
getFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory instance.
getFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFileMap() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
Return a Map of the multipart files contained in this request.
getFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFilename() - Method in class org.springframework.core.io.AbstractResource
This implementation always throws IllegalStateException, assuming that the resource does not have a filename.
getFilename() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFilename() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns the name of the file.
getFilename() - Method in interface org.springframework.core.io.Resource
Return a filename for this resource, i.e.
getFilename() - Method in class org.springframework.core.io.UrlResource
This implementation returns the name of the file that this URL refers to.
getFilename() - Method in class org.springframework.core.io.VfsResource
 
getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Return the filename of the given multipart part.
getFilename(String) - Static method in class org.springframework.util.StringUtils
Extract the filename from the given path, e.g.
getFilename() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation returns the name of the file that this ServletContext resource refers to.
getFilename() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
Extract the filename extension from the given path, e.g.
getFileNames() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFileNames() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFileNames() - Method in interface org.springframework.web.multipart.MultipartRequest
Return an Iterator of String objects containing the parameter names of the multipart files contained in this request.
getFileNames() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFiles(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFiles(String) - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getFiles(String) - Method in interface org.springframework.web.multipart.MultipartRequest
Return the contents plus description of uploaded files in this request, or an empty list if it does not exist.
getFiles(String) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFiles(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFileTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getFileTimestamp(String) - Method in class org.springframework.web.servlet.ResourceServlet
Return the file timestamp for the given resource.
getFileTypeMap() - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Return the delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the mappings property.
getFileTypeMap() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the FileTypeMap used by this MimeMessageHelper.
getFileUpload() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.FileUpload instance.
getFilterConfig() - Method in class org.springframework.web.filter.GenericFilterBean
Make the FilterConfig of this filter available, if any.
getFilterName() - Method in class org.springframework.mock.web.MockFilterConfig
 
getFilterName() - Method in class org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
getFilterNames() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the names of Hibernate filters to be activated, if any.
getFirst(String) - Method in class org.springframework.http.HttpHeaders
Return the first header value for the given header name, if any.
getFirst(K) - Method in class org.springframework.util.LinkedMultiValueMap
 
getFirst(K) - Method in interface org.springframework.util.MultiValueMap
Return the first value for the given key.
getFirstElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the first element on the current page.
getFirstLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the first page to which create a link around the current page.
getFirstNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
getFloat(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a float.
getFloat(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a float.
getFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(ServletRequest, String, float) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(PortletRequest, String, float) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, return an empty array if not found.
getFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of float parameters, return an empty array if not found.
getFlushMode() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return if a flush should be forced after executing the callback code.
getFlushMode() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return the Hibernate FlushMode that this filter applies to its Session (in single session mode).
getFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Get the value of the 'id' attribute.
getForEntity(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.joda.JodaTimeContext
Gets the Formatter with the this context's settings applied to the base formatter.
getFormatter(DateTimeFormatter, Locale) - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
getFormSessionAttributeName(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Return the name of the PortletSession attribute that holds the form object for this form controller.
getFormSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Return the name of the PortletSession attribute that holds the form object for this form controller.
getFormSessionAttributeName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. Return the name of the HttpSession attribute that holds the form object for this form controller.
getFormSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractFormController
Deprecated. Return the name of the HttpSession attribute that holds the form object for this form controller.
getFormSubmitParameterName() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Return the name of the render parameter that indicates this was a form submission.
getFormView() - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated. Return the name of the view that should be used for form display.
getFormView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated. Return the name of the view that should be used for form display.
getForObject(String, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in interface org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getForwardedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getForwardedUrl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getFrom() - Method in class org.springframework.mail.SimpleMailMessage
 
getFunctionReturnName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name used for the return value of the function.
getGeneratedKeyNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the names of any generated keys
getGeneratedKeysColumnNames() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return the column names of the auto generated keys.
getGenericArgumentValue(Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for a generic argument value that matches the given type.
getGenericArgumentValue(Class, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for a generic argument value that matches the given type.
getGenericArgumentValue(Class, String, Set<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Look for the next generic argument value that matches the given type, ignoring argument values that have already been used in the current resolution process.
getGenericArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the list of generic argument values.
getGenericDependencyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic type of the wrapped parameter/field.
getGenericParameterType() - Method in class org.springframework.core.MethodParameter
Return the generic type of the method/constructor parameter.
getGlobalError() - Method in class org.springframework.validation.AbstractBindingResult
 
getGlobalError() - Method in class org.springframework.validation.AbstractErrors
 
getGlobalError() - Method in exception org.springframework.validation.BindException
 
getGlobalError() - Method in interface org.springframework.validation.Errors
Get the first global error, if any.
getGlobalError() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrorCount() - Method in class org.springframework.validation.AbstractErrors
 
getGlobalErrorCount() - Method in exception org.springframework.validation.BindException
 
getGlobalErrorCount() - Method in interface org.springframework.validation.Errors
Return the number of global errors.
getGlobalErrorCount() - Method in class org.springframework.web.bind.EscapedErrors
 
getGlobalErrors() - Method in class org.springframework.validation.AbstractBindingResult
 
getGlobalErrors() - Method in exception org.springframework.validation.BindException
 
getGlobalErrors() - Method in interface org.springframework.validation.Errors
Get all global errors.
getGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 
getGroovyClassLoader() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Return the GroovyClassLoader used by this script factory.
getHandback() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
getHandledExceptions(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Returns all the exception classes handled by the given method.
getHandledExceptions(Method) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Returns all the exception classes handled by the given method.
getHandler(PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the HandlerExecutionChain for this request.
getHandler(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(PortletRequest) - Method in interface org.springframework.web.portlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandler(HttpServletRequest, boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
Deprecated. as of Spring 3.0.4, in favor of DispatcherServlet.getHandler(javax.servlet.http.HttpServletRequest), with this method's cache attribute now effectively getting ignored
getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the HandlerExecutionChain for this request.
getHandler(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(HttpServletRequest) - Method in interface org.springframework.web.servlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandlerAdapter(Object) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the HandlerAdapter for this handler object.
getHandlerAdapter(Object) - Method in class org.springframework.web.servlet.DispatcherServlet
Return the HandlerAdapter for this handler object.
getHandlerExecutionChain(Object, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerExecutionChain(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Determines a handler for the computed lookup key for the given request.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler for the URL path of the given request.
getHandlerMap() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the registered handlers as an unmodifiable Map, with the registered path as key and the handler object (or handler bean name in case of a lazy-init handler) as value.
getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath.
getHandlerMethodName(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.multiaction.MethodNameResolver
Return a method name that can handle this request.
getHandlerMethodName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Return a method name that can handle this request, based on the given lookup path.
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Extracts the method name indicated by the URL path.
getHandlerMethodNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
getHandlerMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Return the primary value for the given header, if any.
getHeader(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeader(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeader(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request header of the given name, or null if none.
getHeader(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletResponse
Return the names of all specified headers as a Set of Strings.
getHeaderNames() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeaderNames() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeaderNames() - Method in interface org.springframework.web.context.request.WebRequest
Return a Iterator over request header names.
getHeaderNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHeaders() - Method in class org.springframework.http.client.AbstractClientHttpRequest
 
getHeaders() - Method in class org.springframework.http.HttpEntity
Returns the headers of this entity.
getHeaders() - Method in interface org.springframework.http.HttpMessage
Return the headers of this message.
getHeaders() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getHeaders() - Method in class org.springframework.http.server.ServletServerHttpResponse
 
getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
Return all values for the given header as a List of value objects.
getHeaderValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getHeaderValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getHeaderValues(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request header values for the given header name, or null if none.
getHeaderValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHibernateProperties() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Return the Hibernate properties, if any.
getHibernateTemplate() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
getHitCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getHitCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of hits that were satisfied by a thread-bound object.
getHome() - Method in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return the EJB home object to use.
getHost() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server host.
getHost() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the host of the registry for the exported RMI service.
getHttp11StatusCode(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.view.RedirectView
Determines the status code to use for HTTP 1.1 compatible requests.
getHttpClient() - Method in class org.springframework.http.client.CommonsClientHttpRequestFactory
Return the HttpClient used by this factory.
getHttpClient() - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Return the HttpClient instance that this request executor uses.
getHttpInvokerRequestExecutor() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the HttpInvokerRequestExecutor used by this remote accessor.
getId() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getId() - Method in interface org.springframework.context.ApplicationContext
Return the unique id of this application context.
getId() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the unique id of this application context.
getId() - Method in class org.springframework.mock.web.MockHttpSession
 
getId() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value of the 'id' attribute.
getIdentifier() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the identifier of the object for which the locking failed.
getIdentifier() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the identifier of the object that was not found.
getIdentityHexString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getIdleConsumerLimit() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the limit for the number of idle consumers.
getIdleCount() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
getIdleCount() - Method in interface org.springframework.aop.target.PoolingConfig
Return the number of idle objects in the pool.
getIdleTaskExecutionLimit() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the limit for idle executions of a consumer task.
getIfNoneMatch() - Method in class org.springframework.http.HttpHeaders
Returns the value of the If-None-Match header.
getIfNotModifiedSince() - Method in class org.springframework.http.HttpHeaders
Returns the value of the IfModifiedSince header.
getImportedResource() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
Return the location of the imported resource.
getImportPrefixes() - Method in class org.springframework.expression.spel.support.StandardTypeLocator
Return a list of all the import prefixes registered with this StandardTypeLocator.
getIncludedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getIncludedUrl() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getIncludedUrls() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getIncrementerName() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the name of the sequence/table.
getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
 
getIncrementStatement() - Method in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
Statement to use to increment the "sequence" value.
getIndex() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the index of this parameter in the operation signature.
getIndexedArgumentValue(int, Class) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Get argument value for the given index in the constructor argument list.
getIndexedArgumentValue(int, Class, String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Get argument value for the given index in the constructor argument list.
getIndexedArgumentValues() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
Return the map of indexed argument values.
getInitBinderMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getInitialPage(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the initial page of the wizard, i.e.
getInitialPage(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the initial page of the wizard, i.e.
getInitialPage(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the initial page of the wizard, that is, the page shown at wizard startup.
getInitialPage(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the initial page of the wizard, that is, the page shown at wizard startup.
getInitMethod() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default init-method setting for the document that's currently parsed.
getInitMethodName() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the initializer method.
getInitMethodName() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockFilterConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockServletConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.MockServletContext
 
getInitParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getInitParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getInitParameter(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockFilterConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockServletConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.MockServletContext
 
getInitParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getInitParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getInitParameterNames() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getInnerBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Returns an empty array.
getInnerBeanDefinitions() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getInnerBeanDefinitions() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Return the BeanDefinitions that represent all relevant inner beans within this component.
getInParameterNames() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the names of in parameters to be used.
getInputStream() - Method in class org.springframework.core.io.ByteArrayResource
This implementation returns a ByteArrayInputStream for the underlying byte array.
getInputStream() - Method in class org.springframework.core.io.ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - Method in class org.springframework.core.io.DescriptiveResource
 
getInputStream() - Method in class org.springframework.core.io.FileSystemResource
This implementation opens a FileInputStream for the underlying file.
getInputStream() - Method in class org.springframework.core.io.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - Method in interface org.springframework.core.io.InputStreamSource
Return an InputStream.
getInputStream() - Method in class org.springframework.core.io.UrlResource
This implementation opens an InputStream for the given URL.
getInputStream() - Method in class org.springframework.core.io.VfsResource
 
getInputStream() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getInputStream() - Method in class org.springframework.mock.web.MockMultipartFile
 
getInputStream() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if no resource found.
getInputStream() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getInputStream() - Method in interface org.springframework.web.multipart.MultipartFile
Return an InputStream to read the contents of the file from.
getInputStream() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, but throws a FileNotFoundException if not found.
getInputType() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Return the type of the HTML input element to generate: "checkbox" or "radio".
getInputType() - Method in class org.springframework.web.servlet.tags.form.CheckboxesTag
 
getInputType() - Method in class org.springframework.web.servlet.tags.form.RadioButtonsTag
 
getInserts() - Method in exception org.springframework.expression.spel.SpelEvaluationException
 
getInserts() - Method in exception org.springframework.expression.spel.SpelParseException
 
getInsertString() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the insert string to be used
getInsertTypes() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the array of Types to be used for insert
getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
Return the singleton DefaultAdvisorAdapterRegistry instance.
getInstance() - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Returns an instance which uses the default "classpath*:beanRefFactory.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the default "classpath*:beanRefContext.xml", as the name of the definition file(s).
getInstance(String) - Static method in class org.springframework.context.access.ContextSingletonBeanFactoryLocator
Returns an instance which uses the the specified selector, as the name of the definition file(s).
getInstance() - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance(String) - Static method in class org.springframework.context.access.DefaultLocatorFactory
Return an instance object implementing BeanFactoryLocator.
getInstance() - Static method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Return the singleton instance.
getInstance(Object) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String, String, String) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance for the specified domain and a single property with the supplied key and value.
getInstance(String, Hashtable<String, String>) - Static method in class org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance with the specified domain name and the supplied key/name properties.
getInstance() - Static method in class org.springframework.test.annotation.SystemProfileValueSource
Obtain the canonical instance of this ProfileValueSource.
getInstance(Class<T>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
getInstantiationStrategy() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the instantiation strategy to use for creating bean instances.
getInstrumentableClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
We have the ability to weave the current class loader when starting the JVM in this way, so the instrumentable class loader will always be the current loader.
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Return a ClassLoader that supports instrumentation through AspectJ-style load-time weaving based on user-defined ClassFileTransformers.
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
getInstrumentableClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getInstrumentation() - Static method in class org.springframework.instrument.InstrumentationSavingAgent
Return the Instrumentation interface exposed by the JVM.
getInt(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an int.
getInt(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an int.
getInteractionSpec() - Method in class org.springframework.jca.cci.object.EisOperation
Return the CCI InteractionSpec for this operation.
getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
Return an AOP Alliance MethodInterceptor exposing the behavior of the given advice to an interception-based AOP framework.
getInterceptor() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
The actual Interceptor reference.
getInterceptorNameSuffix(BeanDefinition) - Method in class org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator
 
getInterceptors(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
Return an array of AOP Alliance MethodInterceptors to allow use of the given Advisor in an interception-based framework.
getInterceptors(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
 
getInterceptors() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getInterceptors() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getInterceptorsAndDynamicInterceptionAdvice(Method, Class) - Method in class org.springframework.aop.framework.AdvisedSupport
Determine a list of MethodInterceptor objects for the given method, based on this configuration.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class) - Method in interface org.springframework.aop.framework.AdvisorChainFactory
Determine a list of MethodInterceptor objects for the given advisor chain configuration.
getInterceptorsAndDynamicInterceptionAdvice(Advised, Method, Class) - Method in class org.springframework.aop.framework.DefaultAdvisorChainFactory
 
getInterfaceNames() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of all interfaces that the underlying class implements, or an empty array if there are none.
getInterfaceNames() - Method in class org.springframework.core.type.StandardClassMetadata
 
getInterfaces() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
 
getInterfaces() - Method in interface org.springframework.aop.IntroductionInfo
Return the additional interfaces introduced by this Advisor or Advice.
getInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getInterfaces() - Method in class org.springframework.aop.support.IntroductionInfoSupport
 
getInternalBeanFactoryForBean(String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
Return the internal BeanFactory to be used for the specified bean.
getInternalBindingResult() - Method in class org.springframework.validation.DataBinder
Return the internal BindingResult held by this DataBinder, as AbstractPropertyBindingResult.
getInternalParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal bean factory of the parent context if it implements ConfigurableApplicationContext; else, return the parent context itself.
getInternalParentMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the internal message source of the parent context if it is an AbstractApplicationContext too; else, return the parent context itself.
getIntHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getIntLiteral(String, int, int) - Static method in class org.springframework.expression.spel.ast.Literal
Process the string form of a number, using the specified base if supplied and return an appropriate literal to hold it.
getIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(ServletRequest, String, int) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an int parameter, with a fallback value.
getIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an int parameter, with a fallback value.
getIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, return an empty array if not found.
getIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of int parameters, return an empty array if not found.
getIntrospectedClass() - Method in class org.springframework.core.type.StandardClassMetadata
Return the underlying Class.
getIntrospectedMethod() - Method in class org.springframework.core.type.StandardMethodMetadata
Return the underlying Method.
getInvalidResultSetAccessCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getInvalidSubmitParameterName() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Return the name of the render parameter that indicates this was an invalid form submission.
getInvocationCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getInvocationCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of client invocations.
getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
 
getInvocationDescription(MethodInvocation) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
Return a description for the given method invocation.
getInvocationFailureMessage() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
Build a message for an invocation failure exception.
getIsolationLevel() - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Return the statically specified isolation level, or null if none.
getIsolationLevel() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getIsolationLevel() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getIsolationLevel() - Method in interface org.springframework.transaction.TransactionDefinition
Return the isolation level.
getItemLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the value to be displayed as part of the 'input type="checkbox/radio"' tag.
getItemLabel() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Get the name of the property mapped to the label (inner text) of the 'option' tag.
getItemLabel() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'itemLabel' attribute.
getItems() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the Collection, Map or array of objects used to generate the 'input type="checkbox/radio"' tags.
getItems() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Get the Collection, Map or array of objects used to generate the inner 'option' tags.
getItems() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'items' attribute.
getItemValue() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
getItemValue() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
Return the name of the property mapped to the 'value' attribute of the 'option' tag.
getItemValue() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'itemValue' attribute.
getJarFile(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Resolve the given jar file URL into a JarFile object.
getJarFileUrls() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getJavaMailProperties() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Allow Map access to the JavaMail properties of this sender, with the option to add or override specific entries.
getJavaType(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Returns the Jackson JavaType for the specific class.
getJavaVersion() - Static method in class org.springframework.core.JdkVersion
Return the full Java version string, as returned by System.getProperty("java.version").
getJaxbContext(Class) - Method in class org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Returns a JAXBContext for the given class.
getJaxbContext() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
getJaxRpcService() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return a reference to an existing JAX-RPC Service instance, if any.
getJaxRpcServiceInterface() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the JAX-RPC service interface to use for looking up the service.
getJaxRpcServiceProperties() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return JAX-RPC service properties to be passed to the ServiceFactory, if any.
getJaxWsService() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return a reference to an existing JAX-WS Service instance, if any.
getJdbcConnection(PersistenceManager, boolean) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation returns a DataStoreConnectionHandle for JDO2, which will also work on JDO1 until actually accessing the JDBC Connection.
getJdbcConnection(PersistenceManager, boolean) - Method in interface org.springframework.orm.jdo.JdoDialect
Retrieve the JDBC Connection that the given JDO PersistenceManager uses underneath, if accessing a relational database.
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation always returns null, indicating that no JDBC Connection can be provided.
getJdbcConnection(EntityManager, boolean) - Method in interface org.springframework.orm.jpa.JpaDialect
Retrieve the JDBC Connection that the given JPA EntityManager uses underneath, if accessing a relational database.
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
 
getJdbcConnection(EntityManager, boolean) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
 
getJdbcDataSource() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the javax.sql.DataSource that this view uses, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the JDBC exception translator for this instance, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the JDBC exception translator for this transaction manager, if any.
getJdbcExceptionTranslator() - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Return the JDBC exception translator for this dialect, if any.
getJdbcOperations() - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Expose the classic Spring JdbcTemplate to allow invocation of classic JDBC operations.
getJdbcOperations() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods.
getJdbcOperations() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods.
getJdbcOperations() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods.
getJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the configured JdbcTemplate
getJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the JdbcTemplate that is configured to be used
getJdbcTemplate() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly.
getJdbcTemplate() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return the JdbcTemplate object used by this object.
getJdbcTemplate() - Method in class org.springframework.test.AbstractTransactionalDataSourceSpringContextTests
Deprecated. Return the JdbcTemplate that this base class manages.
getJdoDialect() - Method in class org.springframework.orm.jdo.JdoAccessor
Return the JDO dialect to use for this accessor.
getJdoDialect() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the JDO dialect to use for this transaction manager.
getJdoPropertyMap() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Allow Map access to the JDO properties to be passed to the JDOHelper, with the option to add or override specific entries.
getJdoTemplate() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Return the JdoTemplate for this DAO, pre-initialized with the PersistenceManagerFactory or set explicitly.
getJmsTemplate() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
Return the JmsTemplate for the gateway.
getJndiEnvironment() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI environment to use for JNDI lookups.
getJndiEnvironment() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JNDI environment to use for JNDI lookups.
getJndiName() - Method in class org.springframework.jndi.JndiObjectLocator
Return the JNDI name to look up.
getJndiTemplate() - Method in class org.springframework.jndi.JndiAccessor
Return the JNDI template to use for JNDI lookups.
getJndiTemplate() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JndiTemplate used for JNDI lookups.
getJobClass() - Method in class org.springframework.scheduling.quartz.JobDetailBean
Overridden to support any job class, to allow a custom JobFactory to adapt the given job class to the Quartz Job interface.
getJobDetail() - Method in class org.springframework.scheduling.quartz.CronTriggerBean
 
getJobDetail() - Method in interface org.springframework.scheduling.quartz.JobDetailAwareTrigger
Return the JobDetail that this Trigger is associated with.
getJobDetail() - Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
 
getJodaTimeContext() - Static method in class org.springframework.format.datetime.joda.JodaTimeContextHolder
Return the JodaTimeContext associated with the current thread, if any.
getJoinPoint() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Overridden in around advice to return proceeding join point.
getJoinpointIdentification() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return a String representation of this joinpoint (usually a Method call) for use in logging.
getJoinPointMatch() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Get the current join point match at the join point we are being dispatched on.
getJoinPointMatch(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getJpaDialect() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getJpaDialect() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, or null if not known.
getJpaDialect() - Method in class org.springframework.orm.jpa.JpaAccessor
Return the JPA dialect to use for this accessor.
getJpaDialect() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Return the JPA dialect to use for this transaction manager.
getJpaDialect() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific JpaDialect implementation for this provider, or null if there is none.
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getJpaDialect() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.JpaTransactionManager
Allow Map access to the JPA properties to be passed to the persistence provider, with the option to add or override specific entries.
getJpaPropertyMap() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return a Map of vendor-specific JPA properties, typically based on settings in this JpaVendorAdapter instance.
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getJpaPropertyMap() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
 
getJpaTemplate() - Method in class org.springframework.orm.jpa.support.JpaDaoSupport
Return the JpaTemplate for this DAO, pre-initialized with the EntityManagerFactory or set explicitly.
getJpaVendorAdapter() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the JpaVendorAdapter implementation for this EntityManagerFactory, or null if not known.
getJstlAwareMessageSource(ServletContext, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext" context-param and creates a corresponding child message source, with the provided Spring-defined MessageSource as parent.
getJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getJtaTransactionManager(SessionFactory, Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Try to retrieve the JTA TransactionManager from the given SessionFactory and/or Session.
getJUnitTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Retrieves the configured JUnit timeout from the @Test annotation on the supplied test method.
getKeepAliveSeconds() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's keep-alive seconds.
getKeepAliveSeconds() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's keep-alive seconds.
getKey() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKey() - Method in interface org.springframework.jdbc.support.KeyHolder
Retrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is a number.
getKeyList() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeyList() - Method in interface org.springframework.jdbc.support.KeyHolder
Return a reference to the List that contains the keys.
getKeys() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation returns null, as a MessageSource does not allow for enumerating the defined message codes.
getKeys() - Method in class org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeys() - Method in interface org.springframework.jdbc.support.KeyHolder
Retrieve the first map of keys.
getKeyTypeName() - Method in class org.springframework.beans.factory.support.ManagedMap
Return the default key type name (class name) to be used for this map.
getKind() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getLabel() - Method in class org.springframework.core.enums.AbstractGenericLabeledEnum
Deprecated.  
getLabel() - Method in interface org.springframework.core.enums.LabeledEnum
Deprecated. Return a descriptive, optional label.
getLabel() - Method in class org.springframework.core.enums.StaticLabeledEnum
Deprecated.  
getLabel() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Get the value of the 'label' attribute.
getLabel() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Get the text body of the rendered HTML <option> tag.
getLabeledEnumByCode(Class, Comparable) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
getLabeledEnumByCode(Class, Comparable) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated. Resolve a single LabeledEnum by its identifying code.
getLabeledEnumByLabel(Class, String) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
getLabeledEnumByLabel(Class, String) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated. Resolve a single LabeledEnum by its identifying code.
getLabeledEnumMap(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
getLabeledEnumMap(Class) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated. Return a map of enumerations of a particular type.
getLabeledEnumSet(Class) - Method in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
getLabeledEnumSet(Class) - Method in interface org.springframework.core.enums.LabeledEnumResolver
Deprecated. Return a set of enumerations of a particular type.
getLang() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'lang' attribute.
getLastAccessedTime() - Method in class org.springframework.mock.web.MockHttpSession
 
getLastAccessedTime() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getLastElementOnPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the element index of the last element on the current page.
getLastLinkedPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the last page to which create a link around the current page.
getLastModified() - Method in class org.springframework.http.HttpHeaders
Returns the time the resource was last changed, as specified by the Last-Modified header.
getLastModified(Object) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
getLastModified(Resource) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
getLastModified(HttpServletRequest, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
This method always returns -1 since an annotated controller can have many methods, each requiring separate lastModified calculations.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
getLastModified(HttpServletRequest) - Method in interface org.springframework.web.servlet.mvc.LastModified
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Try to find an XXXXLastModified method, where XXXX is the name of a handler.
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
getLastModified(HttpServletRequest) - Method in class org.springframework.web.servlet.ResourceServlet
Return the last-modified timestamp of the file that corresponds to the target resource URL (i.e.
getLastNestedPropertySeparatorIndex(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Determine the first nested property separator in the given property path, ignoring dots in keys (like "map[my.key]").
getLastRefreshTime() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getLastRefreshTime() - Method in interface org.springframework.aop.target.dynamic.Refreshable
Return the last time an actual refresh happened (as timestamp).
getLastTaskInfo() - Method in class org.springframework.util.StopWatch
Return the last task as a TaskInfo object.
getLastTaskName() - Method in class org.springframework.util.StopWatch
Return the name of the last task.
getLastTaskTimeMillis() - Method in class org.springframework.util.StopWatch
Return the time taken by the last task.
getLazyInit() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default lazy-init flag for the document that's currently parsed.
getLeftOperand() - Method in class org.springframework.expression.spel.ast.Operator
 
getLetterCode() - Method in class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated. Return the letter code of this LabeledEnum instance.
getLifecycleBeans() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Retrieve all applicable Lifecycle beans: all singletons that have already been created, as well as all SmartLifecycle beans (even if they are marked as lazy-init).
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockActionRequest
 
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
Return the Portlet 2.0 lifecycle id for the current phase.
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockRenderRequest
 
getLifecyclePhase() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getLimitedInParameterNames() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get a limited set of in parameters to be used.
getLineNumber() - Method in exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
Return the line number in the XML resource that failed.
getListenerMethodName(Message, Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Determine the name of the listener method that is supposed to handle the given message.
getLiteralValue() - Method in class org.springframework.expression.spel.ast.BooleanLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.IntLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.Literal
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.LongLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.NullLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.RealLiteral
 
getLiteralValue() - Method in class org.springframework.expression.spel.ast.StringLiteral
 
getLoadCount() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Return the current number of context load attempts.
getLoadTimeWeaver() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
getLobCreator() - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
getLobCreator() - Method in interface org.springframework.jdbc.support.lob.LobHandler
Create a new LobCreator instance, i.e.
getLobCreator() - Method in class org.springframework.jdbc.support.lob.OracleLobHandler
 
getLocalAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocale() - Method in interface org.springframework.context.i18n.LocaleContext
Return the current Locale, which can be fixed or determined dynamically, depending on the implementation strategy.
getLocale() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the Locale associated with the current thread, if any, or the system default Locale else.
getLocale() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
getLocale() - Method in class org.springframework.context.support.MessageSourceResourceBundle
This implementation exposes the specified Locale for introspection through the standard ResourceBundle.getLocale() method.
getLocale() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocale() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getLocale() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getLocale() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getLocale() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getLocale() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getLocale() - Method in interface org.springframework.web.context.request.WebRequest
Return the primary Locale for this request.
getLocale() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getLocale() - Method in class org.springframework.web.servlet.handler.DispatcherServletWebRequest
 
getLocale() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current Locale (never null).
getLocale(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Retrieves the current locale from the given request, using the LocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the request's accept-header Locale.
getLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
Return the LocaleContext associated with the current thread, if any.
getLocaleResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
getLocales() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocales() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getLocalName(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Ges the local name for the supplied Node.
getLocalName() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocalPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getLocation() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
getLocation() - Method in class org.springframework.aop.support.AbstractExpressionPointcut
Return location information about the pointcut expression if available.
getLocation() - Method in class org.springframework.beans.factory.parsing.Problem
Get the location within a bean configuration source that triggered the error.
getLocation() - Method in class org.springframework.http.HttpHeaders
Return the (new) location of a resource, as specified by the Location header.
getLogFile() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getLoggerForInvocation(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
Return the appropriate Log instance to use for the given MethodInvocation.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
Returns 0, indicating the default system timeout is to be used.
getLoginTimeout() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getLogWriter() - Method in class org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are not supported.
getLogWriter() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
getLong(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a long.
getLong(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a long.
getLongDescription() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return a long description for the bean, including name and aliases as well as a description of the contained BeanDefinition.
getLongLiteral(String, int, int) - Static method in class org.springframework.expression.spel.ast.Literal
 
getLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(ServletRequest, String, long) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a long parameter, with a fallback value.
getLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(PortletRequest, String, long) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a long parameter, with a fallback value.
getLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Build a lookup key for the given request.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Uses the value of the specified parameter as lookup key.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Uses the current PortletMode as lookup key.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Returns a lookup key that combines the current PortletMode and the current value of the specified parameter.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Uses the current PortletMode as lookup key.
getLookupPathForRequest(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the mapping lookup path for the given request, within the current servlet mapping if applicable, else within the web application.
getLookupType() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Return the desired type for the lookup.
getMajorJavaVersion() - Static method in class org.springframework.core.JdkVersion
Get the major version code.
getMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getMajorVersion() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getMajorVersion() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getManagedAttribute(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedAttribute(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
getManagedClassNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getManagedMetric(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedMetric(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedMetric if the supplied Method has the corresponding metadata.
getManagedNotifications(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedNotifications(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedNotifications if the supplied the Class has the corresponding metadata.
getManagedOperation(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperation(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
getManagedOperationParameters(Method) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperationParameters(Method) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
getManagedResource(Class<?>) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedResource(Class<?>) - Method in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
getManagementInterface() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
Return the management interface of the target MBean, or null if none specified.
getMap() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getMapKeyFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map field.
getMapKeyParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map parameter.
getMapKeyReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map return type.
getMapKeyReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map return type.
getMapKeyType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic key type of the wrapped Map parameter/field, if any.
getMapKeyType() - Method in class org.springframework.core.convert.TypeDescriptor
Determine the generic key type of the wrapped Map parameter/field, if any.
getMapKeyType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic key type of the given Map class (if it declares one through a generic superclass or generic interface).
getMapKeyTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
Returns map key type as a type descriptor.
getMapKeyTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
Return the map key type as a type descriptor.
getMappedClass() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Get the class that we are mapping to.
getMappingFileNames() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getMapValueFieldType(Field) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueFieldType(Field, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map field.
getMapValueParameterType(MethodParameter) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map parameter.
getMapValueReturnType(Method) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map return type.
getMapValueReturnType(Method, int) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map return type.
getMapValueType() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Determine the generic value type of the wrapped Map parameter/field, if any.
getMapValueType() - Method in class org.springframework.core.convert.TypeDescriptor
Determine the generic value type of the wrapped Map parameter/field, if any.
getMapValueType(Class<? extends Map>) - Static method in class org.springframework.core.GenericCollectionTypeResolver
Determine the generic value type of the given Map class (if it declares one through a generic superclass or generic interface).
getMapValueTypeDescriptor() - Method in class org.springframework.core.convert.TypeDescriptor
Returns map value type as a type descriptor.
getMapValueTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
Return the map value type as a type descriptor.
getMarshaller() - Method in class org.springframework.oxm.support.MarshallingSource
Return the Marshaller used by this MarshallingSource.
getMaxConcurrency() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Return the maximum number of consumers/sessions to use.
getMaxConcurrentConsumers() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the "maxConcurrentConsumer" setting.
getMaxIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the maximum number of idle objects in the pool.
getMaxInactiveInterval() - Method in class org.springframework.mock.web.MockHttpSession
 
getMaxInactiveInterval() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getMaxlength() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'maxlength' attribute.
getMaxLinkedPages() - Method in class org.springframework.beans.support.PagedListHolder
Return the maximum number of page links to a few pages around the current one.
getMaxMessagesPerTask() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the maximum number of messages to process in one task.
getMaxPayloadLength() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
Return the maximum length of the payload body to be included in the log message.
getMaxPoolSize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's maximum pool size.
getMaxPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's maximum pool size.
getMaxResults() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the maximum number of rows specified for this HibernateTemplate.
getMaxRows() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the maximum number of rows specified for this JdbcTemplate.
getMaxSize() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return the maximum size of the pool.
getMaxSize() - Method in interface org.springframework.aop.target.PoolingConfig
Return the maximum size of the pool.
getMaxUploadSize() - Method in exception org.springframework.web.multipart.MaxUploadSizeExceededException
Return the maximum upload size allowed.
getMaxWait() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the maximum waiting time for fetching an object from the pool.
getMBeanInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Create an instance of the ModelMBeanInfoSupport class supplied with all JMX implementations and populates the metadata through calls to the subclass.
getMBeanInfo(Object, String) - Method in interface org.springframework.jmx.export.assembler.MBeanInfoAssembler
Create the ModelMBeanInfo for the given managed resource.
getMBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the Standard MBean interface for the given class, if any (that is, an interface whose name matches the class name of the given class but with suffix "MBean").
getMediaType(Resource) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Determine an appropriate media type for the given resource.
getMediaTypeFromFilename(String) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Determines the MediaType for the given filename.
getMediaTypeFromParameter(String) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Determines the MediaType for the given parameter value.
getMediaTypes(HttpServletRequest) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Determines the list of MediaType for the given HttpServletRequest.
getMember() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
getMerge() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
Return the default merge setting for the document that's currently parsed.
getMergedBeanDefinition(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return a merged BeanDefinition for the given bean name, merging a child bean definition with its parent if necessary.
getMergedBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a 'merged' BeanDefinition for the given bean name, merging a child bean definition with its parent if necessary.
getMergedBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition for the given top-level bean, by merging with the parent if the given bean's definition is a child bean definition.
getMergedBeanDefinition(String, BeanDefinition, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a RootBeanDefinition for the given bean, by merging with the parent if the given bean's definition is a child bean definition.
getMergedLocalBeanDefinition(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return a merged RootBeanDefinition, traversing the parent bean definition if the specified bean corresponds to a child bean definition.
getMergedProperties(Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
getMessage() - Method in class org.springframework.beans.factory.parsing.Problem
Get the message detailing the problem.
getMessage() - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
getMessage(String, Object[], String, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message.
getMessage(MessageSourceResolvable, Locale) - Method in interface org.springframework.context.MessageSource
Try to resolve the message using all the attributes contained within the MessageSourceResolvable argument that was passed in.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.DelegatingMessageSource
 
getMessage(String, String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[], String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(String, Object[]) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the default Locale.
getMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the message for the given code and the given Locale.
getMessage(MessageSourceResolvable) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g.
getMessage(MessageSourceResolvable, Locale) - Method in class org.springframework.context.support.MessageSourceAccessor
Retrieve the given MessageSourceResolvable (e.g.
getMessage() - Method in exception org.springframework.core.NestedCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.core.NestedIOException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.core.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.springframework.expression.spel.SpelEvaluationException
 
getMessage() - Method in exception org.springframework.expression.spel.SpelParseException
 
getMessage() - Method in exception org.springframework.jms.JmsException
Return the detail message, including the message from the linked exception if there is one.
getMessage() - Method in exception org.springframework.mail.MailSendException
 
getMessage() - Method in exception org.springframework.validation.BindException
Returns diagnostic information about the errors held in this object.
getMessage() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
 
getMessage() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
getMessage() - Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
 
getMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, List, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], String, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, List) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g.
getMessage(MessageSourceResolvable, boolean) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g.
getMessage() - Method in exception org.springframework.web.util.NestedServletException
Return the detail message, including the message from the nested exception if there is one.
getMessageCode() - Method in exception org.springframework.expression.spel.SpelEvaluationException
 
getMessageCode() - Method in exception org.springframework.expression.spel.SpelParseException
 
getMessageCodesResolver() - Method in class org.springframework.validation.AbstractBindingResult
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the strategy to use for resolving errors into message codes (if any).
getMessageCodesResolver() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the strategy to use for resolving errors into message codes (if any).
getMessageConverter() - Method in class org.springframework.jms.core.JmsTemplate
Return the message converter for this template.
getMessageConverter() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Return the converter that will convert incoming JMS messages to listener method arguments, and objects returned from listener methods back to JMS messages.
getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
Returns the message body converters.
getMessageConverters() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
Return the message body converters that this adapter has been configured with.
getMessageDrivenContext() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
Convenience method for subclasses to use.
getMessageEndpointFactory() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA MessageEndpointFactory to activate.
getMessageExceptions() - Method in exception org.springframework.mail.MailSendException
Return an array with thrown message exceptions.
getMessageFormat(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getMessageFormat(ResourceBundle, String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFromParent(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Try to retrieve the given message from the parent MessageSource, if any.
getMessageInternal(String, Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
Resolve the given code and arguments as message in the given Locale, returning null if not found.
getMessageInterpolator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getMessageListener() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the message listener object to register.
getMessageSelector() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
Return the JMS message selector expression (or null if none).
getMessageSelector() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
getMessageSource() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getMessageSource() - Method in interface org.springframework.ui.context.Theme
Return the specific MessageSource that resolves messages with respect to this theme.
getMessageSource() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext as MessageSource.
getMessageSource() - Method in class org.springframework.web.servlet.tags.MessageTag
Use the current RequestContext's application context as MessageSource.
getMessageSource() - Method in class org.springframework.web.servlet.tags.ThemeTag
Use the theme MessageSource for theme message resolution.
getMessageSourceAccessor() - Method in class org.springframework.context.support.ApplicationObjectSupport
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated. Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.ActionSupport
Deprecated. Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated. Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated. Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMessageSourceAccessor() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated. Return a MessageSourceAccessor for the application context used by this object, for easy message access.
getMetaAnnotationTypes(String) - Method in interface org.springframework.core.type.AnnotationMetadata
Return the names of all meta-annotation types defined on the given annotation type of the underlying class.
getMetaAnnotationTypes(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 
getMetadata() - Method in interface org.springframework.beans.factory.annotation.AnnotatedBeanDefinition
Obtain the annotation metadata (as well as basic class metadata) for this bean definition's bean class.
getMetadata() - Method in class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
 
getMetadata() - Method in class org.springframework.context.annotation.ScannedGenericBeanDefinition
 
getMetaData() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getMetaData() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getMetaData() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the meta data (number, types and properties for the columns) of this row set.
getMetadataAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
Look up the given BeanMetadataAttribute in this accessor's set of attributes.
getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
 
getMetadataReader(String) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
Obtain a MetadataReader for the given class name.
getMetadataReader(Resource) - Method in interface org.springframework.core.type.classreading.MetadataReaderFactory
Obtain a MetadataReader for the given resource.
getMetadataReader(String) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
 
getMetadataReader(Resource) - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
 
getMethod() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return the method invoked on the proxied interface.
getMethod() - Method in class org.springframework.core.MethodParameter
Return the wrapped Method, if any.
getMethod() - Method in interface org.springframework.http.client.ClientHttpRequest
Return the HTTP method of the request.
getMethod() - Method in interface org.springframework.http.server.ServerHttpRequest
Return the HTTP method of the request.
getMethod() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getMethod() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getMethod() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getMethod() - Method in class org.springframework.mock.web.portlet.MockEventRequest
 
getMethod() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the HTTP method of the request (usually GET or POST).
getMethod() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getMethod() - Method in exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getMethod() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'method' attribute.
getMethodAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
Return the method/constructor annotation of the given type, if available.
getMethodAnnotations() - Method in class org.springframework.core.MethodParameter
Return the annotations associated with the target method/constructor itself.
getMethodCountForName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature, and return it if available (else return null).
getMethodMatcher() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
getMethodMatcher() - Method in interface org.springframework.aop.Pointcut
Return the MethodMatcher for this pointcut.
getMethodMatcher() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.ComposablePointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.ControlFlowPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.DynamicMethodMatcherPointcut
 
getMethodMatcher() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
 
getMethodName() - Method in class org.springframework.beans.factory.support.MethodOverride
Return the name of the method to be overridden.
getMethodName() - Method in interface org.springframework.core.type.MethodMetadata
Return the name of the method.
getMethodName() - Method in class org.springframework.core.type.StandardMethodMetadata
 
getMethodName() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the name of the target method.
getMethodName() - Method in exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Return the name of the offending method, if known.
getMethodNameResolver() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the MethodNameResolver used by this class.
getMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return information about methods to be overridden by the IoC container.
getMethodParameter() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
Return the wrapped MethodParameter, if any.
getMethodParameter() - Method in class org.springframework.core.convert.TypeDescriptor
Return the wrapped MethodParameter, if any.
getMethodParameter() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the name of the request param for non-browser supported HTTP methods.
getMethodReplacerBeanName() - Method in class org.springframework.beans.factory.support.ReplaceOverride
Return the name of the bean implementing MethodReplacer.
getMethodResolvers() - Method in interface org.springframework.expression.EvaluationContext
 
getMethodResolvers() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getMethodSignature(Method) - Static method in class org.springframework.jmx.support.JmxUtils
Create a String[] representing the argument signature of a method.
getMetricType() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
A description of how this metric's values change over time.
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMailMessage
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
getMimeMessage() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MimeMessage object.
getMimeMessageHelper() - Method in class org.springframework.mail.javamail.MimeMailMessage
Return the MimeMessageHelper that this MimeMailMessage is based on.
getMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MIME "multipart/related" object, if any.
getMimeType(String) - Method in class org.springframework.mock.web.MockServletContext
 
getMimeType(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getMimeType(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getMinEvictableIdleTimeMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the minimum time that an idle object can sit in the pool.
getMinIdle() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the minimum number of idle objects in the pool.
getMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
 
getMinorVersion() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getMinorVersion() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getMockHttpServletResponse(ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
Obtain the underlying MockHttpServletResponse, unwrapping HttpServletResponseWrapper decorators if necessary.
getModel() - Method in class org.springframework.validation.AbstractBindingResult
Return a model Map for the obtained state, exposing an Errors instance as 'MODEL_KEY_PREFIX + objectName' and the object itself.
getModel() - Method in exception org.springframework.validation.BindException
 
getModel() - Method in interface org.springframework.validation.BindingResult
Return a model Map for the obtained state, exposing a BindingResult instance as 'MODEL_KEY_PREFIX + objectName' and the object itself as 'objectName'.
getModel() - Method in class org.springframework.web.portlet.ModelAndView
Return the model map.
getModel() - Method in class org.springframework.web.servlet.ModelAndView
Return the model map.
getModel() - Method in class org.springframework.web.servlet.support.RequestContext
Return the model Map that this RequestContext encapsulates, if any.
getModelAndView(String, Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in exception org.springframework.web.portlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAndView(String, Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in exception org.springframework.web.servlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the name of the form attribute in the model.
getModelAttributeMethods() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getModelInternal() - Method in class org.springframework.web.portlet.ModelAndView
Return the model map.
getModelInternal() - Method in class org.springframework.web.servlet.ModelAndView
Return the model map.
getModelMap() - Method in class org.springframework.web.portlet.ModelAndView
Return the underlying ModelMap instance (never null).
getModelMap() - Method in class org.springframework.web.servlet.ModelAndView
Return the underlying ModelMap instance (never null).
getModelObject(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the model object for the given model name, either from the model or from the request attributes.
getModuleConfig() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the Struts ModuleConfig that this PlugIn is associated with.
getModulePrefix() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the prefix of the ModuleConfig that this PlugIn is associated with.
getMostSpecificCause() - Method in exception org.springframework.core.NestedCheckedException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificCause() - Method in exception org.springframework.core.NestedRuntimeException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
Given a method, which may come from an interface, and a target class used in the current AOP invocation, find the corresponding target method if there is one.
getMostSpecificMethod(Method, Class<?>) - Static method in class org.springframework.util.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
getMultiFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultiFileMap() - Method in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
getMultiFileMap() - Method in interface org.springframework.web.multipart.MultipartRequest
Return a MultiValueMap of the multipart files contained in this request.
getMultiFileMap() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getMultiFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getMultipartFiles() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
Return the multipart files as Map of field name to MultipartFile instance.
getMultipartFiles() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartFiles() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
Return the multipart parameters as Map of field name to form field String value.
getMultipartParameters() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartResolver() - Method in class org.springframework.web.portlet.DispatcherPortlet
Obtain this portlet's PortletMultipartResolver, if any.
getMultipartResolver() - Method in class org.springframework.web.servlet.DispatcherServlet
Obtain this servlet's MultipartResolver, if any.
getMultipartResolverBeanName() - Method in class org.springframework.web.multipart.support.MultipartFilter
Return the bean name of the MultipartResolver to fetch from Spring's root application context.
getMultiple() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the HTML 'multiple' attribute rendered on the final 'select' element.
getMXBeanInterface(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
Return the Java 6 MXBean interface exists for the given class, if any (that is, an interface whose name ends with "MXBean" and/or carries an appropriate MXBean annotation).
getName() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getName() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getName() - Method in class org.springframework.beans.BeanMetadataAttribute
Return the name of the attribute.
getName() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the name of the constructor argument.
getName() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
 
getName() - Method in interface org.springframework.beans.factory.parsing.ComponentDefinition
Get the user-visible name of this ComponentDefinition.
getName() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
getName() - Method in class org.springframework.beans.PropertyValue
Return the name of the property.
getName() - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
Return the resource name for the lookup.
getName() - Method in class org.springframework.core.convert.TypeDescriptor
Returns the name of this type: the fully qualified class name.
getName() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getName() - Method in class org.springframework.jdbc.core.SqlParameter
Return the name of the parameter.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return the name of this notification.
getName() - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the name of this parameter in the operation signature.
getName() - Method in class org.springframework.mock.web.MockMultipartFile
 
getName() - Method in class org.springframework.mock.web.portlet.MockEvent
 
getName() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getName() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getName() - Method in interface org.springframework.transaction.TransactionDefinition
Return the name of this transaction.
getName() - Method in class org.springframework.ui.context.support.SimpleTheme
 
getName() - Method in interface org.springframework.ui.context.Theme
Return the name of the theme.
getName() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getName() - Method in interface org.springframework.web.multipart.MultipartFile
Return the name of the parameter in the multipart form.
getName() - Method in class org.springframework.web.servlet.tags.BindErrorsTag
Return the name of the bean that this tag checks.
getName() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value for the HTML 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'name' attribute.
getName() - Method in class org.springframework.web.servlet.tags.form.LabelTag
Overrides LabelTag.getName() to always return null, because the 'name' attribute is not supported by the 'label' tag.
getName() - Method in class org.springframework.web.servlet.tags.Param
 
getNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
 
getNamedDispatcher(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getNamedDispatcher(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getNamedParameterJdbcOperations() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less commonly used methods.
getNamedParameterJdbcOperations() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less commonly used methods.
getNamedParameterJdbcTemplate() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.
getNameInNamespace() - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
getNames(String) - Method in class org.springframework.core.Constants
Return all names of the given group of constants.
getNames() - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getNamesForProperty(String) - Method in class org.springframework.core.Constants
Return all names of the group of constants for the given bean property name.
getNamesForSuffix(String) - Method in class org.springframework.core.Constants
Return all names of the given group of constants.
getNamespace() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getNamespace() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getNamespace() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getNamespace() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getNamespace() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the namespace for this portlet, falling back to default scheme if no custom namespace was set.
getNamespace() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the namespace for this servlet, falling back to default scheme if no custom namespace was set: e.g.
getNamespace() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the namespace for the ActionServlet, falling back to default scheme if no custom namespace was set: e.g.
getNamespaceHandlerResolver() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getNamespaceURI(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Get the namespace URI for the supplied node.
getNamespaceUri() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the namespace URI of the service.
getNamespaceUri() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the namespace URI of the service.
getNamespaceURI(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativeCallableStatement(CallableStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC CallableStatement for the given statement.
getNativeCallableStatement(CallableStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in CallableStatement.
getNativeConnection(Connection) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Connection for the given Connection.
getNativeConnection(Connection) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Check for a ConnectionProxy chain, then delegate to doGetNativeConnection.
getNativeConnectionFromStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Connection for the given Statement.
getNativeConnectionFromStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Retrieve the Connection via the Statement's Connection.
getNativeEntityManagerFactory() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getNativeEntityManagerFactory() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the raw underlying EntityManagerFactory.
getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the current NativeJdbcExtractor implementation.
getNativeJdbcExtractor() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativePreparedStatement(PreparedStatement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC PreparedStatement for the given statement.
getNativePreparedStatement(PreparedStatement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in PreparedStatement.
getNativeRequest() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest() - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeRequest(PortletRequest, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeRequest(ServletRequest, Class<T>) - Static method in class org.springframework.web.util.WebUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeResponse() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse() - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if available.
getNativeResponse(Class<T>) - Method in interface org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeResponse(PortletResponse, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getNativeResponse(ServletResponse, Class<T>) - Static method in class org.springframework.web.util.WebUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingResultSet method.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativeResultSet(ResultSet) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC ResultSet for the given statement.
getNativeResultSet(ResultSet) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in ResultSet.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.CommonsDbcpNativeJdbcExtractor
 
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor
Retrieve the Connection via JBoss' getUnderlyingStatement method.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.Jdbc4NativeJdbcExtractor
 
getNativeStatement(Statement) - Method in interface org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractor
Retrieve the underlying native JDBC Statement for the given Statement.
getNativeStatement(Statement) - Method in class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
Not able to unwrap: return passed-in Statement.
getNestedComponents() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
Return the nested components that this composite component holds.
getNestedDiagnosticContextMessage(WebRequest) - Method in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedDiagnosticContextMessage(HttpServletRequest) - Method in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Determine the message to be pushed onto the Log4J nested diagnostic context.
getNestedPath() - Method in class org.springframework.beans.BeanWrapperImpl
Return the nested path of the object wrapped by this BeanWrapper.
getNestedPath() - Method in class org.springframework.validation.AbstractErrors
 
getNestedPath() - Method in exception org.springframework.validation.BindException
 
getNestedPath() - Method in interface org.springframework.validation.Errors
Return the current nested path of this Errors object.
getNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
 
getNestedPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value of the nested path that may have been exposed by the NestedPathTag.
getNestingLevel() - Method in class org.springframework.core.MethodParameter
Return the nesting level of the target type (typically 1; e.g.
getNewSession(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewSession(SessionFactory, Interceptor) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a new Hibernate Session from the given SessionFactory.
getNewTempClassLoader() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
This implementation throws an UnsupportedOperationException.
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Determine the next key to use, as a long.
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Executes the SQL as specified by AbstractSequenceMaxValueIncrementer.getSequenceQuery().
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
 
getNextKey() - Method in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
 
getNextPossiblePortletModes() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
getNonAspectClass() - Method in exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
Returns the offending class.
getNonJtaDataSource() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getNoopOutputStream() - Static method in class org.springframework.jdbc.datasource.embedded.OutputStreamFactory
Returns an OutputStream that ignores all data given to it.
getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.MessageTag
Return default exception message.
getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.springframework.web.servlet.tags.ThemeTag
Return exception message that indicates the current theme.
getNotificationFilter() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the NotificationFilter associated with the encapsulated NotificationFilter.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the notification metadata for the MBean resource.
getNotificationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads the ManagedNotification metadata from the Class of the managed resource and generates and returns the corresponding ModelMBeanNotificationInfo metadata.
getNotificationListener() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Get the NotificationListener.
getNotificationTypes() - Method in class org.springframework.jmx.export.metadata.ManagedNotification
Return the list of notification types.
getNrOfElements() - Method in class org.springframework.beans.support.PagedListHolder
Return the total number of elements in the source list.
getNumberFormat(Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
Obtain a concrete NumberFormat for the specified locale.
getNumberFormat(Locale) - Method in class org.springframework.format.number.CurrencyFormatter
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.NumberFormatter
 
getNumberFormat(Locale) - Method in class org.springframework.format.number.PercentFormatter
 
getObject() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
getObject() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
getObject() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return a proxy.
getObject() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
Expose the singleton instance or create a new prototype instance.
getObject(String) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
getObject() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Returns the same value each time if the singleton property is set to "true", otherwise returns the value returned from invoking the specified method on the fly.
getObject() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
getObject() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
getObject() - Method in interface org.springframework.beans.factory.FactoryBean
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in interface org.springframework.beans.factory.ObjectFactory
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
getObject() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
getObject() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObject() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObject() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
getObject() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
getObject() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
getObject() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
getObject(int, Map<String, Class<?>>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int, Map<String, Class<?>>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(String, Map<String, Class<?>>) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as an Object.
getObject() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
getObject() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObject() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Return the singleton JNDI object.
getObject() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return the singleton SessionFactory.
getObject() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
getObject() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
getObject() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Return the singleton PersistenceManagerFactory.
getObject() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
getObject() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
getObject() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObject() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Return the singleton EntityManagerFactory.
getObject() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
getObject() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
getObject() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.  
getObject() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.  
getObject() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObject() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObject() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
getObject() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getObject() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.  
getObject() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.  
getObject() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObject() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObject() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.  
getObject() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObjectById(Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Return the persistent instance with the given JDO object id, throwing an exception if not found.
getObjectById(Class<T>, Object) - Method in interface org.springframework.orm.jdo.JdoOperations
Return the persistent instance of the given entity class with the given id value, throwing an exception if not found.
getObjectById(Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
getObjectById(Class<T>, Object) - Method in class org.springframework.orm.jdo.JdoTemplate
 
getObjectClass(Object) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getObjectClass(Object) - Method in interface org.springframework.expression.spel.SpelNode
Determine the class of the object passed in, unless it is already a class object.
getObjectCount() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
 
getObjectCount() - Method in interface org.springframework.aop.target.ThreadLocalTargetSourceStats
Return the number of thread-bound objects created.
getObjectForBeanInstance(Object, String, String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Get the object for the given bean instance, either the bean instance itself or its created object in case of a FactoryBean.
getObjectFromFactoryBean(FactoryBean, String, boolean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Obtain an object to expose from the given FactoryBean.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
Retrieve the ObjectName for a bean.
getObjectName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
Return the JMX ObjectName of this managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.IdentityNamingStrategy
Returns an instance of ObjectName based on the identity of the managed resource.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
Attempts to retrieve the ObjectName via the given key, trying to find a mapped value in the mappings first.
getObjectName(Object, String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
Reads the ObjectName from the source-level metadata associated with the managed resource's Class.
getObjectName(Object, String) - Method in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
Obtain an ObjectName for the supplied bean.
getObjectName() - Method in interface org.springframework.jmx.export.naming.SelfNaming
Return the ObjectName for the implementing object.
getObjectName() - Method in class org.springframework.validation.AbstractBindingResult
 
getObjectName() - Method in exception org.springframework.validation.BindException
 
getObjectName() - Method in class org.springframework.validation.DataBinder
Return the name of the bound object.
getObjectName() - Method in interface org.springframework.validation.Errors
Return the name of the bound root object.
getObjectName() - Method in class org.springframework.validation.ObjectError
Return the name of the affected object.
getObjectName() - Method in class org.springframework.web.bind.EscapedErrors
 
getObjectToExport() - Method in class org.springframework.remoting.rmi.RmiBasedExporter
Determine the object to export: either the service object itself or a RmiInvocationWrapper in case of a non-RMI service object.
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Determine the actual object to expose for the given ServiceLoader.
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
 
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
 
getObjectToExpose(ServiceLoader) - Method in class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
 
getObjectType() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
 
getObjectType() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
 
getObjectType() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the type of the proxy.
getObjectType() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
This abstract method declaration mirrors the method in the FactoryBean interface, for a consistent offering of abstract template methods.
getObjectType() - Method in class org.springframework.beans.factory.config.BeanReferenceFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ListFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.MapFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
Return the type of object that this FactoryBean creates, or null if not known in advance.
getObjectType() - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.config.SetFactoryBean
 
getObjectType() - Method in interface org.springframework.beans.factory.FactoryBean
Return the type of object that this FactoryBean creates, or null if not known in advance.
getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
 
getObjectType() - Method in class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
 
getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
getObjectType() - Method in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
getObjectType() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.core.convert.TypeDescriptor
Determine the declared type of the wrapped parameter/field.
getObjectType() - Method in class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.http.client.support.ProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
 
getObjectType() - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
getObjectType() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
getObjectType() - Method in class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObjectType() - Method in class org.springframework.jndi.JndiObjectFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
 
getObjectType() - Method in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
 
getObjectType() - Method in class org.springframework.orm.jdo.support.StandardPersistenceManagerProxyBean
 
getObjectType() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
getObjectType() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getObjectType() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
 
getObjectType() - Method in class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.caucho.BurlapProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
Deprecated.  
getObjectType() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.  
getObjectType() - Method in class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObjectType() - Method in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getObjectType() - Method in class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.  
getObjectType() - Method in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.  
getObjectType() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObjectType() - Method in class org.springframework.ui.velocity.VelocityEngineFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObjectType() - Method in class org.springframework.web.context.support.ServletContextFactoryBean
Deprecated.  
getObjectType() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObjectWrapper() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the configured FreeMarker ObjectWrapper, or the default wrapper if none specified.
getOnblur() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onblur' attribute.
getOnchange() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onchange' attribute.
getOnclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onclick' attribute.
getOndblclick() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'ondblclick' attribute.
getOnfocus() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onfocus' attribute.
getOnkeydown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeydown' attribute.
getOnkeypress() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeypress' attribute.
getOnkeyup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeyup' attribute.
getOnmousedown() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmousedown' attribute.
getOnmousemove() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmousemove' attribute.
getOnmouseout() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseout' attribute.
getOnmouseover() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseover' attribute.
getOnmouseup() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseup' attribute.
getOnreset() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'onreset' attribute.
getOnselect() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'onselect' attribute.
getOnselect() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'onselect' attribute.
getOnsubmit() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'onsubmit' attribute.
getOpenJPAEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.vendor.OpenJpaDialect
Return the OpenJPA-specific interface of EntityManager.
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular operation.
getOperationDescription(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Retrieves the description for the supplied Method from the metadata.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the operation metadata for the MBean resource.
getOperationInfo(Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all methods on the MBean class and gives subclasses the chance to vote on their inclusion.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Create parameter info for the given method.
getOperationParameters(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads MBeanParameterInfo from the ManagedOperationParameter attributes attached to a method.
getOperatorName() - Method in class org.springframework.expression.spel.ast.Operator
 
getOperatorOverloader() - Method in interface org.springframework.expression.EvaluationContext
 
getOperatorOverloader() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getOracleConnection(PreparedStatement) - Method in class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
Retrieve the underlying OracleConnection, using a NativeJdbcExtractor if set.
getOrCreateSessionAttribute(PortletSession, String, Class) - Static method in class org.springframework.web.portlet.util.PortletUtils
Get the specified session attribute under the PortletSession.PORTLET_SCOPE, creating and setting a new attribute if no existing found.
getOrCreateSessionAttribute(PortletSession, String, Class, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Get the specified session attribute in the given scope, creating and setting a new attribute if no existing found.
getOrCreateSessionAttribute(HttpSession, String, Class) - Static method in class org.springframework.web.util.WebUtils
Get the specified session attribute, creating and setting a new attribute if no existing found.
getOrder() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
getOrder() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
Determine the order for this factory's target aspect, either an instance-specific order expressed through implementing the Ordered interface (only checked for singleton beans), or an order expressed through the Order annotation at the class level.
getOrder() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
getOrder() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Determine the order for this factory's aspect instance, either an instance-specific order expressed through implementing the Ordered interface, or a fallback order.
getOrder() - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Determine the order for this factory's aspect instance, either an instance-specific order expressed through implementing the Ordered interface, or a fallback order.
getOrder() - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
 
getOrder() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
getOrder() - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
 
getOrder() - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
 
getOrder() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 
getOrder() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
getOrder() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getOrder() - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
 
getOrder() - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
 
getOrder() - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
getOrder() - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
 
getOrder() - Method in class org.springframework.context.event.SourceFilteringListener
 
getOrder() - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
 
getOrder(Object) - Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
 
getOrder(Object) - Method in class org.springframework.core.OrderComparator
Determine the order value for the given object.
getOrder() - Method in interface org.springframework.core.Ordered
Return the order value of this object, with a higher value meaning greater in terms of sorting.
getOrder() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
 
getOrder() - Method in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
getOrder() - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
getOrder() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
getOrder() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
getOrder() - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
getOrder() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the order in which this ViewResolver is evaluated.
getOrder() - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
Determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the Ordered interface.
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
Check whether the aspect class carries an Order annotation, falling back to Ordered.LOWEST_PRECEDENCE.
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
Determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the Ordered interface.
getOrderForAspectClass(Class<?>) - Method in class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
Determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the Ordered interface.
getOriginalException() - Method in exception org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
Deprecated. Return the wrapped JAX-RPC SOAPFaultException.
getOriginalException() - Method in exception org.springframework.transaction.TransactionSystemException
Return the exception that was the first to be thrown within the failed transaction: i.e.
getOriginalFilename() - Method in class org.springframework.mock.web.MockMultipartFile
 
getOriginalFilename() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getOriginalFilename() - Method in interface org.springframework.web.multipart.MultipartFile
Return the original filename in the client's filesystem.
getOriginalPropertyValue() - Method in class org.springframework.beans.PropertyValue
Return the original PropertyValue instance for this value holder.
getOriginalVariableResolver() - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Return the original JSF VariableResolver that this resolver delegates to.
getOriginalVariableResolver() - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Return the original JSF VariableResolver that this resolver delegates to.
getOriginatingBeanDefinition() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the originating BeanDefinition, or null if none.
getOriginatingBeanDefinition() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getOriginatingContextPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOriginatingQueryString(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the query string part of the given request's URL.
getOriginatingRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request.
getOut() - Method in class org.springframework.mock.web.MockPageContext
 
getOutcomeState() - Method in exception org.springframework.transaction.HeuristicCompletionException
Return the outcome state of the transaction state, as one of the constants in this class.
getOutParameterNames() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get a list of the out parameter names.
getOutputRecordCreator() - Method in class org.springframework.jca.cci.core.CciTemplate
Return a RecordCreator that should be used for creating default output Records.
getOutputStream() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getOverride(Method) - Method in class org.springframework.beans.factory.support.MethodOverrides
Return the override for the given method, if any.
getOverrides() - Method in class org.springframework.beans.factory.support.MethodOverrides
Return all method overrides contained by this object.
getPackageName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given class: e.g.
getPaddingLength() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the padding length for String values.
getPage() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page number.
getPage() - Method in class org.springframework.mock.web.MockPageContext
 
getPageAttribute() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the page attribute in the model.
getPageAttribute() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the page attribute in the model.
getPageContext() - Method in class org.springframework.web.servlet.support.JspAwareRequestContext
Return the underlying PageContext.
getPageCount() - Method in class org.springframework.beans.support.PagedListHolder
Return the number of pages for the current source list.
getPageCount() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the number of wizard pages.
getPageCount(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the page count for this wizard form controller.
getPageCount() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the number of wizard pages.
getPageCount(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the page count for this wizard form controller.
getPageList() - Method in class org.springframework.beans.support.PagedListHolder
Return a sub-list representing the current page.
getPages() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the wizard pages, i.e.
getPages() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the wizard pages, i.e.
getPageSessionAttributeName(PortletRequest) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the PortletSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the PortletSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the HttpSession attribute that holds the page object for this wizard form controller.
getPageSessionAttributeName() - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the HttpSession attribute that holds the page object for this wizard form controller.
getPageSize() - Method in class org.springframework.beans.support.PagedListHolder
Return the current page size.
getParamConditions() - Method in exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the parameter conditions that have been violated.
getParameter(String) - Method in class org.springframework.http.MediaType
Return a generic parameter value, given a parameter name.
getParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameter(String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameter(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameter(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameter(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameter(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request parameter of the given name, or null if none.
getParameter(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameter(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameter(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameterAnnotation(Class<T>) - Method in class org.springframework.core.MethodParameter
Return the parameter annotation of the given type, if available.
getParameterAnnotations() - Method in class org.springframework.core.MethodParameter
Return the annotations associated with the specific method/constructor parameter.
getParameterIndex() - Method in class org.springframework.core.MethodParameter
Return the index of the method/constructor parameter.
getParameterMap() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterMap() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameterMap() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterMap() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterMap() - Method in interface org.springframework.web.context.request.WebRequest
Return a immutable Map of the request parameters, with parameter names as map keys and parameter values as map values.
getParameterMap() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterMap() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameterName() - Method in class org.springframework.core.MethodParameter
Return the name of the method/constructor parameter.
getParameterName() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter name.
getParameterName() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
Get the parameter name.
getParameterName() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
Return the name of the offending parameter.
getParameterName() - Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Return the name of the offending parameter.
getParameterNameDiscoverer() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return the ParameterNameDiscoverer to use for resolving method parameter names if needed.
getParameterNames(Method) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Deduce the parameter names for an advice method.
getParameterNames(Constructor) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
An advice method can never be a constructor in Spring.
getParameterNames(Method) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
getParameterNames(Constructor) - Method in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
getParameterNames(Method) - Method in interface org.springframework.core.ParameterNameDiscoverer
Return parameter names for this method, or null if they cannot be determined.
getParameterNames(Constructor) - Method in interface org.springframework.core.ParameterNameDiscoverer
Return parameter names for this constructor, or null if they cannot be determined.
getParameterNames(Method) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
 
getParameterNames(Constructor) - Method in class org.springframework.core.PrioritizedParameterNameDiscoverer
 
getParameterNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterNames() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameterNames() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterNames() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterNames() - Method in interface org.springframework.web.context.request.WebRequest
Return a Iterator over request parameter names.
getParameterNames() - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameters() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the default parameters for the type.
getParameters(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Return a Map of transformer parameters to be applied to the stylesheet.
getParameters(HttpServletRequest) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Return a Map of transformer parameters to be applied to the stylesheet.
getParametersStartingWith(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return a map containing all parameters with the given prefix.
getParametersStartingWith(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Return a map containing all parameters with the given prefix.
getParameterType() - Method in class org.springframework.core.MethodParameter
Return the type of the method/constructor parameter.
getParameterType() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter type.
getParameterType() - Method in exception org.springframework.web.bind.MissingServletRequestParameterException
Return the expected type of the offending parameter.
getParameterType() - Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Return the expected type of the offending parameter.
getParameterTypes() - Method in class org.springframework.remoting.support.RemoteInvocation
Return the parameter types of the target method.
getParameterValues(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getParameterValues(String) - Method in class org.springframework.web.context.request.FacesWebRequest
 
getParameterValues(String) - Method in class org.springframework.web.context.request.ServletWebRequest
 
getParameterValues(String) - Method in interface org.springframework.web.context.request.WebRequest
Return the request parameter values for the given parameter name, or null if none.
getParameterValues(String) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterValues(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParamName() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Return the name of the parameter that contains a locale specification in a locale change request.
getParamName() - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
Return the name of the parameter that contains a theme specification in a theme change request.
getParent() - Method in interface org.springframework.context.ApplicationContext
Return the parent context, or null if there is no parent and this is the root of the context hierarchy.
getParent() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the parent context, or null if there is no parent (that is, this context is the root of the context hierarchy).
getParentBeanFactory() - Method in interface org.springframework.beans.factory.HierarchicalBeanFactory
Return the parent bean factory, or null if there is none.
getParentBeanFactory() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getParentBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
 
getParentMessageSource() - Method in interface org.springframework.context.HierarchicalMessageSource
Return the parent of this MessageSource, or null if none.
getParentMessageSource() - Method in class org.springframework.context.support.AbstractMessageSource
 
getParentMessageSource() - Method in class org.springframework.context.support.DelegatingMessageSource
 
getParentName() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the name of the parent definition of this bean definition, if any.
getParentName() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
getParentName() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
getParentName() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
getParentName(Element) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Determine the name for the parent of the currently parsed bean, in case of the current bean being defined as a child bean.
getParentThemeSource() - Method in interface org.springframework.ui.context.HierarchicalThemeSource
Return the parent of this ThemeSource, or null if none.
getParentThemeSource() - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
getParentThemeSource() - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
getParsedSql(String) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Obtain a parsed representation of the given SQL statement.
getParsedSql() - Method in class org.springframework.jdbc.object.SqlOperation
Obtain a parsed representation of this operation's SQL statement.
getParser(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
Get the Parser to parse a submitted value for a field of fieldType annotated with annotation.
getParser(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getParser(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getParseState() - Method in class org.springframework.beans.factory.parsing.Problem
Get the ParseState at the time of the error (may be null).
getParticipateAttributeName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
Return the name of the request attribute that identifies that a request is already intercepted.
getParticipateAttributeName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getParticipateAttributeName() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
Return the name of the request attribute that identifies that a request is already filtered.
getPassword() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC password to use for connecting through the Driver.
getPassword() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the password for the account at the mail host.
getPassword() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the password to specify on the stub or call.
getPassword() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the password to specify on the stub.
getPath() - Method in class org.springframework.core.io.ClassPathResource
Return the path for this resource (as resource path within the class path).
getPath() - Method in class org.springframework.core.io.FileSystemResource
Return the file path for this resource.
getPath() - Method in class org.springframework.web.context.support.ServletContextResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.portlet.context.PortletContextResource
Return the path for this resource.
getPath() - Method in class org.springframework.web.servlet.support.BindStatus
Return the bean and property path for which values and errors will be resolved (e.g.
getPath() - Method in class org.springframework.web.servlet.tags.BindTag
Return the path that this tag applies to.
getPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the resolved property path for the form object.
getPath() - Method in class org.springframework.web.servlet.tags.NestedPathTag
Return the path that this tag applies to.
getPathInfo() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getPathMatcher() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathMatcher() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the PathMatcher implementation to use for matching URL paths against registered URL patterns.
getPathMatcher() - Method in class org.springframework.web.servlet.ResourceServlet
Return a PathMatcher to use for matching the "allowedResources" URL pattern.
getPathPatterns() - Method in class org.springframework.web.servlet.handler.MappedInterceptor
The path into the application the interceptor is mapped to.
getPathTranslated() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getPathWithinApplication(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the web application for the given request.
getPathWithinContext() - Method in interface org.springframework.core.io.ContextResource
Return the path within the enclosing 'context'.
getPathWithinContext() - Method in class org.springframework.web.context.support.ServletContextResource
 
getPathWithinContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getPathWithinServletMapping(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the path within the servlet mapping for the given request, i.e.
getPatternComparator(String) - Method in class org.springframework.util.AntPathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness.
getPatternComparator(String) - Method in interface org.springframework.util.PathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness for that path.
getPatterns() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Return the regular expressions for method matching.
getPausedTaskCount() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Determine the number of currently paused tasks, if any.
getPerClausePointcut() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
Return a Spring pointcut expression for a singleton aspect.
getPeriod() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return the period between repeated task executions.
getPeriod() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the period between repeated task executions.
getPeriod() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Return the period between repeated task executions.
getPermissionDeniedCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getPersistenceContext(String, boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Return a specified persistence context for the given unit name, as defined through the "persistenceContexts" (or "extendedPersistenceContexts") map.
getPersistenceManager(PersistenceManagerFactory, boolean) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Obtain a JDO PersistenceManager via the given factory.
getPersistenceManager() - Method in class org.springframework.orm.jdo.PersistenceManagerHolder
 
getPersistenceManager() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Get a JDO PersistenceManager, either from the current transaction or a new one.
getPersistenceManager(boolean) - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Get a JDO PersistenceManager, either from the current transaction or a new one.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoAccessor
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
Return the PersistenceManagerFactory that this instance should manage transactions for.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.JdoDaoSupport
Return the JDO PersistenceManagerFactory used by this DAO.
getPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
Return the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
getPersistenceManagerFactoryBeanName() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Return the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
getPersistenceManagerInterface() - Method in class org.springframework.orm.jdo.support.SpringPersistenceManagerProxyBean
Return the PersistenceManager interface to expose.
getPersistenceProvider() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceProvider() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the underlying PersistenceProvider that the underlying EntityManagerFactory was created with.
getPersistenceProvider() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the vendor-specific persistence provider.
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getPersistenceProvider() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
 
getPersistenceProviderClassName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceProviderPackageName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceProviderRootPackage() - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
Return the name of the persistence provider's root package (e.g.
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
 
getPersistenceProviderRootPackage() - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
 
getPersistenceUnit(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Return a specified persistence unit for the given unit name, as defined through the "persistenceUnits" map.
getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the PersistenceUnitInfo used to create this EntityManagerFactory, if the in-container API was used.
getPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the specified PersistenceUnitInfo from this manager's cache of processed persistence units, keeping it in the cache (i.e.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
 
getPersistenceUnitName() - Method in interface org.springframework.orm.jpa.EntityManagerFactoryInfo
Return the name of the persistence unit used to create this EntityManagerFactory, or null if it is an unnamed default.
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
getPersistenceUnitName() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceUnitPostProcessors() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
Return the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.
getPersistenceUnitRootUrl() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistenceXMLSchemaVersion() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPersistentClass() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the persistent class of the object for which the locking failed.
getPersistentClass() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the persistent class of the object that was not found.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectOptimisticLockingFailureException
Return the name of the persistent class of the object for which the locking failed.
getPersistentClassName() - Method in exception org.springframework.orm.ObjectRetrievalFailureException
Return the name of the persistent class of the object that was not found.
getPersistLocation() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistName() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist period for this metric.
getPersistPeriod() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The persist policy for this metric.
getPersistPolicy() - Method in class org.springframework.jmx.export.metadata.ManagedResource
 
getPhase() - Method in interface org.springframework.context.Phased
Return the phase value of this object.
getPhase(Lifecycle) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
Determine the lifecycle phase of the given bean.
getPhase() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the phase in which this endpoint manager will be started and stopped.
getPhase() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the phase in which this container will be started and stopped.
getPhase() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the phase in which this scheduler will be started and stopped.
getPhaseId() - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
getPointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
Return the AspectJ expression pointcut.
getPointcut() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 
getPointcut() - Method in interface org.springframework.aop.PointcutAdvisor
Get the Pointcut that drives this advisor.
getPointcut() - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
getPointcut() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
Initialize the singleton Pointcut held within this Advisor.
getPointcut() - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
 
getPointcut() - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
 
getPointcut() - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getPointcut() - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
getPointcut() - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
getPointcutExpression() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
getPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
Return the underlying AspectJ pointcut expression.
getPoolingConfigMixin() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Return an IntroductionAdvisor that providing a mixin exposing statistics about the pool maintained by this object.
getPoolSize() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Return the current pool size.
getPoolSize() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the current pool size.
getPoolSize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
getPort() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server port.
getPort() - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the port of the registry for the exported RMI service.
getPortalContext() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortalContext() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
Return the PortalContext that this MockPortletResponse runs in, defining the supported PortletModes and WindowStates.
getPortalInfo() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getPortInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the JAX-RPC port interface to use.
getPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return this portlet's ApplicationContext.
getPortletConfig() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getPortletConfig() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the PortletConfig for this portlet application context, if any.
getPortletConfig() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPortletContext() - Method in class org.springframework.mock.web.portlet.MockPortletSession
 
getPortletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getPortletContext() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the standard Portlet API PortletContext for this application.
getPortletContext() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Return the current PortletContext.
getPortletContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
Return the PortletContext for this resource.
getPortletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class org.springframework.web.portlet.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getPortletContextAttributeName() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the PortletContext attribute name for this portlets's ApplicationContext.
getPortletContextName() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getPortletContextName() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getPortletInputStream() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getPortletMode() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortletMode() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
getPortletMode() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getPortletMode() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the mode of the portlet request (usually 'view', 'edit', or 'help').
getPortletName() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPortletName() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the name of the portlet that handled the request.
getPortletName() - Method in class org.springframework.web.portlet.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getPortletOutputStream() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getPortletSession() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortletSession(boolean) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPortName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the name of the port.
getPortName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the name of the port.
getPortQName() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the prepared QName for the port.
getPortQName() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the prepared QName for the port.
getPortStub() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the underlying JAX-RPC port stub that this interceptor delegates to for each method invocation on the proxy.
getPortStub(Service, QName) - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Obtain the port stub from the given JAX-WS Service.
getPortStub() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the underlying JAX-WS port stub that this interceptor delegates to for each method invocation on the proxy.
getPosition() - Method in exception org.springframework.expression.ExpressionException
 
getPossibleMatches() - Method in exception org.springframework.beans.NotWritablePropertyException
Return suggestions for actual bean property names that closely match the invalid property name, if any.
getPragma() - Method in class org.springframework.http.HttpHeaders
Returns the value of the Pragma header.
getPrecision(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getPrecision(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the precision for the indicated column.
getPreferences() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPrefetchSize() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
Return the maximum number of messages to load into a session.
getPrefix() - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Return the text that will get appended to the trace data.
getPrefix(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getPrefix() - Method in class org.springframework.validation.DefaultMessageCodesResolver
Return the prefix to be applied to any code built by this resolver.
getPrefix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Return the common prefix for handler method names.
getPrefix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the prefix to prepend to the request URL filename.
getPrefix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the prefix that gets prepended to view names when building a URL.
getPrefixes(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 
getPreparedMethod() - Method in class org.springframework.util.MethodInvoker
Return the prepared Method object that will be invoked.
getPreparedStatementCreator(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Build a PreparedStatementCreator based on the given SQL and named parameters.
getPreparer(String, TilesRequestContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory
Obtain a preparer instance for the given preparer name, based on the given Spring WebApplicationContext.
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SimpleSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - Method in class org.springframework.web.servlet.view.tiles2.SpringBeanPreparerFactory
 
getPreviousChild() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getPreviousFlushMode() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getPreviousIsolationLevel() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getPrinter(A, Class<?>) - Method in interface org.springframework.format.AnnotationFormatterFactory
Get the Printer to print the value of a field of fieldType annotated with annotation.
getPrinter(DateTimeFormat, Class<?>) - Method in class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getPrinter(NumberFormat, Class<?>) - Method in class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getPriority() - Method in class org.springframework.jms.core.JmsTemplate
Return the priority of a message when sending.
getPrivateParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPrivateRenderParameterMap() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getProcedureName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the procedure.
getProcedureName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the name of the stored procedure.
getProcessingEventQNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getProcessingTimeMillis() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the processing time of the request in milliseconds.
getPropagationBehavior() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getPropagationBehavior() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getPropagationBehavior() - Method in interface org.springframework.transaction.TransactionDefinition
Return the propagation behavior.
getProperties(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
getProperties() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperties() - Method in class org.springframework.mock.web.portlet.MockBaseURL
 
getProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getProperties() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getPropertiesPersister() - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Return the PropertiesPersister to use for parsing properties files.
getProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
 
getProperty() - Method in interface org.springframework.beans.support.SortDefinition
Return the name of the bean property to compare.
getProperty(String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getProperty() - Method in class org.springframework.web.servlet.tags.BindTag
Retrieve the property that this tag is currently bound to, or null if bound to an object rather than a specific property.
getPropertyAccessException(String) - Method in exception org.springframework.beans.PropertyBatchUpdateException
Return the exception for this field, or null if there isn't any.
getPropertyAccessExceptions() - Method in exception org.springframework.beans.PropertyBatchUpdateException
Return an array of the propertyAccessExceptions stored in this object.
getPropertyAccessor() - Method in class org.springframework.validation.AbstractPropertyBindingResult
Provide the PropertyAccessor to work with, according to the concrete strategy of access.
getPropertyAccessor() - Method in class org.springframework.validation.BeanPropertyBindingResult
Returns the BeanWrapper that this instance uses.
getPropertyAccessor() - Method in class org.springframework.validation.DataBinder
Return the underlying PropertyAccessor of this binder's BindingResult.
getPropertyAccessor() - Method in class org.springframework.validation.DirectFieldBindingResult
Returns the DirectFieldAccessor that this instance uses.
getPropertyAccessors() - Method in interface org.springframework.expression.EvaluationContext
 
getPropertyAccessors() - Method in class org.springframework.expression.spel.ExpressionState
 
getPropertyAccessors() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getPropertyAccessorsToTry(Class<?>, ExpressionState) - Static method in class org.springframework.expression.spel.ast.AstUtils
Determines the set of property resolvers that should be used to try and access a property on the specified target type.
getPropertyChangeEvent() - Method in exception org.springframework.beans.PropertyAccessException
Return the PropertyChangeEvent that resulted in the problem.
getPropertyDescriptor(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors for the given property.
getPropertyDescriptor(String) - Method in interface org.springframework.beans.BeanWrapper
Obtain the property descriptor for a specific property of the wrapped object.
getPropertyDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyDescriptor() - Method in class org.springframework.core.convert.support.PropertyTypeDescriptor
Return the underlying PropertyDescriptor.
getPropertyDescriptorInternal(String) - Method in class org.springframework.beans.BeanWrapperImpl
Internal version of BeanWrapperImpl.getPropertyDescriptor(java.lang.String): Returns null if not found rather than throwing an exception.
getPropertyDescriptors(Class<?>) - Static method in class org.springframework.beans.BeanUtils
Retrieve the JavaBeans PropertyDescriptors of a given class.
getPropertyDescriptors() - Method in interface org.springframework.beans.BeanWrapper
Obtain the PropertyDescriptors for the wrapped object (as determined by standard JavaBeans introspection).
getPropertyDescriptors() - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyEditor() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the PropertyEditor, if any, in use for value bound to this tag.
getPropertyEditorRegistrars() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the set of PropertyEditorRegistrars.
getPropertyEditorRegistrars() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the PropertyEditorRegistrars to be applied to every DataBinder.
getPropertyEditorRegistrars() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the PropertyEditorRegistrars (if any) to be applied to every DataBinder that this controller uses.
getPropertyEditorRegistrars() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the PropertyEditorRegistrars (if any) to be applied to every DataBinder that this controller uses.
getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractBindingResult
This implementation returns null.
getPropertyEditorRegistry() - Method in class org.springframework.validation.AbstractPropertyBindingResult
Returns the underlying PropertyAccessor.
getPropertyEditorRegistry() - Method in exception org.springframework.validation.BindException
 
getPropertyEditorRegistry() - Method in interface org.springframework.validation.BindingResult
Return the underlying PropertyEditorRegistry.
getPropertyEditorRegistry() - Method in class org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getPropertyName() - Method in exception org.springframework.beans.InvalidPropertyException
Return the name of the offending property.
getPropertyName() - Method in exception org.springframework.beans.PropertyAccessException
Return the name of the affected property, if available.
getPropertyName(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
Return the actual property name for the given property path.
getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getPropertyPath() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Build the property path for this tag, including the nested path but not prefixed with the name of the form attribute.
getPropertyType(String) - Method in class org.springframework.beans.AbstractPropertyAccessor
 
getPropertyType(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyType(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
getPropertyType(String) - Method in interface org.springframework.beans.PropertyAccessor
Determine the property type for the specified property, either checking the property descriptor or checking the value in case of an indexed or mapped element.
getPropertyType(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Determine the property type for the given property path.
getPropertyTypeDescriptor(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyTypeDescriptor(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
getPropertyTypeDescriptor(String) - Method in interface org.springframework.beans.PropertyAccessor
Return a type descriptor for the specified property: preferably from the read method, falling back to the write method.
getPropertyValue(String) - Method in class org.springframework.beans.AbstractPropertyAccessor
Actually get the value of a property.
getPropertyValue(String) - Method in class org.springframework.beans.BeanWrapperImpl
 
getPropertyValue(String) - Method in class org.springframework.beans.DirectFieldAccessor
 
getPropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyAccessor
Get the current value of the specified property.
getPropertyValue(String) - Method in interface org.springframework.beans.PropertyValues
Return the property value with the given name, if any.
getPropertyValueList() - Method in class org.springframework.beans.MutablePropertyValues
Return the underlying List of PropertyValue objects in its raw form.
getPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the property values to be applied to a new instance of the bean.
getPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return property values for this bean (never null).
getPropertyValues() - Method in class org.springframework.beans.MutablePropertyValues
 
getPropertyValues() - Method in interface org.springframework.beans.PropertyValues
Return an array of the PropertyValue objects held in this object.
getProtocol() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail protocol.
getProtocol() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getProxiedInterfaces() - Method in interface org.springframework.aop.framework.Advised
Return the interfaces proxied by the AOP proxy.
getProxiedInterfaces() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getProxy() - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(ClassLoader) - Method in class org.springframework.aop.aspectj.annotation.AspectJProxyFactory
Create a new proxy according to the settings in this factory.
getProxy() - Method in interface org.springframework.aop.framework.AopProxy
Create a new proxy object.
getProxy(ClassLoader) - Method in interface org.springframework.aop.framework.AopProxy
Create a new proxy object.
getProxy() - Method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy according to the settings in this factory.
getProxy(Class<T>, Interceptor) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a new proxy for the given interface and interceptor.
getProxy(Class<T>, TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a proxy for the specified TargetSource, implementing the specified interface.
getProxy(TargetSource) - Static method in class org.springframework.aop.framework.ProxyFactory
Create a proxy for the specified TargetSource that extends the target class of the TargetSource.
getProxy(AopProxy) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Return the proxy object to expose.
getProxy() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getProxy() - Method in interface org.springframework.aop.ProxyMethodInvocation
Return the proxy that this method invocation was made through.
getProxy() - Method in class org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
getProxyForService() - Method in class org.springframework.remoting.support.RemoteExporter
Get a proxy for the given service object, implementing the specified service interface.
getPublicParameterMap() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getPublicRenderParameterNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getPublishingEventQNames() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getQName() - Method in class org.springframework.mock.web.portlet.MockEvent
 
getQName(String) - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return a QName for the given name, relative to the namespace URI of this factory, if given.
getQName(String) - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return a QName for the given name, relative to the namespace URI of this factory, if given.
getQualifiedAttributeName(Class, String) - Static method in class org.springframework.core.Conventions
Return an attribute name qualified by the supplied enclosing Class.
getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the qualifier mapped to the provided type name.
getQualifier() - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return a qualifier value associated with this transaction attribute.
getQualifier() - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getQualifier() - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
Return a qualifier value associated with this transaction attribute.
getQualifiers() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return all registered qualifiers.
getQualityValue() - Method in class org.springframework.http.MediaType
Return the quality value, as indicated by a q parameter, if any.
getQueryCacheRegion() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return the name of the cache region for queries executed by this template.
getQueryString() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getQueryString() - Method in exception org.springframework.orm.hibernate3.HibernateQueryException
Return the HQL query string that was invalid.
getQueryString() - Method in class org.springframework.web.servlet.support.RequestContext
Return the query string of the current request, that is, the part after the request path.
getQueryTimeout() - Method in class org.springframework.jdbc.core.JdbcTemplate
Return the query timeout for statements that this JdbcTemplate executes.
getQueueCount() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the current number of statements or statement parameters in the queue.
getRawBeanDefinition() - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
Return the current BeanDefinition object in its raw (unvalidated) form.
getRawConnection(Connection) - Static method in class org.springframework.jdbc.support.nativejdbc.C3P0NativeJdbcExtractor
This method is not meant to be used directly; it rather serves as callback method for C3P0's "rawConnectionOperation" API.
getRawFieldValue(String) - Method in class org.springframework.validation.AbstractBindingResult
 
getRawFieldValue(String) - Method in exception org.springframework.validation.BindException
 
getRawFieldValue(String) - Method in interface org.springframework.validation.BindingResult
Extract the raw field value for the given field.
getReadablePropertyNames() - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Provide access to the property names of the wrapped bean.
getReader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getReader() - Method in class org.springframework.core.io.support.EncodedResource
Open a java.io.Reader for the specified resource, using the specified encoding (if any).
getReader() - Method in class org.springframework.mock.web.MockBodyContent
 
getReader() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getReader() - Method in class org.springframework.mock.web.portlet.MockClientDataRequest
 
getReader(Object, String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
 
getReaderContext() - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Get the XmlReaderContext associated with this helper instance.
getReaderContext() - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
Return the descriptor for the XML resource that this parser works on.
getReaderContext() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Gets the value of the 'readonly' attribute.
getRealLiteral(String, int, boolean) - Static method in class org.springframework.expression.spel.ast.Literal
 
getRealPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRealPath(String) - Method in class org.springframework.mock.web.MockServletContext
 
getRealPath(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getRealPath(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getRealPath(PortletContext, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the real path of the given path within the web application, as provided by the portlet container.
getRealPath(ServletContext, String) - Static method in class org.springframework.web.util.WebUtils
Return the real path of the given path within the web application, as provided by the servlet container.
getReceiveTimeout() - Method in class org.springframework.jms.core.JmsTemplate
Return the timeout to use for receive calls (in milliseconds).
getReceiveTimeout() - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
Return the timeout to use for receiving the response message for a request (in milliseconds).
getRecordFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getRecordFactory(ConnectionFactory) - Method in class org.springframework.jca.cci.core.CciTemplate
Return a RecordFactory for the given ConnectionFactory.
getRecordName() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRecordShortDescription() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
getRedirectedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getRedirectedUrl() - Method in class org.springframework.mock.web.portlet.MockActionResponse
 
getRefCursorSqlType() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the Types type for columns that return resultsets as ref cursors if this feature is supported.
getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
getRefCursorSqlType() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
getReference() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getReference(Class<T>, Object) - Method in interface org.springframework.orm.jpa.JpaOperations
 
getReference(Class<T>, Object) - Method in class org.springframework.orm.jpa.JpaTemplate
 
getRefreshCount() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getRefreshCount() - Method in interface org.springframework.aop.target.dynamic.Refreshable
Return the number of actual refreshes since startup.
getRefreshDate() - Method in class org.springframework.beans.support.PagedListHolder
Return the last time the list has been fetched from the source provider.
getRefreshTimestamp() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
 
getRegisteredObjectNames() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Return the ObjectNames of all registered beans.
getRegisteredScope(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the Scope implementation for the given scope name, if any.
getRegisteredScope(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getRegisteredScopeNames() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the names of all currently registered scopes.
getRegisteredScopeNames() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getRegistry() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getRegistry() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the bean factory to register the bean definitions with.
getRegistry() - Method in class org.springframework.beans.factory.xml.ParserContext
 
getRegistry() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getRegistry() - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Return the BeanDefinitionRegistry that this scanner operates on.
getRegistry() - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Return the BeanDefinitionRegistry that this scanner operates on.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRejectedValue() - Method in class org.springframework.validation.FieldError
Return the rejected field value.
getRelatedCauses() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the related causes, if any.
getRemaining() - Method in class org.springframework.mock.web.MockBodyContent
 
getRemaining() - Method in class org.springframework.mock.web.MockJspWriter
 
getRemoteAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteHost() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteInvocationExecutor() - Method in class org.springframework.remoting.support.RemoteInvocationBasedExporter
Return the RemoteInvocationExecutor used by this exporter.
getRemoteInvocationFactory() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RemoteInvocationFactory used by this accessor.
getRemoteInvocationFactory() - Method in class org.springframework.remoting.support.RemoteInvocationBasedAccessor
Return the RemoteInvocationFactory used by this accessor.
getRemotePort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getRemoteUser() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getRemoteUser() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getRemoteUser() - Method in interface org.springframework.web.context.request.WebRequest
Return the remote user for this request, if any.
getRemoteUser() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getRenderCommand(RenderRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Get the command object cached for the render phase.
getRenderCommandSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the name of the session attribute that holds the render phase command object for this form controller.
getRenderedAttributes() - Method in class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Returns the attributes in the model that should be rendered by this view.
getRenderErrors(RenderRequest) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Get the bind and validation errors cached for the render phase.
getRenderErrorsSessionAttributeName() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the name of the session attribute that holds the render phase command object for this form controller.
getRenderParameter(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getRenderParameterMap() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getRenderParameterNames() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getRenderParameters() - Method in class org.springframework.web.portlet.mvc.AbstractFormController
Deprecated. Returns the list of parameters that will be passed forward from the action phase to the render phase whenever the form is rerendered or when AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse) is called.
getRenderParameterValues(String) - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getReplyTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Determine the JasperReport to fill.
getReportData(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Create an appropriate JRDataSource for passed-in report data.
getReportDataTypes() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Return the value types that can be converted to a JRDataSource, in prioritized order.
getRequest() - Method in class org.springframework.mock.web.MockFilterChain
Return the request that MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) has been called with.
getRequest() - Method in class org.springframework.mock.web.MockPageContext
 
getRequest() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the native HttpServletRequest that we're wrapping.
getRequest() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the native PortletRequest that we're wrapping.
getRequest() - Method in class org.springframework.web.servlet.support.RequestContext
Return the underlying HttpServletRequest.
getRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
getRequestContext() - Method in class org.springframework.web.servlet.tags.RequestContextAwareTag
Return the current RequestContext.
getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.AbstractView
Return the name of the RequestContext attribute, if any.
getRequestContextAttribute() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the name of the RequestContext attribute for all views, if any.
getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getRequestDispatcher(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getRequestDispatcher(HttpServletRequest, String) - Method in class org.springframework.web.servlet.view.InternalResourceView
Obtain the RequestDispatcher to use for the forward/include.
getRequestedSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestedSessionId() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getRequestFactory() - Method in class org.springframework.http.client.support.HttpAccessor
Return the request factory that this accessor uses for obtaining HttpRequests.
getRequestToExpose(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
Get the request handle to expose to the RequestDispatcher, i.e.
getRequestType() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the the type of Portlet Request ('action' or 'render').
getRequestURI() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestUri() - Method in class org.springframework.web.servlet.support.RequestContext
Return the request URI of the original request, that is, the invoked URL without parameters.
getRequestUri(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the request URI for the given request, detecting an include request URL if called within a RequestDispatcher include.
getRequestURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getRequestUrl() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the URL of the request.
getRequiredAnnotationType() - Method in class org.springframework.beans.factory.annotation.RequiredAnnotationBeanPostProcessor
Return the 'required' annotation type.
getRequiredBindingResult(Map, String) - Static method in class org.springframework.validation.BindingResultUtils
Find a required BindingResult for the given name in the given model.
getRequiredBooleanParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredDoubleParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredFields() - Method in class org.springframework.validation.DataBinder
Return the fields that are required for each binding process.
getRequiredFloatParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredIntParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredLongParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name under the PortletSession.PORTLET_SCOPE.
getRequiredSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getRequiredSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getRequiredStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, throwing an exception if it isn't found.
getRequiredStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, throwing an exception if it isn't found or is empty.
getRequiredStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, throwing an exception if not found.
getRequiredStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of String parameters, throwing an exception if not found or one is empty.
getRequiredType() - Method in exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
Return the expected type for the bean.
getRequiredType() - Method in exception org.springframework.beans.TypeMismatchException
Return the required target type, if any.
getRequiredType() - Method in exception org.springframework.jndi.TypeMismatchNamingException
Return the required type for the lookup, if available.
getRequiredWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web application, which is typically loaded via ContextLoaderListener.
getRequiredWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getRequiredWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this portlet application, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getRequiredWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
getResolvedAutowireMode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the resolved autowire code, (resolving AUTOWIRE_AUTODETECT to AUTOWIRE_CONSTRUCTOR or AUTOWIRE_BY_TYPE).
getResolvedFactoryMethod() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
Return the resolved factory method as a Java Method object, if available.
getResolvedObjectNames() - Method in class org.springframework.jmx.support.NotificationListenerHolder
Return the list of ObjectName String representations for which the encapsulated NotificationFilter will be registered as a listener for Notifications.
getResource() - Method in class org.springframework.beans.factory.parsing.Location
Get the resource with which this location is associated.
getResource() - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
getResource() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the resource that this bean definition came from.
getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
Obtain the resource object for the given name and type.
getResource(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if set, falling back to the default superclass behavior else.
getResource(String) - Method in class org.springframework.core.io.DefaultResourceLoader
 
getResource(String) - Method in interface org.springframework.core.io.ResourceLoader
Return a Resource handle for the specified resource.
getResource() - Method in class org.springframework.core.io.support.EncodedResource
Return the Resource held.
getResource(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResource() - Method in interface org.springframework.core.type.classreading.MetadataReader
Return the resource reference for the class file.
getResource(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResource(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResource(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResource(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getResource(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getResource(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getResource() - Method in class org.springframework.scripting.support.ResourceScriptSource
Return the Resource to load the script from.
getResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Retrieve a resource for the given key that is bound to the current thread.
getResource(HttpServletRequest) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
getResourceAdapter() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA ResourceAdapter to manage endpoints for.
getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResourceAsStream(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getResourceAsStream(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getResourceAsStream(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getResourceBundle(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Return a ResourceBundle for the given basename and code, fetching already generated MessageFormats from the cache.
getResourceBundle(Locale) - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getResourceBundle(Locale) - Method in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
 
getResourceByPath(String) - Method in class org.springframework.context.support.FileSystemXmlApplicationContext
Resolve resource paths as file system paths.
getResourceByPath(String) - Method in class org.springframework.core.io.ClassRelativeResourceLoader
 
getResourceByPath(String) - Method in class org.springframework.core.io.DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getResourceByPath(String) - Method in class org.springframework.core.io.FileSystemResourceLoader
Resolve resource paths as file system paths.
getResourceByPath(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.context.support.ServletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.PortletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourceDescription() - Method in exception org.springframework.beans.factory.BeanCreationException
Return the description of the resource that the bean definition came from, if any.
getResourceDescription() - Method in exception org.springframework.beans.factory.BeanDefinitionStoreException
Return the description of the resource that the bean definition came from, if any.
getResourceDescription() - Method in exception org.springframework.beans.factory.CannotLoadBeanClassException
Return the description of the resource that the bean definition came from.
getResourceDescription() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
getResourceDescription() - Method in class org.springframework.beans.factory.parsing.Problem
Get the description of the bean configuration source that triggered the error, as contained within this Problem's Location object.
getResourceDescription() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
getResourceFactory() - Method in class org.springframework.jca.cci.connection.CciLocalTransactionManager
 
getResourceFactory() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
 
getResourceFactory() - Method in class org.springframework.jms.connection.JmsTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.jdo.JdoTransactionManager
 
getResourceFactory() - Method in class org.springframework.orm.jpa.JpaTransactionManager
 
getResourceFactory() - Method in interface org.springframework.transaction.support.ResourceTransactionManager
Return the resource factory that this transaction manager operates on, e.g.
getResourceID() - Method in class org.springframework.mock.web.portlet.MockResourceRequest
 
getResourceID() - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
getResourceLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
getResourceLoader() - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Return the resource loader to use for resource locations.
getResourceLoader() - Method in class org.springframework.beans.factory.xml.XmlReaderContext
 
getResourceLoader() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
Return the ResourceLoader that this component provider uses.
getResourceLoader() - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResourceLoader() - Method in class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
Return the ResourceLoader that this MetadataReaderFactory has been constructed with.
getResourceLoader() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return the Spring ResourceLoader to use for loading FreeMarker template files.
getResourceLoader() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return the Spring ResourceLoader to use for loading Velocity template files.
getResourceLocation(String) - Method in class org.springframework.mock.web.MockServletContext
Build a full resource location for the given path, prepending the resource base path of this MockServletContext.
getResourceLocation(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
Build a full resource location for the given path, prepending the resource base path of this MockPortletContext.
getResourceMap() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return all resources that are bound to the current thread.
getResourcePaths(String) - Method in class org.springframework.mock.web.MockServletContext
 
getResourcePaths(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getResourcePaths(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getResourcePatternResolver() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the ResourcePatternResolver to use for resolving location patterns into Resource instances.
getResourcePatternResolver(ResourceLoader) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
Return a default ResourcePatternResolver for the given ResourceLoader.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResources(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getResources(String) - Method in class org.springframework.context.support.GenericApplicationContext
This implementation delegates to this context's ResourceLoader if it implements the ResourcePatternResolver interface, falling back to the default superclass behavior else.
getResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
getResources(String) - Method in interface org.springframework.core.io.support.ResourcePatternResolver
Resolve the given location pattern into Resource objects.
getResources(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResources(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
getResourceStream(String) - Method in class org.springframework.ui.velocity.SpringResourceLoader
 
getResourceSuffix() - Method in class org.springframework.test.context.support.AbstractContextLoader
Get the suffix to append to ApplicationContext resource locations when generating default locations.
getResourceSuffix() - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
Returns "-context.properties".
getResourceSuffix() - Method in class org.springframework.test.context.support.GenericXmlContextLoader
Returns "-context.xml".
getResourceToInject(Object, String) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Either this or InjectionMetadata.InjectedElement.inject(java.lang.Object, java.lang.String, org.springframework.beans.PropertyValues) needs to be overridden.
getResourceType() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
getResponse() - Method in class org.springframework.mock.web.MockFilterChain
Return the response that MockFilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) has been called with.
getResponse() - Method in class org.springframework.mock.web.MockPageContext
 
getResponse() - Method in class org.springframework.web.context.request.ServletWebRequest
Exposes the native HttpServletRequest that we're wrapping (if any).
getResponse() - Method in class org.springframework.web.portlet.context.PortletWebRequest
Exposes the native PortletResponse that we're wrapping (if any).
getResponseBody(HttpInvokerClientConfiguration, PostMethod) - Method in class org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
getResponseBodyAsByteArray() - Method in exception org.springframework.web.client.HttpStatusCodeException
Returns the response body as a byte array.
getResponseBodyAsString() - Method in exception org.springframework.web.client.HttpStatusCodeException
Returns the response body as a string.
getResponseContentType() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getResponseContentTypes() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getResponseDestination(Message, Message, Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Determine a response destination for the given message.
getRestTemplate() - Method in class org.springframework.web.client.support.RestGatewaySupport
Returns the RestTemplate for the gateway.
getResult(ResultSet, String) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation delegates to the getResult version that takes a column index.
getResult(ResultSet, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation delegates to getResultInternal, passing in the LobHandler of this type.
getResult(CallableStatement, int) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
This implementation always throws a SQLException: retrieving LOBs from a CallableStatement is not supported.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Template method to extract a value from the given result set.
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.BlobSerializableTypeHandler
 
getResultInternal(ResultSet, int, LobHandler) - Method in class org.springframework.orm.ibatis.support.ClobStringTypeHandler
 
getResultSet() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Return the underlying ResultSet (usually a javax.sql.rowset.CachedRowSet).
getResultSetExtractor() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the ResultSetExtractor held by this parameter, if any.
getResultSetType() - Method in class org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return a specific type of ResultSet.
getResultSetValue(ResultSet, int, Class) - Static method in class org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the specified value type.
getResultSetValue(ResultSet, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the most appropriate value type.
getRightOperand() - Method in class org.springframework.expression.spel.ast.Operator
 
getRightOperand() - Method in class org.springframework.expression.spel.ast.OpMinus
 
getRightOperand() - Method in class org.springframework.expression.spel.ast.OpPlus
 
getRole() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Get the role hint for this BeanDefinition.
getRole() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the role hint for this BeanDefinition.
getRollbackRules() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Return the list of RollbackRuleAttribute objects (never null).
getRoot(URL) - Static method in class org.springframework.core.io.VfsUtils
 
getRootCause() - Method in class org.springframework.beans.factory.parsing.Problem
Get the underlying expection that caused the error (may be null).
getRootCause() - Method in exception org.springframework.core.NestedCheckedException
Retrieve the innermost cause of this exception, if any.
getRootCause() - Method in exception org.springframework.core.NestedRuntimeException
Retrieve the innermost cause of this exception, if any.
getRootClass() - Method in class org.springframework.beans.BeanWrapperImpl
Return the class of the root object at the top of the path of this BeanWrapper.
getRootContextObject() - Method in class org.springframework.expression.spel.ExpressionState
 
getRootHandler() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the root handler for this handler mapping (registered for "/"), or null if none.
getRootInstance() - Method in class org.springframework.beans.BeanWrapperImpl
Return the root object at the top of the path of this BeanWrapper.
getRootMimeMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
Return the root MIME "multipart/mixed" object, if any.
getRootObject() - Method in interface org.springframework.expression.EvaluationContext
 
getRootObject() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getRow() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getRow() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the current row number.
getRowCallbackHandler() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the RowCallbackHandler held by this parameter, if any.
getRowCount() - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
Return the row count of this ResultSet Only valid after processing is complete
getRowMapper() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the RowMapper held by this parameter, if any.
getRows() - Method in class org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'rows' attribute.
getRowsAffected() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Return the number of affected rows for all already executed statements.
getRowsExpected() - Method in class org.springframework.jdbc.object.SqlQuery
Get the number of rows expected.
getRunnable() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the Runnable to schedule as executor task.
getRunnableToSchedule(ScheduledExecutorTask) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Determine the actual Runnable to schedule for the given task.
getSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Get the savepoint for this transaction, if any.
getSavepointManager() - Method in class org.springframework.orm.jpa.EntityManagerHolder
 
getSavepointManager() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
Return a SavepointManager for the underlying transaction, if possible.
getSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
This implementation exposes the SavepointManager interface of the underlying transaction object, if any.
getScalarOutParameterName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the single out parameter for this call.
getScalarOutParameterName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the name of a single out parameter or return value.
getScale() - Method in class org.springframework.jdbc.core.SqlParameter
Return the scale of the parameter, if any.
getScale(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getScale(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the scale of the indicated column.
getScheduledConsumerCount() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Return the number of currently scheduled consumers.
getScheduledExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the underlying ScheduledExecutorService for native access.
getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
Template method that determines the Scheduler to operate on.
getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
Return the Quartz Scheduler instance that this accessor operates on.
getScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getSchemaName() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the schema.
getSchemaName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the schema for this context.
getSchemaName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the schema name used.
getSchemaName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the schema for this insert
getSchemaName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getSchemaName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the schema name of the table that served as the source for the specified column.
getScheme() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getScheme() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getScope() - Method in interface org.springframework.beans.factory.config.BeanDefinition
Return the name of the current target scope for this bean, or null if not known yet.
getScope() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 
getScope() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
Return the name of the target scope for the bean.
getScope() - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
Template method that determines the actual target scope.
getScope() - Method in class org.springframework.web.context.request.RequestScope
 
getScope() - Method in class org.springframework.web.context.request.SessionScope
 
getScope(String) - Static method in class org.springframework.web.util.TagUtils
Determines the scope for a given input String.
getScopedProxyMode() - Method in class org.springframework.context.annotation.ScopeMetadata
Get the proxy-mode to be applied to the scoped instance.
getScopeMetadataResolver() - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Provide a custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getScopeName() - Method in class org.springframework.context.annotation.ScopeMetadata
Get the name of the scope.
getScriptAsString() - Method in interface org.springframework.scripting.ScriptSource
Retrieve the current script source text as String.
getScriptAsString() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
getScriptAsString() - Method in class org.springframework.scripting.support.StaticScriptSource
 
getScriptedObject(ScriptSource, Class[]) - Method in class org.springframework.scripting.bsh.BshScriptFactory
Load and parse the BeanShell script via BshScriptUtils.
getScriptedObject(ScriptSource, Class[]) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Loads and parses the Groovy script via the GroovyClassLoader.
getScriptedObject(ScriptSource, Class[]) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
Load and parse the JRuby script via JRubyScriptUtils.
getScriptedObject(ScriptSource, Class[]) - Method in interface org.springframework.scripting.ScriptFactory
Factory method for creating the scripted Java object.
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptedObjectType(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
Determine the type of the scripted Java object.
getScriptInterfaces() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptInterfaces() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts determine their interfaces themselves, hence we don't need to explicitly expose interfaces here.
getScriptInterfaces() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptInterfaces() - Method in interface org.springframework.scripting.ScriptFactory
Return the business interfaces that the script is supposed to implement.
getScriptSource() - Method in exception org.springframework.scripting.ScriptCompilationException
Return the source for the offending script.
getScriptSource(String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Obtain a ScriptSource for the given bean, lazily creating it if not cached already.
getScriptSourceLocator() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
getScriptSourceLocator() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptSourceLocator() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
getScriptSourceLocator() - Method in interface org.springframework.scripting.ScriptFactory
Return a locator that points to the source of the script.
getSecurityContext() - Method in class org.springframework.beans.BeanWrapperImpl
Return the security context used during the invocation of the wrapped instance methods.
getSentDate() - Method in class org.springframework.mail.SimpleMailMessage
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Return the database-specific query to use for retrieving a sequence value.
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
 
getSequenceQuery() - Method in class org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
 
getServer() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Return the MBeanServer that the beans will be registered with.
getServerInfo() - Method in class org.springframework.mock.web.MockServletContext
 
getServerInfo() - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
getServerInfo() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
getServerName() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServerName() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getServerPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServerPort() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getService() - Method in class org.springframework.remoting.support.RemoteExporter
Return the service to export.
getServiceFactory() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the specified ServiceFactory instance, if any.
getServiceFactoryClass() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the ServiceFactory class to use, or null if default.
getServiceInterface() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the interface of the service that this factory should create a proxy for.
getServiceInterface() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the interface of the service that this factory should create a proxy for.
getServiceInterface() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteAccessor
Return the interface of the service to access.
getServiceInterface() - Method in class org.springframework.remoting.support.RemoteExporter
Return the interface of the service to export.
getServiceName() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the name of the service.
getServiceName() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the name of the service.
getServicePostProcessors() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
getServiceType() - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Return the desired service type.
getServiceUrl() - Method in interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the HTTP URL of the target service.
getServiceUrl() - Method in class org.springframework.remoting.support.UrlBasedRemoteAccessor
Return the URL of this remote accessor's target service.
getServlet(String) - Method in class org.springframework.mock.web.MockServletContext
 
getServletConfig() - Method in class org.springframework.mock.web.MockPageContext
 
getServletConfig() - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
Return the ServletConfig for this web application context, if any.
getServletConfig() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletConfig() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.mock.web.MockFilterConfig
 
getServletContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
Return the ServletContext that this request is associated with.
getServletContext() - Method in class org.springframework.mock.web.MockHttpSession
 
getServletContext() - Method in class org.springframework.mock.web.MockPageContext
 
getServletContext() - Method in class org.springframework.mock.web.MockServletConfig
 
getServletContext() - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
Return the underlying ServletContext that this PortletContext wraps.
getServletContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.ServletContextResource
Return the ServletContext for this resource.
getServletContext() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current ServletContext.
getServletContext() - Method in interface org.springframework.web.context.WebApplicationContext
Return the standard Servlet API ServletContext for this application.
getServletContext() - Method in class org.springframework.web.filter.GenericFilterBean
Make the ServletContext of this filter available to subclasses.
getServletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getServletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getServletContext() - Method in class org.springframework.web.servlet.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
getServletContext() - Method in class org.springframework.web.servlet.support.RequestContext
Return the underlying ServletContext.
getServletContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated. Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ActionSupport
Deprecated. Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the ServletContext that this PlugIn is associated with.
getServletContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated. Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated. Return the current ServletContext.
getServletContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated. Return the current ServletContext.
getServletContextAttributeName() - Method in class org.springframework.web.servlet.FrameworkServlet
Return the ServletContext attribute name for this servlet's WebApplicationContext.
getServletContextAttributeName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the ServletContext attribute name for this PlugIn's WebApplicationContext.
getServletContextName() - Method in class org.springframework.mock.web.MockServletContext
 
getServletEndpointContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Return the current JAX-RPC ServletEndpointContext.
getServletName() - Method in class org.springframework.mock.web.MockServletConfig
 
getServletName() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
Return the name of the servlet that handled the request.
getServletName() - Method in class org.springframework.web.servlet.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
getServletName() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return the name of the ActionServlet that this PlugIn is associated with.
getServletNames() - Method in class org.springframework.mock.web.MockServletContext
 
getServletPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getServletPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getServletRequest() - Method in class org.springframework.http.server.ServletServerHttpRequest
Returns the HttpServletRequest this object is based on.
getServletResponse() - Method in class org.springframework.http.server.ServletServerHttpResponse
Return the HttpServletResponse this object is based on.
getServlets() - Method in class org.springframework.mock.web.MockServletContext
 
getSession(Connection, Integer) - Method in class org.springframework.jms.connection.CachingConnectionFactory
Checks for a cached Session for the given mode.
getSession(JmsResourceHolder) - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
Fetch an appropriate Session from the given JmsResourceHolder.
getSession() - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getSession(Class<? extends Session>) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getSession(Class<? extends Session>, Connection) - Method in class org.springframework.jms.connection.JmsResourceHolder
 
getSession(Connection, Integer) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Template method for obtaining a (potentially cached) Session.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate
Fetch an appropriate Session from the given JmsResourceHolder.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.core.JmsTemplate102
Deprecated. This implementation overrides the superclass method to accept either a QueueSession or a TopicSession, depending on the domain.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Fetch an appropriate Session from the given JmsResourceHolder.
getSession(JmsResourceHolder) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer102
Deprecated. This implementation overrides the superclass method to accept either a QueueSession or a TopicSession, depending on the domain.
getSession() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the JavaMail Session, lazily initializing it if hasn't been specified explicitly.
getSession(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getSession() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getSession() - Method in class org.springframework.mock.web.MockPageContext
 
getSession() - Method in class org.springframework.orm.hibernate3.HibernateInterceptor
Return a Session for use by this interceptor.
getSession() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
Return a Session for use by this template.
getSession(SessionFactory, boolean) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession(SessionFactory, Interceptor, SQLExceptionTranslator) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Get a Hibernate Session for the given SessionFactory.
getSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getSession() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(boolean) - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Obtain a Hibernate Session, either from the current transaction or a new one.
getSession(SessionFactory) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Get a Session for the SessionFactory that this filter uses.
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
Get a traditional EclipseLink Session from the given EntityManager.
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
getSession(EntityManager) - Method in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
Get a traditional TopLink Session from the given EntityManager.
getSession(boolean) - Method in class org.springframework.web.context.request.ServletRequestAttributes
Exposes the HttpSession that we're wrapping.
getSession(boolean) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the PortletSession that we're wrapping.
getSessionAcknowledgeMode() - Method in class org.springframework.jms.support.JmsAccessor
Return the acknowledgement mode for JMS sessions.
getSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name under the PortletSession.PORTLET_SCOPE.
getSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getSessionAttribute(HttpServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return an EJB instance to delegate the call to.
getSessionBeanInstance() - Method in class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Return an EJB component instance to delegate the call to.
getSessionCacheSize() - Method in class org.springframework.jms.connection.CachingConnectionFactory
Return the desired size for the JMS Session cache (per JMS Session type).
getSessionContext() - Method in class org.springframework.ejb.support.AbstractSessionBean
Convenience method for subclasses, returning the EJB session context saved on initialization (AbstractSessionBean.setSessionContext(javax.ejb.SessionContext)).
getSessionContext() - Method in interface org.springframework.ejb.support.SmartSessionBean
Return the SessionContext that was passed to the Session Bean by the EJB container.
getSessionContext() - Method in class org.springframework.mock.web.MockHttpSession
 
getSessionFactory() - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Return the exposed SessionFactory.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateAccessor
Return the Hibernate SessionFactory that should be used to create Hibernate Sessions.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.HibernateTransactionManager
Return the SessionFactory that this instance should manage transactions for.
getSessionFactory() - Method in class org.springframework.orm.hibernate3.support.HibernateDaoSupport
Return the Hibernate SessionFactory used by this DAO.
getSessionFactoryBeanName() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Return the bean name of the SessionFactory to fetch from Spring's root application context.
getSessionId() - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getSessionId() - Method in interface org.springframework.web.context.request.RequestAttributes
Return an id for the current underlying session.
getSessionId() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getSessionId() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the id of the HTTP session, if any.
getSessionId() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getSessionId(HttpServletRequest) - Static method in class org.springframework.web.util.WebUtils
Determine the session id of the given request, if any.
getSessionMutex() - Method in class org.springframework.web.context.request.FacesRequestAttributes
 
getSessionMutex() - Method in interface org.springframework.web.context.request.RequestAttributes
Expose the best available mutex for the underlying session: that is, an object to synchronize on for the underlying session.
getSessionMutex() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
getSessionMutex(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getSessionMutex(PortletSession) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex(HttpSession) - Static method in class org.springframework.web.util.WebUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Return the shared JMS Connection maintained by this container.
getSharedConnectionProxy(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getShort(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a short.
getShort(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a short.
getShortCode() - Method in class org.springframework.core.enums.ShortCodedLabeledEnum
Deprecated. Return the short code of this LabeledEnum instance.
getShortDescription() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Return a friendly, short description for the bean, stating name and aliases.
getShortDescription() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return a short description of this event, only involving the most important context data.
getShortDescription() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
getShortDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
getShortName(String) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getSignature() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getSimpleJdbcTemplate() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the simple query to retrieve a generated key
getSimpleTypeConverter() - Method in class org.springframework.validation.DataBinder
Return this binder's underlying SimpleTypeConverter.
getSimulationQueryForGetGeneratedKey(String, String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support simple query to retrieve generated keys when the JDBC 3.0 feature is not supported.
getSingleColumnRowMapper(Class<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading result objects from a single column.
getSingleton(String) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Return the (raw) singleton object registered under the given name.
getSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
getSingleton(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the (raw) singleton object registered under the given name.
getSingleton(String, ObjectFactory) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Return the (raw) singleton object registered under the given name, creating and registering a new one if none registered yet.
getSingletonCount() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Return the number of singleton beans registered in this registry.
getSingletonCount() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
getSingletonMutex() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Expose the singleton mutex to subclasses.
getSingletonNames() - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
Return the names of singleton beans registered in this registry.
getSingletonNames() - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 
getSize() - Method in class org.springframework.core.Constants
Return the number of constants exposed.
getSize() - Method in class org.springframework.mock.web.MockMultipartFile
 
getSize() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
getSize() - Method in interface org.springframework.web.multipart.MultipartFile
Return the size of the file in bytes.
getSize() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'size' attribute.
getSize() - Method in class org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'size' attribute.
getSoapActionUri() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the SOAP action URI to specify on the stub.
getSort() - Method in class org.springframework.beans.support.PagedListHolder
Return the sort definition for this holder.
getSortDefinition() - Method in class org.springframework.beans.support.PropertyComparator
Return the SortDefinition that this comparator uses.
getSource() - Method in class org.springframework.aop.config.AdvisorComponentDefinition
 
getSource() - Method in class org.springframework.aop.config.PointcutComponentDefinition
 
getSource() - Method in class org.springframework.beans.BeanMetadataAttribute
 
getSource() - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
 
getSource() - Method in interface org.springframework.beans.BeanMetadataElement
Return the configuration source Object for this metadata element (may be null).
getSource() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
Expose the bean definition's source object.
getSource() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
getSource() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
getSource() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
getSource() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
getSource() - Method in class org.springframework.beans.factory.parsing.AliasDefinition
 
getSource() - Method in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
getSource() - Method in class org.springframework.beans.factory.parsing.ImportDefinition
 
getSource() - Method in class org.springframework.beans.factory.parsing.Location
Get the actual location within the associated resource (may be null).
getSource() - Method in class org.springframework.beans.factory.support.ManagedList
 
getSource() - Method in class org.springframework.beans.factory.support.ManagedMap
 
getSource() - Method in class org.springframework.beans.factory.support.ManagedProperties
 
getSource() - Method in class org.springframework.beans.factory.support.ManagedSet
 
getSource() - Method in class org.springframework.beans.factory.support.MethodOverride
 
getSource() - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
getSource() - Method in class org.springframework.beans.support.PagedListHolder
Return the source list for this holder.
getSource() - Method in class org.springframework.web.bind.EscapedErrors
 
getSourceExtractor() - Method in class org.springframework.beans.factory.parsing.ReaderContext
 
getSourceLocation() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getSourceStream() - Method in class org.springframework.mock.web.DelegatingServletInputStream
Return the underlying source stream (never null).
getSourceType() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the source type we tried to convert the value from.
getSourceType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
getSourceType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
Returns the source type that was requested to convert from.
getSourceTypes() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Return the array of Classes that are supported when converting to an XSLT Source.
getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.context.expression.BeanFactoryAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.context.expression.MapAccessor
 
getSpecificTargetClasses() - Method in interface org.springframework.expression.PropertyAccessor
Return an array of classes for which this resolver should be called.
getSpecificTargetClasses() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
getSpecifiedTypeName() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type name as actually specified for this particular value, if any.
getSpringTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Retrieves the configured Spring-specific timeout from the @Timed annotation on the supplied test method.
getSql() - Method in exception org.springframework.jdbc.BadSqlGrammarException
Return the SQL that caused the problem.
getSql() - Method in interface org.springframework.jdbc.core.SqlProvider
Return the SQL string for this object, i.e.
getSql() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
Return the SQL that caused the problem.
getSql() - Method in class org.springframework.jdbc.object.RdbmsOperation
Subclasses can override this to supply dynamic SQL if they wish, but SQL is normally set by calling the setSql() method or in a subclass constructor.
getSql() - Method in exception org.springframework.jdbc.UncategorizedSQLException
Return the SQL that led to the problem.
getSql() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
Return the SQL that led to the problem.
getSqlErrorCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Return the error codes used by this translator.
getSQLException() - Method in exception org.springframework.jdbc.BadSqlGrammarException
Return the wrapped SQLException.
getSQLException() - Method in exception org.springframework.jdbc.InvalidResultSetAccessException
Return the wrapped SQLException.
getSQLException() - Method in exception org.springframework.jdbc.UncategorizedSQLException
Return the underlying SQLException.
getSQLException() - Method in exception org.springframework.orm.hibernate3.HibernateJdbcException
Return the underlying SQLException.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClient() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the iBATIS Database Layer SqlMapClient that this template works with.
getSqlMapClientTemplate() - Method in class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
Return the SqlMapClientTemplate for this DAO, pre-initialized with the SqlMapClient or set explicitly.
getSqlReturnType() - Method in class org.springframework.jdbc.core.SqlOutParameter
Return the custom return type, if any.
getSqlType() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter SQL type.
getSqlType() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
Get the parameter SQL type.
getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Return the SQL type for the given parameter, if registered.
getSqlType(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Derives a default SQL type from the corresponding property type.
getSqlType(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine the SQL type for the specified named parameter.
getSqlType() - Method in class org.springframework.jdbc.core.SqlParameter
Return the SQL type of the parameter.
getStartPosition() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getStartPosition() - Method in interface org.springframework.expression.spel.SpelNode
 
getStartupDate() - Method in interface org.springframework.context.ApplicationContext
Return the timestamp when this context was first loaded.
getStartupDate() - Method in class org.springframework.context.support.AbstractApplicationContext
Return the timestamp (ms) when this context was first loaded.
getStateString(int) - Static method in exception org.springframework.transaction.HeuristicCompletionException
 
getStaticAttributes() - Method in class org.springframework.web.servlet.view.AbstractView
Return the static attributes for this view.
getStaticMessageSource() - Method in class org.springframework.context.support.StaticApplicationContext
Return the internal StaticMessageSource used by this context.
getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Return a public static method of a class.
getStaticPart() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
getStaticPart() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getStatsMixin() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats.
getStatus() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getStatus() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
 
getStatus() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 
getStatusCode() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status code of the response.
getStatusCode() - Method in class org.springframework.http.ResponseEntity
Return the HTTP status code of the response.
getStatusCode() - Method in exception org.springframework.web.client.HttpStatusCodeException
Returns the HTTP status code.
getStatusText() - Method in interface org.springframework.http.client.ClientHttpResponse
Return the HTTP status text of the response.
getStatusText() - Method in exception org.springframework.web.client.HttpStatusCodeException
Returns the HTTP status text.
getStorageDescription() - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
Return a description for the storage location of the multipart content.
getString(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a String.
getString(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a String.
getString() - Method in class org.springframework.mock.web.MockBodyContent
 
getStringCode() - Method in class org.springframework.core.enums.StringCodedLabeledEnum
Deprecated. Return the String code of this LabeledEnum instance.
getStringParameter(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(ServletRequest, String, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get a String parameter, with a fallback value.
getStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(PortletRequest, String, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, with a fallback value.
getStringParameters(ServletRequest, String) - Static method in class org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, return an empty array if not found.
getStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of String parameters, return an empty array if not found.
getStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RMI stub to use.
getStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Return the RMI stub to use.
getStylesheetLocation() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Return the location of the XSLT stylesheet, if any.
getStylesheetSource(Resource) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Load the stylesheet from the specified location.
getStylesheetSource() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Get the XSLT Source for the XSLT template under the configured URL.
getSubject() - Method in class org.springframework.mail.SimpleMailMessage
 
getSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the full name of a specific input type="submit" parameter if it was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
getSubscriptionName() - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
getSubscriptionName() - Method in interface org.springframework.jms.listener.SubscriptionNameProvider
Determine the subscription name for this message listener object.
getSubtype() - Method in class org.springframework.http.MediaType
Return the subtype.
getSuccessView() - Method in class org.springframework.web.portlet.mvc.SimpleFormController
Deprecated. Return the name of the view that should be shown on successful submit.
getSuccessView() - Method in class org.springframework.web.servlet.mvc.SimpleFormController
Deprecated. Return the name of the view that should be shown on successful submit.
getSuffix() - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Return the text that will get prepended to the trace data.
getSuffix() - Method in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Return the common suffix for handler method names.
getSuffix() - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the suffix to append to the request URL filename.
getSuffix() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the suffix that gets appended to view names when building a URL.
getSuggestedValue(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Determine whether the given dependency carries a value annotation.
getSuggestedValue(DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
Determine whether a default value is suggested for the given dependency.
getSuggestedValue(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
 
getSuperClassName() - Method in interface org.springframework.core.type.ClassMetadata
Return the name of the super class of the underlying class, or null if there is no super class defined.
getSuperClassName() - Method in class org.springframework.core.type.StandardClassMetadata
 
getSupportedLocales() - Method in class org.springframework.mock.web.portlet.MockPortletConfig
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
getSupportedMediaTypes() - Method in interface org.springframework.http.converter.HttpMessageConverter
Return the list of MediaType objects supported by this converter.
getSupportedMediaTypes() - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getSupportedMediaTypes() - Method in exception org.springframework.web.HttpMediaTypeException
Return the list of supported media types.
getSupportedMethods() - Method in exception org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known.
getSupportedMethods() - Method in exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known.
getSupportedMethods() - Method in class org.springframework.web.servlet.support.WebContentGenerator
Return the HTTP methods that this content generator supports.
getSupportedPortletModes() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getSupportedWindowStates() - Method in class org.springframework.mock.web.portlet.MockPortalContext
 
getSuppressedFields() - Method in class org.springframework.validation.AbstractBindingResult
Return the list of fields that were suppressed during the bind process.
getSuppressedFields() - Method in exception org.springframework.validation.BindException
 
getSuppressedFields() - Method in interface org.springframework.validation.BindingResult
Return the list of fields that were suppressed during the bind process.
getSuspendedResources() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the holder for resources that have been suspended for this transaction, if any.
getSynchronizations() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Return an unmodifiable snapshot list of all registered synchronizations for the current thread.
getTabindex() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'tabindex' attribute.
getTableColumns() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get a List of the table column names.
getTableName() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the table for this context.
getTableName() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the table for this insert
getTableName(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getTableName(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieves the name of the table that served as the source for the specified column.
getTableParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getTableParameterMetaData() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table parameter metadata that is currently used.
getTaglibFactory() - Method in interface org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
Returns the TaglibFactory used to enable JSP tags to be accessed from FreeMarker templates.
getTaglibFactory() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Return the TaglibFactory object wrapped by this bean.
getTarget() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Returns the Spring AOP target.
getTarget() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Returns the lazy-initialized target object, creating it on-the-fly if it doesn't exist already.
getTarget() - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
Acquire an object from the pool.
getTarget() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Borrow an object from the ObjectPool.
getTarget() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getTarget() - Method in class org.springframework.aop.target.EmptyTargetSource
Always returns null.
getTarget() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
getTarget() - Method in class org.springframework.aop.target.LazyInitTargetSource
 
getTarget() - Method in class org.springframework.aop.target.PrototypeTargetSource
Obtain a new prototype instance for every call.
getTarget() - Method in class org.springframework.aop.target.SimpleBeanTargetSource
 
getTarget() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTarget() - Method in class org.springframework.aop.target.ThreadLocalTargetSource
Implementation of abstract getTarget() method.
getTarget() - Method in interface org.springframework.aop.TargetSource
Return a target instance.
getTarget() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTarget() - Method in class org.springframework.validation.AbstractBindingResult
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.BeanPropertyBindingResult
 
getTarget() - Method in exception org.springframework.validation.BindException
 
getTarget() - Method in interface org.springframework.validation.BindingResult
Return the wrapped target object, which may be a bean, an object with public fields, a Map - depending on the concrete binding strategy.
getTarget() - Method in class org.springframework.validation.DataBinder
Return the wrapped target object.
getTarget() - Method in class org.springframework.validation.DirectFieldBindingResult
 
getTarget() - Method in class org.springframework.validation.MapBindingResult
 
getTarget() - Method in class org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'target' attribute.
getTargetBeanName(String) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
Generates the bean name that is used within the scoped proxy to reference the target bean.
getTargetBeanName() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Return the name of the target bean in the factory.
getTargetBeanName() - Method in class org.springframework.web.filter.DelegatingFilterProxy
Return the name of the target bean in the Spring application context.
getTargetBeanName(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the name of the target NavigationHandler bean in the BeanFactory.
getTargetClass() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTargetClass(Object) - Static method in class org.springframework.aop.support.AopUtils
Determine the target class of the given bean instance which might be an AOP proxy.
getTargetClass() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
This default implementation returns null if the target is null (it is hasn't yet been initialized), or the target class if the target has already been initialized.
getTargetClass() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
getTargetClass() - Method in class org.springframework.aop.target.EmptyTargetSource
Always returns the specified target Class, or null if none.
getTargetClass() - Method in class org.springframework.aop.target.HotSwappableTargetSource
Return the type of the current target object.
getTargetClass() - Method in class org.springframework.aop.target.SingletonTargetSource
 
getTargetClass() - Method in interface org.springframework.aop.TargetClassAware
Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).
getTargetClass() - Method in interface org.springframework.aop.TargetSource
Return the type of targets returned by this TargetSource.
getTargetClass() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the target class on which the field is defined.
getTargetClass(Object) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the actual bean class of the given bean instance.
getTargetClass() - Method in class org.springframework.jndi.JndiObjectTargetSource
 
getTargetClass() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Overridden to support the "targetBeanName" feature.
getTargetClass() - Method in class org.springframework.util.MethodInvoker
Return the target class on which to call the target method.
getTargetConnection() - Method in interface org.springframework.jdbc.datasource.ConnectionProxy
Return the target Connection of this proxy.
getTargetConnection(Connection) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
Return the innermost target Connection of the given Connection.
getTargetConnectionFactory() - Method in class org.springframework.jca.cci.connection.DelegatingConnectionFactory
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
Return the target ConnectionFactory that this ConnectionFactory delegates to.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.SingleConnectionFactory
Return the target ConnectionFactory which will be used to lazily create a single Connection, if any.
getTargetConnectionFactory() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
getTargetDataSource() - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
Return the target DataSource that this DataSource should delegate to.
getTargetEntityManager() - Method in interface org.springframework.orm.jpa.EntityManagerProxy
Return the underlying EntityManager that this proxy will delegate to.
getTargetField() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the name of the field to be retrieved.
getTargetInterfaceName() - Method in interface org.springframework.remoting.rmi.RmiInvocationHandler
Return the name of the target interface that this invoker operates on.
getTargetMap() - Method in class org.springframework.validation.MapBindingResult
 
getTargetMethod() - Method in class org.springframework.util.MethodInvoker
Return the name of the method to be invoked.
getTargetObject() - Method in class org.springframework.aop.scope.DefaultScopedObject
 
getTargetObject() - Method in interface org.springframework.aop.scope.ScopedObject
Return the current target object behind this scoped object proxy, in its raw form (as stored in the target scope).
getTargetObject() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
Return the target object on which the field is defined.
getTargetObject() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Overridden to support the "targetBeanName" feature.
getTargetObject() - Method in class org.springframework.util.MethodInvoker
Return the target object on which to call the target method.
getTargetPage(PortletRequest, Object, Errors, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the target page specified in the request.
getTargetPage(PortletRequest, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the target page specified in the request.
getTargetPage(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the target page specified in the request.
getTargetPage(HttpServletRequest, Object, Errors, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the target page specified in the request.
getTargetPage(HttpServletRequest, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the target page specified in the request.
getTargetPage(ServletRequest, String, int) - Static method in class org.springframework.web.util.WebUtils
Return the target page specified in the request.
getTargetPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
Return the target JDO PersistenceManagerFactory that this proxy delegates to.
getTargetSession(Session) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Return the innermost target Session of the given Session.
getTargetSession() - Method in interface org.springframework.jms.connection.SessionProxy
Return the target Session of this proxy.
getTargetSource() - Method in interface org.springframework.aop.framework.Advised
Return the TargetSource used by this Advised object.
getTargetSource() - Method in class org.springframework.aop.framework.AdvisedSupport
 
getTargetSource(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
getTargetSource(Class<?>, String) - Method in interface org.springframework.aop.framework.autoproxy.TargetSourceCreator
Create a special TargetSource for the given bean, if any.
getTargetStream() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
Return the underlying target stream (never null).
getTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type to convert to.
getTargetType() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the target type we tried to convert the value to.
getTargetType() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 
getTargetType() - Method in exception org.springframework.core.convert.ConverterNotFoundException
Returns the target type that was requested to convert to.
getTargetType(MethodParameter) - Static method in class org.springframework.core.GenericTypeResolver
Determine the target type for the given parameter specification.
getTargetTypeName() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the type to convert to.
getTargetWriter() - Method in class org.springframework.mock.web.MockJspWriter
Lazily initialize the target Writer.
getTaskCount() - Method in class org.springframework.util.StopWatch
Return the number of tasks timed.
getTaskExecutor() - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
Return the current TaskExecutor for this multicaster.
getTaskInfo() - Method in class org.springframework.util.StopWatch
Return an array of the data for tasks performed.
getTaskName() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the name of this task.
getTempClassLoader() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Return the temporary ClassLoader to use for type matching purposes, if any.
getTempClassLoader() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getTempDir() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the temporary directory for the current web application, as provided by the portlet container.
getTempDir() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated. Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.ActionSupport
Deprecated. Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated. Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated. Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated. Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(ServletContext) - Static method in class org.springframework.web.util.WebUtils
Return the temporary directory for the current web application, as provided by the servlet container.
getTemplate(Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template for the given locale, to be rendering by this view.
getTemplate(String, Locale) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplate() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template to be rendered by this view.
getTemplate(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Retrieve the Velocity template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplateLoaderForPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Determine a FreeMarker TemplateLoader for the given path.
getTemplates() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Obtain the Templates object to use, based on the configured stylesheet, either a cached one or a freshly built one.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractExcelView
Creates the workbook from an existing XLS document.
getTemplateSource(String, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractJExcelView
Create the workbook from an existing XLS document.
GETTERS - Static variable in class org.springframework.aop.support.Pointcuts
Pointcut matching all bean property getters, in any class
getTestClass() - Method in class org.springframework.test.context.TestContext
Get the test class for this test context.
getTestContext() - Method in class org.springframework.test.context.TestContextManager
Returns the TestContext managed by this TestContextManager.
getTestContextManager() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the TestContextManager associated with this runner.
getTestException() - Method in class org.springframework.test.context.TestContext
Get the exception that was thrown during execution of the test method.
getTestExecutionListeners() - Method in class org.springframework.test.context.TestContextManager
Get the current TestExecutionListeners registered for this TestContextManager.
getTestInstance() - Method in class org.springframework.test.context.TestContext
Get the current test instance for this test context.
getTestMethod() - Method in class org.springframework.test.annotation.AbstractAnnotationAwareTransactionalTests
Deprecated. Get the current test method.
getTestMethod() - Method in class org.springframework.test.context.TestContext
Get the current test method for this test context.
getText() - Method in class org.springframework.mail.SimpleMailMessage
 
getTextValue(Element) - Static method in class org.springframework.util.xml.DomUtils
Extract the text value from the given DOM element, ignoring XML comments.
getTheme(String) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
 
getTheme(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").
getTheme(String) - Method in interface org.springframework.ui.context.ThemeSource
Return the Theme instance for the given theme name.
getTheme(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
 
getTheme(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
 
getTheme() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current theme (never null).
getTheme(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Retrieves the current theme from the given request, using the ThemeResolver and ThemeSource bound to the request by the DispatcherServlet.
getThemeMessage(String, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[], String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List, String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[]) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable in the current theme.
getThemeResolver(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeResolver that has been bound to the request by the DispatcherServlet.
getThemeSource() - Method in class org.springframework.web.servlet.DispatcherServlet
Return this servlet's ThemeSource, if any; else return null.
getThemeSource(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeSource that has been bound to the request by the DispatcherServlet.
getThis() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
Returns the Spring AOP proxy.
getThis() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getThreadFactory() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
Return the external factory to use for creating new Threads, if any.
getThreadGroup() - Method in class org.springframework.util.CustomizableThreadCreator
Return the thread group that threads should be created in (or null) for the default group.
getThreadNamePrefix() - Method in class org.springframework.util.CustomizableThreadCreator
Return the thread name prefix to use for the names of newly created threads.
getThreadPoolExecutor() - Method in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
Return the underlying ThreadPoolExecutor for native access.
getThreadPoolExecutor() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the underlying ThreadPoolExecutor for native access.
getThreadPriority() - Method in class org.springframework.util.CustomizableThreadCreator
Return the priority of the threads that this factory creates.
getThrowawayClassLoader() - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
This implementation always returns a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getThrowawayClassLoader() - Method in interface org.springframework.instrument.classloading.LoadTimeWeaver
Return a throwaway ClassLoader, enabling classes to be loaded and inspected without affecting the parent ClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
This implementation builds a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Delegate for LoadTimeWeaver's getThrowawayClassLoader method.
getThrowawayClassLoader() - Method in class org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getTime(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTime(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Time object.
getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the time between eviction runs that check idle objects.
getTimeMillis() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeout() - Method in exception org.springframework.transaction.InvalidTimeoutException
Return the invalid timeout value.
getTimeout() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 
getTimeout() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
getTimeout() - Method in interface org.springframework.transaction.TransactionDefinition
Return the transaction timeout.
getTimer() - Method in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated. Return the underlying Timer behind this TimerTaskExecutor.
getTimerListener() - Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
Return the TimerListener to schedule.
getTimerManager() - Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
 
getTimerTask() - Method in class org.springframework.scheduling.timer.ScheduledTimerTask
Deprecated. Return the TimerTask to schedule.
getTimeSeconds() - Method in class org.springframework.util.StopWatch.TaskInfo
Return the time in seconds this task took.
getTimestamp() - Method in class org.springframework.context.ApplicationEvent
Return the system time in milliseconds when the event happened.
getTimestamp(int, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String, Calendar) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String, Calendar) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Retrieves the value of the indicated column in the current row as a Timestamp object.
getTimeToLive() - Method in class org.springframework.jms.core.JmsTemplate
Return the time-to-live of the message when sending.
getTimeToLiveInMillis() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in milliseconds.
getTimeToLiveInSeconds() - Method in class org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in seconds.
getTimeUnit() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the time unit for the delay and period values.
getTimeZone() - Method in class org.springframework.format.datetime.joda.JodaTimeContext
The user's timezone.
getTitle() - Method in class org.springframework.mock.web.portlet.MockRenderResponse
 
getTitle(RenderRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Overridden for friendlier behavior in unit tests.
getTitle() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'title' attribute.
getTo() - Method in class org.springframework.mail.SimpleMailMessage
 
getToolboxConfigLocation() - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
Return the Velocity Toolbox config location, if any.
getTotalTimeMillis() - Method in class org.springframework.util.StopWatch
Return the total time in milliseconds for all tasks.
getTotalTimeSeconds() - Method in class org.springframework.util.StopWatch
Return the total time in seconds for all tasks.
getTransaction() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getTransaction(TransactionDefinition) - Method in interface org.springframework.transaction.PlatformTransactionManager
Return a currently active transaction or create a new one, according to the specified propagation behavior.
getTransaction(TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation handles propagation behavior.
getTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
Return the underlying transaction object.
getTransactionalEntityManager() - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Obtain the transactional EntityManager for this accessor's EntityManagerFactory, if any.
getTransactionalEntityManager(EntityManagerFactory) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
getTransactionalEntityManager(EntityManagerFactory, Map) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
Obtain a JPA EntityManager from the given factory.
getTransactionalQueueSession(QueueConnectionFactory, QueueConnection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS QueueSession that is synchronized with the current transaction, if any.
getTransactionalSession(ConnectionFactory, Connection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS Session that is synchronized with the current transaction, if any.
getTransactionalTopicSession(TopicConnectionFactory, TopicConnection, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
Obtain a JMS TopicSession that is synchronized with the current transaction, if any.
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine the transaction attribute for this method invocation.
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
getTransactionAttribute() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionAttribute(Method, Class<?>) - Method in interface org.springframework.transaction.interceptor.TransactionAttributeSource
Return the transaction attribute for this method.
getTransactionAttributeSource() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction attribute source.
getTransactionAttributeSources() - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Return the TransactionAttributeSource instances that this CompositeTransactionAttributeSource combines.
getTransactionAwareConnectionProxy(Connection, ConnectionFactory) - Method in class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Wrap the given Connection with a proxy that delegates every method call to it but delegates close calls to ConnectionFactoryUtils.
getTransactionAwareConnectionProxy(DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Wraps the given Connection with a proxy that delegates every method call to it but delegates close() calls to DataSourceUtils.
getTransactionAwareConnectionProxy(Connection) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Wrap the given Connection with a proxy that delegates every method call to it but handles Session lookup in a transaction-aware fashion.
getTransactionIdentifier(Transaction) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getTransactionManager() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Return the Spring PlatformTransactionManager to use for transactional wrapping of message reception plus listener execution.
getTransactionManager(Properties) - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getTransactionManager(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
Get the transaction manager to use for the supplied test context.
getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction manager, if specified.
getTransactionManager() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionManager(BeanFactory, String) - Static method in class org.springframework.transaction.interceptor.TransactionAspectUtils
Obtain a PlatformTransactionManager from the given BeanFactory, matching the given qualifier.
getTransactionManager(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.transaction.interceptor.TransactionAspectUtils
Obtain a PlatformTransactionManager from the given BeanFactory, matching the given qualifier.
getTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JTA TransactionManager that this transaction manager uses.
getTransactionManager() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - Method in class org.springframework.transaction.support.TransactionTemplate
Return the transaction management strategy to be used.
getTransactionManagerBeanName() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
Return the name of the default transaction manager bean.
getTransactionManagerName() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
Get the bean name of the PlatformTransactionManager that is to be used to drive transactions.
getTransactionStatus() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionSynchronization() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return if this transaction manager should activate the thread-bound transaction synchronization support.
getTransactionType() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
getTransformerFactory() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Return the TransformerFactory used by this view.
getTransformerFactory() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Return the TransformerFactory that this XsltView uses.
getTransientDataAccessResourceCodes() - Method in class org.springframework.jdbc.support.SQLErrorCodes
 
getTransport(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Obtain a Transport object from the given JavaMail Session, using the configured protocol.
getTraversableResolver() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getType(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getType(String) - Method in interface org.springframework.beans.factory.BeanFactory
Determine the type of the bean with the given name.
getType() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the type of the constructor argument.
getType(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getType(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
 
getType(String) - Method in class org.springframework.context.support.AbstractApplicationContext
 
getType() - Method in class org.springframework.core.convert.TypeDescriptor
Determine the declared (non-generic) type of the wrapped parameter/field.
getType() - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.  
getType() - Method in interface org.springframework.core.enums.LabeledEnum
Deprecated. Return this enumeration's type.
getType() - Method in enum org.springframework.expression.spel.ast.TypeCode
 
getType() - Method in class org.springframework.http.MediaType
Return the primary type.
getType(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
 
getType(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getType() - Method in class org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'type' attribute.
getType() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
Return 'password' causing the rendered HTML 'input' element to have a 'type' of 'password'.
getTypeClass() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the type implementation class.
getTypeComparator() - Method in interface org.springframework.expression.EvaluationContext
 
getTypeComparator() - Method in class org.springframework.expression.spel.ExpressionState
 
getTypeComparator() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeConverter() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
Obtain a type converter as used by this BeanFactory.
getTypeConverter() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 
getTypeConverter() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
Return the TypeConverter used for argument type conversion.
getTypeConverter() - Method in interface org.springframework.expression.EvaluationContext
 
getTypeConverter() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeConverter() - Method in class org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getTypeDescriptor() - Method in class org.springframework.expression.TypedValue
 
getTypeDifferenceWeight(Class[], Object[]) - Static method in class org.springframework.util.MethodInvoker
Algorithm that judges the match between the declared parameter types of a candidate method and a specific list of arguments that this method is supposed to be invoked with.
getTypedValue(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getTypedValue(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
Evaluate the expression node in the context of the supplied expression state and return the typed value.
getTypedValue(SqlParameterSource, String) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a wrapped value if parameter has type information, plain object if not.
getTypeForFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
This implementation checks the FactoryBean's getObjectType method on a plain instance of the FactoryBean, without bean properties applied yet.
getTypeForFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Determine the bean type for the given FactoryBean definition, as far as possible.
getTypeForFactoryBean(FactoryBean) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Determine the type for the given FactoryBean.
getTypeForFactoryMethod(String, RootBeanDefinition, Class[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Determine the bean type for the given bean definition which is based on a factory method.
getTypeIndexForCurrentLevel() - Method in class org.springframework.core.MethodParameter
Return the type index for the current nesting level.
getTypeIndexForLevel(int) - Method in class org.springframework.core.MethodParameter
Return the type index for the specified nesting level.
getTypeLevelMapping() - Method in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
getTypeLocator() - Method in interface org.springframework.expression.EvaluationContext
 
getTypeLocator() - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeName() - Method in class org.springframework.beans.factory.support.AutowireCandidateQualifier
Retrieve the type name.
getTypeName() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter type name.
getTypeName(String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Return the type name for the given parameter, if registered.
getTypeName(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine the type name for the specified named parameter.
getTypeName() - Method in class org.springframework.jdbc.core.SqlParameter
Return the type name of the parameter, if any.
getTypeName() - Method in class org.springframework.orm.hibernate3.TypeDefinitionBean
Return the name of the type.
getTypePattern() - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
 
getTypeValue(CallableStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlReturnType
Get the type value from the specific object.
getUnit() - Method in class org.springframework.jmx.export.metadata.ManagedMetric
The expected unit of measurement values.
getURI() - Method in class org.springframework.core.io.AbstractResource
This implementation builds a URI based on the URL returned by AbstractResource.getURL().
getURI() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a URI for the underlying file.
getURI() - Method in interface org.springframework.core.io.Resource
Return a URI handle for this resource.
getURI() - Method in class org.springframework.core.io.UrlResource
This implementation returns the underlying URI directly, if possible.
getURI() - Method in class org.springframework.core.io.VfsResource
 
getURI() - Method in interface org.springframework.http.client.ClientHttpRequest
Return the URI of the request.
getURI() - Method in interface org.springframework.http.server.ServerHttpRequest
Return the URI of the request.
getURI() - Method in class org.springframework.http.server.ServletServerHttpRequest
 
getURL() - Method in class org.springframework.core.io.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.
getURL() - Method in class org.springframework.core.io.ClassPathResource
This implementation returns a URL for the underlying class path resource.
getURL() - Method in class org.springframework.core.io.FileSystemResource
This implementation returns a URL for the underlying file.
getURL() - Method in interface org.springframework.core.io.Resource
Return a URL handle for this resource.
getURL() - Method in class org.springframework.core.io.UrlResource
This implementation returns the underlying URL reference.
getURL() - Method in class org.springframework.core.io.VfsResource
 
getUrl() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC URL to use for connecting through the Driver.
getURL(String) - Static method in class org.springframework.util.ResourceUtils
Resolve the given resource location to a java.net.URL.
getURL() - Method in class org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.
getURL() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResource, but throws a FileNotFoundException if no resource found.
getUrl() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
Return the URL of the resource that this view wraps.
getUrlMap() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Allow Map access to the URL path mappings, with the option to add or override specific entries.
getUrlPathHelper() - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the UrlPathHelper to use for the resolution of lookup paths.
getUrlPathHelper() - Method in class org.springframework.web.servlet.support.RequestContext
Return the UrlPathHelper used for context path and request URI decoding.
getUserAttribute(String) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
getUserAttribute(String) - Method in interface org.springframework.aop.ProxyMethodInvocation
Return the value of the specified user attribute.
getUserAttributes() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
Return user attributes associated with this invocation.
getUserClass(Object) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getUserName() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the name of the current user.
getUserName() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getUsername() - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC username to use for connecting through the Driver.
getUsername() - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
Return the username for the account at the mail host.
getUsername() - Method in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated. Return the username to specify on the stub or call.
getUsername() - Method in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the username to specify on the stub.
getUserName() - Method in class org.springframework.web.context.support.RequestHandledEvent
Return the name of the user that was associated with the request (usually the UserPrincipal).
getUsernameForRequest(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Determine the username for the given request.
getUsernameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
Determine the username for the given request.
getUserPrincipal() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
getUserPrincipal() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getUserPrincipal() - Method in class org.springframework.web.context.request.FacesWebRequest
 
getUserPrincipal() - Method in class org.springframework.web.context.request.ServletWebRequest
 
getUserPrincipal() - Method in interface org.springframework.web.context.request.WebRequest
Return the user principal for this request, if any.
getUserPrincipal() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
Return the JTA UserTransaction that this transaction manager uses.
getUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionObject
Return the JTA UserTransaction object for the current transaction.
getUserTransactionName() - Method in class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
getValidatedSession() - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getValidatedSession(Object) - Method in class org.springframework.orm.hibernate3.SessionHolder
 
getValidationMode() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Return the validation mode to use.
getValidationModeForResource(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Gets the validation mode for the specified Resource.
getValidationPropertyMap() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Allow Map access to the bean validation properties to be passed to the validation provider, with the option to add or override specific entries.
getValidator() - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getValidator() - Method in class org.springframework.validation.DataBinder
Return the Validator to apply after each binding step, if any.
getValidator() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the Validator to apply after each binding step, if any.
getValidator() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.  
getValidator() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the primary Validator for this controller.
getValidators() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the Validators for this controller.
getValidators() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the Validators for this controller.
getValidators() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the Validators for this controller.
getValue() - Method in class org.springframework.beans.BeanMetadataAttribute
Return the value of the attribute.
getValue(ELContext, Object, Object) - Method in class org.springframework.beans.factory.access.el.SpringBeanELResolver
 
getValue() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
Return the value for the constructor argument.
getValue() - Method in class org.springframework.beans.factory.config.TypedStringValue
Return the String value.
getValue() - Method in exception org.springframework.beans.PropertyAccessException
Return the affected value that was about to be set, if any.
getValue() - Method in class org.springframework.beans.PropertyValue
Return the value of the property.
getValue() - Method in exception org.springframework.beans.TypeMismatchException
Return the offending value (may be null)
getValue(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the value of the "value" attribute of a single-element Annotation, given an annotation instance.
getValue(Annotation, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
Retrieve the value of a named Annotation attribute, given an annotation instance.
getValue() - Method in exception org.springframework.core.convert.ConversionFailedException
Return the offending value.
getValue() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(Object, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValue() - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(Object, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.common.LiteralExpression
 
getValue() - Method in interface org.springframework.expression.Expression
Evaluate this expression in the default standard context.
getValue(Object) - Method in interface org.springframework.expression.Expression
Evaluate this expression against the specified root object
getValue(Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in the default context.
getValue(Object, Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in the default context against the specified root object.
getValue(EvaluationContext) - Method in interface org.springframework.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation.
getValue(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation, but use the supplied root context as an override for any default root object specified in the context.
getValue(EvaluationContext, Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in a specified context which can resolve references to properties, methods, types, etc - the type of the evaluation result is expected to be of a particular class and an exception will be thrown if it is not and cannot be converted to that type.
getValue(EvaluationContext, Object, Class<T>) - Method in interface org.springframework.expression.Expression
Evaluate the expression in a specified context which can resolve references to properties, methods, types, etc - the type of the evaluation result is expected to be of a particular class and an exception will be thrown if it is not and cannot be converted to that type.
getValue(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValue(ExpressionState, Class<T>) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValue(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
Evaluate the expression node in the context of the supplied expression state and return the value.
getValue() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(Object, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Object, Class<T>) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValue() - Method in class org.springframework.expression.TypedValue
 
getValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
getValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
getValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Return the parameter value for the requested named parameter.
getValue() - Method in class org.springframework.jdbc.core.SqlParameterValue
Return the value object that this parameter value holds.
getValue(String) - Method in class org.springframework.mock.web.MockHttpSession
 
getValue() - Method in class org.springframework.mock.web.portlet.MockEvent
 
getValue(String, String) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getValue() - Method in class org.springframework.remoting.support.RemoteInvocationResult
Return the result value returned by a successful invocation of the target method, if any.
getValue(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getValue() - Method in class org.springframework.web.servlet.support.BindStatus
Return the current value of the field, i.e.
getValue() - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Get the value of the 'value' attribute.
getValue() - Method in class org.springframework.web.servlet.tags.form.OptionTag
Get the 'value' attribute of the rendered HTML <option> tag.
getValue() - Method in class org.springframework.web.servlet.tags.Param
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Assign
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.BeanReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
Evalutes a compound expression.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.ConstructorReference
Implements getValue() - delegating to the code for building an array or a simple type.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Elvis
Evaluate the condition and if not null, return it.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.FunctionReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Identifier
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.InlineList
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Literal
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.MethodReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpAnd
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpDivide
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpEQ
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorBetween
Returns a boolean based on whether a value is in the range expressed.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
Compare the left operand to see it is an instance of the type specified as the right operand.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorMatches
Check the first operand matches the regex specified as the second operand.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorNot
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OperatorPower
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpGE
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpGT
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpLE
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpLT
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpMinus
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpModulus
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpMultiply
Implements multiply directly here for some types of operand, otherwise delegates to any registered overloader for types it does not recognize.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpNE
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpOr
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.OpPlus
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Projection
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.QualifiedIdentifier
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Selection
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.Ternary
Evaluate the condition and if true evaluate the first alternative, otherwise evaluate the second alternative.
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.TypeReference
 
getValueInternal(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
 
getValueNames() - Method in class org.springframework.mock.web.MockHttpSession
 
getValues(String) - Method in class org.springframework.core.Constants
Return all values of the given group of constants.
getValues() - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Expose the current parameter values as read-only Map.
getValues(String, String[]) - Method in class org.springframework.mock.web.portlet.MockPortletPreferences
 
getValuesForProperty(String) - Method in class org.springframework.core.Constants
Return all values of the group of constants for the given bean property name.
getValuesForSuffix(String) - Method in class org.springframework.core.Constants
Return all values of the given group of constants.
getValueStyler() - Method in class org.springframework.core.style.DefaultToStringStyler
Return the ValueStyler used by this ToStringStyler.
getValueType(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType() - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueType() - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueType(Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueType(EvaluationContext) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueType(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueType() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueType() - Method in class org.springframework.web.servlet.support.BindStatus
Get the 'Class' type of the field.
getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor() - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor() - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor() - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueTypeDescriptor(Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method using the default context.
getValueTypeDescriptor(EvaluationContext) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueTypeDescriptor(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueTypeDescriptor() - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeName() - Method in class org.springframework.beans.factory.support.ManagedMap
Return the default value type name (class name) to be used for this map.
getVariableName(Object) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the supplied Object based on its concrete type.
getVariableNameForParameter(MethodParameter) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the supplied parameter, taking the generic collection type (if any) into account.
getVariableNameForReturnType(Method) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account.
getVariableNameForReturnType(Method, Object) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account, falling back to the given return value if the method declaration is not specific enough (i.e.
getVariableNameForReturnType(Method, Class, Object) - Static method in class org.springframework.core.Conventions
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account, falling back to the given return value if the method declaration is not specific enough (i.e.
getVariableNames() - Method in class org.springframework.web.util.UriTemplate
Return the names of the variables in the template, in order.
getVariableResolver() - Method in class org.springframework.mock.web.MockPageContext
 
getVelocityEngine() - Method in interface org.springframework.web.servlet.view.velocity.VelocityConfig
Return the VelocityEngine for the current web application context.
getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
 
getVelocityEngine() - Method in class org.springframework.web.servlet.view.velocity.VelocityView
Return the VelocityEngine used by this view.
getVersion() - Static method in class org.springframework.core.SpringVersion
Return the full version string of the present Spring codebase, or null if it cannot be determined.
getView() - Method in class org.springframework.web.portlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherPortlet via a ViewResolver.
getView() - Method in class org.springframework.web.servlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view class to be used to create views.
getViewerPreferences() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Return the viewer preferences for the PDF file.
getViewName() - Method in class org.springframework.web.portlet.ModelAndView
Return the view name to be resolved by the DispatcherPortlet via a ViewResolver, or null if we are using a view object.
getViewName(PortletRequest, Object, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the view for the specified page of this wizard form controller.
getViewName() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Return the name of the view to delegate to.
getViewName() - Method in class org.springframework.web.servlet.ModelAndView
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if we are using a View object.
getViewName(HttpServletRequest, Object, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
Deprecated. Return the name of the view for the specified page of this wizard form controller.
getViewName() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
Return the name of the view to delegate to.
getViewName(HttpServletRequest) - Method in interface org.springframework.web.servlet.RequestToViewNameTranslator
Translate the given HttpServletRequest into a view name.
getViewName(HttpServletRequest) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Translates the request URI of the incoming HttpServletRequest into the view name based on the configured parameters.
getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the name of the view to render for this request, based on the given lookup path.
getViewNameForRequest(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
getViewNameForUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
getViewNames() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view names (or name patterns) that can be handled by this ViewResolver.
getWebApplicationContext() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
Return the WebApplicationContext that this request runs in.
getWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web application, which is typically loaded via ContextLoaderListener.
getWebApplicationContext(ServletContext, String) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
Find a custom WebApplicationContext for this web application.
getWebApplicationContext() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
Return the current application context as WebApplicationContext.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.DelegatingVariableResolver
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Retrieve the WebApplicationContext reference to expose.
getWebApplicationContext(FacesContext) - Static method in class org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getWebApplicationContext(FacesContext) - Method in class org.springframework.web.jsf.WebApplicationContextVariableResolver
Retrieve the WebApplicationContext reference to expose.
getWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this portlet application, which is typically loaded via ContextLoaderListener or ContextLoaderServlet.
getWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
Return this servlet's WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext.
getWebApplicationContext(ServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing.
getWebApplicationContext(ServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
getWebApplicationContext() - Method in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ActionSupport
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.AutowiringRequestProcessor
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.AutowiringTilesRequestProcessor
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Return this PlugIn's WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Method in class org.springframework.web.struts.DelegatingActionProxy
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext.
getWebApplicationContext(ActionServlet, ModuleConfig) - Static method in class org.springframework.web.struts.DelegatingActionUtils
Deprecated. Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingRequestProcessor
Deprecated. Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DelegatingTilesRequestProcessor
Deprecated. Return the WebApplicationContext that this processor delegates to.
getWebApplicationContext() - Method in class org.springframework.web.struts.DispatchActionSupport
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated. Return the current Spring WebApplicationContext.
getWebApplicationContext() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated. Return the current Spring WebApplicationContext.
getWebBindingInitializer() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated. Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated. Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
getWebBindingInitializer() - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
getWhenExhaustedAction() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
Return the action to take when the pool is exhausted.
getWindowID() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getWindowState() - Method in class org.springframework.mock.web.portlet.MockPortletRequest
 
getWindowState() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
getWindowState() - Method in class org.springframework.mock.web.portlet.MockStateAwareResponse
 
getWorkManager() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
getWorkManager() - Static method in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
Obtain the default JBoss JCA WorkManager through a JMX lookup for the default JBossWorkManagerMBean.
getWorkManager(String) - Static method in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
Obtain the default JBoss JCA WorkManager through a JMX lookup for the JBossWorkManagerMBean.
getWrappedClass() - Method in interface org.springframework.beans.BeanWrapper
Return the type of the wrapped JavaBean object.
getWrappedClass() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWrappedInstance() - Method in interface org.springframework.beans.BeanWrapper
Return the bean instance wrapped by this object, if any.
getWrappedInstance() - Method in class org.springframework.beans.BeanWrapperImpl
 
getWrappedObject() - Method in interface org.springframework.core.InfrastructureProxy
Return the underlying resource (never null).
getWriteMethodParameter(PropertyDescriptor) - Static method in class org.springframework.beans.BeanUtils
Obtain a new MethodParameter object for the write method of the specified property.
getWriter() - Method in class org.springframework.mock.web.MockHttpServletResponse
 
getWriter() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
 
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Return the URL of the WSDL document that describes the service.
getWsdlDocumentUrl() - Method in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the URL of the WSDL document that describes the service.
getXAResources(ActivationSpec[]) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
This implementation always returns null.
getXATerminator() - Method in class org.springframework.jca.support.SimpleBootstrapContext
 
getXmlAsBinaryStream(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsBinaryStream(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsBinaryStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as binary stream from the given ResultSet.
getXmlAsBinaryStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as binary stream from the given ResultSet.
getXmlAsCharacterStream(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsCharacterStream(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsCharacterStream(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as character stream from the given ResultSet.
getXmlAsCharacterStream(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as character stream from the given ResultSet.
getXmlAsObject(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Retrieve the given column as an object marshalled from the XML data retrieved from the given ResultSet.
getXmlAsObject(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Retrieve the given column as an object marshalled from the XML data retrieved from the given ResultSet.
getXmlAsSource(ResultSet, String, Class) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsSource(ResultSet, int, Class) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsSource(ResultSet, String, Class) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
getXmlAsSource(ResultSet, int, Class) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
getXmlAsString(ResultSet, String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsString(ResultSet, int) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsString(ResultSet, String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as String from the given ResultSet.
getXmlAsString(ResultSet, int) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as String from the given ResultSet.
getXMLEventReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLEventReader for the given StAX Source.
getXMLEventWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLEventWriter for the given StAX Result.
getXmlOptions() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
Return the XmlOptions.
getXmlProperties(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getXmlProperty(String) - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getXmlPropertyNames() - Method in class org.springframework.mock.web.portlet.MockPortletResponse
 
getXMLStreamReader(Source) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLStreamReader for the given StAX Source.
getXMLStreamWriter(Result) - Static method in class org.springframework.util.xml.StaxUtils
Return the XMLStreamWriter for the given StAX Result.
getXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Returns the XStream instance used by this marshaller.
GlassFishLoadTimeWeaver - Class in org.springframework.instrument.classloading.glassfish
LoadTimeWeaver implementation for GlassFish's InstrumentableClassLoader.
GlassFishLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
Creates a new instance of the GlassFishLoadTimeWeaver class using the default ClassLoader.
GlassFishLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
Creates a new instance of the GlassFishLoadTimeWeaver class.
GlassFishWorkManagerTaskExecutor - Class in org.springframework.jca.work.glassfish
Spring TaskExecutor adapter for the GlassFish JCA WorkManager.
GlassFishWorkManagerTaskExecutor() - Constructor for class org.springframework.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
 
GLOBAL_SUFFIX - Static variable in class org.springframework.aop.framework.ProxyFactoryBean
This suffix in a value in an interceptor list indicates to expand globals.
GlobalAdvisorAdapterRegistry - Class in org.springframework.aop.framework.adapter
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
GlobalAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
 
GroovyObjectCustomizer - Interface in org.springframework.scripting.groovy
Strategy used by GroovyScriptFactory to allow the customization of a created GroovyObject.
GroovyScriptFactory - Class in org.springframework.scripting.groovy
ScriptFactory implementation for a Groovy script.
GroovyScriptFactory(String) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source.
GroovyScriptFactory(String, GroovyObjectCustomizer) - Constructor for class org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
guessPropertyTypeFromEditors(String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Guess the property type of the specified property from the registered custom editors (provided that they were registered for a specific type).

A B C D E F G H I J K L M N O P Q R S T U V W X