Package com.sapportals.portal.prt.pom

Interface Summary
IComponentNode The IComponentNode interface describes a node of type INode.COMPONENT_NODE in the Portal Object Model.
IEvent This interface describes an event object in the Portal Object Model.
IEventFilter Interface that must be implemented by event filters Event filter are registered for a type of event using the method addEventListener on the PortalNode
IEventListener Objects that want to be able to receive Portal Object Model Events must implement this interface.
IEventTarget An Implementation of IEventTarget has the capability to attach listeners and dispatch an incoming event to them.
INode The INode interface describes nodes in the Portal DOM,
namely the representation of the current portal hierarchy for a specific request.
INodeList The INodeList interface describes a list of INodes
IPOMConstants This interface gathers some constants used by the POM eventing model
IPortalNode The PortalNode is by definition the root node of the Portal Object Model.
 

Class Summary
AbstractComponentEventFilter Helper class to be subclassed to filter PortalComponent events
AbstractEvent AbstractEvent is an abstract implementation of the IEvent interface that should be used to create self-defined events.
AbstractNode The AbstractNode is a generic implementation of the INode interface, and of the IEventTarget
EventType An EventType identifies a type Event.
NodeList The NodeList is a generic implementation of the INodeList interface
NodeMode A NodeMode identifies a mode an INode might be set to during procession of a request.
NodeType A NodeType identifies a type of node in the Portal Object Model.
 

Exception Summary
PortalOMException An Exception for POM related issues.