org.apache.tapestry.parse
Class CloseToken

java.lang.Object
  extended by org.apache.tapestry.parse.TemplateToken
      extended by org.apache.tapestry.parse.CloseToken
All Implemented Interfaces:
org.apache.hivemind.Locatable

public class CloseToken
extends TemplateToken

Represents the closing tag of a component element in the template.

Since:
3.0
Author:
Howard Lewis Ship
See Also:
TokenType.CLOSE

Constructor Summary
CloseToken(String tag, org.apache.hivemind.Location location)
           
 
Method Summary
protected  void extendDescription(org.apache.hivemind.util.ToStringBuilder builder)
          Overridden in subclasses to append additional fields (defined in the subclass) to the description.
 String getTag()
           
 
Methods inherited from class org.apache.tapestry.parse.TemplateToken
getLocation, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloseToken

public CloseToken(String tag,
                  org.apache.hivemind.Location location)
Method Detail

getTag

public String getTag()

extendDescription

protected void extendDescription(org.apache.hivemind.util.ToStringBuilder builder)
Description copied from class: TemplateToken
Overridden in subclasses to append additional fields (defined in the subclass) to the description. Subclasses may override this method without invoking this implementation, which is empty.

Overrides:
extendDescription in class TemplateToken


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