- 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 - 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
-
- LangNamespaceUtils() - Constructor for class org.springframework.scripting.config.LangNamespaceUtils
-
- LANGUAGE_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The language
attribute.
- LAST - Static variable in class org.springframework.expression.spel.ast.Selection
-
The last item ($[]
).
- 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_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(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).
- lastElement(List<T>) - Static method in class org.springframework.util.CollectionUtils
-
Retrieve the last element of the given List, accessing the highest index.
- 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.DefaultDataBuffer
-
- lastIndexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-
- lastIndexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
-
- lastModified() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
- lastModified() - Method in class org.springframework.core.io.AbstractResource
-
This implementation checks the timestamp of the underlying File,
if available.
- lastModified() - Method in 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
-
Deprecated.
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(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(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(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(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(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(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(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() - Method in class org.springframework.web.reactive.resource.TransformedResource
-
- LastModified - Interface in org.springframework.web.servlet.mvc
-
Supports last-modified HTTP requests to facilitate content caching.
- lastModified() - Method in class org.springframework.web.servlet.resource.TransformedResource
-
- 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 Type in org.springframework.context.annotation
-
Indicates whether a bean is to be lazily initialized.
- LAZY_INIT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- LAZY_INIT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Special key to distinguish owner.(lazy-init)=true
Default is "false".
- LazyConnectionDataSourceProxy - Class in org.springframework.jdbc.datasource
-
Proxy for a target DataSource, fetching actual JDBC Connections lazily,
i.e.
- LazyConnectionDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Create a new LazyConnectionDataSourceProxy.
- LazyConnectionDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Create a new LazyConnectionDataSourceProxy.
- lazyGetProceedingJoinPoint(ProxyMethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
-
Return the ProceedingJoinPoint for the current invocation,
instantiating it lazily if it hasn't been bound to the thread already.
- LazyInitTargetSource - Class in org.springframework.aop.target
-
- 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
-
- 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
-
- leftActualDescriptor - Variable in class org.springframework.expression.spel.ast.Operator
-
- 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.
- 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(Locale) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys
according to the given Locale (by default in lower case).
- LinkedCaseInsensitiveMap(int) - Constructor for class org.springframework.util.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that wraps a
LinkedHashMap
with the given initial capacity and stores case-insensitive keys
according to the default Locale (by default in lower case).
- 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 case-insensitive keys
according to the given Locale (by default in lower case).
- LinkedMultiValueMap<K,V> - Class in org.springframework.util
-
- LinkedMultiValueMap() - Constructor for class org.springframework.util.LinkedMultiValueMap
-
- LinkedMultiValueMap(int) - Constructor for class org.springframework.util.LinkedMultiValueMap
-
Create a new LinkedMultiValueMap that wraps a
LinkedHashMap
with the given initial capacity.
- LinkedMultiValueMap(Map<K, List<V>>) - Constructor for class org.springframework.util.LinkedMultiValueMap
-
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as
the specified Map.
- list(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- list(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- LIST_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- LIST_VALUE_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.SelectTag
-
- 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
-
- 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
-
- ListenableFutureReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.ListenableFutureReturnValueHandler
-
- ListenableFutureTask<T> - Class in org.springframework.util.concurrent
-
- ListenableFutureTask(Callable<T>) - Constructor for class org.springframework.util.concurrent.ListenableFutureTask
-
Create a new
ListenableFutureTask
that will, upon running,
execute the given
Callable
.
- 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.
- ListenerExecutionFailedException - Exception in org.springframework.jms.listener.adapter
-
Exception to be thrown when the execution of a listener method failed.
- ListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.jms.listener.adapter.ListenerExecutionFailedException
-
Constructor for ListenerExecutionFailedException.
- ListFactoryBean - Class in org.springframework.beans.factory.config
-
Simple factory for shared List instances.
- ListFactoryBean() - Constructor for class org.springframework.beans.factory.config.ListFactoryBean
-
- listIterator() - Method in class org.springframework.util.AutoPopulatingList
-
- listIterator(int) - Method in class org.springframework.util.AutoPopulatingList
-
- Literal - Class in org.springframework.expression.spel.ast
-
Common superclass for nodes representing literals (boolean, string, number, etc).
- Literal(String, int) - Constructor for class org.springframework.expression.spel.ast.Literal
-
- LiteralExpression - Class in org.springframework.expression.common
-
A very simple hardcoded implementation of the Expression interface that represents a
string literal.
- LiteralExpression(String) - Constructor for class org.springframework.expression.common.LiteralExpression
-
- LiveBeansView - Class in org.springframework.context.support
-
Adapter for live beans view exposure, building a snapshot of current beans
and their dependencies from either a local
ApplicationContext
(with a
local
LiveBeansView
bean definition) or all registered ApplicationContexts
(driven by the
"spring.liveBeansView.mbeanDomain" environment property).
- LiveBeansView() - Constructor for class org.springframework.context.support.LiveBeansView
-
- LiveBeansViewMBean - Interface in org.springframework.context.support
-
- LiveBeansViewServlet - Class in org.springframework.web.context.support
-
- LiveBeansViewServlet() - Constructor for class org.springframework.web.context.support.LiveBeansViewServlet
-
- 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(Resource...) - 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.GenericGroovyApplicationContext
-
Load bean definitions from the given Groovy scripts or XML files.
- load(Class<?>, String...) - 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(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.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 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 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 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(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(Class<T>, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- load(Class<T>, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- load(String, Serializable) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- load(String, Serializable, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- load(Object, Serializable) - Method in class org.springframework.orm.hibernate5.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.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(Resource) - 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.groovy.GroovyBeanDefinitionReader
-
Load bean definitions from the specified Groovy script or XML file.
- loadBeanDefinitions(Resource...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- loadBeanDefinitions(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- loadBeanDefinitions(String, Set<Resource>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Load bean definitions from the specified resource location.
- loadBeanDefinitions(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
- loadBeanDefinitions(Resource) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Load bean definitions from the specified resource.
- loadBeanDefinitions(Resource...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Load bean definitions from the specified resources.
- loadBeanDefinitions(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Load bean definitions from the specified resource location.
- loadBeanDefinitions(String...) - Method in interface org.springframework.beans.factory.support.BeanDefinitionReader
-
Load bean definitions from the specified resource locations.
- loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Load bean definitions from the specified properties file,
using all property keys (i.e.
- loadBeanDefinitions(Resource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Load bean definitions from the specified properties file.
- loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Load bean definitions from the specified properties file.
- loadBeanDefinitions(EncodedResource, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Load bean definitions from the specified properties file.
- loadBeanDefinitions(Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Load bean definitions from the specified XML file.
- loadBeanDefinitions(EncodedResource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Load bean definitions from the specified XML file.
- loadBeanDefinitions(InputSource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Load bean definitions from the specified XML file.
- loadBeanDefinitions(InputSource, String) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Load bean definitions from the specified XML file.
- loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Load bean definitions into the given bean factory, typically through
delegating to one or more bean definition readers.
- loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Loads the bean definitions via an XmlBeanDefinitionReader.
- loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Load the bean definitions with the given XmlBeanDefinitionReader.
- loadBeanDefinitions(BeanDefinitionRegistry, String[]) - Method in class org.springframework.jca.context.SpringContextResourceAdapter
-
Load the bean definitions into the given registry,
based on the specified configuration files.
- loadBeanDefinitions(String) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
-
Load bean definitions from the database via the given SQL string.
- loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Load bean definitions into the supplied
context
from the locations or classes in the supplied
MergedContextConfiguration
.
- loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
- 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
-
- loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
- loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
-
- 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(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.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.
- loadBundle(Reader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Load a property-based resource bundle from the given reader.
- 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+.
- loadBytesForClass(String) - Method in class org.springframework.core.OverridingClassLoader
-
- loadCaches() - Method in class org.springframework.cache.ehcache.EhCacheCacheManager
-
- 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, boolean) - Method in class org.springframework.core.OverridingClassLoader
-
- loadClass(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
- loadClass(String) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- loadClass(String, Class<T>) - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
- loadClassForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
-
Load the specified class for overriding purposes in this ClassLoader.
- loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
- loadContext(MergedContextConfiguration) - Method in interface org.springframework.test.context.CacheAwareContextLoaderDelegate
-
- loadContext(String...) - Method in interface org.springframework.test.context.ContextLoader
-
Loads a new
context
based on the supplied
locations
, configures the context, and finally returns
the context in fully
refreshed state.
- loadContext(MergedContextConfiguration) - Method in interface org.springframework.test.context.SmartContextLoader
-
- loadContext(String...) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
- loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
- loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
- loadContext(String...) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Load a Spring ApplicationContext from the supplied locations
.
- loadContext(MergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
- loadContext(String...) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
- 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
-
- loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean) - Method in interface org.springframework.beans.factory.xml.DocumentLoader
-
- 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
-
- 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.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
-
- 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(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.
- loadProperties(Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
-
Load properties from the given resource (in ISO-8859-1 encoding).
- 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
-
- 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
-
- LoadTimeWeaverAwareProcessor() - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
-
- LoadTimeWeaverAwareProcessor(LoadTimeWeaver) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
-
Create a new
LoadTimeWeaverAwareProcessor
for the given
LoadTimeWeaver
.
- LoadTimeWeaverAwareProcessor(BeanFactory) - Constructor for class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
-
Create a new LoadTimeWeaverAwareProcessor
.
- LoadTimeWeavingConfiguration - Class in org.springframework.context.annotation
-
- LoadTimeWeavingConfiguration() - Constructor for class org.springframework.context.annotation.LoadTimeWeavingConfiguration
-
- LoadTimeWeavingConfigurer - Interface in org.springframework.context.annotation
-
- 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.
- loadView(String, Locale) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
- 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
-
- 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.
- 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
-
- 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
-
- LocalDateParser - Class in org.springframework.format.datetime.joda
-
- LocalDateParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.LocalDateParser
-
Create a new DateTimeParser.
- LocalDateTimeParser - Class in org.springframework.format.datetime.joda
-
- LocalDateTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.LocalDateTimeParser
-
Create a new DateTimeParser.
- locale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Override the default
Locale
to use for formatting.
- 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.test.web.servlet.request.MockHttpServletRequestBuilder
-
Add the specified locales as preferred request locales.
- locale(Locale) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the locale of the request, overriding any previous 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
-
- 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(LocaleContextResolver) - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
-
Add the given locale context resolver to this builder.
- localeContextResolver() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies
-
- localeContextResolver(LocaleContextResolver) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
- 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
-
- LocalEntityManagerFactoryBean() - Constructor for class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
-
- LocaleResolver - Interface in org.springframework.web.servlet
-
Interface for web-based locale resolution strategies that allows for
both locale resolution via the request and locale modification via
request and response.
- LocalizedResourceHelper - Class in org.springframework.core.io.support
-
Helper class for loading a localized resource,
specified through name, extension and current locale.
- LocalizedResourceHelper() - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
-
Create a new LocalizedResourceHelper with a DefaultResourceLoader.
- LocalizedResourceHelper(ResourceLoader) - Constructor for class org.springframework.core.io.support.LocalizedResourceHelper
-
Create a new LocalizedResourceHelper with the given ResourceLoader.
- 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
-
- 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
-
- LocalSessionFactoryBean() - Constructor for class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
- LocalSessionFactoryBuilder - Class in org.springframework.orm.hibernate5
-
- 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.
- LocalSlsbInvokerInterceptor - Class in org.springframework.ejb.access
-
Invoker for a local Stateless Session Bean.
- LocalSlsbInvokerInterceptor() - Constructor for class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
-
- LocalStatelessSessionProxyFactoryBean - Class in org.springframework.ejb.access
-
Convenient
FactoryBean
for local Stateless Session Bean (SLSB) proxies.
- LocalStatelessSessionProxyFactoryBean() - Constructor for class org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
-
- LocalTaskExecutorThreadPool - Class in org.springframework.scheduling.quartz
-
- LocalTaskExecutorThreadPool() - Constructor for class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- LocalTimeParser - Class in org.springframework.format.datetime.joda
-
- LocalTimeParser(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.LocalTimeParser
-
Create a new DateTimeParser.
- LocalValidatorFactoryBean - Class in org.springframework.validation.beanvalidation
-
This is the central class for
javax.validation
(JSR-303) setup in a Spring
application context: It bootstraps a
javax.validation.ValidationFactory
and
exposes it through the Spring
Validator
interface
as well as through the JSR-303
Validator
interface and the
ValidatorFactory
interface itself.
- LocalValidatorFactoryBean() - Constructor for class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
- LocalVariableTableParameterNameDiscoverer - Class in org.springframework.core
-
Implementation of
ParameterNameDiscoverer
that uses the LocalVariableTable
information in the method attributes to discover parameter names.
- LocalVariableTableParameterNameDiscoverer() - Constructor for class org.springframework.core.LocalVariableTableParameterNameDiscoverer
-
- locateMBeanServer() - Static method in class org.springframework.jmx.support.JmxUtils
-
Attempt to find a locally running MBeanServer
.
- locateMBeanServer(String) - Static method in class org.springframework.jmx.support.JmxUtils
-
Attempt to find a locally running MBeanServer
.
- locateMBeanServer(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Attempt to locate an existing MBeanServer
.
- locateSource(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Locate the
Source
object in the supplied model,
converting objects as required.
- locateToBeMarshalled(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Locate the object to be marshalled.
- Location - Class in org.springframework.beans.factory.parsing
-
Class that models an arbitrary location in a
resource
.
- Location(Resource) - Constructor for class org.springframework.beans.factory.parsing.Location
-
Create a new instance of the
Location
class.
- Location(Resource, Object) - Constructor for class org.springframework.beans.factory.parsing.Location
-
Create a new instance of the
Location
class.
- LOCATION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Location
header field name.
- 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.
- 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(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(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- lock(String, Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- Log - Interface in org.apache.commons.logging
-
A simple logging interface abstracting logging APIs.
- log(String) - Method in class org.springframework.mock.web.MockServletContext
-
- log(Exception, String) - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- log(String, Throwable) - Method in class org.springframework.mock.web.MockServletContext
-
- 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_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.
- 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
-
- 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
-
- LogFactoryService() - Constructor for class org.apache.commons.logging.LogFactoryService
-
Deprecated.
- 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.ehcache.EhCacheFactoryBean
-
- logger - Variable in class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
-
- logger - Variable in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Logger available to subclasses.
- logger - Variable in class org.springframework.cache.interceptor.CacheAspectSupport
-
- logger - Static variable in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Logger available to subclasses.
- logger - Variable in class org.springframework.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.AsyncHttpAccessor
-
Deprecated.
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.http.server.reactive.AbstractServerHttpRequest
-
- logger - Variable in class org.springframework.http.server.reactive.AbstractServerHttpResponse
-
- logger - Variable in class org.springframework.jca.cci.connection.SingleConnectionFactory
-
- logger - Variable in class org.springframework.jca.context.SpringContextResourceAdapter
-
- logger - Variable in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Logger available to subclasses.
- logger - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Logger available to subclasses.
- logger - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
- logger - 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.datasource.WebSphereDataSourceAdapter
-
- logger - Variable in class org.springframework.jdbc.object.RdbmsOperation
-
Logger available to subclasses.
- logger - Variable in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-
Logger available to subclasses.
- logger - Variable in class org.springframework.jdbc.support.DatabaseStartupValidator
-
- logger - Variable in class org.springframework.jdbc.support.JdbcAccessor
-
Logger available to subclasses.
- logger - Variable in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
- logger - 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.HandlerMethod
-
- logger - Variable in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
- 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.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
-
- logger - Variable in class org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
-
Deprecated.
- 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
-
Deprecated.
- 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.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 - Variable in class org.springframework.web.method.HandlerMethod
-
Logger that is available to subclasses.
- logger - Variable in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
- logger - Variable in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
- logger - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
-
- logger - Static variable in class org.springframework.web.multipart.commons.CommonsMultipartFile
-
- logger - Variable in class org.springframework.web.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 - Variable in class org.springframework.web.servlet.view.tiles3.TilesConfigurer
-
- 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
-
- LoggingCodecSupport() - Constructor for class org.springframework.http.codec.LoggingCodecSupport
-
- LoggingWebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
-
- LoggingWebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
-
- LOGIN - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
-
- login(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- 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.
- 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.
- logRejectedTask(Object, RuntimeException) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
- logStatistics() - Method in interface org.springframework.test.context.cache.ContextCache
-
- logStatistics() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
- logWarningIfNecessary(Type, Throwable) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
- logWarningIfNecessary(Type, Throwable) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
- 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, 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 - Annotation Type 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(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, Class<T>) - Method in class org.springframework.jndi.JndiLocatorDelegate
-
- lookup(String) - Method in class org.springframework.jndi.JndiLocatorSupport
-
Perform an actual JNDI lookup for the given name via the JndiTemplate.
- lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiLocatorSupport
-
Perform an actual JNDI lookup for the given name via the JndiTemplate.
- lookup() - Method in class org.springframework.jndi.JndiObjectLocator
-
Perform the actual JNDI lookup for this locator's target resource.
- lookup(String) - Method in class org.springframework.jndi.JndiTemplate
-
Look up the object with the given name in the current JNDI context.
- lookup(String, Class<T>) - Method in class org.springframework.jndi.JndiTemplate
-
Look up the object with the given name in the current JNDI context.
- lookup(String) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
-
If the name is the expected name specified in the constructor, return the
object provided in the constructor.
- lookup(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
Look up the object with the given name.
- lookup(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- lookup(String, Class<T>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Perform a JNDI lookup for the given resource by name.
- LOOKUP_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
-
- 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
-
- lookupCacheSeconds(String) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Look up a cacheSeconds integer value for the given URL path.
- lookupColumnName(ResultSetMetaData, int) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Determine the column name to use.
- lookupDefaultUowManager() - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Obtain the WebSphere UOWManager from the default JNDI location
"java:comp/websphere/UOWManager".
- LookupElement(Member, PropertyDescriptor) - Constructor for class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
- 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(PathContainer, ServerWebExchange) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
-
Look up a handler instance for the given URL lookup path.
- lookupHandler(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Look up a handler instance for the given URL path.
- lookupHandlerMethod(ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Look up the best-matching handler method for the current request.
- lookupHandlerMethod(String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Look up the best-matching handler method for the current request.
- lookupLink(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- lookupLink(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- lookupLocalVariable(String) - Method in class org.springframework.expression.spel.ExpressionState
-
- lookupMediaType(String) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
Use this method for a reverse lookup from extension to MediaType.
- lookupMultipartResolver(HttpServletRequest) - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Look up the MultipartResolver that this filter should use,
taking the current HTTP request as argument.
- lookupMultipartResolver() - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Look for a MultipartResolver bean in the root web application context.
- LookupOverride - Class in org.springframework.beans.factory.support
-
Represents an override of a method that looks up an object in the same IoC context.
- LookupOverride(String, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
-
Construct a new LookupOverride.
- LookupOverride(Method, String) - Constructor for class org.springframework.beans.factory.support.LookupOverride
-
Construct a new LookupOverride.
- 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.
- lookupSessionFactory() - Method in class org.springframework.orm.hibernate5.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.
- 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
-
- lookupUowManager(String) - Method in class org.springframework.transaction.jta.WebSphereUowTransactionManager
-
Look up the WebSphere UOWManager in JNDI via the configured name.
- lookupUserTransaction(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Look up the JTA UserTransaction in JNDI via the configured name.
- lookupVariable(String) - Method in 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.
- 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
-