org.apache.cocoon.portal.wsrp.adapter
Class WSRPEventAspect

java.lang.Object
  extended byorg.apache.cocoon.portal.wsrp.adapter.WSRPEventAspect
All Implemented Interfaces:
EventAspect

public class WSRPEventAspect
extends Object
implements EventAspect

This event processes all wsrp related urls and fires WSRPEvents.

Version:
$Id: WSRPEventAspect.java 322475 2005-10-16 14:26:44Z cziegeler $

Field Summary
static String REQUEST_PARAMETER_NAME
           
 
Fields inherited from interface org.apache.cocoon.portal.event.aspect.EventAspect
ROLE
 
Constructor Summary
WSRPEventAspect()
           
 
Method Summary
 void process(EventAspectContext context, PortalService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAMETER_NAME

public static final String REQUEST_PARAMETER_NAME
See Also:
Constant Field Values
Constructor Detail

WSRPEventAspect

public WSRPEventAspect()
Method Detail

process

public void process(EventAspectContext context,
                    PortalService service)
Specified by:
process in interface EventAspect
See Also:
EventAspect.process(org.apache.cocoon.portal.event.aspect.EventAspectContext, org.apache.cocoon.portal.PortalService)


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