|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Base64
Provides Base64 encoding and decoding as defined by RFC 2045. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |