Abstract base class for ObjectCreationFactory implementations.
ObjectCreationFactory
Digester
Factory method called by {@link FactoryCreateRule} to supply an object based on the element's attributes.paramattributes the element's attributesthrowsException any exception thrown will be propagated upwards
Factory method called by {@link FactoryCreateRule} to supply an object based on the element's attributes.
Returns the {@link Digester} that was set by the {@link FactoryCreateRule} upon initialization. // --------------------------------------------------------- Public Methods return (this.digester);
Returns the {@link Digester} that was set by the {@link FactoryCreateRule} upon initialization.
// --------------------------------------------------------- Public Methods return (this.digester);
Set the {@link Digester} to allow the implementation to do logging, classloading based on the digester's classloader, etc.paramdigester parent Digester object this.digester = digester;
Set the {@link Digester} to allow the implementation to do logging, classloading based on the digester's classloader, etc.
this.digester = digester;