net.sf.beanform.binding
Class BooleanBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
net.sf.beanform.binding.BooleanBindingFactory
- All Implemented Interfaces:
- BindingFactory
public class BooleanBindingFactory
- extends 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanBindingFactory
public BooleanBindingFactory()
createBinding
public IBinding createBinding(IComponent root,
String description,
String expression,
org.apache.hivemind.Location location)
Copyright © 2006 Daniel Gredler. All Rights Reserved.