org.weda.tapestry.binding
Class ObjectSourceBinding

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBinding
      extended by org.weda.tapestry.binding.ObjectSourceBinding
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.tapestry.IBinding

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

Author:
tim

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

Constructor Detail

ObjectSourceBinding

public ObjectSourceBinding(java.lang.String description,
                           org.apache.tapestry.coerce.ValueConverter valueConverter,
                           org.apache.hivemind.Location location,
                           ObjectSourceRegistry objectSourceRegistry,
                           java.lang.String objectSourceName)
Method Detail

getObject

public java.lang.Object getObject()

isInvariant

public boolean isInvariant()
Specified by:
isInvariant in interface org.apache.tapestry.IBinding
Overrides:
isInvariant in class org.apache.tapestry.binding.AbstractBinding


Copyright © 2005-2006 . All Rights Reserved.