| org.jboss.portal.theme.ThemeServiceInfo
ThemeServiceInfo | public interface ThemeServiceInfo (Code) | | Read only part of the theme service interface.
author: Martin Holzner version: $Revision: 8784 $ |
getTheme | PortalTheme getTheme(ServerRegistrationID themeID, boolean defaultOnNull)(Code) | | Get a reference to a theme.
Parameters: themeID - the registration id of the theme to retrieve Parameters: defaultOnNull - true, when the server should return the default theme, in case the requested is not found the requested theme, null, or the default theme if defaultOnNull was provided as true throws: IllegalArgumentException - if the themeID is null |
getTheme | PortalTheme getTheme(String name, boolean defaultOnNull)(Code) | | Get a reference to a theme.
Parameters: name - the name of the theme to retrieve Parameters: defaultOnNull - true, when the server should return the default theme, in case the requested is not found the requested theme, null, or the default theme if defaultOnNull was provided as true throws: IllegalArgumentException - if the themeID is null |
getThemeNames | Collection getThemeNames()(Code) | | Get a Collection of all the registered theme's names
a collection of theme names |
getThemes | Collection getThemes()(Code) | | Get a Collection of all registered themes.
a Collection of all registered themes |
|
|