org.apache.tapestry.binding
Class HiveMindBinding

java.lang.Object
  extended byorg.apache.tapestry.binding.AbstractBinding
      extended byorg.apache.tapestry.binding.HiveMindBinding
All Implemented Interfaces:
IBinding, org.apache.hivemind.Locatable

public class HiveMindBinding
extends AbstractBinding

A binding that accesses a HiveMind object. This is similar to injecting a HiveMind object as a property and referencing that property.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
HiveMindBinding(java.lang.String description, ValueConverter valueConverter, org.apache.hivemind.Location location, java.lang.String objectReference, InjectedValueProvider provider)
           
 
Method Summary
 java.lang.Object getObject()
          Returns the value of this binding.
 
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

HiveMindBinding

public HiveMindBinding(java.lang.String description,
                       ValueConverter valueConverter,
                       org.apache.hivemind.Location location,
                       java.lang.String objectReference,
                       InjectedValueProvider provider)
Method Detail

getObject

public java.lang.Object getObject()
Description copied from interface: IBinding
Returns the value of this binding. This is the essential method.