com.javaforge.tapestry.prop
Class PropertyAccessorBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
com.javaforge.tapestry.prop.PropertyAccessorBindingFactory
- All Implemented Interfaces:
- org.apache.tapestry.binding.BindingFactory
public class PropertyAccessorBindingFactory
- extends org.apache.tapestry.binding.AbstractBindingFactory
Implementation of service tapestry.prop.PropertyAccessorBindingFactory, a binding factory that
creates PropertyAccessorBindings. The "path" portion of the
binding reference is the name of a property of the root object.
- Author:
- Howard M. Lewis Ship
| Methods inherited from class org.apache.tapestry.binding.AbstractBindingFactory |
getValueConverter, setValueConverter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAccessorBindingFactory
public PropertyAccessorBindingFactory()
createBinding
public org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root,
String bindingDescription,
String path,
org.apache.hivemind.Location location)
setSource
public void setSource(PropertyAccessorSource source)
Copyright © 2005-2007 Howard M. Lewis Ship. All Rights Reserved.