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

L

label - Variable in class org.springframework.core.enums.AbstractGenericLabeledEnum
Deprecated. A descriptive label for the enum.
label - Variable in class org.springframework.core.enums.StaticLabeledEnum
Deprecated. A descriptive label for the enum.
label - Variable in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
The value of the 'label' attribute.
label - Variable in class org.springframework.web.servlet.tags.form.OptionTag
The text body of the rendered HTML <option> tag.
LABEL_ORDER - Static variable in interface org.springframework.core.enums.LabeledEnum
Deprecated. Shared Comparator instance that sorts enumerations by LABEL_ORDER.
LABEL_TAG - Static variable in class org.springframework.web.servlet.tags.form.LabelTag
The HTML 'label' tag.
LabeledEnum - Interface in org.springframework.core.enums
Deprecated. as of Spring 3.0, in favor of Java 5 enums.
labeledEnumCache - Variable in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
LabeledEnumResolver - Interface in org.springframework.core.enums
Deprecated. as of Spring 3.0, in favor of Java 5 enums.
labelProperty - Variable in class org.springframework.web.servlet.tags.form.OptionWriter
 
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 - Variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
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
 
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 - Static variable in class org.springframework.http.HttpHeaders
 
LAST_MODIFIED_METHOD_SUFFIX - Static variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Suffix for last-modified methods
LAST_PATTERN - Static variable in class org.springframework.web.util.UriUtils
 
lastAccessedTime - Variable in class org.springframework.mock.web.MockHttpSession
 
lastAccessedTime - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
lastActualExecutionTime - Variable in class org.springframework.scheduling.support.SimpleTriggerContext
 
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 - Variable in class org.springframework.scheduling.support.SimpleTriggerContext
 
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
 
lastMessageSucceeded - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
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 - Variable in class org.springframework.scripting.support.ResourceScriptSource
 
LastModified - Interface in org.springframework.web.servlet.mvc
Supports last-modified HTTP requests to facilitate content caching.
lastModifiedMethodMap - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
LastModified methods, keyed by handler method name (without LAST_MODIFIED_SUFFIX)
lastModifiedMonitor - Variable in class org.springframework.scripting.support.ResourceScriptSource
 
lastRecoveryMarker - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer.AsyncMessageListenerInvoker
 
lastRefreshCheck - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
lastRefreshTime - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
lastScheduledExecutionTime - Variable in class org.springframework.scheduling.support.SimpleTriggerContext
 
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.
lastTaskInfo - Variable in class org.springframework.util.StopWatch
 
layoutKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
layoutKey - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
layoutUrl - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutView
 
layoutUrl - Variable in class org.springframework.web.servlet.view.velocity.VelocityLayoutViewResolver
 
lazy - Variable in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
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.
LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler - Class in org.springframework.jdbc.datasource
Invocation handler that defers fetching an actual JDBC Connection until first creation of a Statement.
LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler(String, String) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy.LazyConnectionInvocationHandler
 
lazyDatabaseTransaction - Variable in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 
lazyDatabaseTransaction - Variable in class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
 
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.
lazyInit - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
lazyInit - Variable in class org.springframework.beans.factory.support.BeanDefinitionDefaults
 
lazyInit - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
lazyInit - Variable in class org.springframework.jdbc.support.JdbcAccessor
 
lazyInit - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
lazyInitHandlers - Variable in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
lazyInitHandlers - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
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.
lazyTarget - Variable in class org.springframework.aop.target.AbstractLazyCreationTargetSource
The lazily initialized target object
length - Variable in class org.springframework.jdbc.core.support.SqlLobValue
 
length() - Method in class org.springframework.jdbc.support.lob.PassThroughBlob
 
length() - Method in class org.springframework.jdbc.support.lob.PassThroughClob
 
length - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.ByteArrayDataSource
 
lenient - Variable in class org.springframework.format.datetime.DateFormatter
 
lenient - Variable in class org.springframework.format.number.AbstractNumberFormatter
 
lenientConstructorResolution - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
lenientFallback - Variable in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
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.
lexDoubleQuotedStringLiteral() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
lexicalHandler - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
lexicalHandler - Variable in class org.springframework.util.xml.AbstractXMLReader
 
lexIdentifier() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
lexNumericLiteral(boolean) - Method in class org.springframework.expression.spel.standard.Tokenizer
 
lexQuotedStringLiteral() - Method in class org.springframework.expression.spel.standard.Tokenizer
 
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.
lifecycleBeans - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
lifecycleMetadataCache - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
lifecycleMonitor - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
lifecycleMonitor - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
LifecycleProcessor - Interface in org.springframework.context
Strategy interface for processing Lifecycle beans within the ApplicationContext.
lifecycleProcessor - Variable in class org.springframework.context.support.AbstractApplicationContext
LifecycleProcessor for managing the lifecycle of beans within this context
limitedInParameterNames - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
Set of in parameter names to exclude use for any not listed
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 - Static variable in class org.springframework.core.style.DefaultValueStyler
 
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
 
LISTENER_ELEMENT - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
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.
listeners - Variable in class org.springframework.aop.framework.ProxyCreatorSupport
 
listeners - Variable in class org.springframework.jmx.export.MBeanExporter
The MBeanExporterListeners registered with this exporter.
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.common.LiteralExpression
Fixed literal value of this expression
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.
loadApplicationContext() - Method in class org.springframework.test.context.TestContext
Load an ApplicationContext for this test context using the configured ContextLoader and resource locations.
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(Set<ConfigurationClass>) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Reads configurationModel, registering bean definitions with ConfigurationClassBeanDefinitionReader.registry based on its contents.
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(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register a BeanDefinition for each class specified by AbstractRefreshableWebApplicationContext.getConfigLocations(), or scan each specified package for annotated classes.
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.
loadBeanDefinitionsForConfigurationClass(ConfigurationClass) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Reads a particular ConfigurationClass, registering bean definitions for the class itself, all its Bean methods
loadBeanDefinitionsForModelMethod(ConfigurationClassMethod) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
Reads a particular ConfigurationClassMethod, registering bean definitions with the BeanDefinitionRegistry based on its contents.
loadBeanDefinitionsFromImportedResources(Map<String, Class<?>>) - Method in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
loadBeanFactory() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
Load a Spring BeanFactory namespace.
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.
loadClass(String) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader
 
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
 
loadClassForOverriding(String) - Method in class org.springframework.context.support.ContextTypeMatchClassLoader.ContextOverridingClassLoader
 
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(String...) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Loads a Spring ApplicationContext from the supplied locations.
loadContextLocations(String[]) - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. Load a Spring ApplicationContext from the given config locations.
loadCount - Variable in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated.  
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.
loader - Variable in class org.springframework.expression.spel.support.StandardTypeLocator
 
loader - Variable in class org.springframework.instrument.classloading.weblogic.WebLogicClassPreProcessorAdapter
 
LOADER_NAME - Static variable in class org.springframework.instrument.classloading.jboss.JBossClassLoaderAdapter
 
loadFileTypeMapFromContextSupportModule() - Static method in class org.springframework.http.converter.ResourceHttpMessageConverter.ActivationMediaTypeFactory
 
loadFileTypeMapFromContextSupportModule() - Static method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver.ActivationMediaTypeFactory
 
loadFromReaderAvailable - Static variable in class org.springframework.util.DefaultPropertiesPersister
 
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.
loadObject() - Method in class org.springframework.aop.framework.Cglib2AopProxy.AdvisedDispatcher
 
loadObject() - Method in class org.springframework.aop.framework.Cglib2AopProxy.StaticDispatcher
 
loadOC4JTransactionClasses() - Method in class org.springframework.transaction.jta.OC4JJtaTransactionManager
 
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.
loadSchema(Resource[], String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
loadTemplates() - Method in class org.springframework.web.servlet.view.xslt.XsltView
Load the Templates instance for the stylesheet at the configured location.
loadTimeWeaver - Variable in class org.springframework.context.weaving.AspectJWeavingEnabler
 
loadTimeWeaver - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
loadTimeWeaver - Variable in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
 
LoadTimeWeaver - Interface in org.springframework.instrument.classloading
Defines the contract for adding one or more ClassFileTransformers to a ClassLoader.
loadTimeWeaver - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
loadTimeWeaver - Variable in class org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo
 
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.
LoadTimeWeaverBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:load-time-weaver/> element.
LoadTimeWeaverBeanDefinitionParser() - Constructor for class org.springframework.context.config.LoadTimeWeaverBeanDefinitionParser
 
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
 
loadWebLogicTransactionClasses() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
loadWebLogicTransactionHelper() - Method in class org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
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 - Variable in class org.springframework.jdbc.core.support.SqlLobValue
This contains a reference to the LobCreator - so we can close it once the update is done.
lobCreator - Variable in class org.springframework.jdbc.support.lob.JtaLobCreatorSynchronization
 
LobCreator - Interface in org.springframework.jdbc.support.lob
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
lobCreator - Variable in class org.springframework.jdbc.support.lob.SpringLobCreatorSynchronization
 
lobCreator - Variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler.LobCreatorSynchronization
 
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 - Variable in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
 
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.
lobHandler - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
lobHandler - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
lobHandler - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
lobHandler - Variable in class org.springframework.orm.ibatis.support.AbstractLobTypeHandler
 
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_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
localAddr - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
localAttributes - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
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 - Variable in class org.springframework.context.i18n.SimpleLocaleContext
 
locale - Variable in class org.springframework.context.support.MessageSourceResourceBundle
 
locale - Variable in class org.springframework.mock.web.MockHttpServletResponse
 
locale - Variable in class org.springframework.mock.web.portlet.MockMimeResponse
 
locale - Variable in class org.springframework.util.LinkedCaseInsensitiveMap
 
locale - Variable in class org.springframework.web.servlet.support.RequestContext
 
locale - Variable in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareDateTool
 
locale - Variable in class org.springframework.web.servlet.view.velocity.VelocityView.LocaleAwareNumberTool
 
locale - Variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.  
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.
localeCache - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
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
 
localeContextHolder - Static variable in 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 - Variable in class org.springframework.web.servlet.DispatcherServlet
LocaleResolver used by this servlet
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.
locales - Variable in class org.springframework.mock.web.MockHttpServletRequest
List of locales in descending order
locales - Variable in class org.springframework.mock.web.portlet.MockPortletRequest
 
localesToInitialize - Variable in class org.springframework.web.servlet.view.ResourceBundleViewResolver
 
localExecutor - Variable in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 
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
 
LocallyExposedJmsResourceHolder - Class in org.springframework.jms.listener
JmsResourceHolder marker subclass that indicates local exposure, i.e.
LocallyExposedJmsResourceHolder(Session) - Constructor for class org.springframework.jms.listener.LocallyExposedJmsResourceHolder
 
localName - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
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
 
localPort - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
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.
localServer - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate3
FactoryBean that creates a Hibernate SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
LocalSlsbInvokerInterceptor - Class in org.springframework.ejb.access
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionBeanDefinitionParser - Class in org.springframework.ejb.config
BeanDefinitionParser implementation for parsing 'local-slsb' tags and creating LocalStatelessSessionProxyFactoryBean definitions.
LocalStatelessSessionBeanDefinitionParser() - Constructor for class org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser
 
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
 
LocalValidatorFactoryBean.HibernateValidatorDelegate - Class in org.springframework.validation.beanvalidation
Inner class to avoid a hard-coded Hibernate Validator 4.1 dependency.
LocalValidatorFactoryBean.HibernateValidatorDelegate() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.HibernateValidatorDelegate
 
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
 
LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor - Class in org.springframework.core
 
LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor(Class<?>, Map<Member, String[]>, String, String, boolean) - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor - Class in org.springframework.core
Helper class that inspects all methods (constructor included) and then attempts to find the parameter names for that member.
LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor(Class<?>, Map<Member, String[]>) - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
locateExistingServerIfPossible - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
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.
locateTableAndProcessMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Method supporting the metedata processing for a table.
locateToBeMarshalled(Map) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
Locates the object to be marshalled.
location - Variable in class org.springframework.aop.support.AbstractExpressionPointcut
 
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.
location - Variable in class org.springframework.beans.factory.parsing.Problem
 
LOCATION - Static variable in class org.springframework.http.HttpHeaders
 
location - Variable in class org.springframework.util.xml.AbstractStaxXMLReader.StaxLocator
 
location - Variable in class org.springframework.web.servlet.view.XmlViewResolver
 
locations - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
locations - Variable in class org.springframework.jdbc.config.SortedResourcesFactoryBean
 
locations - Variable in class org.springframework.test.context.TestContext
 
locations - Variable in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
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 - Variable in class org.springframework.beans.factory.config.CommonsLogFactoryBean
 
log - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
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.
logFile - Variable in class org.springframework.jmx.export.metadata.ManagedResource
 
logger - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Logger available to subclasses
logger - Static variable in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
LOGGER - Static variable in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
logger - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
 
logger - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Logger available to subclasses
logger - Static variable in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 
logger - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
logger - Static variable in class org.springframework.aop.framework.Cglib2AopProxy
Logger available to subclasses; static to optimize serialization
logger - Static variable in class org.springframework.aop.framework.JdkDynamicAopProxy
We use a static Log to avoid serialization issues
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 - Static variable in class org.springframework.beans.BeanUtils
 
logger - Static variable in class org.springframework.beans.BeanWrapperImpl
We'll create a lot of these objects, so we don't want a new logger every time.
logger - Static variable in class org.springframework.beans.CachedIntrospectionResults
 
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.annotation.InjectionMetadata
 
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 - Static variable in class org.springframework.beans.factory.config.PropertyPathFactoryBean
 
logger - Variable in class org.springframework.beans.factory.parsing.FailFastProblemReporter
 
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.CglibSubclassCreator
 
logger - Variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
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 - Static variable in class org.springframework.beans.factory.xml.BeansDtdResolver
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
logger - Static variable in class org.springframework.beans.factory.xml.DefaultDocumentLoader
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Logger available to subclasses
logger - Static variable in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
logger - Static variable in class org.springframework.beans.factory.xml.ResourceEntityResolver
 
logger - Variable in class org.springframework.beans.support.PropertyComparator
 
logger - Static variable in class org.springframework.beans.TypeConverterDelegate
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
logger - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
 
logger - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
logger - Static variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
logger - Static variable in class org.springframework.context.annotation.ConfigurationClassEnhancer
 
logger - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
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.DefaultLifecycleProcessor
 
logger - Variable in class org.springframework.context.support.MessageSourceSupport
Logger available to subclasses
logger - Static variable in class org.springframework.context.support.SimpleThreadScope
 
logger - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
logger - Variable in class org.springframework.core.enums.AbstractCachingLabeledEnumResolver
Deprecated.  
logger - Static variable in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
 
logger - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
Logger available to subclasses
logger - Static variable in class org.springframework.core.io.support.ResourceArrayPropertyEditor
 
logger - Static variable in class org.springframework.core.io.VfsUtils
 
logger - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
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 - Static variable in class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
logger - Static variable in class org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
logger - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
 
logger - Variable in class org.springframework.jca.cci.core.CciTemplate
 
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.CallMetaDataProviderFactory
Logger
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 - Static variable in class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
 
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 - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
 
logger - Variable in class org.springframework.jdbc.datasource.AbstractDataSource
Logger available to subclasses
logger - Static variable in class org.springframework.jdbc.datasource.DataSourceUtils
 
logger - Variable in class org.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
 
logger - Static variable in class org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
 
logger - Static variable in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
logger - Static variable in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
 
logger - Static variable in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
logger - Static variable in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
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 - Static variable in class org.springframework.jdbc.support.JdbcUtils
 
logger - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
logger - Static variable in class org.springframework.jdbc.support.lob.LobCreatorUtils
 
logger - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
logger - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
 
logger - Static variable in class org.springframework.jms.connection.ConnectionFactoryUtils
 
logger - Static variable in class org.springframework.jms.connection.JmsResourceHolder
 
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 - Static variable in class org.springframework.jms.support.JmsUtils
 
logger - Static variable in class org.springframework.jmx.access.ConnectorDelegate
 
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 - Static variable in class org.springframework.jmx.support.JmxUtils
 
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.mock.jndi.SimpleNamingContext
 
logger - Variable in class org.springframework.mock.jndi.SimpleNamingContextBuilder
 
logger - Variable in class org.springframework.mock.web.MockRequestDispatcher
 
logger - Variable in class org.springframework.mock.web.MockServletContext
 
logger - Variable in class org.springframework.mock.web.portlet.MockPortletContext
 
logger - Variable in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
 
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 - Static variable in class org.springframework.orm.hibernate3.SessionFactoryUtils
 
logger - Variable in class org.springframework.orm.hibernate3.support.AbstractLobType
 
logger - Variable in class org.springframework.orm.jdo.DefaultJdoDialect
 
logger - Variable in class org.springframework.orm.jdo.JdoAccessor
Logger available to subclasses
logger - Variable in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
 
logger - Static variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
 
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 - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
 
logger - Static variable in class org.springframework.orm.jpa.ExtendedEntityManagerCreator.ExtendedEntityManagerInvocationHandler
 
logger - Static variable in class org.springframework.orm.jpa.persistenceunit.ClassFileTransformerAdapter
 
logger - Variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
logger - Variable in class org.springframework.orm.jpa.SharedEntityManagerCreator.SharedEntityManagerInvocationHandler
 
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 - Static variable in class org.springframework.remoting.rmi.RmiClientInterceptorUtils
 
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.support.TaskUtils.LoggingErrorHandler
 
logger - Static variable in class org.springframework.scheduling.timer.DelegatingTimerTask
Deprecated.  
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 - Static variable in class org.springframework.test.annotation.ProfileValueUtils
 
logger - Variable in class org.springframework.test.ConditionalTestCase
Deprecated. Logger available to subclasses
logger - Variable in class org.springframework.test.context.junit38.AbstractJUnit38SpringContextTests
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.SpringJUnit4ClassRunner
 
logger - Static variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
logger - Static variable in class org.springframework.test.context.support.AbstractGenericContextLoader
 
logger - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 
logger - Static variable in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
 
logger - Static variable in class org.springframework.test.context.TestContext
 
logger - Static variable in class org.springframework.test.context.TestContextManager
 
logger - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Logger available to subclasses
logger - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
logger - Static variable in class org.springframework.test.jdbc.SimpleJdbcTestUtils
 
logger - Static variable in class org.springframework.test.util.ReflectionTestUtils
 
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 - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Static for optimal serializability
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 - Static variable in class org.springframework.transaction.support.TransactionSynchronizationManager
 
logger - Static variable in class org.springframework.transaction.support.TransactionSynchronizationUtils
 
logger - Variable in class org.springframework.transaction.support.TransactionTemplate
Logger available to subclasses
logger - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
 
logger - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
logger - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
logger - Static variable in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
logger - Variable in class org.springframework.ui.velocity.SpringResourceLoader
 
logger - Variable in class org.springframework.ui.velocity.VelocityEngineFactory
 
logger - Static variable in class org.springframework.ui.velocity.VelocityEngineUtils
 
logger - Variable in class org.springframework.util.CommonsLogWriter
 
logger - Variable in class org.springframework.util.ConcurrencyThrottleSupport
Transient to optimize serialization
logger - Static variable in class org.springframework.util.PropertyPlaceholderHelper
 
logger - Static variable in class org.springframework.util.WeakReferenceMonitor
 
logger - Variable in class org.springframework.util.xml.SimpleSaxErrorHandler
 
logger - Variable in class org.springframework.util.xml.SimpleTransformErrorListener
 
logger - Static variable in class org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
logger - Static variable in class org.springframework.validation.ValidationUtils
 
logger - Static variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
We'll create a lot of these objects, so we don't want a new logger every time.
logger - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
 
logger - Variable in class org.springframework.web.client.support.RestGatewaySupport
Logger available to subclasses
logger - Static variable in class org.springframework.web.context.ContextCleanupListener
 
logger - Static variable in class org.springframework.web.context.request.FacesRequestAttributes
We'll create a lot of these objects, so we don't want a new logger every time.
logger - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - Static variable in class org.springframework.web.context.support.ServletContextResourcePatternResolver
 
logger - Static variable in class org.springframework.web.context.support.SpringBeanAutowiringSupport
 
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.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.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 - Static variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
logger - Variable in class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
logger - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated.  
logger - Static variable in class org.springframework.web.struts.DelegatingActionUtils
Deprecated.  
logger - Static variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.  
logger - Variable in class org.springframework.web.util.CookieGenerator
 
logger - Static variable in class org.springframework.web.util.UrlPathHelper
 
logicalClose(Session) - Method in class org.springframework.jms.connection.CachingConnectionFactory.CachedSessionInvocationHandler
 
logicalMappings - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
logRejectedTask(Object, RuntimeException) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
Log a task that has been rejected by AbstractJmsListeningContainer.doRescheduleTask(java.lang.Object).
logResponseStatus(HttpMethod, URI, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
 
logTargetClassInvocation - Variable in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
 
logTranslation(String, String, SQLException, boolean) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
logVelocityMessage(int, String) - Method in class org.springframework.ui.velocity.CommonsLoggingLogSystem
 
LONG_PARSER - Static variable in class org.springframework.web.bind.ServletRequestUtils
 
LONG_PARSER - Static variable in class org.springframework.web.portlet.bind.PortletRequestUtils
 
LongLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents a long integer literal.
LongLiteral(String, int, long) - Constructor for class org.springframework.expression.spel.ast.LongLiteral
 
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.LocatorDelegate
 
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
 
LOOKUP_OVERRIDE - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
Index in the CGLIB callback array for a method that should be overridden to provide method lookup.
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.
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.
lookupHomeOnStartup - Variable in class org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
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.
lookupName - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.SerializedEntityManagerFactoryBeanReference
 
lookupOnStartup - Variable in class org.springframework.jndi.JndiObjectFactoryBean
 
lookupOnStartup - Variable in class org.springframework.jndi.JndiObjectTargetSource
 
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.
lookupServiceOnStartup - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.  
lookupServiceOnStartup - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
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.
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.
lookupStubOnStartup - Variable in class org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
lookupStubOnStartup - Variable in class org.springframework.remoting.rmi.RmiClientInterceptor
 
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.LookupDependencyDescriptor
 
lookupType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
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.ExpressionState.VariableScope
 
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.
LOWER_PRECEDENCE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
LOWEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the lowest precedence value.
ltw - Variable in class org.springframework.test.jpa.AbstractJpaTests.LoadTimeWeaverInjectingBeanPostProcessor
Deprecated.  
lvtSlotIndex - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 

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