Uses of Interface
org.springframework.ui.context.Theme

Packages that use Theme
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 a utility class for retrieval of the root application context etc. 
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
 

Uses of Theme in org.springframework.ui.context
 

Methods in org.springframework.ui.context that return Theme
 Theme ThemeSource.getTheme(String themeName)
          Return the Theme instance for the given theme name.
 

Uses of Theme in org.springframework.ui.context.support
 

Classes in org.springframework.ui.context.support that implement Theme
 class SimpleTheme
          Default Theme implementation, wrapping a name and an underlying MessageSource.
 

Methods in org.springframework.ui.context.support that return Theme
 Theme ResourceBundleThemeSource.getTheme(String themeName)
          This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").
 Theme DelegatingThemeSource.getTheme(String themeName)
           
 

Methods in org.springframework.ui.context.support with parameters of type Theme
protected  void ResourceBundleThemeSource.initParent(Theme theme)
          Initialize the MessageSource of the given theme with the one from the corresponding parent of this ThemeSource.
 

Uses of Theme in org.springframework.web.context.support
 

Methods in org.springframework.web.context.support that return Theme
 Theme StaticWebApplicationContext.getTheme(String themeName)
           
 Theme GenericWebApplicationContext.getTheme(String themeName)
           
 Theme AbstractRefreshableWebApplicationContext.getTheme(String themeName)
           
 

Uses of Theme in org.springframework.web.servlet.support
 

Methods in org.springframework.web.servlet.support that return Theme
protected  Theme RequestContext.getFallbackTheme()
          Determine the fallback theme for this context.
 Theme RequestContext.getTheme()
          Return the current theme.
static Theme RequestContextUtils.getTheme(HttpServletRequest request)
          Retrieves the current theme from the given request, using the ThemeResolver bound to the request by the DispatcherServlet.
 



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