public class LoaderSetProperties extends RuleLoader
This loader ensures that any xml attributes on the plugin tag get mapped to equivalent properties on a javabean. This allows JavaBean classes to be used as plugins without any requirement to create custom plugin rules.
| Constructor and Description |
|---|
LoaderSetProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRules(Digester digester,
String path)
Just add a SetPropertiesRule at the specified path.
|
public void addRules(Digester digester, String path)
addRules in class RuleLoaderCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.