| AbstractApplicationContext.BeanPostProcessorChecker
| BeanPostProcessor that logs an info message when a bean is created during
BeanPostProcessor instantiation, i.e. |
code | html |
| ApplicationContextAwareProcessor
| org.springframework.beans.factory.config.BeanPostProcessor
implementation that passes the ApplicationContext to beans that
implement the ResourceLoaderAware , MessageSourceAware ,
ApplicationEventPublisherAware and/or
ApplicationContextAware interfaces. |
code | html |
| ClassPathXmlApplicationContext
| Standalone XML application context, taking the context definition files
from the class path, interpreting plain paths as class path resource names
that include the package path (e.g. |
code | html |
| ContextTypeMatchClassLoader
| Special variant of an overriding ClassLoader, used for temporary type
matching in AbstractApplicationContext . |
code | html |
| ContextTypeMatchClassLoader.ContextOverridingClassLoader
| ClassLoader to be created for each loaded class. |
code | html |
| DefaultMessageSourceResolvable
| Default implementation of the MessageSourceResolvable interface. |
code | html |
| DelegatingMessageSource
| Empty MessageSource that delegates all calls to the parent MessageSource. |
code | html |
| FileSystemXmlApplicationContext
| Standalone XML application context, taking the context definition files
from the file system or from URLs, interpreting plain paths as relative
file system locations (e.g. |
code | html |
| GenericApplicationContext
| Generic ApplicationContext implementation that holds a single internal
org.springframework.beans.factory.support.DefaultListableBeanFactory
instance and does not assume a specific bean definition format. |
code | html |
| MessageSourceAccessor
| Helper class for easy access to messages from a MessageSource,
providing various overloaded getMessage methods. |
code | html |
| MessageSourceResourceBundle
| Helper class that allows for accessing a Spring
org.springframework.context.MessageSource as a java.util.ResourceBundle . |
code | html |
| ReloadableResourceBundleMessageSource
| org.springframework.context.MessageSource implementation that
accesses resource bundles using specified basenames. |
code | html |
| ReloadableResourceBundleMessageSource.PropertiesHolder
| PropertiesHolder for caching. |
code | html |
| ResourceBundleMessageSource
| org.springframework.context.MessageSource implementation that
accesses resource bundles using specified basenames. |
code | html |
| ResourceEntityResolver
| EntityResolver implementation that tries to resolve entity references
relative to the resource base of the application context, if applicable. |
code | html |
| ResourceMapFactoryBean
| FactoryBean that creates a Map with String keys and Resource values from
properties, interpreting passed-in String values as resource locations. |
code | html |
| StaticApplicationContext
| org.springframework.context.ApplicationContext implementation
which supports programmatic registration of beans and messages,
rather than reading bean definitions from external configuration sources. |
code | html |
| StaticMessageSource
| Simple implementation of org.springframework.context.MessageSource
which allows messages to be registered programmatically. |
code | html |