org.apache.cocoon.portal.event.impl
Class DefaultEventAspectContext

java.lang.Object
  extended by org.apache.cocoon.portal.event.impl.DefaultEventAspectContext
All Implemented Interfaces:
EventAspectContext

public final class DefaultEventAspectContext
extends Object
implements EventAspectContext

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

Constructor Summary
DefaultEventAspectContext(EventAspectChain chain)
           
 
Method Summary
 Parameters getAspectParameters()
          Get the Parameters of the aspect.
 EventConverter getEventConverter()
          Get the encoder
 Publisher getEventPublisher()
          Get the publisher
 Map getObjectModel()
          Get the object model
 void invokeNext(PortalService service)
          Invoke next aspect
 void setEventConverter(EventConverter converter)
           
 void setEventPublisher(Publisher publisher)
           
 void setObjectModel(Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEventAspectContext

public DefaultEventAspectContext(EventAspectChain chain)
Method Detail

invokeNext

public void invokeNext(PortalService service)
Description copied from interface: EventAspectContext
Invoke next aspect

Specified by:
invokeNext in interface EventAspectContext

getAspectParameters

public Parameters getAspectParameters()
Description copied from interface: EventAspectContext
Get the Parameters of the aspect.

Specified by:
getAspectParameters in interface EventAspectContext

getEventConverter

public EventConverter getEventConverter()
Get the encoder

Specified by:
getEventConverter in interface EventAspectContext

getEventPublisher

public Publisher getEventPublisher()
Get the publisher

Specified by:
getEventPublisher in interface EventAspectContext

getObjectModel

public Map getObjectModel()
Get the object model

Specified by:
getObjectModel in interface EventAspectContext

setEventConverter

public void setEventConverter(EventConverter converter)
Parameters:
converter -

setObjectModel

public void setObjectModel(Map map)
Parameters:
map -

setEventPublisher

public void setEventPublisher(Publisher publisher)
Parameters:
publisher -


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