net.sf.jasperreports.jsf.engine
Interface Filler

All Known Implementing Classes:
DefaultFiller, FillerWrapper

public interface Filler

The Filler interface.

Author:
A. Alonso Dominguez

Method Summary
 void fill(javax.faces.context.FacesContext context, UIReport component)
          Process the report component and fill it with the external data if needed.
 

Method Detail

fill

void fill(javax.faces.context.FacesContext context,
          UIReport component)
          throws FillerException
Process the report component and fill it with the external data if needed.

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.