JViews Diagrammer
Tag XMLDataSource


Not a visual component

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 Classilog.views.diagrammer.faces.dhtml.taglib.IlvFacesDiagrammerXMLDataSourceTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameXML Data Source

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
dataURLfalsefalsejava.lang.StringThe URL of the XML data file.
idfalsefalsejava.lang.StringThe ID of this component.
inputXSLfalsefalsejava.lang.StringThe URL of the input XSL file.
outputXSLfalsefalsejava.lang.StringThe URL of the output XSL file.

Variables
No Variables Defined.


© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.