net.sf.tacos.formatter
Class JsFormatterBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
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
JsFormatterBinding
s.
- Author:
- lquijano
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 |
JsFormatterBindingFactory
public JsFormatterBindingFactory()
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.