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

L

LABEL_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Deprecated. Shared Comparator instance that sorts enumerations by LABEL_ORDER.
LabeledEnum - Interface in org.springframework.core.enums
Deprecated. as of Spring 3.0, in favor of Java 5 enums.
LabeledEnumResolver - Interface in org.springframework.core.enums
Deprecated. as of Spring 3.0, in favor of Java 5 enums.
LabelTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'label' element that defines text that is associated with a single form element.
LabelTag() - Constructor for class org.springframework.web.servlet.tags.form.LabelTag
 
LANG_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
LangNamespaceHandler - Class in org.springframework.scripting.config
NamespaceHandler that supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell.
LangNamespaceHandler() - Constructor for class org.springframework.scripting.config.LangNamespaceHandler
 
LangNamespaceUtils - Class in org.springframework.scripting.config
 
LangNamespaceUtils() - Constructor for class org.springframework.scripting.config.LangNamespaceUtils
 
LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
 
LAST - Static variable in class org.springframework.expression.spel.ast.Selection
 
last() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
last() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the last row of this RowSet.
LAST_MODIFIED_METHOD_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Suffix for last-modified methods
lastActualExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastActualExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last actual execution time of the task, or null if not scheduled before.
lastCompletionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastCompletionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last completion time of the task, or null if not scheduled before.
lastIndexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
 
lastModified() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
lastModified() - Method in class org.springframework.core.io.AbstractResource
This implementation checks the timestamp of the underlying File, if available.
lastModified() - Method in interface org.springframework.core.io.Resource
Determine the last-modified timestamp for this resource.
lastModified() - Method in class org.springframework.core.io.VfsResource
 
