Uses of Package
com.sapportals.portal.prt.component

Packages that use com.sapportals.portal.prt.component
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.event   
com.sapportals.portal.prt.pom   
com.sapportals.portal.prt.resource   
com.sapportals.portal.prt.runtime   
com.sapportals.portal.prt.util   
 

Classes in com.sapportals.portal.prt.component used by com.sapportals.portal.prt.component
CachingLevel
          Represents the level of caching needed by a PortalComponent. 3 levels are provided.
ClientType
          Deprecated. Note: this class is no longer used. The provided information may also not be relevant. Please see {#link IUserAgent}
ICachablePortalComponent
          An ICachablePortalComponent is implemented by components that want to add caching capabilites to their behavior.
IEventListenerComponent
          Portal Components that want to receive Portal Object Model Events must implement this interface.
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.
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. The IPortalComponentProfile.getPropertyAttribute(java.lang.String, java.lang.String) provides now a direct access to attributes
PortalComponentContentType
           
PortalComponentException
          The Portal Component Exception is the base class for all the exceptions raised by the Portal builder runtime.
PortalComponentRequestType
          Deprecated. The usage of this class is no longer recommended. Please use instead the generic mode handling mechanism to create request that have the ssame meaning than this PortalComponentRequestType.
Copyright (c) SAP Portals Europe GmbH 2001
 

Classes in com.sapportals.portal.prt.component used by com.sapportals.portal.prt.event
IPortalComponentContext
          The IPortalComponentContext defines a user specific view on a Portal Component.
IPortalComponentProfile
          The IPortalComponentProfile represents a set of properties that are attached to a component.
 

Classes in com.sapportals.portal.prt.component used by com.sapportals.portal.prt.pom
IPortalComponent
          The IPortalComponent is the central abstraction of the Portal Component API.
IPortalComponentContext
          The IPortalComponentContext defines a user specific view on a Portal Component.
IPortalComponentRequest
          The IPortalComponentRequest is the portal component specific view on all request related matters.
 

Classes in com.sapportals.portal.prt.component used by com.sapportals.portal.prt.resource
IPortalComponentRequest
          The IPortalComponentRequest is the portal component specific view on all request related matters.
 

Classes in com.sapportals.portal.prt.component used by com.sapportals.portal.prt.runtime
IPortalComponent
          The IPortalComponent is the central abstraction of the Portal Component API.
 

Classes in com.sapportals.portal.prt.component used by com.sapportals.portal.prt.util
AbstractPortalComponent
          This class provides the base implementation of the IPortalComponent. this class should be subclassed by portalcomponents
IEventListenerComponent
          Portal Components that want to receive Portal Object Model Events must implement this interface.
IPortalComponent
          The IPortalComponent is the central abstraction of the Portal Component API.
IPortalComponentInit
           
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.