net.sf.jasperreports.engine.export
Class ExporterFilterFactoryUtil

java.lang.Object
  extended by net.sf.jasperreports.engine.export.ExporterFilterFactoryUtil

public final class ExporterFilterFactoryUtil
extends java.lang.Object

A ExporterFilterFactory utility class.

Version:
$Id: ExporterFilterFactoryUtil.java 3713 2010-04-08 11:06:05Z teodord $
Author:
Lucian Chirita ([email protected])

Method Summary
static ExporterFilterFactory getFilterFactory(java.lang.String factoryClassName)
          Returns an exporter filter factory based on a factory class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2011. All Rights Reserved.