com.bea.portal.model
Interface PortalIdentifier
- public interface PortalIdentifier
- extends ResourceIdentifier
Interface PortalIdentifier
is used to uniquely identify a
Portal
instance within the portal framework.
Method Summary
|
java.lang.String |
getApplicationName()
Returns the name of the app that this portal is deployed within. |
java.lang.String |
getPropertySetName()
Returns the name of the associated property set. |
java.lang.String |
getWebAppName()
Returns the name of the webApp that this portal is deployed within. |
getApplicationName
public java.lang.String getApplicationName()
- Returns the name of the app that this portal is deployed within.
- Returns:
- application name for this portal.
getWebAppName
public java.lang.String getWebAppName()
- Returns the name of the webApp that this portal is deployed within.
- Returns:
- the web application name for this portal.
getPropertySetName
public java.lang.String getPropertySetName()
- Returns the name of the associated property set.
- Returns:
- propertyset name.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved