net.sf.beanform.binding
Class BooleanBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
net.sf.beanform.binding.BooleanBindingFactory
- All Implemented Interfaces:
- org.apache.tapestry.binding.BindingFactory
public class BooleanBindingFactory
- extends org.apache.tapestry.binding.AbstractBindingFactory
Binding factory for boolean bindings. When combined with the Tapestry-Prop binding,
this allows us to avoid OGNL bindings completely.
- Author:
- Daniel Gredler
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 |
BooleanBindingFactory
public BooleanBindingFactory()
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.