org.apache.tapestry5.internal.bindings
Class BlockBinding
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.bindings.AbstractBinding
org.apache.tapestry5.internal.bindings.BlockBinding
- All Implemented Interfaces:
- Binding, AnnotationProvider, Locatable
public class BlockBinding
- extends AbstractBinding
BlockBinding
public BlockBinding(Location location,
String description,
ComponentResources component,
String blockId)
get
public Object get()
- Description copied from interface:
Binding
- Reads the current value of the property (or other resource). When reading properties of objects that are
primitive types, this will return an instance of the wrapper type. In some cases, a binding is read only and this
method will throw a runtime exception.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation.