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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.