Class ParameterFactory
java.lang.Object
org.apache.commons.digester3.AbstractObjectCreationFactory<Object>
org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
org.frankframework.configuration.digester.GenericFactory
org.frankframework.configuration.digester.ParameterFactory
- All Implemented Interfaces:
org.apache.commons.digester3.ObjectCreationFactory<Object>
,IDigesterRuleAware
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Factory for instantiating Parameters from the Digester framework.
Instantiates the parameter based on the type specified.
- Author:
- Niels Meijer
-
Field Summary
Fields inherited from class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
log
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateObject
(Map<String, String> attrs) Create Object from Spring factory, but using the attributes from the XML converted to a Map.Methods inherited from class org.frankframework.configuration.digester.GenericFactory
getSuggestedBeanName
Methods inherited from class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
copyAttrsToMap, createBeanAndAutoWire, createObject, getApplicationContext, isPrototypesOnly, setApplicationContext, setDigesterRule
Methods inherited from class org.apache.commons.digester3.AbstractObjectCreationFactory
getDigester, setDigester
-
Constructor Details
-
ParameterFactory
public ParameterFactory()
-
-
Method Details
-
createObject
Description copied from class:AbstractSpringPoweredDigesterFactory
Create Object from Spring factory, but using the attributes from the XML converted to a Map. This is so that sub-classes can override this method and change attributes in the map before creating the object from the Spring factory.- Overrides:
createObject
in classAbstractSpringPoweredDigesterFactory
- Throws:
ClassNotFoundException
-