Uses of Package
org.springframework.ui.context

Packages that use org.springframework.ui.context
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.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.support Support classes for Spring's web MVC framework. 
 

Classes in org.springframework.ui.context used by org.springframework.ui.context
Theme
          A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
ThemeSource
          Interface to be implemented by objects that can resolve Themes.
 

Classes in org.springframework.ui.context used by org.springframework.ui.context.support
HierarchicalThemeSource
          Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
Theme
          A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
ThemeSource
          Interface to be implemented by objects that can resolve Themes.
 

Classes in org.springframework.ui.context used by org.springframework.web.context
ThemeSource
          Interface to be implemented by objects that can resolve Themes.
 

Classes in org.springframework.ui.context used by org.springframework.web.context.support
Theme
          A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
ThemeSource
          Interface to be implemented by objects that can resolve Themes.
 

Classes in org.springframework.ui.context used by org.springframework.web.servlet.support
Theme
          A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
 



Copyright (c) 2002-2007 The Spring Framework Project.