com.ibm.portal.state.accessors.themetemplate
Interface ThemeTemplateAccessor

All Superinterfaces:
Accessor, Disposable
All Known Subinterfaces:
ThemeTemplateAccessorController

public interface ThemeTemplateAccessor
extends Accessor

This accessor is used for read access to the portal theme template. The theme template is the base class that includes all the theme JSPs.

The default is set to the Default.jsp.

Since:
5.1

Method Summary
 java.lang.String getThemeTemplate()
          Returns the theme template which is currently used.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getThemeTemplate

java.lang.String getThemeTemplate()
Returns the theme template which is currently used. Returns null if no theme template information is available.

Returns:
the currently selected theme template