Uses of Interface
org.hippoecm.repository.api.StringCodec
Packages that use StringCodec
-
Uses of StringCodec in org.hippoecm.repository.api
Classes in org.hippoecm.repository.api that implement StringCodecModifier and TypeClassDescriptionstatic final class
Usage of this class discouraged.static class
Usage of this class discouraged.static class
Helper class for encoding and decoding node namesstatic class
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 StringCodecModifier and TypeMethodDescriptionStringCodecFactory.getStringCodec()
Requests the default encoder to use.StringCodecFactory.getStringCodec
(String encoding) Requests which encoder to use for the given symbolic name.StringCodecFactory.getStringCodec
(String encoding, String locale) Requests which encoder to use for the given symbolic name and locale.StringCodecService.getStringCodec
(StringCodecService.Encoding encoding) Returns the default string codec for a certain encoding.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 StringCodecModifierConstructorDescriptionStringCodecFactory
(Map<String, StringCodec> codecs) Initialized a StringCodecFactory with the given and fixed StringCodec mappings.