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

Method Summary
 BindingType getType()
           
 String getValue()
           
 void setType(BindingType type)
           
 void setValue(String value)
           
 
Methods inherited from interface org.apache.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Method Detail

getType

BindingType getType()

getValue

String getValue()

setType

void setType(BindingType type)

setValue

void setValue(String value)