Uses of Enum Class
org.rapidcontext.core.data.TextEncoding
Packages that use TextEncoding
Package
Description
Provides the basic data types and serializers.
Provides the procedure and interceptor API:s.
-
Uses of TextEncoding in org.rapidcontext.core.data
Methods in org.rapidcontext.core.data that return TextEncodingModifier and TypeMethodDescriptionstatic TextEncodingReturns the enum constant of this class with the specified name.static TextEncoding[]TextEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rapidcontext.core.data with parameters of type TextEncodingModifier and TypeMethodDescriptionstatic StringTextEncoding.encode(TextEncoding encoding, String str) Encodes a string with the specified encoding. -
Uses of TextEncoding in org.rapidcontext.core.proc
Methods in org.rapidcontext.core.proc with parameters of type TextEncodingModifier and TypeMethodDescriptionBindings.processTemplate(String tpl, TextEncoding encoding) Replaces template variables with the corresponding argument value from the bindings.