public interface ConverterFactory
ObjectFactory
to build TypeConverter
Modifier and Type | Method and Description |
---|---|
TypeConverter |
buildConverter(Class<? extends TypeConverter> converterClass,
Map<String,Object> extraContext)
Build converter of given type
|
TypeConverter buildConverter(Class<? extends TypeConverter> converterClass, Map<String,Object> extraContext) throws Exception
converterClass
- to instantiateextraContext
- a Map of extra context which uses the same keys as the ActionContext
Exception
- in case of any errorsCopyright © 2000–2020 Apache Software Foundation. All rights reserved.