<sasads:LibraryList>

Generates the appropriate tags to represent a LibraryListInterface.

Syntax

<sasads:LibraryList
   [connection="java.lang.String"]
   [connectionObject="com.sas.rmi.Connection"]
   [engineDisplayed="true|false"]
   [filter="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [libraryDisplayed="true|false"]
   [locale="java.util.Locale"]
   [pathDisplayed="true|false"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [serverDisplayed="true|false"] />

Attributes

connection
connectionObject
engineDisplayedsets whether the engine is displayed with the member
filterThe filter applied to the library list.
idCase-sensitive name used to identify the object instance.
instantiate
libraryDisplayedSets whether the library name is displayed.
locale
pathDisplayedIndicates whether member path is displayed in member list.
ref
scope
serverDisplayedIndicates whether server information is displayed in member list.

More Information

To view the documentation for the related InformationBean, see com.sas.sasserver.librarylist.LibraryListInterface.

If you need to subclass the tag handler class for the sasads:LibraryList tag, extend com.sas.taglib.sasserver.librarylist.LibraryListTag.