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 extentionPointId, Location location)
           
 
Method Summary
 String getExtentionPointId()
           
 
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 extentionPointId,
                           Location location)
Method Detail

getExtentionPointId

public String getExtentionPointId()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.