|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.woody.binding.JXPathBindingBuilderBase
public abstract class JXPathBindingBuilderBase
Abstract base class enabling logging and supporting the intrepretation of
common configuration settings on all specific implementations of
JXPathBindingBase
.
Common supported configurations:
getCommonAttributes(Element)
Constructor Summary | |
---|---|
JXPathBindingBuilderBase()
|
Method Summary | |
---|---|
abstract JXPathBindingBase |
buildBinding(Element bindingElm,
JXPathBindingManager.Assistant assistant)
Builds a configured binding object based on the configuration as described in the bindingElement. |
void |
enableLogging(Logger logger)
Receives the Avalon logger to use. |
protected Logger |
getLogger()
Makes the logger available to the subclasses. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JXPathBindingBuilderBase()
Method Detail |
---|
public void enableLogging(Logger logger)
enableLogging
in interface LogEnabled
protected Logger getLogger()
public abstract JXPathBindingBase buildBinding(Element bindingElm, JXPathBindingManager.Assistant assistant) throws BindingException
bindingElm
- assistant
-
BindingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |