com.ibm.portal.theme.plugin
Interface ThemeJspInclude
- All Superinterfaces:
- ActiveFlag, 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.
|
getJspPath
java.lang.String getJspPath()
- Retrieve the jsp path to include.
- Returns:
- the path to the included jsp