Skip navigation links
JViews Diagrammer
Tag XMLDataSource
Since JViews 8.0 this component is deprecated. Instead the preferred way to access business data is to set the data
attribute of the diagrammerView
or dashboardView
tags.
The XML data source faces component provides access to the business data stored in an XML
file that is to be displayed on the Diagrammer view faces component. It should be set directly on the Diagrammer view faces component as it exposes an IlvXMLDataSource
as a JSF
component.
Usage
<jvdf:XMLDataSource
id="dataSource"
dataURL="/data/datasource.xml}" />
...
<jvdf:diagrammerView
id="diagrammer"
dataSourceId="dataSource"/>
DHTML - JavaScript Types
This component has no JavaScript
representation.
JSF Component Class
IlvFacesDiagrammerXMLDataSource
Tag Information |
Tag Class | ilog.views.diagrammer.faces.dhtml.taglib.IlvFacesDiagrammerXMLDataSourceTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | XML Data Source |
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The value binding expression that links this component to a property in a backing bean. If this attribute is set, the tag will not create the component itself, but will retrieve it from the bean property. This attribute must be a value binding. |
dataURL | false | false | java.lang.String | The URL of the XML data file. |
id | false | false | java.lang.String | The ID of this component. |
inputXSL | false | false | java.lang.String | The URL of the input XSL file. |
outputXSL | false | false | java.lang.String | The URL of the output XSL file. |
Variables |
No Variables Defined. |
Skip navigation links
© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.