Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
Site Plan Tags
The site tree is an outline or site plan, located on the SitePlan tab, that displays the page assets in your site. You use the
siteplan
tags to extract information from the database about a page asset's position in the site tree hierarchy. You can then display that information on your on-line site in site maps, navigation bars, and so on.The information about page assets is stored in several database tables:
- Page table, which stores information about the page asset as an asset (its name, its object ID, who created it, which template it uses, and so on). Use the
asset
tags to obtain information from that table.
- AssetRelationTree table, which stores information about the other assets that page assets have relationships with through named or unnamed associations. Use the asset:children tag to obtain information from that table.
- AssetPublication table, which specifies which management sites (publications) give you access to the page. Page assets cannot be shared between sites so there is only one row entry for a page because it can have only one pubid. A pubid is a unique value that identifies a site.
- SitePlanTree table, which stores information about the page asset's hierarchy in the site structure. Use the
siteplan
tags to obtain information from that table.The SitePlanTree table is a standard Content Server object tree with nodes and children. It stores information such as a page asset's node ID, the node ID of its parent, whether it is placed or unplaced, and so on.
If you want to display information about a page asset as an asset, use the
asset
tags to retrieve it. (See Asset Tags .) If you want to display information about a page asset's hierarchy in the site structure, use thesiteplan
tags to retrieve it. See also asset:search .
Note
Each JSP file containing
siteplan
tags must have the following directive at the top:
<%@ taglib prefix="siteplan" uri="futuretense_cs/siteplan.tld" %>
Site plan JSP tags are in the siteplan family. For example, <siteplan:children ... .
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.