net.sf.tacos.seam.binding
Class ELBinding

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBinding
      extended by net.sf.tacos.seam.binding.ELBinding
All Implemented Interfaces:
Locatable, org.apache.tapestry.IBinding

public class ELBinding
extends org.apache.tapestry.binding.AbstractBinding

Implementation of IBinding responsible for EL expressions.

Author:
Igor Drobiazko

Field Summary
 
Fields inherited from class org.apache.tapestry.binding.AbstractBinding
_description
 
Constructor Summary
protected ELBinding(String description, org.apache.tapestry.coerce.ValueConverter valueConverter, Location location)
           
 
Method Summary
 Object getObject()
           
 
Methods inherited from class org.apache.tapestry.binding.AbstractBinding
createReadOnlyBindingException, extendDescription, getComponent, getDescription, getLocation, getObject, getValueConverter, isInvariant, setObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ELBinding

protected ELBinding(String description,
                    org.apache.tapestry.coerce.ValueConverter valueConverter,
                    Location location)
Method Detail

getObject

public Object getObject()


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.