Class RenderVariableBinding
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.bindings.AbstractBinding
org.apache.tapestry5.internal.bindings.RenderVariableBinding
- All Implemented Interfaces:
Binding
,Binding2
,AnnotationProvider
,Locatable
-
Constructor Summary
ConstructorsConstructorDescriptionRenderVariableBinding
(Location location, String description, ComponentResources resources, String name) -
Method Summary
Methods inherited from class org.apache.tapestry5.internal.bindings.AbstractBinding
getAnnotation, getBindingGenericType
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
-
Constructor Details
-
RenderVariableBinding
public RenderVariableBinding(Location location, String description, ComponentResources resources, String name)
-
-
Method Details
-
set
Description copied from interface:Binding
Updates the current value. Most types of bindings are read-only, and this method will throw a runtime exception. It is the caller's responsibility to ensure that the value passed in is of the appropriate type.- Specified by:
set
in interfaceBinding
- Overrides:
set
in classAbstractBinding
-
isInvariant
Returns false, render variables are always variable.- Specified by:
isInvariant
in interfaceBinding
- Overrides:
isInvariant
in classAbstractBinding
-
toString
-
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. -
getBindingType
Always returns Object since we don't (statically) know the type of object.- Specified by:
getBindingType
in interfaceBinding
- Overrides:
getBindingType
in classAbstractBinding
-