public class

MultiMappingBeanInfoDigester

extends XMLBeanInfoDigester
java.lang.Object
   ↳ org.xml.sax.helpers.DefaultHandler
     ↳ org.apache.commons.digester.Digester
       ↳ org.apache.commons.betwixt.digester.XMLBeanInfoDigester
         ↳ org.apache.commons.betwixt.digester.MultiMappingBeanInfoDigester

Class Overview

XMLSingleMappingFileBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBeans.

Summary

[Expand]
Inherited Constants
From class org.apache.commons.digester.Digester
[Expand]
Inherited Fields
From class org.apache.commons.digester.Digester
Public Constructors
MultiMappingBeanInfoDigester()
Public Methods
Map getBeanInfoMap()
Map containing XMLBeanInfo classes.
void setBeanInfoMap(Map beanInfoMap)
Set the Map containing XMLBeanInfo classes.
Protected Methods
void configure()
Reset configure for new digestion.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.digester.XMLBeanInfoDigester
From class org.apache.commons.digester.Digester
From class org.xml.sax.helpers.DefaultHandler
From class java.lang.Object
From interface org.xml.sax.ContentHandler
From interface org.xml.sax.DTDHandler
From interface org.xml.sax.EntityResolver
From interface org.xml.sax.ErrorHandler

Public Constructors

public MultiMappingBeanInfoDigester ()

Public Methods

public Map getBeanInfoMap ()

Map containing XMLBeanInfo classes. Keys are the Class and values are the XMLBeanInfo objects.

Returns
  • map of XMLBeanInfos

public void setBeanInfoMap (Map beanInfoMap)

Set the Map containing XMLBeanInfo classes.

Parameters
beanInfoMap map to set.

Protected Methods

protected void configure ()

Reset configure for new digestion.