Uses of Class
org.apache.commons.digester.plugins.Declaration
Packages that use Declaration
Package
Description
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of Declaration in org.apache.commons.digester.plugins
Fields in org.apache.commons.digester.plugins declared as DeclarationModifier and TypeFieldDescriptionprivate DeclarationPluginCreateRule.defaultPluginInfo about optional default plugin to be used if no plugin-id is specified in the input data.Fields in org.apache.commons.digester.plugins with type parameters of type DeclarationModifier and TypeFieldDescriptionprivate HashMap<String, Declaration> PluginManager.declarationsByClassMap of classname->Declarationprivate HashMap<String, Declaration> PluginManager.declarationsByIdMap of id->DeclarationMethods in org.apache.commons.digester.plugins that return DeclarationModifier and TypeMethodDescriptionPluginManager.getDeclarationByClass(String className) Return the declaration object with the specified class.PluginManager.getDeclarationById(String id) Return the declaration object with the specified id.Methods in org.apache.commons.digester.plugins with parameters of type DeclarationModifier and TypeMethodDescriptionvoidPluginManager.addDeclaration(Declaration decl) Add the declaration to the set of known declarations.