org.apache.cocoon.portal.event.impl
Class JXPathEvent
java.lang.Object
org.apache.cocoon.portal.event.impl.AbstractActionEvent
org.apache.cocoon.portal.event.impl.JXPathEvent
- All Implemented Interfaces:
- ActionEvent, Event
- Direct Known Subclasses:
- CopletJXPathEvent
public class JXPathEvent
- extends AbstractActionEvent
This events changes the value of an instance
- Version:
- CVS $Id: JXPathEvent.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
JXPathEvent
public JXPathEvent(Object target,
String path,
Object value)
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.