|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xfp.AttributeContainer
Base class for XFP entities that contain attributes.
XFP attributes are a subset of Avalon components. Currently only a small subset of the Avalon Framework is supported. The supported interfaces are:
Field Summary | |
protected static org.apache.log4j.Logger |
logger
logger FIXME how to get the logger from a subclass? |
protected java.lang.String |
name
attribute container name |
protected AttributeContainer |
parentContainer
Parent attribute container, if any. |
Constructor Summary | |
AttributeContainer()
|
Method Summary | |
protected void |
configureAttributes(org.w3c.dom.Node node,
org.w3c.dom.xpath.XPathEvaluator evaluator)
Assigns attribute definitions to this AttributeContainer reading from XML configuration. |
protected void |
disposeAttributes()
Releases attributes. |
protected java.util.Map |
getAttributes()
Gets the attributes. |
protected java.lang.String |
getFullName()
|
protected java.lang.String |
getName()
|
protected void |
initializeAttributes()
Instantiates attributes using attribute definitions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.apache.log4j.Logger logger
protected AttributeContainer parentContainer
protected java.lang.String name
Constructor Detail |
public AttributeContainer()
Method Detail |
protected final void configureAttributes(org.w3c.dom.Node node, org.w3c.dom.xpath.XPathEvaluator evaluator) throws java.lang.Exception
java.lang.Exception
protected final void initializeAttributes() throws java.lang.Exception
java.lang.Exception
protected final void disposeAttributes() throws java.lang.Exception
java.lang.Exception
protected final java.util.Map getAttributes()
protected java.lang.String getName()
protected final java.lang.String getFullName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |