|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AbstractApplicationContext | Partial implementation of ApplicationContext. |
AbstractMessageSource | Abstract implementation of HierarchicalMessageSource interface, making it easy to implement a custom MessageSource. |
AbstractXmlApplicationContext | Convenient abstract superclass for ApplicationContext implementations drawing their configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionParser. |
ApplicationContextAwareProcessor | BeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware or ResourceLoaderAware interfaces. |
ApplicationObjectSupport | Convenient superclass for application objects that want to be aware of the application context, e.g. |
ClassPathXmlApplicationContext | Standalone XML application context, taking the context definition files from the class path. |
ContextResourceEditor | ApplicationContext-aware PropertyEditor for Resource descriptors. |
DefaultMessageSourceResolvable | Default implementation of the MessageSourceResolvable interface. |
FileSystemXmlApplicationContext | Standalone XML application context, taking the context definition files from the file system or from URLs. |
MessageSourceAccessor | Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods. |
MessageSourceResourceBundle | Helper class that allows for accessing a MessageSource as a ResourceBundle. |
ReloadableResourceBundleMessageSource | MessageSource that accesses the ResourceBundles with the specified basenames. |
ReloadableResourceBundleMessageSource.PropertiesHolder | PropertiesHolder for caching. |
ResourceBundleMessageSource | MessageSource that accesses the ResourceBundles with the specified basenames. |
ResourceEntityResolver | EntityResolver implementation that tries to resolve entity references relative to the resource base of the application context, if applicable. |
StaticApplicationContext | ApplicationContext that allows concrete registration of beans and messages in code, rather than from external configuration sources. |
StaticMessageSource | Simple implementation of HierarchicalMessageSource that allows messages to be held in a Java object, and added programmatically. |
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |