<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 | |
engineDisplayed | sets whether the engine is displayed with the member |
filter | The filter applied to the library list. |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
libraryDisplayed | Sets whether the library name is displayed. |
locale | |
pathDisplayed | Indicates whether member path is displayed in member list. |
ref | |
scope | |
serverDisplayed | Indicates 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.