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.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
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.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
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).
ThemeSource
          Interface to be implemented by objects that can resolve Themes.
 



Copyright © 2002-2008 The Spring Framework.