Uses of Interface
com.sapportals.portal.prt.util.IReleasable

Packages that use IReleasable
com.sapportals.portal.prt.pom   
 

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

Subinterfaces of IReleasable in com.sapportals.portal.prt.pom
 interface IComponentNode
          The IComponentNode interface describes a node of type INode.COMPONENT_NODE in the Portal Object Model.
 interface INode
          The INode interface describes nodes in the Portal DOM,
namely the representation of the current portal hierarchy for a specific request.
 interface IPortalNode
          The PortalNode is by definition the root node of the Portal Object Model.
 

Classes in com.sapportals.portal.prt.pom that implement IReleasable
 class AbstractNode
          The AbstractNode is a generic implementation of the INode interface, and of the IEventTarget