org.apache.tapestry5.internal.parser
Class EndElementToken

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.EndElementToken
All Implemented Interfaces:
Locatable

public class EndElementToken
extends TemplateToken

Ends a previously started element (including components, parameters, blocks, etc.).


Constructor Summary
EndElementToken(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
 

Constructor Detail

EndElementToken

public EndElementToken(Location location)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.