PageScopedObject Interface

com.bea.portal.model
PageScopedObject Interface

public interface PageScopedObject

    extends PortalScopedObject

Interface PageScopedObject represents an object which is scoped to a Page.


All Superinterfaces
PortalScopedObject
All Known Subinterfaces

PlaceholderIdentifier, PortletPersonalizationIdentifier

Method Summary

public PageIdentifier
getPageIdentifier()
Returns the PageIdentifier identifying the Page that this object is scoped to.
 
Methods from interface com.bea.portal.model.PortalScopedObject
getPortalIdentifier
   

Method Detail

getPageIdentifier() Method

public PageIdentifier getPageIdentifier()
Returns the PageIdentifier identifying the Page that this object is scoped to.

Returns

the page that this object is scoped to.