net.sf.beanform.binding
Class BooleanBindingFactory

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBindingFactory
      extended by 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

Constructor Summary
BooleanBindingFactory()
           
 
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

BooleanBindingFactory

public BooleanBindingFactory()
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.