org.apache.tapestry.spec
Interface IBindingSpecification
- All Superinterfaces:
- ILocatable, ILocationHolder
- All Known Subinterfaces:
- IListenerBindingSpecification
- All Known Implementing Classes:
- BindingSpecification, ListenerBindingSpecification
public interface IBindingSpecification
- extends ILocationHolder, ILocatable
Stores a binding specification, which identifies the static value
or OGNL expression for the binding. The name of the binding (which
matches a bindable property of the contined component) is implicitly known.
- Version:
- $Id: IBindingSpecification.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- glongman@intelligentworks.com
getType
BindingType getType()
getValue
String getValue()
setType
void setType(BindingType type)
setValue
void setValue(String value)