1 16 package org.apache.cocoon.forms.binding; 17 18 import org.apache.cocoon.forms.formmodel.Widget; 19 import org.apache.commons.jxpath.JXPathContext; 20 21 26 public class ImportJXPathBinding extends JXPathBindingBase { 27 28 public ImportJXPathBinding() { 29 super(JXPathBindingBuilderBase.CommonAttributes.DEFAULT); 30 } 31 32 35 public void doLoad(Widget frmModel, JXPathContext jxpc) 36 throws BindingException { 37 39 } 40 41 44 public void doSave(Widget frmModel, JXPathContext jxpc) 45 throws BindingException { 46 48 } 49 50 } 51 | Popular Tags |