org.jbeanmapper.configurator
Class PropertyMappingRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.jbeanmapper.configurator.PropertyMappingRule

public class PropertyMappingRule
extends org.apache.commons.digester.Rule

Digester rule for handling <property-mapping> elements.

Author:
Brian Pugh

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
PropertyMappingRule()
           
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes)
           
 void end(java.lang.String namespace, java.lang.String name)
           
protected  java.lang.Class getBeanClass(java.lang.String bean)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMappingRule

public PropertyMappingRule()
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)
           throws java.lang.Exception
Throws:
java.lang.Exception

end

public void end(java.lang.String namespace,
                java.lang.String name)
         throws java.lang.Exception
Throws:
java.lang.Exception

getBeanClass

protected java.lang.Class getBeanClass(java.lang.String bean)
                                throws BeanMappingException
Throws:
BeanMappingException