
VariableLookupList
This handler replaces the value of a named variable.
It references a replacement mapping list you specify in the custom GUI.
The list must be plain text, with the format
value=replacment on separate lines.
If an associated replacement is not found, the original element remains unchanged.
VariableLookupList has the advantage of storing the lookup data with the plug-in instance's configuration. This is especially useful if you have a networked cluster, since configuration changes are automatically distributed to all servers.
Since the VariableLookupFile's lookup map is a plain text file on your server, it is usually a better choice if you plan to automatically generate the lookup data periodically via a script.