Home > Contents > Index >  
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

TREEMANAGER

Calls the TreeManager servlet.

Syntax

Parameters

ARGUMENT (optional)
Arguments passed to the TreeManager as it is called.

CGIARGUMENT (optional)
CGI arguments passed to the TreeManager.

SCOPED
Valid options for this attribute are as follows:

Description

The TREEMANAGER tag calls the TreeManager servlet. The GLOBAL value of the SCOPED parameter does not protect input variables. Using LOCAL or STACKED for the SCOPED argument protects those variables from change, but disallows sharing of input space. Use <CGIARGUMENT NAME="name"/> to specify that specific CGI parameters be made available to the CatalogManager. Use ARGUMENT for specific string values.

By omitting SCOPED (or setting it to LOCAL) you can cause the CatalogManager to share all the existing input variables without scoping. Note that this means specified arguments overwrite existing variables. Using SCOPED="shared" means that you need not specify any argument; CGIARGUMENTS, specifically, are ignored. Note that variables set since program execution began are reset to the original values passed on the URL line. Use with care.

Use CGIARGUMENT to specify that specific CGI parameters be made available to EvalServer. Use ARGUMENT for specific string values.

Several TREEMANAGER commands (addchild , addchildren , findnode , getchildren , getnode , getparent , listtrees , nodepath ) return a list. Each of those commands has a treename argument. The name of the returned list is the value passed in the treename argument. In the following example, the tree name and the returned list name is MyTree:

The following columns are common to lists returned from every command:

Refer to a specific command for more information about the list that is returned by that command.

The following is a list of commands that you use with the TREEMANAGER tag:

Error Numbers

There are no possible errno for this tag.

Example

See Also


DEBABBLE
CATALOGMANAGER

   Home > Contents > Index >

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