org.weda.tapestry.binding
Class GlobalBinding

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

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

Author:
tim

Constructor Summary
GlobalBinding(java.lang.String description, org.apache.tapestry.coerce.ValueConverter valueConverter, org.apache.hivemind.Location location, org.apache.tapestry.IBinding[] bindings)
           
 
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

GlobalBinding

public GlobalBinding(java.lang.String description,
                     org.apache.tapestry.coerce.ValueConverter valueConverter,
                     org.apache.hivemind.Location location,
                     org.apache.tapestry.IBinding[] bindings)
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.