Package org.apache.tapestry.markup

Implementations of IMarkupWriter.

See:
          Description

Interface Summary
MarkupFilter Filter used with MarkupWriterImplto determine how to convert the output into a format compatible with the content type.
MarkupWriterSource Service interface for tapestry.markup.MarkupWriterSource service.
 

Class Summary
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).
 

Package org.apache.tapestry.markup Description

Implementations of IMarkupWriter.

Author:
Howard Lewis Ship hlship@apache.org