<sasads:CatalogEntryList>

Generates that appropriate tags to represent a CatalogEntryInterface

Syntax

<sasads:CatalogEntryList
   [catalogEntryDisplayed="true|false"]
   [catalog="java.lang.String"]
   [connection="java.lang.String"]
   [connectionObject="com.sas.rmi.Connection"]
   [descriptionDisplayed="true|false"]
   [id="value"]
   [instantiate="true|false"]
   [levelCount="int"]
   [locale="java.util.Locale"]
   [modifiedDateDisplayed="true|false"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [typeFilter="java.lang.String"] />

Attributes

catalogEntryDisplayedIndicates whether the catalog name is displayed in the catalog entry member list. The valid values include true, and false.
catalogThe catalog used to populate the catalog entry list interface.
connection
connectionObject
descriptionDisplayedIndicates whether the description is displayed in the catalog entry member list. The valid values include true, and false.
idCase-sensitive name used to identify the object instance.
instantiate
levelCountThe number of levels included when a Catalog entry name is part of the Catalog Entry List Interface.
locale
modifiedDateDisplayed- Indicates whether the modified date is displayed. Valid values include true, and false.
ref
scope
typeFilterThe filter applied to the Catalog Entry member list.

More Information

To view the documentation for the related InformationBean, see com.sas.sasserver.catalogentrylist.CatalogEntryListInterface.

If you need to subclass the tag handler class for the sasads:CatalogEntryList tag, extend com.sas.taglib.sasserver.catalogentrylist.CatalogEntryListTag.