Set up environment for configurable form handling data. This group
of actions are unique in that they employ a terciary mapping.
Each configuration file must use the same format in order to be
effective. The name of the root configuration element is irrelevant.
getConfiguration(String descriptor,
boolean reloadable) Deprecated.please use the getConfiguration(String, SourceResolver, boolean)
version of this method instead.
Set up the complementary configuration file. Please note that
multiple Actions can share the same configurations. By using
this approach, we can limit the number of config files.
Also note that the configuration file does not have to be a file.
Defaults to reload configuration file it has changed.
Set up the complementary configuration file. Please note that
multiple Actions can share the same configurations. By using
this approach, we can limit the number of config files.
Also note that the configuration file does not have to be a file.