net.sf.jasperreports.engine.export
Class ExporterFilterFactoryUtil
java.lang.Object
net.sf.jasperreports.engine.export.ExporterFilterFactoryUtil
public final class ExporterFilterFactoryUtil
- extends Object
A ExporterFilterFactory utility class.
- Version:
- $Id: ExporterFilterFactoryUtil.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2012. All Rights Reserved.