| Name | Description | Type | Package | Framework |
| FinderFromClass | A rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| FinderFromDfltClass | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons | |
| FinderFromDfltMethod | A rule-finding algorithm which looks for a method with a specific name on the plugin class. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| FinderFromDfltResource | A rule-finding algorithm which looks for a resource file in the classpath whose name is derived from the plugin class name plus a specified suffix. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| FinderFromFile | A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| FinderFromMethod | A rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| FinderFromResource | A rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath). | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| FinderSetProperties | A rule-finding algorithm which expects the user to specify whether automatic property setting is desired. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| LoaderFromClass | A RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| LoaderFromStream | A rule-finding algorithm which loads an xmlplugins-format file. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
| LoaderSetProperties | A RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is This loader ensures that any xml attributes on the plugin tag get mapped to equivalent properties on a javabean. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |