Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.springframework.context.support

Classes in org.springframework.context.support used by org.springframework.context.support
AbstractApplicationContext
          Abstract implementation of the ApplicationContext interface.
AbstractMessageSource
          Abstract implementation of HierarchicalMessageSource interface, making it easy to implement a custom MessageSource.
AbstractRefreshableApplicationContext
          Base class for ApplicationContext implementations that are supposed to support multiple refreshs, creating a new internal bean factory instance every time.
AbstractXmlApplicationContext
          Convenient abstract superclass for ApplicationContext implementations, drawing configuration from XML documents containing bean definitions understood by an XmlBeanDefinitionReader.
GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
MessageSourceAccessor
          Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
ReloadableResourceBundleMessageSource.PropertiesHolder
          PropertiesHolder for caching.
StaticMessageSource
          Simple implementation of MessageSource that allows messages to be held in a Java object, and added programmatically.