|
||||||||||
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
org.apache.tapestry5.internal.parser.ExtensionPointToken
public class ExtensionPointToken
A token that represents the replacement of a portion of the template with the content of an extension point, or an override of that extension point.
ComponentTemplate.getExtensionPointTokens(String)
Constructor Summary | |
---|---|
ExtensionPointToken(java.lang.String extensionPointId,
Location location)
|
Method Summary | |
---|---|
java.lang.String |
getExtensionPointId()
|
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, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionPointToken(java.lang.String extensionPointId, Location location)
Method Detail |
---|
public java.lang.String getExtensionPointId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |