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

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

public class CopletJXPathEvent
extends JXPathEvent
implements CopletInstanceEvent

This events changes the value of an instance

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

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

Constructor Detail

CopletJXPathEvent

public CopletJXPathEvent(CopletInstanceData target,
                         String path,
                         Object value)


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