© 2005 BEA Systems, Inc.

com.bea.netuix.application.view
Interface PortalView

All Superinterfaces:
CategoryView, Serializable, View

public interface PortalView
extends CategoryView

"Views" are deep copy immutable objects. Unlike "Definitions" and "Instances" Views cannot be modified by the developer. A Instance or a Definition however can always be obtained from the view. The persistence APIs provides course grain and fine grain getters but only fine grain setters. If you are interested in an object and all its children then retrieve the View, if you are only interested in the immediate object and don't care about its children then retrieve the Definition.

View class for a portal. Since the Portal view can contain many desktop views. Retrieving a portal view can be very expensive.

See Also:
View

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

getContentUri

public String getContentUri()
Returns the contentUri associated with this view. If only the portal is requested in the URL (i.e. no desktop path) then the user is forwared to this url. This url can be a JSP that could list a set of links to all the desktop under this portal or could forward the user to a default desktop.

Returns:
contentUri

getDesktopViews

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

Returns:
an array of DesktopViews

getPortalPath

public PortalPath getPortalPath()
Returns the PortalPath associated with this view. The portal path represents the partial URL string to acess theis portal or desktop.

Returns:
PortalPath

getwebAppName

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

Returns:
webAppName

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved