Interface XmlDemoHandler
-
- All Superinterfaces:
DemoHandler,InternalDemoHandler
- All Known Implementing Classes:
AbstractXmlDemoHandler,AutoTableBundleDemo,BasicExtXmlChartDemo,BasicSimpleXmlChartDemo,BookstoreDemo,CombinedAdvertisingDemoHandler,ComponentDrawingDemoHandler,ConditionalGroupDemo,CountryReportExtXMLDemoHandler,CountryReportSecurityXMLDemoHandler,CountryReportXMLDemoHandler,ExtSubReportDemo,FontDemo,GroupsDemo,I18nDemo,InlineSubReportDemo,InteractiveHtmlDemo,InteractiveSwingDemo,InternalFrameDemoHandler,ItemHidingDemoHandler,LeadingEmptyCardsDemoHandler,LGPLTextDemo,LogEventDemo,MultiExtXmlChartDemo,MultiPageCountryDataDemoHandler,MultiReportDemo,MultiSimpleXmlChartDemo,OneFileSubReportDemo,OpenSourceXMLDemoHandler,PaintComponentDemoHandler,ParameterDemo,PeopleReportXmlDemoHandler,PercentageDemo,RectanglesDemo,ReportFooter2Demo,ReportFooterDemo,RowbandingDemo,ShapeAndDrawableDemoHandler,SimpleAdvertisingDemoHandler,SimpleBarcodesODFDemo,SimpleBarcodesXMLDemo,SimpleCardDemoHandler,SimpleInvoiceDemoHandler,SimplePatientFormDemo,SparklineODFDemo,SparklineXMLDemo,SportsCouncilDemo,SQLDataSourceDemo,SQLSubReportDemo,StackedLayoutXMLDemoHandler,StaticDataSourceDemo,SubReportDemo,SurveyScaleXMLDemoHandler,SwingIconsDemo,TableJFreeChartDemo,ThreeMultiReportDemo,ThreeSubReportDemo,TrafficLightingDemo,VeryLargeReportDemo,WayBillDemoHandler
public interface XmlDemoHandler extends InternalDemoHandler
An XML demo handler offers generic support for reading the report definition from an XML file.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetReportDefinitionSource()Returns the URL of the XML definition for this report.-
Methods inherited from interface org.pentaho.reporting.engine.classic.demo.util.DemoHandler
getPreviewHandler
-
Methods inherited from interface org.pentaho.reporting.engine.classic.demo.util.InternalDemoHandler
createReport, getController, getDemoDescriptionSource, getDemoName, getPresentationComponent, setController
-
-
-
-
Method Detail
-
getReportDefinitionSource
URL getReportDefinitionSource()
Returns the URL of the XML definition for this report.- Returns:
- the URL of the report definition.
-
-