Package org.apache.tapestry.markup

Implementations of IMarkupWriter.

See:
          Description

Interface Summary
Attribute Represents a DOM style attribute that is used by IMarkupWriter to manage rendering attributes.
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.
DefaultAttribute Used to hold markup attribute data for writing in a specific format.
JSONWriterImpl Implementation of IJSONWriter.
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).
XmlMarkupFilter MarkupFilter for Xml content.
 

Package org.apache.tapestry.markup Description

Implementations of IMarkupWriter.

Author:
Howard Lewis Ship hlship@apache.org


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