com.ibm.portal.state.accessors.themetemplate
Interface ThemeTemplateAccessorController
- All Superinterfaces:
- Accessor, Disposable, ThemeTemplateAccessor
-
public interface ThemeTemplateAccessorController
- extends ThemeTemplateAccessor
This accessor is used for read-write access to the used portal theme.
- Since:
- 5.1
- See Also:
- ThemeTemplateAccessor
Method Summary
|
void |
removeThemeTemplate()
Removes the explicitly assigned theme template |
void |
setThemeTemplate(java.lang.String themeTemplate)
Sets the given theme template into the state holder. |
setThemeTemplate
void setThemeTemplate(java.lang.String themeTemplate)
- Sets the given theme template into the state holder. Pass in
null to delete the theme template information from the state
holder this controller operates on.
- Parameters:
- themeTemplate - The theme template which should be used (may be
null). The search path will follow the default
theme finder rules.
removeThemeTemplate
void removeThemeTemplate()
- Removes the explicitly assigned theme template
- Since:
- 8.5