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,v 1.3 2004/02/19 17:37:52 hlship Exp $
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

public BindingType getType()

getValue

public String getValue()

setType

public void setType(BindingType type)

setValue

public void setValue(String value)