org.apache.tapestry5.internal.parser
Class BodyToken

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.BodyToken
All Implemented Interfaces:
Locatable

public class BodyToken
extends TemplateToken

Placeholder for a component's body (within the component's template).


Constructor Summary
BodyToken(Location location)
           
 
Method Summary
 
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

BodyToken

public BodyToken(Location location)


Copyright © 2003-2012 The Apache Software Foundation.