net.sf.tacos.seam.binding
Class ELBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
net.sf.tacos.seam.binding.ELBindingFactory
- All Implemented Interfaces:
- org.apache.tapestry.binding.BindingFactory
public class ELBindingFactory
- extends org.apache.tapestry.binding.AbstractBindingFactory
Implementation of BindingFactory
that creates
ELBinding
instances.
- Author:
- Igor Drobiazko
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 |
ELBindingFactory
public ELBindingFactory()
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.