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

Packages that use Publisher
org.apache.cocoon.portal.event   
org.apache.cocoon.portal.event.aspect   
org.apache.cocoon.portal.event.aspect.impl   
org.apache.cocoon.portal.event.impl   
 

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

Methods in org.apache.cocoon.portal.event that return Publisher
 Publisher EventManager.getPublisher()
          Returns the Publisher with which events can be published.
 

Uses of Publisher in org.apache.cocoon.portal.event.aspect
 

Methods in org.apache.cocoon.portal.event.aspect that return Publisher
 Publisher EventAspectContext.getEventPublisher()
          Get the publisher
 

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

Methods in org.apache.cocoon.portal.event.aspect.impl with parameters of type Publisher
protected  void LinkEventAspect.publish(Publisher publisher, Layout layout, String[] values)
           
protected  void FrameEventAspect.publish(Publisher publisher, Layout layout, String[] values)
           
protected abstract  void AbstractContentEventAspect.publish(Publisher publisher, Layout layout, String[] values)
          Custom publishing of an event.
protected  void AbstractContentEventAspect.publish(PortalService service, Publisher publisher, String[] values)
          Publish the event.
 

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

Classes in org.apache.cocoon.portal.event.impl that implement Publisher
 class DefaultEventManager
          This is the default implementation of the event manager.
 

Methods in org.apache.cocoon.portal.event.impl that return Publisher
 Publisher DefaultEventManager.getPublisher()
           
 Publisher DefaultEventAspectContext.getEventPublisher()
          Get the publisher
 

Methods in org.apache.cocoon.portal.event.impl with parameters of type Publisher
 void DefaultEventAspectContext.setEventPublisher(Publisher publisher)
           
 



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