Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.digester3.plugins.strategies Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
FinderFromClassA rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltClassClassorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltMethodA rule-finding algorithm which looks for a method with a specific name on the plugin class.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltResourceA 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.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromFileA rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromMethodA rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromResourceA rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderSetPropertiesA rule-finding algorithm which expects the user to specify whether automatic property setting is desired.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderFromClassA RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderFromStreamA rule-finding algorithm which loads an xmlplugins-format file.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderSetPropertiesA 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.Classorg.apache.commons.digester3.plugins.strategiesApache Commons