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

java.lang.Object
  extended by org.apache.cocoon.portal.event.impl.AbstractActionEvent
      extended by 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

Field Summary
protected  String path
           
protected  Object value
           
 
Fields inherited from class org.apache.cocoon.portal.event.impl.AbstractActionEvent
target
 
Constructor Summary
JXPathEvent(Object target, String path, Object value)
           
 
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
 

Field Detail

path

protected String path

value

protected Object value
Constructor Detail

JXPathEvent

public JXPathEvent(Object target,
                   String path,
                   Object value)
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.