|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanProviderException | |
| net.windward.bean | |
| net.windward.xmlreport | The reporting-specific part of Windward Reports. |
| Uses of BeanProviderException in net.windward.bean |
| Methods in net.windward.bean that throw BeanProviderException | |
BeanResult |
BeanProviderImpl.functionTag(FunctionTag tag,
java.lang.String[] nodeValues,
java.lang.String value,
java.util.Locale locale)
Process a <wr:function ... |
BeanResult |
BeanProviderImpl.outTag(OutTag tag,
java.lang.String value,
java.util.Locale locale)
Process a <wr:out ... |
void |
StatefulBeanProvider.reportSetup(ProcessReport process,
java.util.Properties properties)
This method is called before any datasources are applied to a report. |
void |
StatefulBeanProvider.reportTeardown()
This method is called after all datasources are applied to a report. |
void |
StatefulBeanProvider.datasourceSetup(DataSourceProvider provider,
java.lang.String name)
This method is called before each datasource is applied to a report. |
void |
StatefulBeanProvider.datasourceTeardown()
This method is called after each datasource is applied to a report. |
BeanResult |
BeanProvider.functionTag(FunctionTag tag,
java.lang.String[] nodeValues,
java.lang.String value,
java.util.Locale locale)
Process a <wr:function ... |
BeanResult |
BeanProvider.outTag(OutTag tag,
java.lang.String value,
java.util.Locale locale)
Process a <wr:out ... |
boolean |
BeanProvider.forEachTag(ForEachTag tag)
Process a <wr:forEach ... |
boolean |
BeanProvider.ifTag(IfTag tag,
boolean value)
Process a <wr:if ... |
void |
StatelessBeanProvider.serverSetup(java.util.Properties properties)
This method is called when the server first starts up. |
void |
StatelessBeanProvider.serverTeardown()
This method is called when the server is shutting down. |
| Uses of BeanProviderException in net.windward.xmlreport |
| Methods in net.windward.xmlreport that throw BeanProviderException | |
void |
ProcessReport.processSetup()
Process the template and get the report ready to process data files. |
void |
ProcessReport.processSetup(int inputType)
Process the template and get the report ready to process data files. |
net.windward.xmlreport.TemplateInfo |
ProcessReport.getInfo()
Returns all vars referenced in the template that are not defined in the template. |
void |
ProcessReport.processData(DataSourceProvider datasourceProvider,
java.lang.String datasourceName)
Process a set of data for the report. |
void |
ProcessReport.processComplete()
Process the final report and create the output. |
void |
ProcessReport.process()
Create a report from the input streams, writing it to the output (report) stream. |
void |
ProcessHtml.process()
Create a report from the input (xml & rtf) streams, writing it to the output (report) stream. |
void |
ProcessReportAPIBase.process()
Create a report from the input (xml & rtf) streams, writing it to the output (report) stream. |
void |
ProcessReportAPIBase.processSetup()
Process the template and get the report ready to process data files. |
void |
ProcessReportAPIBase.processSetup(int inputType)
Process the template and get the report ready to process data files. |
net.windward.xmlreport.TemplateInfo |
ProcessReportAPIBase.getInfo()
Returns all vars referenced in the template that are not defined in the template. |
void |
ProcessReportAPIBase.processData(DataSourceProvider data,
java.lang.String datasource)
Process a set of data for the report. |
void |
ProcessReportAPIBase.processComplete()
Process the final report and create the output. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||