RichFaces Core Implementation 4.2.2.Final-redhat-1

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

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

Uses of Decoder in org.ajax4jsf.util.base64
 

Subinterfaces of Decoder in org.ajax4jsf.util.base64
 interface BinaryDecoder
          Defines common decoding methods for byte array decoders.
 

Classes in org.ajax4jsf.util.base64 that implement Decoder
 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.2.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.