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.


Constructor Summary
ParameterToken(String name, Location location)
           
 
Method Summary
 String getName()
           
 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
 

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

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.