org.apache.tapestry.spec
Interface IListenerBindingSpecification

All Superinterfaces:
IBindingSpecification, ILocatable, ILocationHolder
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
Version:
$Id: IListenerBindingSpecification.java 243791 2004-02-19 17:38:13Z hlship $
Author:
glongman@intelligentworks.com

Method Summary
 String getLanguage()
           
 String getScript()
           
 void setLanguage(String language)
           
 
Methods inherited from interface org.apache.tapestry.spec.IBindingSpecification
getType, getValue, setType, setValue
 
Methods inherited from interface org.apache.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Method Detail

getLanguage

String getLanguage()

getScript

String getScript()

setLanguage

void setLanguage(String language)