{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   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 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.
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD