org.apache.tapestry5.internal.parser
Class ParameterToken

java.lang.Object
  extended by org.apache.tapestry5.ioc.BaseLocatable
      extended by org.apache.tapestry5.internal.parser.TemplateToken
          extended by 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.


Field Summary
 String name
           
 
Constructor Summary
ParameterToken(String name, Location location)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.tapestry5.internal.parser.TemplateToken
getTokenType
 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name
Constructor Detail

ParameterToken

public ParameterToken(String name,
                      Location location)
Parameters:
name - the name of the parameter to be bound
location - location of the element
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.