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

Packages that use ICharacterTranslator
org.apache.tapestry.markup Implementations of IMarkupWriter
org.apache.tapestry.util.text Helper classes for template parsing and rendering. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of ICharacterTranslator in org.apache.tapestry.markup
 

Methods in org.apache.tapestry.markup with parameters of type ICharacterTranslator
static void MarkupFilterUtils.print(PrintWriter writer, char[] data, int offset, int length, boolean escapeQuotes, ICharacterTranslator translator)
           
 

Constructors in org.apache.tapestry.markup with parameters of type ICharacterTranslator
AbstractMarkupFilter(ICharacterTranslator translator)
           
 

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

Classes in org.apache.tapestry.util.text that implement ICharacterTranslator
 class AsciiCharacterTranslator
          An object that translates selected ASCII characters into equivalent strings.
 class MarkupCharacterTranslator
          An object that encodes a character according to rules of the HTML specification, so that it will be properly parsed by a browser irrespectively of the character encoding used in the HTML output.
 class XmlCharacterTranslator
          Handles escaping of special characters as per the XML spec section 2.2.
 

Methods in org.apache.tapestry.util.text that return ICharacterTranslator
 ICharacterTranslator DefaultCharacterTranslatorSource.getDefaultTranslator()
          Returns a translator that encodes all non-safe characters into their HTML equivalents.
 ICharacterTranslator ICharacterTranslatorSource.getDefaultTranslator()
           
 ICharacterTranslator DefaultCharacterTranslatorSource.getTranslator(String encoding)
          If the encoding is a Unicode one, returns a translator that encodes only the non-safe ASCII characters and leaves the others untouched.
 ICharacterTranslator ICharacterTranslatorSource.getTranslator(String encoding)
           
 

Constructors in org.apache.tapestry.util.text with parameters of type ICharacterTranslator
MarkupCharacterTranslator(boolean encodeNonAscii, ICharacterMatcher safeMatcher, ICharacterTranslator entityTranslator)
           
 

Uses of ICharacterTranslator in org.apache.tapestry.wml
 

Methods in org.apache.tapestry.wml that return ICharacterTranslator
 ICharacterTranslator WMLCharacterTranslatorSource.getDefaultTranslator()
           
 ICharacterTranslator WMLCharacterTranslatorSource.getTranslator(String encoding)
           
 



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