Plumtree Tags API  
 

IDataObject Interface

Data objects are used to store collections of variables in Tag memory so that they can be accessed automatically using attribute value replacement.

For instance, if an IDataObject is stored in memory (ATag.SetVariable or SetSharedVariable) under the key "links" and has data stored in it under the keys "url" and "name", it could be used as follows:

<pt:core.html pt:tag="a" href="$url" title="$name">
<pt:logic.value value="$links.name"/>
</pt:core.html>

For a list of all members of this type, see IDataObject Members.

com.plumtree.portaluiinfrastructure.tags.data.IDataObject
   com.plumtree.portaluiinfrastructure.ptlink.IPTURL

public interface IDataObject

Types that implement IDataObject

TypeDescription
HashtableDataObject This class is wrapper around XPHashtable that allows it to be used as a data collection in Tag memory.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.tags.data

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

IDataObject Members | com.plumtree.portaluiinfrastructure.tags.data Namespace