| org.apache.roller.business.ThemeManager
All known Subclasses: org.apache.roller.business.ThemeManagerImpl,
ThemeManager | public interface ThemeManager (Code) | | Manager interface for accessing Theme related objects.
|
getEnabledThemesList | public List getEnabledThemesList()(Code) | | Get a list of all theme names that are currently enabled.
This list is ordered alphabetically by default.
NOTE: this only returns a list of theme names, not actual Theme objects.
|
importTheme | public void importTheme(WebsiteData website, Theme theme) throws RollerException(Code) | | Import all the contents for a Theme into a weblog.
Parameters: weblog - The weblog to import the theme into. Parameters: theme - The theme that should be imported. throws: RollerException - If there is some kind of error in saving. |
|
|