com.javaforge.tapestry.prop
Class PropertyAccessorClassFactoryImpl

java.lang.Object
  extended by com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl
All Implemented Interfaces:
PropertyAccessorClassFactory

public class PropertyAccessorClassFactoryImpl
extends Object
implements PropertyAccessorClassFactory

Implementation of service tapestry.prop.PropertyAccessorClassFactory.

Author:
Howard M. Lewis Ship

Constructor Summary
PropertyAccessorClassFactoryImpl()
           
 
Method Summary
 Class constructClass(Class targetClass, String propertyPath)
          Constructs the class.
 void setClassFactory(org.apache.hivemind.service.ClassFactory classFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAccessorClassFactoryImpl

public PropertyAccessorClassFactoryImpl()
Method Detail

constructClass

public Class constructClass(Class targetClass,
                            String propertyPath)
Description copied from interface: PropertyAccessorClassFactory
Constructs the class.

Specified by:
constructClass in interface PropertyAccessorClassFactory
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

setClassFactory

public void setClassFactory(org.apache.hivemind.service.ClassFactory classFactory)


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