Class ExtensionPointToken
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.BaseLocatable
 - 
- org.apache.tapestry5.internal.parser.TemplateToken
 - 
- org.apache.tapestry5.internal.parser.ExtensionPointToken
 
 
 
 
- 
- All Implemented Interfaces:
 Locatable
public class ExtensionPointToken extends TemplateToken
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.- Since:
 - 5.1.0.1
 - See Also:
 ComponentTemplate.getExtensionPointTokens(String)
 
- 
- 
Constructor Summary
Constructors Constructor Description ExtensionPointToken(String extensionPointId, Location location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtensionPointId()- 
Methods inherited from class org.apache.tapestry5.internal.parser.TemplateToken
getTokenType 
- 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ExtensionPointToken
public ExtensionPointToken(String extensionPointId, Location location)
 
 - 
 
- 
Method Detail
- 
getExtensionPointId
public String getExtensionPointId()
 
 - 
 
 -