| com.nabhinc.portlet.chart.BaseXMLDataset
All known Subclasses: com.nabhinc.portlet.chart.XMLPieDataset, com.nabhinc.portlet.chart.XMLCategoryDataset,
BaseXMLDataset | abstract public class BaseXMLDataset extends AbstractDataset implements ChartDataSource(Code) | | author: Wirawan Chokry author: (c) 2002, 2003 Nabh Information Systems, Inc. All Rights Reserved. |
XML_DOC_ABSOLUTE_PATH_INIT_PARAM | final public static String XML_DOC_ABSOLUTE_PATH_INIT_PARAM(Code) | | Parameter name for datasource file. The xmlDocAbsolutePath is
the absolute path to the XML file containing chart data.
Either xmlDocURL , or xmlDocAbsolutePath , or
xmlDocRelativePath is required.
|
XML_DOC_RELATIVE_PATH_INIT_PARAM | final public static String XML_DOC_RELATIVE_PATH_INIT_PARAM(Code) | | Parameter name for datasource path. The dataSourcePath is
the relative path of the datasource file to the context path.
Either xmlDocURL , or xmlDocAbsolutePath , or
xmlDocRelativePath is required.
|
XML_DOC_URL_INIT_PARAM | final public static String XML_DOC_URL_INIT_PARAM(Code) | | Parameter name for datasource URL. The xmlDocURL should
begin with http:// or file:// (for local file).
Either xmlDocURL , or xmlDocAbsolutePath , or
xmlDocRelativePath is required.
|
bxdsXMLURL | protected String bxdsXMLURL(Code) | | URL to retrieve XML file
|
createDummyData | abstract public void createDummyData()(Code) | | |
executeQuery | abstract public void executeQuery() throws PortletException(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | Initializes XML data and populates the dataset.
Parameters: datasource - The datasource, which should be xml . Parameters: config - The XML document path/URL. |
retrieveChartData | public void retrieveChartData() throws PortletException(Code) | | |
|
|