org.weda.tapestry.binding
Class ObjectSourceBinding
java.lang.Object
org.apache.tapestry.binding.AbstractBinding
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)
|
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 |
ObjectSourceBinding
public ObjectSourceBinding(java.lang.String description,
org.apache.tapestry.coerce.ValueConverter valueConverter,
org.apache.hivemind.Location location,
ObjectSourceRegistry objectSourceRegistry,
java.lang.String objectSourceName)
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.