com.javaforge.tapestry.prop
Interface PropertyAccessorClassFactory

All Known Implementing Classes:
PropertyAccessorClassFactoryImpl

public interface PropertyAccessorClassFactory

Service interface used by the implementation of PropertyAccessorSource to build classes that implement PropertyAccessor.

Author:
Howard M. Lewis Ship

Method Summary
 Class constructClass(Class targetClass, String propertyPath)
          Constructs the class.
 

Method Detail

constructClass

Class constructClass(Class targetClass,
                     String propertyPath)
Constructs the class.

Parameters:
targetClass - the class for which a property access should be constructed
propertyPath - the name of the property to be accessed, or a dotted sequence of names
Returns:
a class; the class's single constructor will take an instance of the targetClass
Throws:
org.apache.hivemind.ApplicationRuntimeException - the property path includes non-existent or unreadable properties


Copyright © 2005-2007 Howard M. Lewis Ship. All Rights Reserved.