Uses of Class
org.apache.commons.text.lookup.AbstractStringLookup
Packages that use AbstractStringLookup
-
Uses of AbstractStringLookup in org.apache.commons.text.lookup
Subclasses of AbstractStringLookup in org.apache.commons.text.lookupModifier and TypeClassDescription(package private) class
Looks up the value of a fully-qualified static final value.(package private) final class
Formats the current date with the format given in the key in a format compatible withSimpleDateFormat
.(package private) final class
Looks up keys related to DNS entries like host name, canonical host name, host address.(package private) final class
Looks up keys from an XML document.(package private) final class
A function-based lookup where the request for a lookup is answered by applying that function with a key.(package private) class
Proxies otherStringLookup
s using a keys within ${} markers using the format "${StringLookup:Key}".(package private) final class
Looks up keys related to Java: Java version, JRE version, VM version, and so on.(package private) final class
Looks up keys related to the local host: host name, canonical host name, host address.(package private) final class
Looks up keys from an XML document.(package private) final class
Looks up keys from resource bundles.(package private) final class
Executes the script with the given engine name.(package private) final class
Decodes URL Strings using the UTF-8 encoding.(package private) final class
Encodes URL Strings using the UTF-8 encoding.(package private) final class
Looks up keys from an XML document.(package private) final class
Looks up keys from an XML document.Fields in org.apache.commons.text.lookup declared as AbstractStringLookupModifier and TypeFieldDescription(package private) static final AbstractStringLookup
FileStringLookup.INSTANCE
Defines the singleton for this class.(package private) static final AbstractStringLookup
InterpolatorStringLookup.INSTANCE
Defines the singleton for this class.