com.opensymphony.xwork2.factory
Class DefaultConverterFactory
java.lang.Object
com.opensymphony.xwork2.factory.DefaultConverterFactory
- All Implemented Interfaces:
- ConverterFactory
public class DefaultConverterFactory
- extends Object
- implements ConverterFactory
Default implementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConverterFactory
public DefaultConverterFactory()
setContainer
public void setContainer(Container container)
buildConverter
public TypeConverter buildConverter(Class<? extends TypeConverter> converterClass,
Map<String,Object> extraContext)
throws Exception
- Description copied from interface:
ConverterFactory
- Build converter of given type
- Specified by:
buildConverter
in interface ConverterFactory
- Parameters:
converterClass
- to instantiateextraContext
- a Map of extra context which uses the same keys as the ActionContext
- Returns:
- instance of converterClass with inject dependencies
- Throws:
Exception
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.