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

Packages that use IPortalComponentContext
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.event   
com.sapportals.portal.prt.pom   
 

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

Methods in com.sapportals.portal.prt.component that return IPortalComponentContext
 IPortalComponentContext IPortalComponentRequest.getComponentContext()
          Gets the current context of the component.
 IPortalComponentContext IPortalComponentRequest.getComponentContext(NodeMode nodeMode)
          Gets the current context of the component for a particular mode
 IPortalComponentContext IPortalComponentRequest.getComponentContext(java.lang.String urn)
          This object allows to act as a factory for context objects.
 

Methods in com.sapportals.portal.prt.component with parameters of type IPortalComponentContext
 void IPortalComponentContextListener.contextInit(IPortalComponentContext aContext)
          The contextInit method is called when a Portal Component runs for the first time under a Context.
 void IPortalComponentContextListener.contextDestroy(IPortalComponentContext aContext)
          the contextDestroy method is called when a Portal Component is discarded from a Context.
 

Uses of IPortalComponentContext in com.sapportals.portal.prt.event
 

Methods in com.sapportals.portal.prt.event that return IPortalComponentContext
 IPortalComponentContext IPortalComponentEvent.getSource()
          Deprecated.  
 

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

Methods in com.sapportals.portal.prt.pom that return IPortalComponentContext
 IPortalComponentContext IComponentNode.getComponentContext()
          Returns the Portal Component Context for the current mode
 IPortalComponentContext IComponentNode.getComponentContext(NodeMode nodeMode)
          Returns the Portal Component context for a particular mode
 

Methods in com.sapportals.portal.prt.pom with parameters of type IPortalComponentContext
 IComponentNode IPortalNode.createComponentNode(java.lang.String name, IPortalComponentContext context)
          Create a component node that refers to a Portal Component with context