|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.portal.event.impl.DefaultEventAspectContext
public final class DefaultEventAspectContext
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 |
---|
public DefaultEventAspectContext(EventAspectChain chain)
Method Detail |
---|
public void invokeNext(PortalService service)
EventAspectContext
invokeNext
in interface EventAspectContext
public Parameters getAspectParameters()
EventAspectContext
Parameters
of the aspect.
getAspectParameters
in interface EventAspectContext
public EventConverter getEventConverter()
getEventConverter
in interface EventAspectContext
public Publisher getEventPublisher()
getEventPublisher
in interface EventAspectContext
public Map getObjectModel()
getObjectModel
in interface EventAspectContext
public void setEventConverter(EventConverter converter)
converter
- public void setObjectModel(Map map)
map
- public void setEventPublisher(Publisher publisher)
publisher
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |