org.apache.cocoon.portal.event.aspect
Interface EventAspectContext

All Known Implementing Classes:
DefaultEventAspectContext

public interface EventAspectContext

Version:
CVS $Id: EventAspectContext.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler, Volker Schmitt

Method Summary
 Parameters getAspectParameters()
          Get the Parameters of the aspect.
 EventConverter getEventConverter()
          Get the encoder
 Publisher getEventPublisher()
          Deprecated. The aspect can use the portal service to publish events.
 Map getObjectModel()
          Get the object model
 void invokeNext(PortalService service)
          Invoke next aspect
 

Method Detail

invokeNext

void invokeNext(PortalService service)
Invoke next aspect


getAspectParameters

Parameters getAspectParameters()
Get the Parameters of the aspect.


getEventConverter

EventConverter getEventConverter()
Get the encoder


getEventPublisher

Publisher getEventPublisher()
Deprecated. The aspect can use the portal service to publish events.

Get the publisher.


getObjectModel

Map getObjectModel()
Get the object model



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.