© 2003 BEA Systems, Inc.

com.bea.netuix.application.view
Interface PortalView

All Superinterfaces:
CategoryView, Serializable, View

public interface PortalView
extends CategoryView


Method Summary
 String getContentUri()
          Returns the contentUri associated with this view.
 DesktopView[] getDesktopViews()
          Returns an array of DesktopViews contained in this PortalView.
 PortalPath getPortalPath()
          Returns the PortalPath associated with this view.
 String getwebAppName()
          Returns the webAppName associated with this view.
 
Methods inherited from interface com.bea.netuix.application.view.CategoryView
getLocalizationResourceView
 
Methods inherited from interface com.bea.netuix.application.view.View
getDescription, getTitle
 

Method Detail

getPortalPath

public PortalPath getPortalPath()
Returns the PortalPath associated with this view.

Returns:
PortalPath

getContentUri

public String getContentUri()
Returns the contentUri associated with this view.

Returns:
contentUri

getwebAppName

public String getwebAppName()
Returns the webAppName associated with this view.

Returns:
webAppName

getDesktopViews

public DesktopView[] getDesktopViews()
Returns an array of DesktopViews contained in this PortalView.

Returns:
an array of DesktopViews

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved