com.javaforge.tapestry.prop
Class PropertyAccessorBindingFactory

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBindingFactory
      extended by 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

Constructor Summary
PropertyAccessorBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root, String bindingDescription, String path, org.apache.hivemind.Location location)
           
 void setSource(PropertyAccessorSource source)
           
 
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
 

Constructor Detail

PropertyAccessorBindingFactory

public PropertyAccessorBindingFactory()
Method Detail

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.