+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.content
Interface ContentPage

All Superinterfaces:
ActiveFlag, ContentNode, DeviceClassCapable, Identifiable, Localized, MarkupCapable, ThemeProvider
All Known Subinterfaces:
ModifiableContentPage, ModifiableStaticContentPage, StaticContentPage
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, supportsMarkup, supportsMarkup
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 
Methods inherited from interface com.ibm.portal.devicesupport.DeviceClassCapable
getDeviceClasses, supportsDeviceClass
 
Methods inherited from interface com.ibm.portal.content.ThemeProvider
getTheme
 

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD