Class ExporterFilterFactoryUtil
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ExporterFilterFactoryUtil
-
public final class ExporterFilterFactoryUtil extends java.lang.ObjectAExporterFilterFactoryutility class.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_MESSAGE_KEY_FACTORY_CLASS_INSTANCE_FAILUREstatic java.lang.StringEXCEPTION_MESSAGE_KEY_FACTORY_CLASS_NOT_FOUND
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExporterFilterFactorygetFilterFactory(java.lang.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 java.lang.String EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_NOT_FOUND
- See Also:
- Constant Field Values
-
EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_INSTANCE_FAILURE
public static final java.lang.String EXCEPTION_MESSAGE_KEY_FACTORY_CLASS_INSTANCE_FAILURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFilterFactory
public static ExporterFilterFactory getFilterFactory(java.lang.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
-
-