org.apache.tapestry5.internal.parser
Class CDATAToken

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

public class CDATAToken
extends TemplateToken

Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output).


Constructor Summary
CDATAToken(String content, Location location)
           
 
Method Summary
 String getContent()
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

CDATAToken

public CDATAToken(String content,
                  Location location)
Method Detail

getContent

public String getContent()

toString

public String toString()
Overrides:
toString in class Object


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