| AbstractStringLookup |
A default lookup for others to extend in this package.
|
| BiFunctionStringLookup |
A function-based lookup where the request for a lookup is answered by applying that function with a key.
|
| BiStringLookup |
Lookups a String key for a String value.
|
| ConstantStringLookup |
Looks up the value of a fully-qualified static final value.
|
| DateStringLookup |
Formats the current date with the format given in the key in a format compatible with
SimpleDateFormat.
|
| DefaultStringLookup |
|
| DnsStringLookup |
Looks up keys related to DNS entries like host name, canonical host name, host address.
|
| FunctionStringLookup |
A function-based lookup where the request for a lookup is answered by applying that function with a key.
|
| JavaPlatformStringLookup |
Looks up keys related to Java: Java version, JRE version, VM version, and so on.
|
| LocalHostStringLookup |
Looks up keys related to the local host: host name, canonical host name, host address.
|
| PropertiesStringLookup |
Looks up keys from an XML document.
|
| ResourceBundleStringLookup |
Looks up keys from resource bundles.
|
| ScriptStringLookup |
Executes the script with the given engine name.
|
| StringLookup |
Lookups a String key for a String value.
|
| StringLookupFactory |
Create instances of string lookups or access singleton string lookups implemented in this package.
|
| UrlDecoderStringLookup |
Decodes URL Strings using the UTF-8 encoding.
|
| UrlEncoderStringLookup |
Encodes URL Strings using the UTF-8 encoding.
|
| UrlStringLookup |
Looks up keys from an XML document.
|
| XmlStringLookup |
Looks up keys from an XML document.
|