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.