Uses of Package
org.apache.commons.betwixt.digester

Packages that use org.apache.commons.betwixt.digester
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. 
 

Classes in org.apache.commons.betwixt.digester used by org.apache.commons.betwixt
MultiMappingBeanInfoDigester
          XMLSingleMappingFileBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBeans.
XMLBeanInfoDigester
          XMLBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBean.
 

Classes in org.apache.commons.betwixt.digester used by org.apache.commons.betwixt.digester
MappedPropertyRule
          Factors out common code used by Betwixt rules that access bean properties.
RuleSupport
          RuleSupport is an abstract base class containing useful helper methods.
XMLBeanInfoDigester
          XMLBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBean.