org.apache.tapestry.spec
Interface IListenerBindingSpecification

All Superinterfaces:
IBindingSpecification, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
All Known Implementing Classes:
ListenerBindingSpecification

public interface IListenerBindingSpecification
extends IBindingSpecification

Special interface of IBindingSpecification used to encapsulate additional information the additional information specific to listener bindings. In an IListenerBindingSpecification, the value property is the actual script (and is aliased as property script), but an additional property, language, (which may be null) is needed. This is the language the script is written in. *

Since:
3.0
Author:
glongman@intelligentworks.com

Method Summary
 java.lang.String getLanguage()
           
 java.lang.String getScript()
           
 void setLanguage(java.lang.String language)
           
 
Methods inherited from interface org.apache.tapestry.spec.IBindingSpecification
getType, getValue, setType, setValue
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

getLanguage

public java.lang.String getLanguage()

getScript

public java.lang.String getScript()

setLanguage

public void setLanguage(java.lang.String language)