|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.bean.EncodersBean.EncodingProvider
public static class EncodersBean.EncodingProvider
Class to use Encoder
as a Map
to perform encode and decode operations.
Field Summary | |
---|---|
protected NothingImplementedMap |
fDecoderMap
Map used for decoding. |
protected Encoder |
fEncoder
The underlying Encoder object. |
protected NothingImplementedMap |
fEncoderMap
Map used for encoding. |
Constructor Summary | |
---|---|
EncodersBean.EncodingProvider(Encoder encoder)
Constructor to store the encoder instance. |
Method Summary | |
---|---|
Map |
getDecoder()
Return the empty decoding map, calls to Map.get(Object) will return decoded strings. |
Map |
getEncoder()
Return the empty encoding map, calls to Map.get(Object) will return encoded strings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Encoder fEncoder
Encoder
object.
protected NothingImplementedMap fEncoderMap
Map
used for encoding.
protected NothingImplementedMap fDecoderMap
Map
used for decoding.
Constructor Detail |
---|
public EncodersBean.EncodingProvider(Encoder encoder)
encoder
- Encoder
Method Detail |
---|
public Map getEncoder()
Map.get(Object)
will return encoded strings.
Map
public Map getDecoder()
Map.get(Object)
will return decoded strings.
Map
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |