Class ExporterFilterFactoryUtil
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ExporterFilterFactoryUtil
-
public final class ExporterFilterFactoryUtil extends Object
AExporterFilterFactoryutility class.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXCEPTION_MESSAGE_KEY_FACTORY_CLASS_INSTANCE_FAILUREstatic StringEXCEPTION_MESSAGE_KEY_FACTORY_CLASS_NOT_FOUND
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExporterFilterFactorygetFilterFactory(String factoryClassName)Returns an exporter filter factory based on a factory class name.
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_NOT_FOUND
public static final String EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_NOT_FOUND
- See Also:
- Constant Field Values
-
EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_INSTANCE_FAILURE
public static final String EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_INSTANCE_FAILURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFilterFactory
public static ExporterFilterFactory getFilterFactory(String factoryClassName) throws JRException
Returns an exporter filter factory based on a factory class name.- Parameters:
factoryClassName- the factory class name- Returns:
- an exporter filter factory instance
- Throws:
JRException
-
-