| Name | Description | Type | Package | Framework |
| AbstractPortalComponent | This class provides the base implementation of the IPortalComponent. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| CachingLevel | Represents the level of caching needed by a PortalComponent. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| ClientFamily | The ClientFamily identifies the family type of the client that has sent the It could be one of the following: JAVASCRIPT_11, JAVASCRIPT_12, HTML_32, | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| ClientType | The ClientType identifies the type of the client that has sent the request. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| ICachablePortalComponent | An ICachablePortalComponent is implemented by components that want to add caching capabilites to their behavior. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| ICacheDiscriminator | An ICachableDiscriminator is implemented by components that want to add caching capabilites depending on content values to their behavior. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| 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 | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IEventListenerComponent | Portal Components that want to receive Portal Object Model Events must implement this interface. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| INonCachablePortalComponent | An INonCachablePortalComponent is implemented by components that do not want to be cached by the Portal builber Runtime architecture. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponent | The IPortalComponent is the central abstraction of the Portal Component API. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentConfig | | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentContext | The IPortalComponentContext defines a user specific view on a Portal Component. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentContextListener | The IPortalComponentContextListener interface enables components to be notified of creation and destruction of a Portal Component context. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentInit | | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentInitContext | | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentProfile | The IPortalComponentProfile represents a set of properties that are attached to The current component profile is available within the component context | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentRequest | The IPortalComponentRequest is the portal component specific view on all request related matters. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentResponse | The IPortalComponentResponse encapsulates all the information sent from the Portal Component to the Client. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentSession | The IPortalComponentSession is the portal component's view on the servlet session. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPortalComponentURI | An IPortalComponentURI represents an URI that can either change the root context, change the node mode, fire an event to a specific node | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| IPropertyDescriptor | See Also:IPortalComponentProfile. | Interface | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| PortalComponentContentType | See Also:IPortalComponentResponse. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| PortalComponentException | The Portal Component Exception is the base class for all the exceptions raised by the Portal builder runtime. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| PortalComponentRequestType | The PortalComponentRequestType represents the type of request handled by the It could be one of the following: content, help, edit, save, refresh, close. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |
|
| PortalResourceBundle | Title: Portal Resource Bundle Description: This class dynamically merges two resource bundles. | Class | com.sapportals.portal.prt.component | SAP NetWeaver |