org.apache.cocoon.woody.binding
Class InsertNodeJXPathBinding
java.lang.Object
org.apache.cocoon.woody.binding.JXPathBindingBase
org.apache.cocoon.woody.binding.InsertNodeJXPathBinding
- All Implemented Interfaces:
- LogEnabled, Binding
public class InsertNodeJXPathBinding
- extends JXPathBindingBase
InsertNodeJXPathBinding provides an implementation of a Binding
that inserts a clone of some 'template document-fragment' into the target
back-end model upon save.
NOTES:
- This Binding does not perform any actions when loading.
- This expects the back-end model to be an XML file.
- Version:
- CVS $Id: InsertNodeJXPathBinding.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Method Summary |
void |
doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Do-nothing implementation of the interface. |
void |
doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
Registers a JXPath Factory on the JXPath Context. |
String |
toString()
|
InsertNodeJXPathBinding
public InsertNodeJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts,
DocumentFragment domTemplate)
- Constructs InsertNodeJXPathBinding
doLoad
public void doLoad(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
- Do-nothing implementation of the interface.
- Specified by:
doLoad
in class JXPathBindingBase
doSave
public void doSave(Widget frmModel,
org.apache.commons.jxpath.JXPathContext jxpc)
- Registers a JXPath Factory on the JXPath Context.
The factory will inserts a clone of the 'template' DocumentFragment
inside this object into the target objectmodel.
- Specified by:
doSave
in class JXPathBindingBase
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.