Uses of Interface
org.hippoecm.repository.api.StringCodec
-
Packages that use StringCodec Package Description org.hippoecm.repository.api -
-
Uses of StringCodec in org.hippoecm.repository.api
Classes in org.hippoecm.repository.api that implement StringCodec Modifier and Type Class 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 namesstatic 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.Methods in org.hippoecm.repository.api that return StringCodec Modifier and Type Method 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
StringCodecFactory. getStringCodec(String encoding, String locale)
Requests which encoder to use for the given symbolic name and locale.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.Constructor parameters in org.hippoecm.repository.api with type arguments of type StringCodec Constructor Description StringCodecFactory(Map<String,StringCodec> codecs)
Initialized a StringCodecFactory with the given and fixed StringCodec mappings.
-