This project has retired. For details please refer to its
Attic page .
ConvertableEventAspect (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.portal.event.aspect.impl
Class ConvertableEventAspect
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.event.aspect.impl.ConvertableEventAspect
All Implemented Interfaces: Component , LogEnabled , Serviceable , ThreadSafe , EventAspect
public class ConvertableEventAspect extends AbstractLogEnabled implements EventAspect , ThreadSafe , Serviceable
Process all convertable event request parameters, creating the events and saving
them in request attributes for processing by EventAspects that follow.
Version:
SVN $Id: ConvertableEventAspect.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Ralph Goers
Fields inherited from interface org.apache.cocoon.portal.event.aspect.EventAspect
ROLE
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
manager
protected ServiceManager manager
ConvertableEventAspect
public ConvertableEventAspect ()
service
public void service (ServiceManager manager)
throws ServiceException
Specified by: service
in interface Serviceable
Throws:
ServiceException
See Also: Serviceable.service(org.apache.avalon.framework.service.ServiceManager)
process
public void process (EventAspectContext context,
PortalService service)
Specified by: process
in interface EventAspect
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.