public class RenderVariableBinding extends AbstractBinding
Constructor and Description |
---|
RenderVariableBinding(Location location,
String description,
ComponentResources resources,
String name) |
Modifier and Type | Method and Description |
---|---|
Object |
get()
Reads the current value of the property (or other resource).
|
Class |
getBindingType()
Always returns Object since we don't (statically) know the type of object.
|
boolean |
isInvariant()
Returns false, render variables are always variable.
|
void |
set(Object value)
Updates the current value.
|
String |
toString() |
getAnnotation, getBindingGenericType
getLocation
public RenderVariableBinding(Location location, String description, ComponentResources resources, String name)
public void set(Object value)
Binding
set
in interface Binding
set
in class AbstractBinding
public boolean isInvariant()
isInvariant
in interface Binding
isInvariant
in class AbstractBinding
public Object get()
Binding
public Class getBindingType()
getBindingType
in interface Binding
getBindingType
in class AbstractBinding
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.