|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDescriptor | |
---|---|
org.apache.commons.betwixt | This package contains the main betwixt introspection code. |
org.apache.commons.betwixt.digester | This package contains the Digester and associated rules and helper classes for parsing the XMLBeanInfo metadata from an XML file format. |
org.apache.commons.betwixt.io | Package contains classes dealing directly with the reading and writing of beans. |
Uses of AttributeDescriptor in org.apache.commons.betwixt |
---|
Fields in org.apache.commons.betwixt declared as AttributeDescriptor | |
---|---|
private AttributeDescriptor[] |
ElementDescriptor.attributeDescriptors
Descriptors for attributes this element contains. |
private AttributeDescriptor |
XMLBeanInfo.idAttributeDescriptor
Cached ID attribute descriptor |
Methods in org.apache.commons.betwixt that return AttributeDescriptor | |
---|---|
private AttributeDescriptor |
XMLBeanInfo.findIDAttribute()
ID attribute search implementation |
AttributeDescriptor[] |
ElementDescriptor.getAttributeDescriptors()
Returns the attribute descriptors for this element |
AttributeDescriptor |
XMLBeanInfo.getIDAttribute()
Search attributes for one matching ID attribute name |
Methods in org.apache.commons.betwixt with parameters of type AttributeDescriptor | |
---|---|
void |
ElementDescriptor.addAttributeDescriptor(AttributeDescriptor descriptor)
Adds an attribute to the element this ElementDescriptor describes |
void |
ElementDescriptor.setAttributeDescriptors(AttributeDescriptor[] attributeDescriptors)
Sets the AttributesDescriptors for this element. |
Uses of AttributeDescriptor in org.apache.commons.betwixt.digester |
---|
Methods in org.apache.commons.betwixt.digester with parameters of type AttributeDescriptor | |
---|---|
protected void |
AttributeRule.configureDescriptor(AttributeDescriptor attributeDescriptor)
Set the Expression and Updater from a bean property name |
static void |
XMLIntrospectorHelper.configureProperty(AttributeDescriptor attributeDescriptor,
java.beans.PropertyDescriptor propertyDescriptor)
Configure an AttributeDescriptor from a PropertyDescriptor |
Uses of AttributeDescriptor in org.apache.commons.betwixt.io |
---|
Methods in org.apache.commons.betwixt.io with parameters of type AttributeDescriptor | |
---|---|
protected void |
AbstractBeanWriter.writeAttribute(AttributeDescriptor attributeDescriptor,
Context context)
Writes an attribute declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |