org.apache.tapestry5.internal.parser
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.
name
public final String name
ParameterToken
public ParameterToken(String name,
Location location)
- Parameters:
name
- the name of the parameter to be boundlocation
- location of the element
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation.