Package | Description |
---|---|
org.hippoecm.repository.api |
Modifier and Type | Method and Description |
---|---|
static StringCodecService.Encoding |
StringCodecService.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringCodecService.Encoding[] |
StringCodecService.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StringCodec |
StringCodecService.getStringCodec(StringCodecService.Encoding encoding)
Returns the default string codec for a certain encoding.
|
StringCodec |
StringCodecService.getStringCodec(StringCodecService.Encoding encoding,
String locale)
Returns the string codec for a certain encoding that is best suited for the given locale.
|
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.