com.bea.portal.appflow
Interface PortalContext
- public interface PortalContext
The PortalContext
is synonymous with the ServletContext
.
The PortalContext has references to the PortalIdentifier and the portal's resource
bundle: portal-context.properties
. A reference to the PortalContext
can be obtained via the PortalRequest or the PortalAppflowFactory.
- See Also:
PortalRequest
,
PortalAppflowFactory
,
PortalIdentifier
Method Summary
|
PortalIdentifier |
getPortalIdentifier()
Return an instance of the portal identifier. |
java.lang.Object |
getPortalProperty(java.lang.String propertyKey,
java.lang.Class type)
Retrieve a name-value pair proprty from the portal-context.properties file |
getPortalIdentifier
public PortalIdentifier getPortalIdentifier()
- Return an instance of the portal identifier.
getPortalProperty
public java.lang.Object getPortalProperty(java.lang.String propertyKey,
java.lang.Class type)
- Retrieve a name-value pair proprty from the portal-context.properties file
Copyright © 2002 BEA Systems, Inc. All Rights Reserved