Class BlockBinding
-
- org.apache.tapestry5.ioc.BaseLocatable
-
- org.apache.tapestry5.internal.bindings.AbstractBinding
-
- org.apache.tapestry5.internal.bindings.BlockBinding
-
- All Implemented Interfaces:
Binding
,Binding2
,AnnotationProvider
,Locatable
public class BlockBinding extends AbstractBinding
-
-
Constructor Summary
Constructors Constructor Description BlockBinding(Location location, description, ComponentResources component, blockId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description get()
Reads the current value of the property (or other resource).toString()
-
Methods inherited from class org.apache.tapestry5.internal.bindings.AbstractBinding
getAnnotation, getBindingGenericType, getBindingType, isInvariant, set
-
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
-
-
-
-
Constructor Detail
-
BlockBinding
public BlockBinding(Location location, description, ComponentResources component, blockId)
-
-
Method Detail
-
get
public 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 toString()
- Overrides:
in class
-
-