Uses of Package
org.springframework.context

Packages that use org.springframework.context
org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API. 
org.springframework.context.access Helper infrastructure to locate and access application contexts. 
org.springframework.context.event Support classes for application events, like standard context events. 
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.ui.context Contains classes defining the application context subinterface for UI applications. 
org.springframework.ui.context.support Classes supporting the org.springframework.ui.context package. 
org.springframework.ui.freemarker Support classes for setting up FreeMarker within a Spring application context. 
org.springframework.ui.velocity Support classes for setting up Velocity within a Spring application context. 
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
org.springframework.web.servlet.tags Spring's standard custom tag library. 
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Classes in org.springframework.context used by org.springframework.context
ApplicationContext
          Central interface to provide configuration for an application.
ApplicationContextException
          Exception thrown during application context initialization.
ApplicationEvent
          Class to be extended by all application events.
MessageSource
          Interface to be implemented by objects that can resolve messages.
MessageSourceResolvable
          Interface for objects that are suitable for message resolution in a MessageSource, e.g.
NoSuchMessageException
          Exception thrown when a message can't be resolved.
 

Classes in org.springframework.context used by org.springframework.context.access
ApplicationContext
          Central interface to provide configuration for an application.
 

Classes in org.springframework.context used by org.springframework.context.event
ApplicationContext
          Central interface to provide configuration for an application.
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationEvent
          Class to be extended by all application events.
ApplicationListener
          Interface to be implemented by event listeners.
 

Classes in org.springframework.context used by org.springframework.context.support
ApplicationContext
          Central interface to provide configuration for an application.
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationEvent
          Class to be extended by all application events.
ApplicationListener
          Interface to be implemented by event listeners.
ConfigurableApplicationContext
          SPI interface to be implemented by most if not all application contexts.
HierarchicalMessageSource
          Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
MessageSource
          Interface to be implemented by objects that can resolve messages.
MessageSourceResolvable
          Interface for objects that are suitable for message resolution in a MessageSource, e.g.
NoSuchMessageException
          Exception thrown when a message can't be resolved.
ResourceLoaderAware
          Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
 

Classes in org.springframework.context used by org.springframework.ui.context
MessageSource
          Interface to be implemented by objects that can resolve messages.
 

Classes in org.springframework.context used by org.springframework.ui.context.support
ApplicationContext
          Central interface to provide configuration for an application.
MessageSource
          Interface to be implemented by objects that can resolve messages.
 

Classes in org.springframework.context used by org.springframework.ui.freemarker
ResourceLoaderAware
          Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
 

Classes in org.springframework.context used by org.springframework.ui.velocity
ResourceLoaderAware
          Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
 

Classes in org.springframework.context used by org.springframework.validation
MessageSourceResolvable
          Interface for objects that are suitable for message resolution in a MessageSource, e.g.
 

Classes in org.springframework.context used by org.springframework.web.context
ApplicationContext
          Central interface to provide configuration for an application.
ApplicationContextException
          Exception thrown during application context initialization.
ConfigurableApplicationContext
          SPI interface to be implemented by most if not all application contexts.
MessageSource
          Interface to be implemented by objects that can resolve messages.
 

Classes in org.springframework.context used by org.springframework.web.context.support
ApplicationContext
          Central interface to provide configuration for an application.
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationEvent
          Class to be extended by all application events.
ApplicationListener
          Interface to be implemented by event listeners.
ConfigurableApplicationContext
          SPI interface to be implemented by most if not all application contexts.
MessageSource
          Interface to be implemented by objects that can resolve messages.
 

Classes in org.springframework.context used by org.springframework.web.servlet.handler
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextException
          Exception thrown during application context initialization.
 

Classes in org.springframework.context used by org.springframework.web.servlet.handler.metadata
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextException
          Exception thrown during application context initialization.
 

Classes in org.springframework.context used by org.springframework.web.servlet.mvc
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
 

Classes in org.springframework.context used by org.springframework.web.servlet.mvc.multiaction
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextException
          Exception thrown during application context initialization.
 

Classes in org.springframework.context used by org.springframework.web.servlet.support
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
MessageSource
          Interface to be implemented by objects that can resolve messages.
MessageSourceResolvable
          Interface for objects that are suitable for message resolution in a MessageSource, e.g.
NoSuchMessageException
          Exception thrown when a message can't be resolved.
 

Classes in org.springframework.context used by org.springframework.web.servlet.tags
MessageSource
          Interface to be implemented by objects that can resolve messages.
NoSuchMessageException
          Exception thrown when a message can't be resolved.
 

Classes in org.springframework.context used by org.springframework.web.servlet.view
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
 

Classes in org.springframework.context used by org.springframework.web.servlet.view.document
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
 

Classes in org.springframework.context used by org.springframework.web.servlet.view.freemarker
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ResourceLoaderAware
          Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
 

Classes in org.springframework.context used by org.springframework.web.servlet.view.tiles
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextException
          Exception thrown during application context initialization.
 

Classes in org.springframework.context used by org.springframework.web.servlet.view.velocity
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ResourceLoaderAware
          Interface to be implemented by any object that wishes to be notified of the ResourceLoader (typically the ApplicationContext) that it runs in.
 

Classes in org.springframework.context used by org.springframework.web.servlet.view.xslt
ApplicationContextAware
          Interface to be implemented by any object that wishes to be notified of the ApplicationContext that it runs in.
ApplicationContextException
          Exception thrown during application context initialization.
 



Copyright (C) 2003-2004 The Spring Framework Project.