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:

The SitePlanTree table is a standard Sites 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 the siteplan 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 >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.