org.springframework.context
Class Diagram context

Class Summary
ApplicationContextInterface to provide configuration for an application.
ApplicationContextAwareInterface to be implemented by any object that wishes to be notified of the application context it runs in.
ApplicationContextExceptionException thrown during application context initialization.
ApplicationEventClass to be extended by all application events.
ApplicationListenerInterface to be implemented by event listeners.
ConfigurableApplicationContextSPI interface to be implemented by most if not all application contexts.
MessageSourceInterface to be implemented by objects that can resolve messages.
MessageSourceResolvableInterface for objects that are suitable for message resolution in a MessageSource, e.g.
NestingMessageSourceSub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
NoSuchMessageExceptionException thrown when a message can't be resolved.