Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

L

L2D - Static variable in interface org.springframework.asm.Opcodes
 
L2F - Static variable in interface org.springframework.asm.Opcodes
 
L2I - Static variable in interface org.springframework.asm.Opcodes
 
label() - Element in annotation interface org.springframework.transaction.annotation.Transactional
Defines zero (0) or more transaction labels.
Label - Class in org.springframework.asm
A position in the bytecode of a method.
Label() - Constructor for class org.springframework.asm.Label
Constructs a new label.
LabelTag - Class in org.springframework.web.servlet.tags.form
The <label> tag renders a form field label in an HTML 'label' tag.
LabelTag() - Constructor for class org.springframework.web.servlet.tags.form.LabelTag
 
LADD - Static variable in interface org.springframework.asm.Opcodes
 
LALOAD - Static variable in interface org.springframework.asm.Opcodes
 
LAND - Static variable in interface org.springframework.asm.Opcodes
 
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
Utilities for use with LangNamespaceHandler.
LangNamespaceUtils() - Constructor for class org.springframework.scripting.config.LangNamespaceUtils
 
LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
The language attribute.
last() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
last() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the last row of this row set.
LAST - Static variable in class org.springframework.expression.spel.ast.Selection
The last item ($[]).
LAST_MODIFIED - Static variable in class org.springframework.http.HttpHeaders
The HTTP Last-Modified header field name.
lastActualExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastActualExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last actual execution time of the task, or null if not scheduled before.
lastCompletionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastCompletionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last completion time of the task, or null if not scheduled before.
lastDescriptor() - Method in class org.springframework.expression.spel.CodeFlow
Return the descriptor for the item currently on top of the stack (in the current scope).
lastElement(List<T>) - Static method in class org.springframework.util.CollectionUtils
Retrieve the last element of the given List, accessing the highest index.
lastElement(Set<T>) - Static method in class org.springframework.util.CollectionUtils
Retrieve the last element of the given Set, using SortedSet.last() or otherwise iterating over all elements (assuming a linked set).
lastIndexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
 
lastIndexOf(IntPredicate, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
Return the index of the last byte in this buffer that matches the given predicate.
lastIndexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
 
lastIndexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 
lastIndexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 
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 class org.springframework.core.io.FileSystemResource
This implementation returns the underlying File/Path last-modified time.
lastModified() - Method in class org.springframework.core.io.PathResource
This implementation returns the underlying File's timestamp.
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() - Method in class org.springframework.web.reactive.resource.TransformedResource
 
lastModified() - Method in class org.springframework.web.servlet.resource.TransformedResource
 
lastModified(long) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(long) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Last-Modified" header with the given value.
lastModified(Instant) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(Instant) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(Instant) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(Instant) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(Instant) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(ZonedDateTime) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(ZonedDateTime) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(ZonedDateTime) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(ZonedDateTime) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(ZonedDateTime) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
LastModified - Interface in org.springframework.web.servlet.mvc
Deprecated.
as of 5.3.9 in favor of using the checkNotModified methods in WebRequest, or from an annotated controller method, returning a ResponseEntity with an "ETag" and/or "Last-Modified" headers set.
LASTORE - Static variable in interface org.springframework.asm.Opcodes
 
lastScheduledExecutionTime() - Method in class org.springframework.scheduling.support.SimpleTriggerContext
 
lastScheduledExecutionTime() - Method in interface org.springframework.scheduling.TriggerContext
Return the last scheduled execution time of the task, or null if not scheduled before.
Lazy - Annotation Interface 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
Deprecated.
Special key to distinguish owner.(lazy-init)=true Default is "false".
LazyConnectionDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e.
LazyConnectionDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyConnectionDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
lazyGetProceedingJoinPoint(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.
lazyInit() - Element in annotation interface org.springframework.context.annotation.ComponentScan
Specify whether scanned beans should be registered for lazy initialization.
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
 
lazyLoadArguments() - Method in class org.springframework.context.expression.MethodBasedEvaluationContext
Load the param information only when needed.
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.
LCMP - Static variable in interface org.springframework.asm.Opcodes
 
LCONST_0 - Static variable in interface org.springframework.asm.Opcodes
 
LCONST_1 - Static variable in interface org.springframework.asm.Opcodes
 
LDC - Static variable in interface org.springframework.asm.Opcodes
 
LDIV - Static variable in interface org.springframework.asm.Opcodes
 
LEFT_OPERAND_PROBLEM - Enum constant in enum class org.springframework.expression.spel.SpelMessage
 
leftActualDescriptor - Variable in class org.springframework.expression.spel.ast.Operator
 
length() - Method in class org.springframework.core.log.LogMessage
 
LENGTH_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
411 Length Required.
Lifecycle - Interface in org.springframework.context
A common interface defining methods for start/stop lifecycle control.
LIFECYCLE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the LifecycleProcessor bean in the factory.
lifecycleMonitor - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
 
LifecycleProcessor - Interface in org.springframework.context
Strategy interface for processing Lifecycle beans within the ApplicationContext.
LimitedDataBufferList - Class in org.springframework.core.io.buffer
Custom List to collect data buffers with and enforce a limit on the total number of bytes buffered.
LimitedDataBufferList(int) - Constructor for class org.springframework.core.io.buffer.LimitedDataBufferList
 
limitResponseSize(long) - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
Consume up to the specified number of bytes from the response body and cancel if any more data arrives.
LINK - Static variable in class org.springframework.http.HttpHeaders
The HTTP Link header field name.
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 that stores case-insensitive keys according to the default Locale (by default in lower case).
LinkedCaseInsensitiveMap(int) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected, storing case-insensitive keys according to the default Locale (in lower case).
LinkedCaseInsensitiveMap(int, Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected, storing case-insensitive keys according to the given Locale (in lower case).
LinkedCaseInsensitiveMap(Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the given Locale (in lower case).
LinkedMultiValueMap<K,V> - Class in org.springframework.util
Simple implementation of MultiValueMap that wraps a LinkedHashMap, storing multiple values in an ArrayList.
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 an initial capacity that can accommodate the specified number of elements without any immediate resize/rehash operations to be expected.
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_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.
listDirectory(File) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
Determine a sorted list of files in the given directory.
ListenableFuture<T> - Interface in org.springframework.util.concurrent
Extend Future with the capability to accept completion callbacks.
ListenableFutureAdapter<T,S> - Class in org.springframework.util.concurrent
Abstract class that adapts a ListenableFuture parameterized over S into a ListenableFuture parameterized over T.
ListenableFutureAdapter(ListenableFuture<S>) - Constructor for class org.springframework.util.concurrent.ListenableFutureAdapter
Construct a new ListenableFutureAdapter with the given adaptee.
ListenableFutureCallback<T> - Interface in org.springframework.util.concurrent
Callback mechanism for the outcome, success or failure, from a ListenableFuture.
ListenableFutureCallbackRegistry<T> - Class in org.springframework.util.concurrent
Helper class for ListenableFuture implementations that maintains a of success and failure callbacks and helps to notify them.
ListenableFutureCallbackRegistry() - Constructor for class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
 
ListenableFutureReturnValueHandler - Class in org.springframework.messaging.handler.invocation
Support for ListenableFuture as a return value type.
ListenableFutureReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.ListenableFutureReturnValueHandler
 
ListenableFutureTask<T> - Class in org.springframework.util.concurrent
Extension of FutureTask that implements ListenableFuture.
ListenableFutureTask(Runnable, T) - Constructor for class org.springframework.util.concurrent.ListenableFutureTask
Create a ListenableFutureTask that will, upon running, execute the given Runnable, and arrange that FutureTask.get() will return the given result on successful completion.
ListenableFutureTask(Callable<T>) - Constructor for class org.springframework.util.concurrent.ListenableFutureTask
Create a new ListenableFutureTask that will, upon running, execute the given Callable.
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() - Element in annotation interface org.springframework.test.context.TestExecutionListeners
The TestExecutionListeners to register with the TestContextManager.
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, 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
 
LLOAD - Static variable in interface org.springframework.asm.Opcodes
 
LMUL - Static variable in interface org.springframework.asm.Opcodes
 
LNEG - Static variable in interface org.springframework.asm.Opcodes
 
load(Class<?>, String...) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Load bean definitions from the given Groovy scripts or XML files.
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.hibernate5.HibernateOperations
Return the persistent instance of the given entity class with the given identifier, throwing an exception if not found.
load(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
load(Class<T>, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.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 class org.springframework.orm.hibernate5.HibernateTemplate
 
load(Object, Serializable) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
Load the persistent instance with the given identifier into the given object, throwing an exception if not found.
load(Object, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
load(String...) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Load bean definitions from the given Groovy scripts or XML files.
load(String...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
load(String, Serializable) - Method in interface org.springframework.orm.hibernate5.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 class org.springframework.orm.hibernate5.HibernateTemplate
 
load(String, Serializable, LockMode) - Method in interface org.springframework.orm.hibernate5.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 class org.springframework.orm.hibernate5.HibernateTemplate
 
load(Properties, InputStream) - 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 class org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - Method in interface org.springframework.util.PropertiesPersister
Load properties from the given Reader into the given Properties object.
load(Resource...) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
Load bean definitions from the given Groovy scripts or XML files.
load(Resource...) - Method in class org.springframework.context.support.GenericXmlApplicationContext
Load bean definitions from the given XML resources.
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.hibernate5.HibernateOperations
Return all persistent instances of the given entity class.
loadAll(Class<T>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 
loadAllProperties(String) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the default class loader.
loadAllProperties(String, ClassLoader) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the given class loader.
loadBeanDefinitions(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(String) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Deprecated.
Load bean definitions from the database via the given SQL string.
loadBeanDefinitions(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
 
loadBeanDefinitions(String...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource locations.
loadBeanDefinitions(String, Set<Resource>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Load bean definitions from the specified resource location.
loadBeanDefinitions(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
Load the bean definitions with the given GroovyBeanDefinitionReader.
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(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
Loads the bean definitions via an GroovyBeanDefinitionReader.
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.context.support.AbstractXmlApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load bean definitions into the supplied context from the locations or classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
Register classes in the supplied context from the classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.GenericGroovyXmlContextLoader
Load bean definitions into the supplied context from the locations in the supplied MergedContextConfiguration using a GroovyBeanDefinitionReader.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Load bean definitions from the specified Groovy script or XML file.
loadBeanDefinitions(Resource) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
Load bean definitions from the specified resource.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Deprecated.
Load bean definitions from the specified properties file, using all property keys (i.e.
loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(Resource...) - 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 resources.
loadBeanDefinitions(Resource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Deprecated.
Load bean definitions from the specified properties file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Load bean definitions from the specified Groovy script or XML file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Deprecated.
Load bean definitions from the specified properties file.
loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Load bean definitions from the specified XML file.
loadBeanDefinitions(EncodedResource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Deprecated.
Load bean definitions from the specified properties file.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Load bean definitions into the supplied context from the locations or classes in the supplied WebMergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
Register classes in the supplied context from the classes in the supplied WebMergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
Load bean definitions into the supplied context from the locations in the supplied WebMergedContextConfiguration using a GroovyBeanDefinitionReader.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
Load bean definitions into the supplied context from the locations in the supplied WebMergedContextConfiguration, using an XmlBeanDefinitionReader.
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.
loadBundle(InputStream) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Load a property-based resource bundle from the given input stream, picking up the default properties encoding on JDK 9+.
loadBundle(Reader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
Load a property-based resource bundle from the given reader.
loadBytesForClass(String) - Method in class org.springframework.core.OverridingClassLoader
Load the defining bytes for the given class, to be turned into a Class object through a ClassLoader.defineClass(byte[], int, int) call.
loadCaches() - Method in class org.springframework.cache.jcache.JCacheCacheManager
 
loadCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
Load the initial caches for this cache manager.
loadCaches() - Method in class org.springframework.cache.support.SimpleCacheManager
 
loadClass(String) - Method in class org.springframework.core.OverridingClassLoader
 
loadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
 
loadClass(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClass(String, boolean) - Method in class org.springframework.core.OverridingClassLoader
 
loadClass(String, Class<T>) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClassForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
Load the specified class for overriding purposes in this ClassLoader.
loadContext() - Element in annotation interface org.springframework.test.context.junit.jupiter.DisabledIf
Whether the ApplicationContext associated with the current test should be eagerly loaded in order to evaluate the DisabledIf.expression().
loadContext() - Element in annotation interface org.springframework.test.context.junit.jupiter.EnabledIf
Whether the ApplicationContext associated with the current test should be eagerly loaded in order to evaluate the EnabledIf.expression().
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.AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader does not support the ContextLoader.loadContext(String...) method.
loadContext(String...) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied locations.
loadContext(String...) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
AbstractGenericWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
loadContext(MergedContextConfiguration) - Method in interface org.springframework.test.context.CacheAwareContextLoaderDelegate
Load the application context for the supplied MergedContextConfiguration by delegating to the ContextLoader configured in the given MergedContextConfiguration.
loadContext(MergedContextConfiguration) - Method in interface org.springframework.test.context.SmartContextLoader
Loads a new context based on the supplied merged context configuration, configures the context, and finally returns the context in a fully refreshed state.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Delegates to an appropriate candidate SmartContextLoader to load an ApplicationContext.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied MergedContextConfiguration.
loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
Load a Spring WebApplicationContext from the supplied MergedContextConfiguration.
loadContextInternal(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Load the ApplicationContext for the supplied merged context configuration.
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() - Element in annotation interface org.springframework.test.context.ContextConfiguration
The type of SmartContextLoader (or ContextLoader) to use for loading an ApplicationContext.
loadEvaluationContext(MethodVisitor) - Method in class org.springframework.expression.spel.CodeFlow
Push the bytecode to load the EvaluationContext (the second parameter passed to the compiled expression method).
loadFactories(Class<T>, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
Load and instantiate the factory implementations of the given type from "META-INF/spring.factories", using the given class loader.
loadFactoryNames(Class<?>, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
Load the fully qualified class names of factory implementations of the given type from "META-INF/spring.factories", using the given class loader.
loadFromXml(Properties, InputStream) - Method in class org.springframework.core.io.support.ResourcePropertiesPersister
 
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.
loadIndex(ClassLoader) - Static method in class org.springframework.context.index.CandidateComponentsIndexLoader
Load and instantiate the CandidateComponentsIndex from "META-INF/spring.components", using the given class loader.
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(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 (in ISO-8859-1 encoding).
loadProperties(Resource, String) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
Load the properties from the given resource.
loadProperties(EncodedResource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
Load properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
loadResource(String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
Load the given resource from the class path.
loadScripts(ScriptEngine) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
 
loadScripts(ScriptEngine) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
 
loadTarget(MethodVisitor) - Method in class org.springframework.expression.spel.CodeFlow
Push the byte code to load the target (i.e.
loadTimeWeaver() - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeaver - Interface in org.springframework.instrument.classloading
Defines the contract for adding one or more ClassFileTransformers to a ClassLoader.
LoadTimeWeaverAware - Interface in org.springframework.context.weaving
Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
LoadTimeWeaverAwareProcessor - Class in org.springframework.context.weaving
BeanPostProcessor implementation that passes the context's default LoadTimeWeaver to beans that implement the LoadTimeWeaverAware interface.
LoadTimeWeaverAwareProcessor() - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor that will auto-retrieve the LoadTimeWeaver from the containing BeanFactory, expecting a bean named "loadTimeWeaver".
LoadTimeWeaverAwareProcessor(BeanFactory) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor.
LoadTimeWeaverAwareProcessor(LoadTimeWeaver) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
Create a new LoadTimeWeaverAwareProcessor for the given LoadTimeWeaver.
LoadTimeWeavingConfiguration - Class in org.springframework.context.annotation
@Configuration class that registers a LoadTimeWeaver bean.
LoadTimeWeavingConfiguration() - Constructor for class org.springframework.context.annotation.LoadTimeWeavingConfiguration
 
LoadTimeWeavingConfigurer - Interface in org.springframework.context.annotation
Interface to be implemented by @Configuration classes annotated with @EnableLoadTimeWeaving that wish to customize the LoadTimeWeaver instance to be used.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
Subclasses must implement this method, building a View object for the specified view.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
Deprecated.
 
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.
loadView(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
Deprecated.
 
LobCreator - Interface in org.springframework.jdbc.support.lob
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler - Interface in org.springframework.jdbc.support.lob
Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
LobRetrievalFailureException - Exception in org.springframework.jdbc
Exception to be thrown when a LOB could not be retrieved.
LobRetrievalFailureException(String) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String, IOException) - Constructor for exception org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
"localProperties" is the name given to the PropertySource for the set of merged properties supplied to this configurer.
LOCAL_VARIABLE - Static variable in class org.springframework.asm.TypeReference
The sort of type references that target the type of a local variable in a method.
localAddress() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 
localAddress() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
Get the local address to which this request is connected, if available.
localAddress() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
localAddress(InetSocketAddress) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the local address to return.
localAddress(InetSocketAddress) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
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
 
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 JDBC connection pool.
LocalDataSourceJobStore() - Constructor for class org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
locale(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default Locale to use for formatting.
locale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default Locale to use for formatting.
locale(Locale) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the locale of the request, overriding any previous locales.
locale(Locale...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add the specified locales as preferred request locales.
LOCALE_CONTEXT_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Well-known name for the LocaleContextResolver in the bean factory.
LOCALE_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the Locale.
LOCALE_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current LocaleResolver, retrievable by views.
LOCALE_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the LocaleResolver object in the bean factory for this namespace.
LOCALE_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the Locale.
LocaleChangeInterceptor - Class in org.springframework.web.servlet.i18n
Interceptor that allows for changing the current locale on every request, via a configurable request parameter (default parameter name: "locale").
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.
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.
localeContextResolver() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
 
localeContextResolver() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies
Return the LocaleContextResolver to be used for resolving locale context.
localeContextResolver(LocaleContextResolver) - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
Add the given locale context resolver to this builder.
localeContextResolver(LocaleContextResolver) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
Configure the LocaleContextResolver to set on the WebServerExchange.
LocaleContextResolver - Interface in org.springframework.web.server.i18n
Interface for web-based locale context resolution strategies that allows for both locale context resolution via the request and locale context modification via the HTTP exchange.
LocaleContextResolver - Interface in org.springframework.web.servlet
Extension of LocaleResolver, adding support for a rich locale context (potentially including locale and time zone information).
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() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
localeResolver(LocaleResolver) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
Provide the LocaleResolver to use.
LocaleResolver - Interface in org.springframework.web.servlet
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
LocalizedResourceHelper - Class in org.springframework.core.io.support
Helper class for loading a localized resource, specified through name, extension and current locale.
LocalizedResourceHelper() - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with a DefaultResourceLoader.
LocalizedResourceHelper(ResourceLoader) - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
Create a new LocalizedResourceHelper with the given ResourceLoader.
localOverride - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
localProperties - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
 
LocalSessionFactoryBean - Class in org.springframework.orm.hibernate5
FactoryBean that creates a Hibernate SessionFactory.
LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 
LocalSessionFactoryBuilder - Class in org.springframework.orm.hibernate5
A Spring-provided extension of the standard Hibernate Configuration class, adding SpringSessionContext as a default and providing convenient ways to specify a JDBC DataSource and an application class loader.
LocalSessionFactoryBuilder(DataSource) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ClassLoader) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalSessionFactoryBuilder(DataSource, ResourceLoader, MetadataSources) - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
Create a new LocalSessionFactoryBuilder for the given DataSource.
LocalTaskExecutorThreadPool - Class in org.springframework.scheduling.quartz
Quartz ThreadPool adapter that delegates to a Spring-managed Executor instance, specified on SchedulerFactoryBean.
LocalTaskExecutorThreadPool() - Constructor for class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
LocalValidatorFactoryBean - Class in org.springframework.validation.beanvalidation
This is the central class for jakarta.validation (JSR-303) setup in a Spring application context: It bootstraps a jakarta.validation.ValidationFactory and exposes it through the Spring Validator interface as well as through the JSR-303 Validator interface and the ValidatorFactory interface itself.
LocalValidatorFactoryBean() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
LocalVariableTableParameterNameDiscoverer - Class in org.springframework.core
Implementation of ParameterNameDiscoverer that uses the LocalVariableTable information in the method attributes to discover parameter names.
LocalVariableTableParameterNameDiscoverer() - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
locateMBeanServer() - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Static method in class org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
Attempt to locate an existing MBeanServer.
locateSource(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Locate the Source object in the supplied model, converting objects as required.
locateToBeMarshalled(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
Locate the object to be marshalled.
location(String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Location" header with the given value.
location(URI) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
Set the location of a resource, as specified by the Location header.
location(URI) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
Set the Location header.
location(URI) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
Set the location of a resource, as specified by the Location header.
location(URI) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
Set the location of a resource, as specified by the Location header.
location(URI) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
Set the location of a resource, as specified by the Location header.
location(URI) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
Set the location of a resource, as specified by the Location header.
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 - Static variable in class org.springframework.http.HttpHeaders
The HTTP Location header field name.
locations() - Element in annotation interface org.springframework.context.annotation.ImportResource
Resource locations from which to import.
locations() - Element in annotation interface org.springframework.test.context.ContextConfiguration
The resource locations to use for loading an ApplicationContext.
locations() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
locations() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
locations() - Element in annotation interface org.springframework.test.context.TestPropertySource
The resource locations of properties files to be loaded into the Environment's set of PropertySources.
lock(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.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.hibernate5.HibernateTemplate
 
lock(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate5.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 class org.springframework.orm.hibernate5.HibernateTemplate
 
LOCKED - Enum constant in enum class org.springframework.http.HttpStatus
423 Locked.
log() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
 
log() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
Log MvcResult details as a DEBUG log message via Apache Commons Logging using the log category org.springframework.test.web.servlet.result.
log(Exception, String) - Method in class org.springframework.mock.web.MockServletContext
Deprecated.
log(String) - Method in class org.springframework.mock.web.MockServletContext
 
log(String, Throwable) - Method in class org.springframework.mock.web.MockServletContext
 
Log - Interface in org.apache.commons.logging
A simple logging interface abstracting logging APIs.
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.
LOG_ID_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.function.client.ClientRequest
Name of attribute whose value can be used to correlate log messages for this request.
LOG_ID_ATTRIBUTE - Static variable in interface org.springframework.web.server.ServerWebExchange
Name of attribute whose value can be used to correlate log messages for this exchange.
LOG_PREFIX_HINT - Static variable in class org.springframework.core.codec.Hints
Name of hint exposing a prefix to use for correlating log messages.
LogAccessor - Class in org.springframework.core.log
A convenient accessor for Commons Logging, providing not only CharSequence based log methods but also Supplier based variants for use with Java 8 lambda expressions.
LogAccessor(Class<?>) - Constructor for class org.springframework.core.log.LogAccessor
Create a new accessor for the specified Commons Log category.
LogAccessor(String) - Constructor for class org.springframework.core.log.LogAccessor
Create a new accessor for the specified Commons Log category.
LogAccessor(Log) - Constructor for class org.springframework.core.log.LogAccessor
Create a new accessor for the given Commons Log.
LogDelegateFactory - Class in org.springframework.core.log
Factory for common Log delegates with Spring's logging conventions.
logDeprecatedBean(String, Class<?>, BeanDefinition) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Logs a warning for a bean annotated with @Deprecated.
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.
LogFactory - Class in org.apache.commons.logging
A minimal incarnation of Apache Commons Logging's LogFactory API, providing just the common Log lookup methods.
LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
 
LogFactoryService - Class in org.apache.commons.logging
Deprecated.
since it is only meant to be used in the above-mentioned fallback scenario
LogFactoryService() - Constructor for class org.apache.commons.logging.LogFactoryService
Deprecated.
 
logFile() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
 
LogFormatUtils - Class in org.springframework.core.log
Utility methods for formatting and logging messages.
LogFormatUtils() - Constructor for class org.springframework.core.log.LogFormatUtils
 
logger - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
Logger available to subclasses.
logger - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
Logger available to subclasses.
logger - Variable in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 
logger - Variable in class org.springframework.aop.framework.ProxyFactoryBean
 
logger - Variable in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 
logger - Variable in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
Logger available to subclasses.
logger - Variable in class org.springframework.aop.target.AbstractLazyCreationTargetSource
Logger available to subclasses.
logger - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Logger available to subclasses.
logger - Variable in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.beans.factory.config.AbstractFactoryBean
Logger available to subclasses.
logger - Variable in class org.springframework.beans.factory.config.CustomEditorConfigurer
 
logger - Variable in class org.springframework.beans.factory.config.DeprecatedBeanWarner
Logger available to subclasses.
logger - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
Logger available to subclasses.
logger - Variable in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
Logger available to subclasses.
logger - Variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
logger - Variable in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
Logger available to subclasses.
logger - Variable in class org.springframework.beans.support.PropertyComparator
 
logger - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
 
logger - Static variable in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
Logger available to subclasses.
logger - Variable in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
 
logger - Variable in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
 
logger - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
logger - Variable in class org.springframework.context.event.ApplicationListenerMethodAdapter
 
logger - Variable in class org.springframework.context.event.EventListenerMethodProcessor
 
logger - Variable in class org.springframework.context.support.AbstractApplicationContext
Logger used by this class.
logger - Variable in class org.springframework.context.support.ApplicationObjectSupport
Logger that is available to subclasses.
logger - Variable in class org.springframework.context.support.MessageSourceSupport
Logger available to subclasses.
logger - Variable in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
 
logger - Variable in class org.springframework.core.codec.AbstractDecoder
 
logger - Variable in class org.springframework.core.codec.AbstractEncoder
 
logger - Variable in class org.springframework.core.env.AbstractEnvironment
 
logger - Variable in class org.springframework.core.env.AbstractPropertyResolver
 
logger - Variable in class org.springframework.core.env.PropertySource
 
logger - Variable in class org.springframework.core.io.support.PropertiesLoaderSupport
Logger available to subclasses.
logger - Variable in class org.springframework.core.SimpleAliasRegistry
Logger available to subclasses.
logger - Variable in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
 
logger - Variable in class org.springframework.dao.support.DaoSupport
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.codec.json.Jackson2CodecSupport
 
logger - Variable in class org.springframework.http.codec.LoggingCodecSupport
 
logger - Variable in class org.springframework.http.converter.AbstractHttpMessageConverter
Logger available to subclasses.
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 - 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 - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcCall
Logger available to subclasses.
logger - Variable in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Logger available to subclasses.
logger - Variable in class org.springframework.jdbc.datasource.AbstractDataSource
Logger available to subclasses.
logger - Variable in class org.springframework.jdbc.object.RdbmsOperation
Logger available to subclasses.
logger - Variable in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Logger available to subclasses.
logger - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
 
logger - Variable in class org.springframework.jdbc.support.JdbcAccessor
Logger available to subclasses.
logger - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
 
logger - Static variable in class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
logger - Variable in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
 
logger - Variable in class org.springframework.jms.config.JmsListenerEndpointRegistry
 
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.AbstractAdaptableMessageListener
Logger available to subclasses.
logger - Variable in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
Logger available to subclasses.
logger - Variable in class org.springframework.jms.support.JmsAccessor
Logger available to subclasses.
logger - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
Logger available to subclasses.
logger - Variable in class org.springframework.jmx.access.NotificationListenerRegistrar
Logger available to subclasses.
logger - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
Log instance for this class.
logger - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
logger - Variable in class org.springframework.jndi.JndiAccessor
Logger, available to subclasses.
logger - Variable in class org.springframework.jndi.JndiTemplate
 
logger - Variable in class org.springframework.messaging.converter.AbstractMessageConverter
 
logger - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
logger - Variable in class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
 
logger - Variable in class org.springframework.messaging.handler.HandlerMethod
 
logger - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 
logger - Variable in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
 
logger - Variable in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 
logger - Variable in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
 
logger - Variable in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
 
logger - Variable in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 
logger - Variable in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
logger - Variable in class org.springframework.messaging.support.AbstractHeaderMapper
 
logger - Variable in class org.springframework.messaging.support.AbstractMessageChannel
 
logger - Variable in class org.springframework.orm.hibernate5.HibernateTemplate
 
logger - Variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
 
logger - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Logger available to subclasses.
logger - Variable in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
Logger available to subclasses.
logger - Variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
 
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.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
logger - Variable in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
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.scripting.support.ResourceScriptSource
Logger available to subclasses.
logger - Variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
Logger available to subclasses.
logger - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Logger available to subclasses.
logger - Static variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
logger - Static variable in class org.springframework.test.context.support.AbstractGenericContextLoader
 
logger - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Logger available to subclasses.
logger - Static variable in class org.springframework.test.context.web.AbstractGenericWebContextLoader
 
logger - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Logger available to subclasses.
logger - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Logger available to subclasses.
logger - Static variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Logger available to subclasses.
logger - Variable in class org.springframework.transaction.interceptor.TransactionAspectSupport
 
logger - Static variable in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
logger - Variable in class org.springframework.transaction.reactive.AbstractReactiveTransactionManager
 
logger - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
logger - Variable in class org.springframework.transaction.support.TransactionTemplate
Logger available to subclasses.
logger - Variable in class org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - Variable in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
logger - Variable in class org.springframework.ui.freemarker.SpringTemplateLoader
 
logger - Variable in class org.springframework.util.ConcurrencyThrottleSupport
Transient to optimize serialization.
logger - Static variable in class org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
logger - Variable in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
logger - Variable in class org.springframework.web.client.support.RestGatewaySupport
Logger available to subclasses.
logger - Variable in class org.springframework.web.context.AbstractContextLoaderInitializer
Logger available to subclasses.
logger - Variable in class org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - Variable in class org.springframework.web.filter.GenericFilterBean
Logger available to subclasses.
logger - Variable in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Logger available to subclasses.
logger - Variable in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
logger - Static variable in class org.springframework.web.method.HandlerMethod
Logger that is available to subclasses.
logger - Variable in class org.springframework.web.reactive.resource.AbstractFileNameVersionStrategy
 
logger - Variable in class org.springframework.web.reactive.resource.AbstractPrefixVersionStrategy
 
logger - Variable in class org.springframework.web.reactive.resource.AbstractResourceResolver
 
logger - Variable in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
 
logger - Variable in class org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport
 
logger - Variable in class org.springframework.web.reactive.result.view.AbstractView
Logger that is available to subclasses.
logger - Variable in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 
logger - Static variable in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
 
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.i18n.LocaleChangeInterceptor
 
logger - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
logger - Variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Common logger for use in subclasses.
logger - Variable in class org.springframework.web.servlet.resource.AbstractResourceResolver
 
logger - Variable in class org.springframework.web.servlet.resource.AbstractVersionStrategy
 
logger - Variable in class org.springframework.web.servlet.resource.ResourceUrlProvider
 
logger - Variable in class org.springframework.web.servlet.support.AbstractFlashMapManager
 
logger - Variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
Logger available to subclasses.
logger - Static variable in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
logger - Variable in class org.springframework.web.socket.client.AbstractWebSocketClient
 
logger - Variable in class org.springframework.web.socket.client.ConnectionManagerSupport
 
logger - Variable in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
logger - Variable in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 
logger - Variable in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 
logger - Variable in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 
logger - Variable in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
 
logger - Variable in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 
logger - Variable in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
 
logger - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
logger - Variable in class org.springframework.web.util.CookieGenerator
 
LoggingCodecSupport - Class in org.springframework.http.codec
Base class for Encoder, Decoder, HttpMessageReader, or HttpMessageWriter that uses a logger and shows potentially sensitive request data.
LoggingCodecSupport() - Constructor for class org.springframework.http.codec.LoggingCodecSupport
 
LoggingWebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
A WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events.
LoggingWebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 
login(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
 
LOGIN - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 
logKeyFound(String, PropertySource<?>, Object) - Method in class org.springframework.core.env.PropertySourcesPropertyResolver
Log the given key as found in the given PropertySource, resulting in the given value.
LogMessage - Class in org.springframework.core.log
A simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a given Supplier instance (typically bound to a Java 8 lambda expression) or a printf-style format string (String.format(java.lang.String, java.lang.Object...)) in its LogMessage.toString().
LogMessage() - Constructor for class org.springframework.core.log.LogMessage
 
logout() - Method in class org.springframework.mock.web.MockHttpServletRequest
 
logPrefix() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
Return a log message prefix to use to correlate messages for this request.
logPrefix() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
Return a log message prefix to use to correlate messages for this exchange.
logPrefix() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 
logRejectedTask(Object, RuntimeException) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
logStatistics() - Method in interface org.springframework.test.context.cache.ContextCache
Log the statistics for this ContextCache at DEBUG level using the "org.springframework.test.context.cache" logging category.
logStatistics() - Method in class org.springframework.test.context.cache.DefaultContextCache
Log the statistics for this ContextCache at DEBUG level using the "org.springframework.test.context.cache" logging category.
logWarningIfNecessary(Type, Throwable) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
logWarningIfNecessary(Type, Throwable) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
logWarningIfNecessary(Type, Throwable) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
LONG - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
A long.
LONG - Static variable in interface org.springframework.asm.Opcodes
 
LONG - Static variable in class org.springframework.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class org.springframework.asm.Type
The long type.
LongLiteral - Class in org.springframework.expression.spel.ast
Expression language AST node that represents a long integer literal.
LongLiteral(String, int, 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.
longValue(String, long) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the named response header as a long.
lookup() - Method in class org.springframework.jndi.JndiObjectLocator
Perform the actual JNDI lookup for this locator's target resource.
lookup(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
 
lookup(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
 
lookup(Object) - Method in class org.springframework.cache.jcache.JCacheCache
 
lookup(Object) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
Perform an actual lookup in the underlying store.
lookup(String) - 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) - 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.JndiLocatorDelegate
 
lookup(String, Class<T>) - 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.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String, Class<T>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
Perform a JNDI lookup for the given resource by name.
Lookup - Annotation Interface in org.springframework.beans.factory.annotation
An annotation that indicates 'lookup' methods, to be overridden by the container to redirect them back to the BeanFactory for a getBean call.
LOOKUP_DESTINATION_HEADER - Static variable in class org.springframework.messaging.handler.DestinationPatternsMessageCondition
The name of the "lookup destination" header.
LOOKUP_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
LOOKUP_PATH - Static variable in interface org.springframework.web.servlet.HandlerMapping
Deprecated.
as of 5.3 in favor of UrlPathHelper.PATH_ATTRIBUTE and ServletRequestPathUtils.PATH_ATTRIBUTE. To access the cached path used for request mapping, use ServletRequestPathUtils.getCachedPathValue(ServletRequest).
lookupCache(String) - Method in class org.springframework.cache.support.AbstractCacheManager
Check for a registered cache of the given name.
lookupCacheControl(String) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Find a CacheControl instance for the given String lookupPath.
lookupCacheControl(PathContainer) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Find a CacheControl instance for the given parsed path.
lookupCacheSeconds(String) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Find a cacheSeconds instance for the given String lookupPath.
lookupCacheSeconds(PathContainer) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
Find a cacheSeconds value for the given parsed path.
lookupColumnName(ResultSetMetaData, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
Determine the column name to use.
LookupElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
lookupEntityManagerFactory() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
Look up the EntityManagerFactory that this filter should use.
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.
lookupHandler(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL path.
lookupHandler(PathContainer, ServerWebExchange) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL lookup path.
lookupHandler(RequestPath, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL path.
lookupHandlerMethod(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look up the best-matching handler method for the current request.
lookupHandlerMethod(ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Look up the best-matching handler method for the current request.
lookupLocalVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
 
lookupMediaType(String) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Use this method for a reverse lookup from extension to MediaType.
lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.
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.
LookupOverride - Class in org.springframework.beans.factory.support
Represents an override of a method that looks up an object in the same IoC context, either by bean name or by bean type (based on the declared method return type).
LookupOverride(Method, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
Construct a new LookupOverride.
LookupOverride(String, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
Construct a new LookupOverride.
lookupSessionFactory() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use.
lookupSessionFactory(HttpServletRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
Look up the SessionFactory that this filter should use, taking the current HTTP request as argument.
LOOKUPSWITCH - Static variable in interface org.springframework.asm.Opcodes
 
lookupTransactionManager(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA TransactionManager in JNDI via the configured name.
lookupTransactionSynchronizationRegistry(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA 1.1 TransactionSynchronizationRegistry in JNDI via the configured name.
lookupType - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
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 class org.springframework.context.expression.MethodBasedEvaluationContext
 
lookupVariable(String) - Method in interface org.springframework.expression.EvaluationContext
Look up a named variable within this evaluation context.
lookupVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
 
lookupVariable(String) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext
 
lookupVariable(String) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
 
lookupWithFallback() - Method in class org.springframework.jndi.JndiObjectFactoryBean
Lookup variant that returns the specified "defaultObject" (if any) in case of lookup failure.
LOOP_DETECTED - Enum constant in enum class org.springframework.http.HttpStatus
508 Loop Detected
LOR - Static variable in interface org.springframework.asm.Opcodes
 
lowerCaseName(String) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Convert the given name to lower case.
LOWEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
Useful constant for the lowest precedence value.
LREM - Static variable in interface org.springframework.asm.Opcodes
 
LRETURN - Static variable in interface org.springframework.asm.Opcodes
 
LSHL - Static variable in interface org.springframework.asm.Opcodes
 
LSHR - Static variable in interface org.springframework.asm.Opcodes
 
LSTORE - Static variable in interface org.springframework.asm.Opcodes
 
LSUB - Static variable in interface org.springframework.asm.Opcodes
 
LUSHR - Static variable in interface org.springframework.asm.Opcodes
 
LXOR - Static variable in interface org.springframework.asm.Opcodes
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form