StringLookup |
StringLookupFactory.base64DecoderStringLookup() |
Returns the Base64StringLookup singleton instance to format the current date with the format given in the key in
a format compatible with SimpleDateFormat.
|
StringLookup |
StringLookupFactory.base64EncoderStringLookup() |
Returns the Base64StringLookup singleton instance to format the current date with the format given in the key in
a format compatible with SimpleDateFormat.
|
StringLookup |
StringLookupFactory.base64StringLookup() |
Deprecated.
|
StringLookup |
StringLookupFactory.constantStringLookup() |
Returns the ConstantStringLookup singleton instance to get the value of a fully-qualified static final value.
|
StringLookup |
StringLookupFactory.dateStringLookup() |
Returns the DateStringLookup singleton instance to format the current date with the format given in the key in a
format compatible with SimpleDateFormat.
|
StringLookup |
StringLookupFactory.environmentVariableStringLookup() |
Returns the EnvironmentVariableStringLookup singleton instance where the lookup key is an environment variable
name.
|
StringLookup |
StringLookupFactory.fileStringLookup() |
Returns the FileStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.interpolatorStringLookup() |
|
StringLookup |
StringLookupFactory.interpolatorStringLookup(Map<String,StringLookup> stringLookupMap,
StringLookup defaultStringLookup,
boolean addDefaultLookups) |
|
<V> StringLookup |
StringLookupFactory.interpolatorStringLookup(Map<String,V> map) |
|
StringLookup |
StringLookupFactory.interpolatorStringLookup(StringLookup defaultStringLookup) |
|
StringLookup |
StringLookupFactory.javaPlatformStringLookup() |
Returns the JavaPlatformStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.localHostStringLookup() |
Returns the LocalHostStringLookup singleton instance where the lookup key is one of:
name: for the local host name, for example EXAMPLE.
canonical-name: for the local canonical host name, for example EXAMPLE.apache.org.
address: for the local host address, for example 192.168.56.1.
|
<V> StringLookup |
StringLookupFactory.mapStringLookup(Map<String,V> map) |
Returns a new map-based lookup where the request for a lookup is answered with the value for that key.
|
StringLookup |
StringLookupFactory.nullStringLookup() |
Returns the NullStringLookup singleton instance which always returns null.
|
StringLookup |
StringLookupFactory.propertiesStringLookup() |
Returns the PropertiesStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.resourceBundleStringLookup() |
Returns the ResourceBundleStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.resourceBundleStringLookup(String bundleName) |
Returns a ResourceBundleStringLookup instance for the given bundle name.
|
StringLookup |
StringLookupFactory.scriptStringLookup() |
Returns the ScriptStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.systemPropertyStringLookup() |
Returns the SystemPropertyStringLookup singleton instance where the lookup key is a system property name.
|
StringLookup |
StringLookupFactory.urlDecoderStringLookup() |
Returns the UrlDecoderStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.urlEncoderStringLookup() |
Returns the UrlDecoderStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.urlStringLookup() |
Returns the UrlStringLookup singleton instance.
|
StringLookup |
StringLookupFactory.xmlStringLookup() |
Returns the XmlStringLookup singleton instance.
|