PortalIdentifier Interface
DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please
use the classes under the com.bea.netuix package
- public interface PortalIdentifier
extends com.bea.portal.model.ResourceIdentifier
Interface PortalIdentifier is used to uniquely identify a
Portal instance within the portal framework.
-
All Superinterfaces
-
com.bea.portal.model.Identifier, com.bea.portal.model.PortalScopedObject, com.bea.portal.model.ResourceIdentifier, Serializable
getApplicationName() Method
public String getApplicationName()
Returns the name of the app that this portal is deployed within.
Returns
- application name for this portal.
getPropertySetName() Method
public String getPropertySetName()
Returns the name of the associated property set.
Returns
- propertyset name.
getWebAppName() Method
public String getWebAppName()
Returns the name of the webApp that this portal is deployed within.
Returns
- the web application name for this portal.