|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
public class JXPathBindingManager.Assistant
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.)
Constructor Summary | |
---|---|
JXPathBindingManager.Assistant()
|
Method Summary | |
---|---|
JXPathBindingBase |
getBindingForConfigurationElement(Element configElm)
Creates a Binding following the specification in the
provided config element. |
BindingBuilderContext |
getContext()
|
DatatypeManager |
getDatatypeManager()
|
LibraryManager |
getLibraryManager()
|
ServiceManager |
getServiceManager()
|
JXPathBindingBase[] |
makeChildBindings(Element parentElement)
proxy for compatibility |
JXPathBindingBase[] |
makeChildBindings(Element parentElement,
JXPathBindingBase[] existingBindings)
Makes an array of childBindings for the child-elements of the provided configuration element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JXPathBindingManager.Assistant()
Method Detail |
---|
public JXPathBindingBase getBindingForConfigurationElement(Element configElm) throws BindingException
Binding
following the specification in the
provided config element.
BindingException
public JXPathBindingBase[] makeChildBindings(Element parentElement) throws BindingException
BindingException
public JXPathBindingBase[] makeChildBindings(Element parentElement, JXPathBindingBase[] existingBindings) throws BindingException
BindingException
public DatatypeManager getDatatypeManager()
public ServiceManager getServiceManager()
public LibraryManager getLibraryManager()
public BindingBuilderContext getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |