RichFaces Core Implementation 4.1.0.Final

Uses of Interface
org.ajax4jsf.util.base64.Encoder

Packages that use Encoder
org.ajax4jsf.util.base64 Framework utility classes to handle BASE64 encoding 
 

Uses of Encoder in org.ajax4jsf.util.base64
 

Subinterfaces of Encoder in org.ajax4jsf.util.base64
 interface BinaryEncoder
          Defines common encoding methods for byte array encoders.
 

Classes in org.ajax4jsf.util.base64 that implement Encoder
 class URL64Codec
          Provides Base64 encoding and decoding like defined by RFC 2045, but with little difference : chars '=' '+' and '/' , incorrectly processed in URL by any browsers, replaced by '_' '-' '!',
 class URLCodec
           Implements the 'www-form-urlencoded' encoding scheme,

also misleadingly known as URL encoding.

 


RichFaces Core Implementation 4.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.