Interface | Description |
---|---|
MarkupFilter |
Filter used with
MarkupWriterImpl to determine how to convert
the output into a format compatible with the content type. |
MarkupWriterSource |
Service interface for
tapestry.markup.MarkupWriterSource service. |
Class | Description |
---|---|
AbstractMarkupFilter |
Base class for implementation based on a
ICharacterTranslator . |
AsciiMarkupFilter |
Wrapper around
MarkupCharacterTranslator . |
MarkupFilterUtils |
For the meantime, implemenatations of
MarkupFilter are
wrappers around ICharacterTranslator . |
MarkupWriterImpl |
Completely revised (for 4.0) implementation of
IMarkupWriter . |
MarkupWriterSourceImpl | |
NestedMarkupWriterImpl |
Nested implementation of
IMarkupWriter . |
UTFMarkupFilter |
Implementation for UTF markups, where out-of-range ascii characters don't have to be encoded
(they can pass right through).
|
Implementations of IMarkupWriter
.