net.sf.jasperreports.components.sort
Class SortParameterContributorFactory

java.lang.Object
  extended by net.sf.jasperreports.components.sort.SortParameterContributorFactory
All Implemented Interfaces:
ParameterContributorFactory

public final class SortParameterContributorFactory
extends java.lang.Object
implements ParameterContributorFactory

Version:
$Id: SortParameterContributorFactory.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.util.List<ParameterContributor> getContributors(ParameterContributorContext context)
          Returns a list of parameter contributor instances to be used during report filling.
static SortParameterContributorFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SortParameterContributorFactory getInstance()

getContributors

public java.util.List<ParameterContributor> getContributors(ParameterContributorContext context)
                                                     throws JRException
Description copied from interface: ParameterContributorFactory
Returns a list of parameter contributor instances to be used during report filling. This method can return null if no parameter contributor is to be used.

Specified by:
getContributors in interface ParameterContributorFactory
Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com