org.springframework.ui.context
Interface Theme

All Known Implementing Classes:
SimpleTheme

public interface Theme

A Theme can resolve theme-specific messages, codes, file paths, etc (e.g. CSS and image files in a web environment). The MessageSource supports parameterization and internationalization.

Author:
Juergen Hoeller
Since: 17.06.2003
See Also: ThemeSource, org.springframework.web.servlet.theme

Method Summary
 MessageSourcegetMessageSource()
          Return the specific MessageSource that resolves messages with respect to this theme.
 StringgetName()
          Return the name of the theme.

Method Detail

getMessageSource

public MessageSource getMessageSource()
Return the specific MessageSource that resolves messages with respect to this theme.
Returns: the theme-specific MessageSource

getName

public String getName()
Return the name of the theme.
Returns: the name of the theme