Uses of Interface
org.jboss.portal.common.text.CharEncoder

Packages that use CharEncoder
org.jboss.portal.common.http   
org.jboss.portal.common.text   
 

Uses of CharEncoder in org.jboss.portal.common.http
 

Methods in org.jboss.portal.common.http that return CharEncoder
 CharEncoder QueryStringParser.getParameterDecoder()
           
 

Constructors in org.jboss.portal.common.http with parameters of type CharEncoder
QueryStringParser(CharEncoder parameterDecoder)
          Create a new parser with the specified parameter decoder.
 

Uses of CharEncoder in org.jboss.portal.common.text
 

Classes in org.jboss.portal.common.text that implement CharEncoder
 class AbstractCharEncoder
           
 class EntityEncoder
          This encoder performs lookup for converting a char to its HTML entity representation.
 class FastURLDecoder
           
 class FastURLEncoder
          An implementation based on a table for lookups.
 

Methods in org.jboss.portal.common.text with parameters of type CharEncoder
 CharBuffer CharBuffer.append(java.lang.String s, CharEncoder encoder)
           
 



Copyright © 2008. All Rights Reserved.