<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
catalogEntryDisplayed | Indicates whether the catalog name is displayed in the catalog entry member list. The valid values include true, and false. |
|---|---|
catalog | The catalog used to populate the catalog entry list interface. |
connection | |
connectionObject | |
descriptionDisplayed | Indicates whether the description is displayed in the catalog entry member list. The valid values include true, and false. |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
levelCount | The 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 | |
typeFilter | The 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.