Class ParameterFactory

java.lang.Object
org.apache.commons.digester3.AbstractObjectCreationFactory<Object>
All Implemented Interfaces:
org.apache.commons.digester3.ObjectCreationFactory<Object>, IDigesterRuleAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ParameterFactory extends GenericFactory
Factory for instantiating Parameters from the Digester framework. Instantiates the parameter based on the type specified.
Author:
Niels Meijer