org.apache.cocoon.portal.event.impl
Class ChangeCopletsJXPathEvent

java.lang.Object
  extended by org.apache.cocoon.portal.event.impl.AbstractActionEvent
      extended by org.apache.cocoon.portal.event.impl.ChangeCopletsJXPathEvent
All Implemented Interfaces:
ActionEvent, CopletDataEvent, Event

public class ChangeCopletsJXPathEvent
extends AbstractActionEvent
implements CopletDataEvent

This event changes the value of all instances of a coplet data

Version:
CVS $Id: ChangeCopletsJXPathEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  String path
           
protected  Object value
           
 
Fields inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
target
 
Constructor Summary
ChangeCopletsJXPathEvent(CopletData target, String path, Object value)
          Constructor
 
Method Summary
 String getPath()
           
 Object getValue()
           
 
Methods inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.portal.event.ActionEvent
getTarget
 

Field Detail

path

protected String path

value

protected Object value
Constructor Detail

ChangeCopletsJXPathEvent

public ChangeCopletsJXPathEvent(CopletData target,
                                String path,
                                Object value)
Constructor

Parameters:
target - The coplet data
path - The path for the instance data
value - The value to set
Method Detail

getPath

public String getPath()
Returns:
Returns the path.

getValue

public Object getValue()
Returns:
Returns the value.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.