net.sf.jasperreports.jsf.engine.converters
Class MapSourceConverter

java.lang.Object
  extended by net.sf.jasperreports.jsf.engine.converters.SourceConverterBase
      extended by net.sf.jasperreports.jsf.engine.converters.MapSourceConverter
All Implemented Interfaces:
Serializable, SourceConverter

public final class MapSourceConverter
extends SourceConverterBase

Converter implementation which transforms the received value into a map or an array of maps.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jasperreports.jsf.engine.converters.SourceConverterBase
NULL_SOURCE
 
Constructor Summary
MapSourceConverter()
           
 
Method Summary
protected  Source createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 
Methods inherited from class net.sf.jasperreports.jsf.engine.converters.SourceConverterBase
convertFromSource, convertFromValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapSourceConverter

public MapSourceConverter()
Method Detail

createSource

protected Source createSource(javax.faces.context.FacesContext context,
                              javax.faces.component.UIComponent component,
                              Object value)
Overrides:
createSource in class SourceConverterBase


Copyright © 2011 SourceForge.net. All Rights Reserved.