This project has retired. For details please refer to its
Attic page .
JXPathBindingManager.Assistant (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.woody.binding
Class JXPathBindingManager.Assistant
java.lang.Object
org.apache.cocoon.woody.binding.JXPathBindingManager.Assistant
Enclosing class: JXPathBindingManager
public class JXPathBindingManager.Assistant extends Object
Assistant Inner class discloses enough features to the created
childBindings to recursively
This patterns was chosen to prevent Inversion Of Control between this
factory and its builder classes (that could be provided by third
parties.)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
JXPathBindingManager.Assistant
public JXPathBindingManager.Assistant ()
getBindingForConfigurationElement
public JXPathBindingBase getBindingForConfigurationElement (Element configElm)
throws BindingException
Creates a Binding
following the specification in the
provided config element.
Throws:
BindingException
makeChildBindings
public JXPathBindingBase [] makeChildBindings (Element parentElement)
throws BindingException
Makes an array of childBindings for the child-elements of the
provided configuration element.
Throws:
BindingException
getDatatypeManager
public DatatypeManager getDatatypeManager ()
getServiceManager
public ServiceManager getServiceManager ()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.