net.sf.tacos.formatter
Class JsFormatterBindingFactory

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

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

Uses the tacos.formatter.BeanFactory service to obtain configured JsFormatter instances that are then wrapped as JsFormatterBindings.

Author:
lquijano

Constructor Summary
JsFormatterBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root, String bindingDescription, String expression, Location location)
          
 void setFormatterBeanFactory(org.apache.hivemind.lib.BeanFactory formatterBeanFactory)
           
 
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

JsFormatterBindingFactory

public JsFormatterBindingFactory()
Method Detail

createBinding

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


setFormatterBeanFactory

public void setFormatterBeanFactory(org.apache.hivemind.lib.BeanFactory formatterBeanFactory)
Parameters:
formatterBeanFactory - the formatter bean factory.