net.sf.tacos.binding
Class CallbackFunctionBindingFactory

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBindingFactory
      extended by net.sf.tacos.binding.CallbackFunctionBindingFactory
All Implemented Interfaces:
org.apache.tapestry.binding.BindingFactory

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

Implementation of BindingFactory that constructs CallbackFunctionBinding instances.

Since:
4.1
Author:
Igor Drobiazko

Constructor Summary
CallbackFunctionBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root, String description, String expression, Location location)
           
 
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

CallbackFunctionBindingFactory

public CallbackFunctionBindingFactory()
Method Detail

createBinding

public org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root,
                                                  String description,
                                                  String expression,
                                                  Location location)


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.