net.sf.jasperreports.jsf.engine.fill
Class FillerWrapper

java.lang.Object
  extended by net.sf.jasperreports.jsf.engine.fill.FillerWrapper
All Implemented Interfaces:
Filler

public abstract class FillerWrapper
extends Object
implements Filler

Filler wrapper implementation.

Author:
A. Alonso Dominguez

Constructor Summary
FillerWrapper(Filler delegate)
           
 
Method Summary
 void fill(javax.faces.context.FacesContext context, UIReport component)
          Process the report component and fill it with the external data if needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillerWrapper

public FillerWrapper(Filler delegate)
Method Detail

fill

public void fill(javax.faces.context.FacesContext context,
                 UIReport component)
          throws FillerException
Description copied from interface: Filler
Process the report component and fill it with the external data if needed.

Specified by:
fill in interface Filler
Parameters:
context - current faces' context.
component - the report component.
Throws:
FillerException - if some error happens when processing the data.


Copyright © 2011 SourceForge.net. All Rights Reserved.