Uses of Interface
org.apache.cocoon.portal.event.Receiver

Packages that use Receiver
org.apache.cocoon.portal.coplet.adapter.impl   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.event   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.layout.impl   
org.apache.cocoon.portal.layout.renderer.aspect.impl   
org.apache.cocoon.portal.pluto.adapter   
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.portal.wsrp.adapter   
 

Uses of Receiver in org.apache.cocoon.portal.coplet.adapter.impl
 

Classes in org.apache.cocoon.portal.coplet.adapter.impl that implement Receiver
 class ApplicationCopletAdapter
          This coplet adapter is used to connect to external applications that are plugged into the portal.
 class CachingURICopletAdapter
          This adapter extends the URICopletAdapter by a caching mechanism.
 

Uses of Receiver in org.apache.cocoon.portal.coplets.basket
 

Classes in org.apache.cocoon.portal.coplets.basket that implement Receiver
 class BasketManagerImpl
          This is the implementation of the basket manager.
 

Uses of Receiver in org.apache.cocoon.portal.event
 

Methods in org.apache.cocoon.portal.event with parameters of type Receiver
 void EventManager.subscribe(Receiver receiver)
          Subscribes a receiver for a specific type of event.
 void EventManager.unsubscribe(Receiver receiver)
          Unsubscribes a receiver for all events.
 

Uses of Receiver in org.apache.cocoon.portal.event.impl
 

Classes in org.apache.cocoon.portal.event.impl that implement Receiver
 class InternalEventReceiver
          This subscriber processes JXPath events.
 

Fields in org.apache.cocoon.portal.event.impl declared as Receiver
 Receiver DefaultEventManager.ReceiverInfo.receiver
           
 

Methods in org.apache.cocoon.portal.event.impl with parameters of type Receiver
 void DefaultEventManager.subscribe(Receiver receiver)
           
 void DefaultEventManager.unsubscribe(Receiver receiver)
           
 void DefaultEventManager.HierarchyInfo.removeFromReceivers(Receiver receiver)
           
 

Constructors in org.apache.cocoon.portal.event.impl with parameters of type Receiver
DefaultEventManager.ReceiverInfo(Receiver r, Method m)
           
 

Uses of Receiver in org.apache.cocoon.portal.layout.impl
 

layouts List of layouts.
Classes in org.apache.cocoon.portal.layout.impl that implement Receiver
 class DefaultLayoutFactory
          Configuration
 

Uses of Receiver in org.apache.cocoon.portal.layout.renderer.aspect.impl
 

Classes in org.apache.cocoon.portal.layout.renderer.aspect.impl that implement Receiver
 class AbstractActionAspect
          This aspect creates an event and subscribes to it as well
 

Uses of Receiver in org.apache.cocoon.portal.pluto.adapter
 

Classes in org.apache.cocoon.portal.pluto.adapter that implement Receiver
 class PortletAdapter
          This is the adapter to use JSR-168 portlets as coplets.
 

Uses of Receiver in org.apache.cocoon.portal.profile.impl
 

Classes in org.apache.cocoon.portal.profile.impl that implement Receiver
 class AbstractProfileManager
          Base class for all profile managers.
 class GroupBasedProfileManager
          This profile manager uses a group based approach: The coplet-base-data and the coplet-data are global, these are shared between all users.
 class StaticProfileManager
           
 

Uses of Receiver in org.apache.cocoon.portal.wsrp.adapter
 

Classes in org.apache.cocoon.portal.wsrp.adapter that implement Receiver
 class WSRPAdapter
          Adapter to use wsrp-portlets as coplets
It provides the wsrp support by initializing wsrp4j
The aspect/adapter can be configured at the portal manager.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.