org.apache.cocoon.portal.event.impl
Class ChangeCopletsJXPathEvent
java.lang.Object
org.apache.cocoon.portal.event.impl.AbstractActionEvent
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected String path
value
protected Object value
ChangeCopletsJXPathEvent
public ChangeCopletsJXPathEvent(CopletData target,
String path,
Object value)
- Constructor
- Parameters:
target
- The coplet datapath
- The path for the instance datavalue
- The value to set
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.