(package private) class |
ConstantStringLookup |
Looks up the value of a fully-qualified static final value.
|
(package private) class |
DateStringLookup |
Formats the current date with the format given in the key in a format compatible with
SimpleDateFormat .
|
(package private) class |
DnsStringLookup |
Looks up keys related to DNS entries like host name, canonical host name, host address.
|
(package private) class |
FileStringLookup |
Looks up keys from an XML document.
|
(package private) class |
FunctionStringLookup<V> |
A function-based lookup where the request for a lookup is answered by applying that function with a key.
|
(package private) class |
InterpolatorStringLookup |
Proxies other StringLookup s using a keys within ${} markers using the format "${StringLookup:Key}".
|
(package private) class |
JavaPlatformStringLookup |
Looks up keys related to Java: Java version, JRE version, VM version, and so on.
|
(package private) class |
LocalHostStringLookup |
Looks up keys related to the local host: host name, canonical host name, host address.
|
(package private) class |
PropertiesStringLookup |
Looks up keys from an XML document.
|
(package private) class |
ResourceBundleStringLookup |
Looks up keys from resource bundles.
|
(package private) class |
ScriptStringLookup |
Executes the script with the given engine name.
|
(package private) class |
UrlDecoderStringLookup |
Decodes URL Strings using the UTF-8 encoding.
|
(package private) class |
UrlEncoderStringLookup |
Encodes URL Strings using the UTF-8 encoding.
|
(package private) class |
UrlStringLookup |
Looks up keys from an XML document.
|
(package private) class |
XmlStringLookup |
Looks up keys from an XML document.
|