org.apache.tapestry5.internal.parser
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionPointToken
public ExtensionPointToken(String extensionPointId,
Location location)
getExtensionPointId
public String getExtensionPointId()
Copyright © 2003-2012 The Apache Software Foundation.