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

Packages that use Subscriber
org.apache.cocoon.portal.coplet.adapter.impl   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.event   
org.apache.cocoon.portal.event.aspect.impl   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.event.subscriber.impl   
org.apache.cocoon.portal.impl   
org.apache.cocoon.portal.layout.impl   
org.apache.cocoon.portal.layout.renderer.aspect.impl   
 

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

Classes in org.apache.cocoon.portal.coplet.adapter.impl that implement Subscriber
 class ApplicationCopletAdapter
          This coplet adapter is used to connect to external applications that are plugged into the portal
 class CachingURICopletAdapter
          This is the adapter to use pipelines as coplets.
 class URICopletAdapter
          This is the adapter to use pipelines as coplets
 

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

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

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

Methods in org.apache.cocoon.portal.event with parameters of type Subscriber
 void Register.subscribe(Subscriber subscriber)
          Subscribes a Subscriber to the EventManager.
 void Register.unsubscribe(Subscriber subscriber)
          Unsubscribes an Subscriber from the EventManager.
 

Uses of Subscriber in org.apache.cocoon.portal.event.aspect.impl
 

Classes in org.apache.cocoon.portal.event.aspect.impl that implement Subscriber
 class FullScreenCopletEventAspect
           
 

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

Methods in org.apache.cocoon.portal.event.impl with parameters of type Subscriber
 void DefaultEventManager.subscribe(Subscriber subscriber)
           
 void DefaultEventManager.unsubscribe(Subscriber subscriber)
           
 

Uses of Subscriber in org.apache.cocoon.portal.event.subscriber.impl
 

Classes in org.apache.cocoon.portal.event.subscriber.impl that implement Subscriber
 class DefaulCopletDataEventSubscriber
           
 class DefaultChangeAspectDataEventSubscriber
           
 class DefaultJXPathEventSubscriber
          This subscriber processes JXPath events
 

Uses of Subscriber in org.apache.cocoon.portal.impl
 

Classes in org.apache.cocoon.portal.impl that implement Subscriber
 class PortletPortalManager
          Extends the PortalManager by initializing Pluto
 

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

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

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

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



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.