org.oddjob.arooa.beanutils
Interface PropertyPath.FragmentVisitor

Enclosing class:
PropertyPath

public static interface PropertyPath.FragmentVisitor


Method Summary
 void onIndexedProperty(String name, int index)
           
 void onIntermediateProperty(String name)
           
 void onMappedProperty(String name, String key)
           
 void onSimpleProperty(String nam)
           
 

Method Detail

onIntermediateProperty

void onIntermediateProperty(String name)
                            throws ArooaPropertyException
Throws:
ArooaPropertyException

onMappedProperty

void onMappedProperty(String name,
                      String key)
                      throws ArooaPropertyException
Throws:
ArooaPropertyException

onIndexedProperty

void onIndexedProperty(String name,
                       int index)
                       throws ArooaPropertyException
Throws:
ArooaPropertyException

onSimpleProperty

void onSimpleProperty(String nam)
                      throws ArooaPropertyException
Throws:
ArooaPropertyException