Uses of Interface
org.apache.tapestry.util.text.ICharacterTranslatorSource

Packages that use ICharacterTranslatorSource
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.util.text   
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of ICharacterTranslatorSource in org.apache.tapestry
 

Constructors in org.apache.tapestry with parameters of type ICharacterTranslatorSource
AbstractMarkupWriter(ICharacterTranslatorSource translatorSource, java.lang.String contentType, java.lang.String encoding, java.io.OutputStream stream)
          General constructor used by subclasses.
AbstractMarkupWriter(ICharacterTranslatorSource translatorSource, java.lang.String contentType, java.io.OutputStream stream)
          General constructor used by subclasses.
AbstractMarkupWriter(ICharacterTranslatorSource translatorSource, java.lang.String contentType, java.io.PrintWriter writer)
          Creates new markup writer around the underlying PrintWriter.
AbstractMarkupWriter(ICharacterTranslatorSource translatorSource, java.lang.String contentType)
          Special constructor used for nested response writers.
 

Uses of ICharacterTranslatorSource in org.apache.tapestry.util.text
 

Classes in org.apache.tapestry.util.text that implement ICharacterTranslatorSource
 class DefaultCharacterTranslatorSource
          The default implementation of a character translator source.
 

Uses of ICharacterTranslatorSource in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement ICharacterTranslatorSource
 class WMLCharacterTranslatorSource
          The WML implementation of a character translator source.