com.ibm.portal.theme.plugin
Interface ThemeJspInclude

All Superinterfaces:
ActiveFlag, org.eclipse.core.runtime.IExecutableExtension, Localized, ThemeContent, ThemeInclude
All Known Implementing Classes:
DefaultThemeJspInclude

public interface ThemeJspInclude
extends ThemeInclude

A ThemeJspInclude is a ThemeInclude theme contribution which renders itself by invoking a JSP. The invoked JSP is responsible for maintaining the look and feel of the overall theme.

Since:
6.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.String getJspPath()
          Retrieve the jsp path to include.
 
Methods inherited from interface com.ibm.portal.theme.plugin.ThemeInclude
render
 
Methods inherited from interface com.ibm.portal.theme.plugin.ThemeContent
getOrdinal, init
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 
Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension
setInitializationData
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Method Detail

getJspPath

java.lang.String getJspPath()
Retrieve the jsp path to include.

Returns:
the path to the included jsp