org.apache.tapestry.binding
Class HiveMindBinding
java.lang.Object
org.apache.tapestry.binding.AbstractBinding
org.apache.tapestry.binding.HiveMindBinding
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, IBinding
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
HiveMindBinding
public HiveMindBinding(String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
String objectReference,
InjectedValueProvider provider)
getObject
public Object getObject()
- Description copied from interface:
IBinding
- Returns the value of this binding. This is the essential method.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.