net.sf.tacos.seam.binding
Class ELBindingFactory

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

Author:
Igor Drobiazko

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

ELBindingFactory

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