Uses of Interface
com.sapportals.portal.prt.component.IPortalComponent

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

Uses of IPortalComponent in com.sapportals.portal.prt.component
 

Subinterfaces of IPortalComponent in com.sapportals.portal.prt.component
 interface ICachablePortalComponent
          An ICachablePortalComponent is implemented by components that want to add caching capabilites to their behavior.
 interface ICacheDiscriminator
          An ICachableDiscriminator is implemented by components that want to add caching capabilites depending on content values to their behavior.
 interface 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
 

Classes in com.sapportals.portal.prt.component that implement IPortalComponent
 class AbstractPortalComponent
          This class provides the base implementation of the IPortalComponent. this class should be subclassed by portalcomponents
 

Methods in com.sapportals.portal.prt.component that return IPortalComponent
 IPortalComponent IPortalComponentContext.getComponent()
          Returns the component attached to this context.
 

Uses of IPortalComponent in com.sapportals.portal.prt.pom
 

Fields in com.sapportals.portal.prt.pom declared as IPortalComponent
protected  IPortalComponent AbstractNode.m_portalComponent
           
 

Methods in com.sapportals.portal.prt.pom that return IPortalComponent
 IPortalComponent INode.getComponent()
          the IPortalComponent object associated with the current node.
 IPortalComponent AbstractNode.getComponent()
          Gets the (@link IPortalComponent IPortalComponent} linked with this node.
 

Constructors in com.sapportals.portal.prt.pom with parameters of type IPortalComponent
AbstractNode(java.lang.String nodeName, IPortalComponent aComponent)
          Constructor
 

Uses of IPortalComponent in com.sapportals.portal.prt.runtime
 

Methods in com.sapportals.portal.prt.runtime that return IPortalComponent
 IPortalComponent IPortalRuntimeResources.getDefaultPersonalizationDelegate()
          Gets the runtime wide defined default personalization delegate
 

Uses of IPortalComponent in com.sapportals.portal.prt.util
 

Classes in com.sapportals.portal.prt.util that implement IPortalComponent
 class StandardEditDialog
          and can be used as a personalization delegate.