|
RichFaces Core Implementation 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Encoder
Provides the highest level of abstraction for Encoders. This is the sister interface of Decoder. Every implementation
of Encoder provides this common generic interface whic allows a user to pass a generic Object to any Encoder implementation
in the codec package.
| Method Summary | |
|---|---|
Object |
encode(Object pObject)
Encodes an "Object" and returns the encoded content as an Object. |
| Method Detail |
|---|
Object encode(Object pObject)
throws EncoderException
byte[] or
Strings depending on the implementation used.
pObject - An object ot encode
EncoderException - an encoder exception is thrown if the encoder experiences a failure condition during the
encoding process.
|
RichFaces Core Implementation 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||