Package org.apache.commons.digester3.plugins.strategies
package org.apache.commons.digester3.plugins.strategies
The
plugins.strategies
package contains "rule-finding" strategy
classes, and their associated "helper" loader classes.-
ClassesClassDescriptionA rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.A rule-finding algorithm which looks for a method with a specific name on a class whose name is derived from the plugin class name.A rule-finding algorithm which looks for a method with a specific name on the plugin class.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.A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.A rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.A rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).A rule-finding algorithm which expects the user to specify whether "automatic property setting" is desired.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.A rule-finding algorithm which loads an xmlplugins-format file.A RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is invoked.