Package com.sapportals.portal.prt.component

Interface Summary
ICachablePortalComponent An ICachablePortalComponent is implemented by components that want to add caching capabilites to their behavior.
ICacheDiscriminator An ICachableDiscriminator is implemented by components that want to add caching capabilites depending on content values to their behavior.
ICacheValidator An ICachableValidator is implemented by components that wants to control the validity of the cache using a key which is stored in the cache content
IEventListenerComponent Portal Components that want to receive Portal Object Model Events must implement this interface.
INonCachablePortalComponent An INonCachablePortalComponent is implemented by components that do not want to be cached by the Portal builber Runtime architecture.
IPortalComponent The IPortalComponent is the central abstraction of the Portal Component API.
IPortalComponentConfig The conponent configuration
IPortalComponentContext The IPortalComponentContext defines a user specific view on a Portal Component.
IPortalComponentContextListener The IPortalComponentContextListener interface enables components to be notified of creation and destruction of a Portal Component context.
IPortalComponentInit  
IPortalComponentInitContext The conponent context interface used during the initialization
IPortalComponentProfile The IPortalComponentProfile represents a set of properties that are attached to a component.
IPortalComponentRequest The IPortalComponentRequest is the portal component specific view on all request related matters.
IPortalComponentResponse The IPortalComponentResponse encapsulates all the information sent from the Portal Component to the Client.
IPortalComponentSession The IPortalComponentSession is the portal component's view on the servlet session.
IPortalComponentURI An IPortalComponentURI represents an URI that can either change the root context, change the node mode, fire an event to a specific node
IPropertyDescriptor Deprecated. This interface has been deprecated.
 

Class Summary
AbstractPortalComponent This class provides the base implementation of the IPortalComponent. this class should be subclassed by portalcomponents
CachingLevel Represents the level of caching needed by a PortalComponent. 3 levels are provided.
ClientFamily Deprecated. Note: this class is entirely deprecated and may not return valid information.
ClientType Deprecated. Note: this class is no longer used.
PortalComponentContentType  
PortalComponentRequestType Deprecated. The usage of this class is no longer recommended.
PortalResourceBundle Title: Portal Resource Bundle Description: This class dynamically merges two resource bundles.
 

Exception Summary
PortalComponentException The Portal Component Exception is the base class for all the exceptions raised by the Portal builder runtime.