Skip navigation links


com.bea.wsrp.model
Interface IPageDescription

All Superinterfaces
INavigableDescription, IOfferedEntity, IPlaceableDescription, Serializable

public interface IPageDescription
extends INavigableDescription

Page description

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getLayout()
          Layout
 String getPageHandle()
          Returns a unqique handle for the page.
 List<IPlaceableDescription> getPlaceables()
          Contents of this page

 

Methods inherited from interface com.bea.wsrp.model.INavigableDescription
getDescription, getOrientation, isHidden, isPublic

 

Methods inherited from interface com.bea.wsrp.model.IPlaceableDescription
getAlignment, getPlaceholder, getPlacement, getPosition, getTheme, isDefault

 

Methods inherited from interface com.bea.wsrp.model.IOfferedEntity
getHandle, getTitle

 

Method Detail

getLayout

String getLayout()
Layout
Returns
layout

getPlaceables

List<IPlaceableDescription> getPlaceables()
Contents of this page
Returns
placeables

getPageHandle

String getPageHandle()
Returns a unqique handle for the page.
Returns
handle

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.