net.sf.jasperreports.components.sort
Class SortParameterContributor

java.lang.Object
  extended by net.sf.jasperreports.components.sort.SortParameterContributor
All Implemented Interfaces:
ParameterContributor

public class SortParameterContributor
extends Object
implements ParameterContributor

Version:
$Id: SortParameterContributor.java 5050 2012-03-12 10:11:26Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
SortParameterContributor(ParameterContributorContext context)
           
 
Method Summary
 void contributeParameters(Map<String,Object> parameterValues)
           
 void dispose()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortParameterContributor

public SortParameterContributor(ParameterContributorContext context)
Method Detail

contributeParameters

public void contributeParameters(Map<String,Object> parameterValues)
                          throws JRException
Specified by:
contributeParameters in interface ParameterContributor
Throws:
JRException

dispose

public void dispose()
Specified by:
dispose in interface ParameterContributor

main

public static void main(String[] args)
                 throws org.codehaus.jackson.JsonParseException,
                        org.codehaus.jackson.map.JsonMappingException,
                        IOException
Throws:
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException


Copyright © 2012. All Rights Reserved.