Package | Description |
---|---|
org.hippoecm.repository.api |
Modifier and Type | Class and Description |
---|---|
static class |
StringCodecFactory.IdentEncoding
Usage of this class discouraged.
|
static class |
StringCodecFactory.ISO9075Helper
Usage of this class discouraged.
|
static class |
StringCodecFactory.NameEncoding
Helper class for encoding and decoding node names
|
static class |
StringCodecFactory.UriEncoding
The UriEncoding class is responsible for creating human-readable URI from a String, by either removing characters
or by mapping them to characters that need not be percent-encoded.
|
Modifier and Type | Method and Description |
---|---|
StringCodec |
StringCodecFactory.getStringCodec()
Requests the default encoder to use.
|
StringCodec |
StringCodecFactory.getStringCodec(String encoding)
Requests which encoder to use for the given symbolic name.
|
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.
|
StringCodec |
StringCodecFactory.getStringCodec(String encoding,
String locale)
Requests which encoder to use for the given symbolic name and locale.
|
Constructor and Description |
---|
StringCodecFactory(Map<String,StringCodec> codecs)
Initialized a StringCodecFactory with the given and fixed StringCodec mappings.
|
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.