|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binding
A binding is a connection between a component and its container (another component), that allows the embedded component to gain access to resources defined by the container. Resources can represent any kind of value that can be obtained from the parent component, but is often a JavaBean property that can be read and updated. Different implementations of Binding as used to access different kinds of resources of the container.
A binding ultimately must provide access to the underlying annotations. In most cases, there are no annotations, but bindings that ultimate invoke methods or read and update fields must provide access to those annotations.
Method Summary | |
---|---|
Object |
get()
Reads the current value of the property (or other resource). |
Class |
getBindingType()
Returns the type of the binding, either the type of resource exposed by the binding, or the type of the property bound. |
boolean |
isInvariant()
Returns true if the value of the binding does not ever change. |
void |
set(Object value)
Updates the current value. |
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationProvider |
---|
getAnnotation |
Method Detail |
---|
Object get()
void set(Object value)
value
- boolean isInvariant()
Class getBindingType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |