org.weda.tapestry.binding
Class ObjectSourceBindingFactory

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBindingFactory
      extended by org.weda.tapestry.binding.ObjectSourceBindingFactory
All Implemented Interfaces:
org.apache.tapestry.binding.BindingFactory

public class ObjectSourceBindingFactory
extends org.apache.tapestry.binding.AbstractBindingFactory

Author:
Mikhail Titov

Constructor Summary
ObjectSourceBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent iComponent, java.lang.String description, java.lang.String expression, org.apache.hivemind.Location location)
           
 void setObjectSourceRegistry(ObjectSourceRegistry objectSourceRegistry)
           
 
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

ObjectSourceBindingFactory

public ObjectSourceBindingFactory()
Method Detail

createBinding

public org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent iComponent,
                                                  java.lang.String description,
                                                  java.lang.String expression,
                                                  org.apache.hivemind.Location location)

setObjectSourceRegistry

public void setObjectSourceRegistry(ObjectSourceRegistry objectSourceRegistry)


Copyright © 2005-2006 . All Rights Reserved.