org.apache.tapestry5.internal.parser
Class ExtensionPointToken

java.lang.Object
  extended by org.apache.tapestry5.ioc.BaseLocatable
      extended by org.apache.tapestry5.internal.parser.TemplateToken
          extended by 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
ExtensionPointToken(String extensionPointId, Location location)
           
 
Method Summary
 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

ExtensionPointToken

public ExtensionPointToken(String extensionPointId,
                           Location location)
Method Detail

getExtensionPointId

public String getExtensionPointId()


Copyright © 2003-2012 The Apache Software Foundation.