Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.digester3.plugins Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
DeclarationRepresents a Class that can be instantiated by a PluginCreateRule, plus info on how to load custom digester rules for mapping xml into that plugged-in class.Classorg.apache.commons.digester3.pluginsApache Commons
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
InitializableRuleDefines an interface that a Rule class can implement if it wishes to get an initialisation callback after the rule has been added to the set of Rules within a PluginRules instance.Interfaceorg.apache.commons.digester3.pluginsApache 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
PluginAssertionFailureThrown when a bug is detected in the plugins code.Classorg.apache.commons.digester3.pluginsApache Commons
PluginConfigurationExceptionThrown when an error occurs due to the way the calling application uses the plugins module.Classorg.apache.commons.digester3.pluginsApache Commons
PluginContextProvides data and services which should exist only once per digester.Classorg.apache.commons.digester3.pluginsApache Commons
PluginCreateRuleAllows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern.Classorg.apache.commons.digester3.pluginsApache Commons
PluginDeclarationRuleA Digester rule which allows the user to pre-declare a class which is to be referenced later at a plugin point by a Normally, a PluginDeclarationRule is added to a Digester instance with the pattern {root}/plugin or * /pluginClassorg.apache.commons.digester3.pluginsApache Commons
PluginExceptionThrown when some plugin-related error has occurred, and none of the other exception types are appropriate.Classorg.apache.commons.digester3.pluginsApache Commons
PluginInvalidInputExceptionThrown when an error occurs due to bad data in the file being parsed.Classorg.apache.commons.digester3.pluginsApache Commons
PluginManagerCoordinates between PluginDeclarationRule and PluginCreateRule objects, providing a place to share data between instances of these rules.Classorg.apache.commons.digester3.pluginsApache Commons
PluginRulesA custom digester Rules manager which must be used as the Rules object when using the plugins module functionality.Classorg.apache.commons.digester3.pluginsApache Commons
RuleFinderEach concrete implementation of RuleFinder is an algorithm for locating a source of digester rules for a plugin.Classorg.apache.commons.digester3.pluginsApache Commons
RuleLoaderInterface for classes which can dynamically load custom plugin rules associated with a user's plugin class.Classorg.apache.commons.digester3.pluginsApache Commons
RulesFactoryWhenever the scope of a plugin tag is entered, the PluginRules class creates a new Rules instance and configures it with the appropriate parsing rules for the plugged-in class.Classorg.apache.commons.digester3.pluginsApache Commons