com.ibm.portal.content
Interface ContentPage

All Superinterfaces:
ActiveFlag, ContentNode, Identifiable, Localized, MarkupCapable, ThemeProvider
All Known Subinterfaces:
ModifiableContentPage

public interface ContentPage
extends ContentNode, ThemeProvider

An interface for a content node representing a page. An object implementing this interface must be used to obtain a LayoutModel from the ContentModel.
Inactive content pages and their children do not show in the content model used for rendering.

Since:
5.1.0.1

Method Summary
 
Methods inherited from interface com.ibm.portal.content.ContentNode
getContentNodeType
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.admin.MarkupCapable
getMarkups, com.ibm.portal.admin.Markup)">supportsMarkup, supportsMarkup
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 
Methods inherited from interface com.ibm.portal.content.ThemeProvider
getTheme