PortalContext 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

com.bea.portal.appflow
PortalContext Interface

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.

Related Topics

PortalRequest
PortalAppflowFactory
PortalIdentifier

Method Summary

public PortalIdentifier
getPortalIdentifier()
Return an instance of the portal identifier.
public Object
getPortalProperty(String propertyKey, Class type)
Retrieve a name-value pair proprty from the portal-context.properties file

Method Detail

getPortalIdentifier() Method

public PortalIdentifier getPortalIdentifier()
Return an instance of the portal identifier.


getPortalProperty(String, Class) Method

public Object getPortalProperty(String propertyKey, 
                                Class type)
Retrieve a name-value pair proprty from the portal-context.properties file