Class CDATAToken
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.parser.TemplateToken
org.apache.tapestry5.internal.parser.CDATAToken
- All Implemented Interfaces:
Locatable
,RenderCommand
Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(MarkupWriter writer, RenderQueue queue) Invoked on an object to request that it render itself.toString()
Methods inherited from class org.apache.tapestry5.internal.parser.TemplateToken
getTokenType
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
-
Field Details
-
-
Constructor Details
-
CDATAToken
-
-
Method Details
-
render
Description copied from interface:RenderCommand
Invoked on an object to request that it render itself. This involves a mix of invoking methods on the writer, and queueing up additional commands (often, representing children of the object that was invoked) to perform additional rendering. In this way, rendering is a tail recursive algorithm, but is not implemented using tail recursion.- Specified by:
render
in interfaceRenderCommand
-
toString
-