LastModified - Interface in org.springframework.web.servlet.mvc
Supports last-modified HTTP requests to facilitate content caching.
lastScheduledExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastScheduledExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last scheduled execution time of the task, or null if not scheduled before.
Lazy - Annotation Type in org.springframework.context.annotation
Indicates whether a bean is to be lazily initialized.
LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LAZY_INIT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Special key to distinguish owner.(lazy-init)=true Default is "false".
LazyConnectionDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e.
LazyConnectionDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyConnectionDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
lazyGetProceedingJoinPoint(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.
LazyInitTargetSource - Class in org.springframework.aop.target
TargetSource that lazily accesses a singleton bean from a BeanFactory.
LazyInitTargetSource() - Constructor for class org.springframework.aop.target.LazyInitTargetSource
 
LazyInitTargetSourceCreator - Class in org.springframework.aop.framework.autoproxy.target
TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init".
LazyInitTargetSourceCreator() - Constructor for class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
 
LazySingletonAspectInstanceFactoryDecorator - Class in org.springframework.aop.aspectj.annotation
Decorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once.
LazySingletonAspectInstanceFactoryDecorator(MetadataAwareAspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
Create a new lazily initializing decorator for the given AspectInstanceFactory.
LetterCodedLabeledEnum - Class in org.springframework.core.enums
Deprecated. as of Spring 3.0, in favor of Java 5 enums.
LetterCodedLabeledEnum(char, String) - Constructor for class org.springframework.core.enums.LetterCodedLabeledEnum
Deprecated. Create a new LetterCodedLabeledEnum instance.
Lifecycle - Interface in org.springframework.context
Interface defining methods for start/stop lifecycle control.
LIFECYCLE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the LifecycleProcessor bean in the factory.
lifecycleMonitor - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
LifecycleProcessor - Interface in org.springframework.context
Strategy interface for processing Lifecycle beans within the ApplicationContext.
LinkedCaseInsensitiveMap<V> - Class in org.springframework.util
LinkedHashMap variant that stores String keys in a case-insensitive manner, for example for key-based access in a results table.
LinkedCaseInsensitiveMap() - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap for the default Locale.
LinkedCaseInsensitiveMap(Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores lower-case keys according to the given Locale.
LinkedCaseInsensitiveMap(int) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the default Locale.
LinkedCaseInsensitiveMap(int, Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores lower-case keys according to the given Locale.
LinkedMultiValueMap<K,V> - Class in org.springframework.util
Simple implementation of MultiValueMap that wraps a LinkedHashMap, storing multiple values in a LinkedList.
LinkedMultiValueMap() - Constructor for class org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap.
LinkedMultiValueMap(int) - Constructor for class org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map<K, List<V>>) - Constructor for class org.springframework.util.LinkedMultiValueMap
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.
list(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
list(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
LIST_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LIST_VALUE_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.SelectTag
The PageContext attribute under which the bound value is exposed to inner OptionTags.
ListableBeanFactory - Interface in org.springframework.beans.factory
Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
listBindings(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
listBindings(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
ListenerExecutionFailedException - Exception in org.springframework.jms.listener.adapter
Exception to be thrown when the execution of a listener method failed.
ListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.jms.listener.adapter.ListenerExecutionFailedException
Constructor for ListenerExecutionFailedException.
ListFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared List instances.
ListFactoryBean() - Constructor for class org.springframework.beans.factory.config.ListFactoryBean
 
listIterator() - Method in class org.springframework.util.AutoPopulatingList
 
listIterator(int) - Method in class org.springframework.util.AutoPopulatingList
 
Literal - Class in org.springframework.expression.spel.ast
Common superclass for nodes representing literals (boolean, string, number, etc).
Literal(String, int) - Constructor for class org.springframework.expression.spel.ast.Literal
 
LiteralExpression - Class in org.springframework.expression.common
A very simple hardcoded implementation of the Expression interface that represents a string literal.
LiteralExpression(String) - Constructor for class org.springframework.expression.common.LiteralExpression
 
literalValue - Variable in class org.springframework.expression.spel.ast.Literal
 
load(Resource...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(Class<T>, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(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, throwing an exception if not found.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(String, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Object, Serializable) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
load(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - Method in class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given InputStream into the given Properties object.
load(Properties, Reader) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given Reader into the given Properties object.
LOAD_TIME_WEAVER_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
Name of the LoadTimeWeaver bean in the factory.
loadAll(Class<T>) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class<T>) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
loadAllProperties(String) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load all properties from the given class path resource, using the default class loader.
loadAllProperties(String, ClassLoader) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load all properties from the given class path resource, using the given class loader.
loadBeanDefinitions(Resource...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String, Set<Resource>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(Resource) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource.
loadBeanDefinitions(Resource...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resources.
loadBeanDefinitions(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(String...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource locations.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file, using all property keys (i.e.
loadBeanDefinitions(Resource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(EncodedResource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Load bean definitions from the specified properties file.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(InputSource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(InputSource, String) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
Load bean definitions into the given bean factory, typically through delegating to one or more bean definition readers.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(BeanDefinitionRegistry, String[]) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
Load the bean definitions into the given registry, based on the specified configuration files.
loadBeanDefinitions(String) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Load bean definitions from the database via the given SQL string.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load bean definitions into the supplied context from the configuration locations or classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
Register configuration classes in the supplied context from the classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register a BeanDefinition for any classes specified by AnnotationConfigWebApplicationContext.register(Class...) and scan any packages specified by AnnotationConfigWebApplicationContext.scan(String...).
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Load a Spring BeanFactory namespace.
loadBytesForClass(String) - Method in class org.springframework.core.OverridingClassLoader
Load the defining bytes for the given class, to be turned into a Class object through a ClassLoader.defineClass(byte[], int, int) call.
loadCaches() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
 
loadCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
Load the caches for this cache manager.
loadCaches() - Method in class org.springframework.cache.support.SimpleCacheManager
 
loadClass(String, boolean) - Method in class org.springframework.core.OverridingClassLoader
 
loadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
loadClass(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClass(String, Class<T>) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClassForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
Load the specified class for overriding purposes in this ClassLoader.
loadContext(Object) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. This implementation assumes a key of type String array and loads a context from the given locations.
loadContext(Object) - Method in class org.springframework.test.AbstractSpringContextTests
Deprecated. Load a new ApplicationContext for the given key.
loadContext(String...) - Method in interface org.springframework.test.context.ContextLoader
Loads a new context based on the supplied locations, configures the context, and finally returns the context in fully refreshed state.
loadContext(MergedContextConfiguration) - Method in interface org.springframework.test.context.SmartContextLoader
Loads a new context based on the supplied merged context configuration, configures the context, and finally returns the context in a fully refreshed state.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied MergedContextConfiguration.
loadContext(String...) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied locations.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
Delegates to an appropriate candidate SmartContextLoader to load an ApplicationContext.
loadContext(String...) - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
DelegatingSmartContextLoader does not support the ContextLoader.loadContext(String...) method.
loadContextLocations(String[]) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Load a Spring ApplicationContext from the given config locations.
loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean) - Method in class org.springframework.beans.factory.xml.DefaultDocumentLoader
Load the Document at the supplied InputSource using the standard JAXP-configured XML parser.
loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean) - Method in interface org.springframework.beans.factory.xml.DocumentLoader
Load a document from the supplied source.
loadFromXml(Properties, InputStream) - Method in class org.springframework.util.DefaultPropertiesPersister
 
loadFromXml(Properties, InputStream) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given XML InputStream into the given Properties object.
loadParentContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
Template method with default implementation (which may be overridden by a subclass), to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext.
loadProperties(Resource, String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Load the properties from the given resource.
loadProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
Load properties into the given instance.
loadProperties(Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load properties from the given resource.
loadReport() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Load the main JasperReport from the specified Resource.
loadReport(Resource) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
Loads a JasperReport from the specified Resource.
loadResource(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Load the given resource from the class path.
loadTimeWeaver() - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeaver - Interface in org.springframework.instrument.classloading
Defines the contract for adding one or more ClassFileTransformers to a ClassLoader.
LoadTimeWeaverAware - Interface in org.springframework.context.weaving
Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
LoadTimeWeaverAwareProcessor - Class in org.springframework.context.weaving
BeanPostProcessor implementation that passes the context's default LoadTimeWeaver to beans that implement the LoadTimeWeaverAware interface.
LoadTimeWeaverAwareProcessor() - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor that will auto-retrieve the LoadTimeWeaver from the containing BeanFactory, expecting a bean named "loadTimeWeaver".
LoadTimeWeaverAwareProcessor(LoadTimeWeaver) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor for the given LoadTimeWeaver.
LoadTimeWeaverAwareProcessor(BeanFactory) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor.
LoadTimeWeavingConfiguration - Class in org.springframework.context.annotation
@Configuration class that registers a LoadTimeWeaver bean.
LoadTimeWeavingConfiguration() - Constructor for class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeavingConfigurer - Interface in org.springframework.context.annotation
Interface to be implemented by @Configuration classes annotated with @EnableLoadTimeWeaving that wish to customize the LoadTimeWeaver instance to be used.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Subclasses must implement this method, building a View object for the specified view.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
Delegates to buildView for creating a new instance of the specified view class, and applies the following Spring lifecycle methods (as supported by the generic Spring bean factory): ApplicationContextAware's setApplicationContext InitializingBean's afterPropertiesSet
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
 
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
Order value for TransactionSynchronization objects that clean up LobCreators.
LOB_CREATOR_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
Order value for TransactionSynchronization objects that clean up LobCreators.
LobCreator - Interface in org.springframework.jdbc.support.lob
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobCreatorUtils - Class in org.springframework.jdbc.support.lob
Helper class for registering a transaction synchronization for closing a LobCreator, preferring Spring transaction synchronization and falling back to plain JTA transaction synchronization.
LobCreatorUtils() - Constructor for class org.springframework.jdbc.support.lob.LobCreatorUtils
 
LobHandler - Interface in org.springframework.jdbc.support.lob
Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
LobRetrievalFailureException - Exception in org.springframework.jdbc
Exception to be thrown when a LOB could not be retrieved.
LobRetrievalFailureException(String) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String, IOException) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"localProperties" is the name given to the PropertySource for the set of merged properties supplied to this configurer.
LOCAL_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LocalCacheProviderProxy - Class in org.springframework.orm.hibernate3
Proxy for a Hibernate CacheProvider, delegating to a Spring-managed CacheProvider instance, determined by LocalSessionFactoryBean's "cacheProvider" property.
LocalCacheProviderProxy() - Constructor for class org.springframework.orm.hibernate3.LocalCacheProviderProxy
 
LocalConnectionFactoryBean - Class in org.springframework.jca.support
FactoryBean that creates a local JCA connection factory in "non-managed" mode (as defined by the Java Connector Architecture specification).
LocalConnectionFactoryBean() - Constructor for class org.springframework.jca.support.LocalConnectionFactoryBean
 
LocalContainerEntityManagerFactoryBean - Class in org.springframework.orm.jpa
FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard container bootstrap contract.
LocalContainerEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
 
LocalDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Hibernate connection provider for local DataSource instances in an application context.
LocalDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 
LocalDataSourceJobStore - Class in org.springframework.scheduling.quartz
Subclass of Quartz's JobStoreCMT class that delegates to a Spring-managed DataSource instead of using a Quartz-managed connection pool.
LocalDataSourceJobStore() - Constructor for class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
LOCALE_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the locale.
LOCALE_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current LocaleResolver, retrievable by views.
LOCALE_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the LocaleResolver object in the bean factory for this namespace.
LOCALE_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the locale.
LocaleChangeInterceptor - Class in org.springframework.web.servlet.i18n
Interceptor that allows for changing the current locale on every request, via a configurable request parameter.
LocaleChangeInterceptor() - Constructor for class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
LocaleContext - Interface in org.springframework.context.i18n
Strategy interface for determining the current Locale.
LocaleContextHolder - Class in org.springframework.context.i18n
Simple holder class that associates a LocaleContext instance with the current thread.
LocaleContextHolder() - Constructor for class org.springframework.context.i18n.LocaleContextHolder
 
LocaleContextMessageInterpolator - Class in org.springframework.validation.beanvalidation
Delegates to a target MessageInterpolator implementation but enforces Spring's managed Locale.
LocaleContextMessageInterpolator(MessageInterpolator) - Constructor for class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
Create a new LocaleContextMessageInterpolator, wrapping the given target interpolator.
LocaleEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.Locale, to directly populate a Locale property.
LocaleEditor() - Constructor for class org.springframework.beans.propertyeditors.LocaleEditor
 
LocalEntityManagerFactoryBean - Class in org.springframework.orm.jpa
FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard standalone bootstrap contract.
LocalEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
 
LocaleResolver - Interface in org.springframework.web.servlet
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
LocalizedResourceHelper - Class in org.springframework.core.io.support
Helper class for loading a localized resource, specified through name, extension and current locale.
LocalizedResourceHelper() - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with a DefaultResourceLoader.
LocalizedResourceHelper(ResourceLoader) - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with the given ResourceLoader.
LocalJaxRpcServiceFactory - Class in org.springframework.remoting.jaxrpc
Deprecated. in favor of JAX-WS support in org.springframework.remoting.jaxws
LocalJaxRpcServiceFactory() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.  
LocalJaxRpcServiceFactoryBean - Class in org.springframework.remoting.jaxrpc
Deprecated. in favor of JAX-WS support in org.springframework.remoting.jaxws
LocalJaxRpcServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
Deprecated.  
LocalJaxWsServiceFactory - Class in org.springframework.remoting.jaxws
Factory for locally defined JAX-WS Service references.
LocalJaxWsServiceFactory() - Constructor for class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
LocalJaxWsServiceFactoryBean - Class in org.springframework.remoting.jaxws
FactoryBean for locally defined JAX-WS Service references.
LocalJaxWsServiceFactoryBean() - Constructor for class org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
LocalJtaDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Subclass of LocalDataSourceConnectionProvider that will be used if LocalSessionFactoryBean's "dataSource" property is set in combination with a Hibernate TransactionManagerLookup.
LocalJtaDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.LocalJtaDataSourceConnectionProvider
 
localOverride - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
LocalPersistenceManagerFactoryBean - Class in org.springframework.orm.jdo
FactoryBean that creates a JDO PersistenceManagerFactory.
LocalPersistenceManagerFactoryBean() - Constructor for class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
localProperties - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
LocalRegionFactoryProxy - Class in org.springframework.orm.hibernate3
Proxy for a Hibernate RegionFactory, delegating to a Spring-managed RegionFactory instance, determined by LocalSessionFactoryBean's "cacheRegionFactory" property.
LocalRegionFactoryProxy() - Constructor for class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Standard constructor.
LocalRegionFactoryProxy(Properties) - Constructor for class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
Properties constructor: not used by this class or formally required, but enforced by Hibernate when reflectively instantiating a RegionFactory.
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate3
FactoryBean that creates a Hibernate SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate4
FactoryBean that creates a Hibernate SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBean
 
LocalSessionFactoryBuilder - Class in org.springframework.orm.hibernate4
A Spring-provided extension of the standard Hibernate Configuration class, adding SpringSessionContext as a default and providing convenient ways to specify a DataSource and an application class loader.
LocalSessionFactoryBuilder(DataSource) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ClassLoader) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader) - Constructor for class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
Convenient FactoryBean for local Stateless Session Bean (SLSB) proxies.
LocalStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
LocalTaskExecutorThreadPool - Class in org.springframework.scheduling.quartz
Quartz ThreadPool adapter that delegates to a Spring-managed TaskExecutor instance, specified on SchedulerFactoryBean.
LocalTaskExecutorThreadPool() - Constructor for class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
LocalTransactionManagerLookup - Class in org.springframework.orm.hibernate3
Implementation of Hibernate's TransactionManagerLookup interface that returns a Spring-managed JTA TransactionManager, determined by LocalSessionFactoryBean's "jtaTransactionManager" property.
LocalTransactionManagerLookup() - Constructor for class org.springframework.orm.hibernate3.LocalTransactionManagerLookup
 
LocalValidatorFactoryBean - Class in org.springframework.validation.beanvalidation
This is the central class for javax.validation (JSR-303) setup in a Spring application context: It bootstraps a javax.validation.ValidationFactory and exposes it through the Spring Validator interface as well as through the JSR-303 Validator interface and the ValidatorFactory interface itself.
LocalValidatorFactoryBean() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
LocalVariableTableParameterNameDiscoverer - Class in org.springframework.core
Implementation of ParameterNameDiscoverer that uses the LocalVariableTable information in the method attributes to discover parameter names.
LocalVariableTableParameterNameDiscoverer() - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
locateMBeanServer() - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Attempt to locate an existing MBeanServer.
locateSource(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Locate the Source object in the supplied model, converting objects as required.
locateToBeMarshalled(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
Locates the object to be marshalled.
Location - Class in org.springframework.beans.factory.parsing
Class that models an arbitrary location in a resource.
Location(Resource) - Constructor for class org.springframework.beans.factory.parsing.Location
Create a new instance of the Location class.
Location(Resource, Object) - Constructor for class org.springframework.beans.factory.parsing.Location
Create a new instance of the Location class.
LOCATOR_FACTORY_KEY_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter (i.e., "parentContextKey") used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
LOCATOR_FACTORY_SELECTOR_PARAM - Static variable in class org.springframework.web.context.ContextLoader
Optional servlet context parameter (i.e., "locatorFactorySelector") used only when obtaining a parent context using the default implementation of ContextLoader.loadParentContext(ServletContext servletContext).
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Obtain the specified lock level upon the given object, implicitly checking whether the corresponding database entry still exists.
lock(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
log(String) - Method in class org.springframework.mock.web.MockServletContext
 
log(Exception, String) - Method in class org.springframework.mock.web.MockServletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.MockServletContext
 
log(String) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.portlet.MockPortletContext
 
log(String) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.portlet.ServletWrappingPortletContext
 
Log4jConfigListener - Class in org.springframework.web.util
Bootstrap listener for custom log4j initialization in a web environment.
Log4jConfigListener() - Constructor for class org.springframework.web.util.Log4jConfigListener
 
Log4jConfigurer - Class in org.springframework.util
Convenience class that features simple methods for custom log4j configuration.
Log4jConfigurer() - Constructor for class org.springframework.util.Log4jConfigurer
 
log4jLogger - Variable in class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
Logger available to subclasses
log4jLogger - Variable in class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
Logger available to subclasses
Log4jNestedDiagnosticContextFilter - Class in org.springframework.web.filter
Request logging filter that adds the request log message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
Log4jNestedDiagnosticContextFilter() - Constructor for class org.springframework.web.filter.Log4jNestedDiagnosticContextFilter
 
Log4jNestedDiagnosticContextInterceptor - Class in org.springframework.web.context.request
Request logging interceptor that adds a request context message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed.
Log4jNestedDiagnosticContextInterceptor() - Constructor for class org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor
 
Log4jWebConfigurer - Class in org.springframework.web.util
Convenience class that performs custom log4j initialization for web environments, allowing for log file paths within the web application, with the option to perform automatic refresh checks (for runtime changes in logging configuration).
Log4jWebConfigurer() - Constructor for class org.springframework.web.util.Log4jWebConfigurer
 
LOG_AND_PROPAGATE_ERROR_HANDLER - Static variable in class org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log at error level and then re-throw the Exception.
LOG_AND_SUPPRESS_ERROR_HANDLER - Static variable in class org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log the Exception but perform no further handling.
logDeprecatedBean(String, BeanDefinition) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Logs a warning for a bean annotated with @Deprecated.
logException(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Log the given exception at warn level, provided that warn logging has been activated through the "warnLogCategory" property.
logException(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Log the given exception at warn level, provided that warn logging has been activated through the "warnLogCategory" property.
logger - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Logger available to subclasses
logger - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Logger available to subclasses
logger - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
logger - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
logger - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Logger available to subclasses
logger - Variable in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Logger available to subclasses
logger - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.access.el.SpringBeanELResolver
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
logger - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
logger - Variable in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Logger available to subclasses.
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Logger available to subclasses
logger - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Logger available to subclasses
logger - Variable in class org.springframework.beans.support.PropertyComparator
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
logger - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
logger - Static variable in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
logger - Variable in class org.springframework.context.support.AbstractApplicationContext
Logger used by this class.
logger - Variable in class org.springframework.context.support.ApplicationObjectSupport
Logger that is available to subclasses
logger - Variable in class org.springframework.context.support.MessageSourceSupport
Logger available to subclasses
logger - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
logger - Variable in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
logger - Variable in class org.springframework.core.env.AbstractEnvironment
 
logger - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
logger - Variable in class org.springframework.core.env.EnumerablePropertySource
 
logger - Variable in class org.springframework.core.env.PropertySource
 
logger - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
Logger available to subclasses
logger - Variable in class org.springframework.dao.support.DaoSupport
Logger available to subclasses
logger - Variable in class org.springframework.ejb.support.AbstractMessageDrivenBean
Logger available to subclasses
logger - Variable in class org.springframework.ejb.support.AbstractStatelessSessionBean
Logger available to subclasses
logger - Variable in class org.springframework.http.client.support.HttpAccessor
Logger available to subclasses.
logger - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
Logger available to subclasses
logger - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
 
logger - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.datasource.AbstractDataSource
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
logger - Variable in class org.springframework.jdbc.object.RdbmsOperation
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
logger - Variable in class org.springframework.jdbc.support.JdbcAccessor
Logger available to subclasses
logger - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
logger - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
logger - Variable in class org.springframework.jms.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jms.core.support.JmsGatewaySupport
Logger available to subclasses
logger - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
Logger available to subclasses
logger - Variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
Logger available to subclasses
logger - Variable in class org.springframework.jms.support.JmsAccessor
Logger available to subclasses
logger - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
Logger available to subclasses
logger - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
Logger available to subclasses
logger - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
logger - Variable in class org.springframework.jndi.JndiAccessor
Logger, available to subclasses.
logger - Variable in class org.springframework.jndi.JndiTemplate
 
logger - Variable in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.orm.hibernate3.HibernateAccessor
Logger available to subclasses
logger - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
logger - Variable in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
 
logger - Variable in class org.springframework.orm.jdo.DefaultJdoDialect
 
logger - Variable in class org.springframework.orm.jdo.JdoAccessor
Deprecated. Logger available to subclasses
logger - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
logger - Variable in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
 
logger - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Logger available to subclasses
logger - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Logger available to subclasses
logger - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
Logger available to subclasses.
logger - Variable in class org.springframework.oxm.support.AbstractMarshaller
Logger available to subclasses.
logger - Variable in class org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
logger - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated. Logger available to subclasses
logger - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.  
logger - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
logger - Variable in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
logger - Static variable in class org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
logger - Variable in class org.springframework.remoting.support.RemotingSupport
Logger available to subclasses
logger - Variable in class org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
logger - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
 
logger - Variable in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
logger - Variable in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
Logger available to subclasses
logger - Static variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
logger - Static variable in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
logger - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
 
logger - Variable in class org.springframework.scheduling.support.MethodInvokingRunnable
 
logger - Variable in class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.  
logger - Variable in class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated.  
logger - Variable in class org.springframework.scripting.support.ResourceScriptSource
Logger available to subclasses
logger - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Logger available to subclasses
logger - Variable in class org.springframework.test.ConditionalTestCase
Deprecated. Logger available to subclasses
logger - Variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
Deprecated. Logger available to subclasses.
logger - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Logger available to subclasses.
logger - Static variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
logger - Static variable in class org.springframework.test.context.support.AbstractGenericContextLoader
 
logger - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Logger available to subclasses
logger - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Logger available to subclasses.
logger - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Logger available to subclasses
logger - Static variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Logger available to subclasses.
logger - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
logger - Static variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
logger - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
logger - Variable in class org.springframework.transaction.support.TransactionTemplate
Logger available to subclasses
logger - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
logger - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
logger - Variable in class org.springframework.ui.velocity.SpringResourceLoader
 
logger - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
logger - Variable in class org.springframework.util.ConcurrencyThrottleSupport
Transient to optimize serialization
logger - Static variable in class org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
logger - Variable in class org.springframework.web.client.support.RestGatewaySupport
Logger available to subclasses
logger - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - Variable in class org.springframework.web.filter.GenericFilterBean
Logger available to subclasses
logger - Variable in class org.springframework.web.jsf.DelegatingVariableResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
logger - Variable in class org.springframework.web.method.HandlerMethod
Logger that is available to subclasses
logger - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
logger - Variable in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
logger - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
logger - Static variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
logger - Variable in class org.springframework.web.portlet.GenericPortletBean
Logger available to subclasses
logger - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.HttpServletBean
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
logger - Variable in class org.springframework.web.servlet.mvc.multiaction.AbstractUrlMethodNameResolver
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
logger - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
Logger available to subclasses
logger - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
logger - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.  
logger - Variable in class org.springframework.web.util.CookieGenerator
 
login(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
logout() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
logRejectedTask(Object, RuntimeException) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Log a task that has been rejected by AbstractJmsListeningContainer.doRescheduleTask(java.lang.Object).
logVelocityMessage(int, String) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
LongLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents a long integer literal.
longResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique long result from the given Collection.
lookup() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
This overridden lookup implementation performs a narrow operation after the JNDI lookup, provided that a home interface is specified.
lookup(String) - Method in class org.springframework.jndi.JndiLocatorDelegate
 
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorDelegate
 
lookup(String) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup() - Method in class org.springframework.jndi.JndiObjectLocator
Perform the actual JNDI lookup for this locator's target resource.
lookup(String) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
If the name is the expected name specified in the constructor, return the object provided in the constructor.
lookup(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
Look up the object with the given name.
lookup(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookup(String, Class<T>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Perform a JNDI lookup for the given resource by name.
LOOKUP_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
lookupCacheSeconds(String) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Look up a cache seconds value for the given URL path.
lookupColumnName(ResultSetMetaData, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Determine the column name to use.
lookupDefaultUowManager() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Obtain the WebSphere UOWManager from the default JNDI location "java:comp/websphere/UOWManager".
LookupDispatchActionSupport - Class in org.springframework.web.struts
Deprecated. as of Spring 3.0
LookupDispatchActionSupport() - Constructor for class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.  
lookupEntityManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupEntityManagerFactory() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use.
lookupHandler(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL path.
lookupHandlerMethod(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look up the best-matching handler method for the current request.
lookupLink(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookupLink(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
lookupLocalVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
 
lookupMultipartResolver(HttpServletRequest) - Method in class org.springframework.web.multipart.support.MultipartFilter
Look up the MultipartResolver that this filter should use, taking the current HTTP request as argument.
lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.
LookupOverride - Class in org.springframework.beans.factory.support
Represents an override of a method that looks up an object in the same IoC context.
LookupOverride(String, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
Construct a new LookupOverride.
lookupPersistenceManagerFactory(HttpServletRequest) - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use, taking the current HTTP request as argument.
lookupPersistenceManagerFactory() - Method in class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
Look up the PersistenceManagerFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupStub() - Method in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupStub() - Method in class org.springframework.remoting.rmi.RmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupTransactionManager(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA TransactionManager in JNDI via the configured name.
lookupTransactionSynchronizationRegistry(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA 1.1 TransactionSynchronizationRegistry in JNDI via the configured name.
lookupType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
lookupUowManager(String) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
Look up the WebSphere UOWManager in JNDI via the configured name.
lookupUserTransaction(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA UserTransaction in JNDI via the configured name.
lookupVariable(String) - Method in interface org.springframework.expression.EvaluationContext
Look up a named variable within this evaluation context.
lookupVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
 
lookupVariable(String) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
lookupWithFallback() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Lookup variant that that returns the specified "defaultObject" (if any) in case of lookup failure.
LOWEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the lowest precedence value.

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