Package com.sap.portal.pcm.page

Provides interfaces for the page semantic object.

See:
          Description

Interface Summary
IApplicationPage  
IPage The interface that represents the semantic aspect of a page object.
IPages The interface for the page object management service that provides helper methods for working with pages.
 

Package com.sap.portal.pcm.page Description

Provides interfaces for the page semantic object.

IPages is used for creating a page object, and IPage represents a page object.

With IPage, you can assign to the page a default layout, which is used for rendering. Other layouts can be assigned to a page, making them available to the user when personalizing the page. Methods enable you to add and remove iViews.

Some updates to the page object require a call to IPage.save (such as when updating attributes), while other updates do not require a call to save (such as when adding iViews to a page). Check the Javadocs for each method to determine whether a call to save is required.



Copyright 2011 SAP AG Complete Copyright Notice