|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.parser.TemplateToken
public abstract class TemplateToken
Base class for tokens parsed out of a template. The set of classes rooted here are effectively object encapsulations of the events generated by a SAX parser.
Constructor Summary | |
---|---|
protected |
TemplateToken(TokenType tokenType,
Location location)
|
Method Summary | |
---|---|
TokenType |
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, toString, wait, wait, wait |
Constructor Detail |
---|
protected TemplateToken(TokenType tokenType, Location location)
Method Detail |
---|
public TokenType getTokenType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |