com.javaforge.tapestry.prop
Class PropertyAccessorClassFactoryImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAccessorClassFactoryImpl
public PropertyAccessorClassFactoryImpl()
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 constructedpropertyPath - 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.