|
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. |