| org.apache.cocoon.forms.binding.JXPathBindingBase org.apache.cocoon.forms.binding.CustomJXPathBinding
CustomJXPathBinding | public class CustomJXPathBinding extends JXPathBindingBase implements Serviceable(Code) | | CustomJXPathBinding
|
CustomJXPathBinding | public CustomJXPathBinding(CommonAttributes commonAtts, String widgetId, String xpath, AbstractCustomBinding wrappedBinding)(Code) | | Constructs CustomJXPathBinding
Parameters: commonAtts - common configuration attributes org.apache.cocoon.forms.binding.JXPathBindingBuilderBase.CommonAttributes Parameters: widgetId - id of the widget to bind to Parameters: xpath - jxpath expression to narrow down the context to before calling the wrapped Binding Parameters: wrappedBinding - the actual custom written Binding implementation of Binding |
doLoad | public void doLoad(Widget frmModel, JXPathContext jxpc) throws BindingException(Code) | | Delegates the actual loading operation to the provided Custom Binding Class
after narrowing down on the selected widget (@id) and context (@path)
Parameters: frmModel - the narrowed widget-scope from the parent binding Parameters: jxpc - the narrowed jxpath context from the parent binding throws: BindingException - when the wrapped CustomBinding fails |
doSave | public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException(Code) | | Delegates the actual saving operation to the provided Custom Binding Class
after narrowing down on the selected widget (@id) and context (@path)
Parameters: frmModel - the narrowed widget-scope from the parent binding Parameters: jxpc - the narrowed jxpath context from the parent binding throws: BindingException - when the wrapped CustomBinding fails |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
|
|