org.apache.cocoon.portal.wsrp.adapter
Class WSRPEvent
java.lang.Object
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coplet
protected final CopletInstanceData coplet
- The corresponding coplet instance data.
producerParams
protected final Map producerParams
- The parameters for the wsrp url.
WSRPEvent
public WSRPEvent(CopletInstanceData coplet,
Map pParams)
- constructor
- Parameters:
coplet
- corresponding coplet instance datapParams
- producer-parameters
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.