Class ParameterToken
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.BaseLocatable
 - 
- org.apache.tapestry5.internal.parser.TemplateToken
 - 
- org.apache.tapestry5.internal.parser.ParameterToken
 
 
 
 
- 
- All Implemented Interfaces:
 Locatable
public class ParameterToken extends TemplateToken
A parameter block to be passed to a component as a parameter. 
- 
- 
Constructor Summary
Constructors Constructor Description ParameterToken(String name, Location location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class org.apache.tapestry5.internal.parser.TemplateToken
getTokenType 
- 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ParameterToken
public ParameterToken(String name, Location location)
- Parameters:
 name- the name of the parameter to be boundlocation- location of the element
 
 - 
 
 -