java.lang.Object | |
↳ | com.microstrategy.utils.ContentEncoderChain |
This class represents the list of encoders used to encode data.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContentEncoderChain() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
add(String name)
Add an encoder to the chain.
| ||||||||||
String |
encode(String data)
The encode method encodes the data through the list of encoders.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Add an encoder to the chain.
name | - Name of the encoder. |
---|
The encode method encodes the data through the list of encoders.
data | - value to be encoded. |
---|