This project has retired. For details please refer to its
Attic page .
DeleteNodeJXPathBinding (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.forms.binding
Class DeleteNodeJXPathBinding
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.forms.binding.JXPathBindingBase
org.apache.cocoon.forms.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:
$Id: DeleteNodeJXPathBinding.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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 org.apache.cocoon.forms.binding.JXPathBindingBase
getClass , getCommonAtts , getEnclosingLibrary , getId , getLocation , isValid , loadFormFromModel , loadFormFromModel , saveFormToModel , saveFormToModel , selectWidget , setEnclosingLibrary , setParent
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
DeleteNodeJXPathBinding
public DeleteNodeJXPathBinding (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.