|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.parse.TemplateToken
org.apache.tapestry.parse.CloseToken
Represents the closing tag of a component element in the template.
TokenType.CLOSE
Constructor Summary | |
CloseToken(java.lang.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. |
java.lang.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 |
public CloseToken(java.lang.String tag, org.apache.hivemind.Location location)
Method Detail |
public java.lang.String getTag()
protected void extendDescription(org.apache.hivemind.util.ToStringBuilder builder)
TemplateToken
extendDescription
in class TemplateToken
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |