+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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.
 
Methods inherited from interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessor
getThemeTemplate
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD