org.apache.cocoon.woody.binding
Class DeleteNodeJXPathBinding
java.lang.Object
org.apache.cocoon.woody.binding.JXPathBindingBase
org.apache.cocoon.woody.binding.DeleteNodeJXPathBinding
- All Implemented Interfaces:
- LogEnabled, Binding
public class DeleteNodeJXPathBinding
- extends JXPathBindingBase
DeleteNodeJXPathBinding provides an implementation of a Binding
that deletes the current context-bean from the target
back-end model upon save.
NOTES:
- This Binding does not perform any actions when loading.
- Version:
- CVS $Id: DeleteNodeJXPathBinding.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Constructor Summary |
DeleteNodeJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts)
|
Method Summary |
void |
doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Performs the actual load binding regardless of the configured value of the "direction" attribute. |
void |
doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Removes the current context-bean from the jxpath context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteNodeJXPathBinding
public DeleteNodeJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts)
doLoad
public void doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
- Description copied from class:
JXPathBindingBase
- Performs the actual load binding regardless of the configured value of the "direction" attribute.
Abstract method that subclasses need to implement for specific activity.
- Specified by:
doLoad
in class JXPathBindingBase
doSave
public void doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
- Removes the current context-bean from the jxpath context.
- Specified by:
doSave
in class JXPathBindingBase
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.