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

java.lang.Object
  extended byorg.apache.cocoon.portal.wsrp.adapter.WSRPEvent
All Implemented Interfaces:
ActionEvent, CopletInstanceEvent, Event

public class WSRPEvent
extends Object
implements CopletInstanceEvent

This event is fired for every wsrp action.

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

Field Summary
protected  CopletInstanceData coplet
          The corresponding coplet instance data.
protected  Map producerParams
          The parameters for the wsrp url.
 
Constructor Summary
WSRPEvent(CopletInstanceData coplet, Map pParams)
          constructor
 
Method Summary
 Object getTarget()
           
 Map getUrlParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coplet

protected final CopletInstanceData coplet
The corresponding coplet instance data.


producerParams

protected final Map producerParams
The parameters for the wsrp url.

Constructor Detail

WSRPEvent

public WSRPEvent(CopletInstanceData coplet,
                 Map pParams)
constructor

Parameters:
coplet - corresponding coplet instance data
pParams - producer-parameters
Method Detail

getTarget

public Object getTarget()
Specified by:
getTarget in interface ActionEvent
See Also:
ActionEvent.getTarget()

getUrlParameters

public Map getUrlParameters()
Returns:
Map all parameters for the wsrp url.


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