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

All Known Implementing Classes:
DefaultEventAspectContext

public interface EventAspectContext

Version:
$Id: EventAspectContext.java 321405 2005-10-15 18:15:44Z cziegeler $

Method Summary
 Parameters getAspectParameters()
          Get the Parameters of the aspect.
 EventConverter getEventConverter()
          Get the encoder
 Map getObjectModel()
          Get the object model
 void invokeNext(PortalService service)
          Invoke next aspect
 

Method Detail

invokeNext

public void invokeNext(PortalService service)
Invoke next aspect


getAspectParameters

public Parameters getAspectParameters()
Get the Parameters of the aspect.


getEventConverter

public EventConverter getEventConverter()
Get the encoder


getObjectModel

public Map getObjectModel()
Get the object model



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