|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.jsf.engine.fill.DefaultFiller
public class DefaultFiller
Default Filler implementation.
| Field Summary | |
|---|---|
static String |
PARAM_APPLICATION_SCOPE
|
static String |
PARAM_REPORT_CLASSLOADER
The Constant PARAM_REPORT_CLASSLOADER. |
static String |
PARAM_REPORT_LOCALE
The Constant PARAM_REPORT_LOCALE. |
static String |
PARAM_REQUEST_SCOPE
|
static String |
PARAM_SESSION_SCOPE
|
static String |
SUBREPORT_PARAMETER_SEPARATOR
|
| Constructor Summary | |
|---|---|
DefaultFiller()
|
|
| Method Summary | |
|---|---|
protected Map<String,Object> |
buildParamMap(javax.faces.context.FacesContext context,
UIReport component)
Builds the param map. |
protected net.sf.jasperreports.engine.JasperPrint |
doFill(javax.faces.context.FacesContext context,
UIReport component,
Map<String,Object> parameters)
Performs the internal fill operation. |
void |
fill(javax.faces.context.FacesContext context,
UIReport component)
Fill the report object with data comming from the submitted source object (if specified). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SUBREPORT_PARAMETER_SEPARATOR
public static final String PARAM_REPORT_CLASSLOADER
public static final String PARAM_REPORT_LOCALE
public static final String PARAM_APPLICATION_SCOPE
public static final String PARAM_SESSION_SCOPE
public static final String PARAM_REQUEST_SCOPE
| Constructor Detail |
|---|
public DefaultFiller()
| Method Detail |
|---|
public final void fill(javax.faces.context.FacesContext context,
UIReport component)
throws FillerException
fill in interface Fillercontext - current faces' context.component - report component.
FillerException - if filler throws any exception.
protected Map<String,Object> buildParamMap(javax.faces.context.FacesContext context,
UIReport component)
throws FillerException
context - the contextcomponent - the component
FillerException
protected net.sf.jasperreports.engine.JasperPrint doFill(javax.faces.context.FacesContext context,
UIReport component,
Map<String,Object> parameters)
throws FillerException
context - current faces' context.component - report componentparameters - report parameters.
FillerException - if some error happens.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||