<sasads:SASFileList>
Generates the appropriate tags to represent a SASFileListInterface.
Syntax
<sasads:SASFileList
[connection="java.lang.String"]
[connectionObject="com.sas.rmi.Connection"]
[id="value"]
[instantiate="true|false"]
[labelDisplayed="true|false"]
[levelCount="int"]
[library="java.lang.String"]
[locale="java.util.Locale"]
[ref="java.lang.String"]
[sasFileDisplayed="true|false"]
[scope="java.lang.String"]
[typeDisplayed="true|false"]
[typeFilter="java.lang.String"] />
Attributes
connection | |
|---|---|
connectionObject | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
labelDisplayed | whether the data set label is displayed. |
levelCount | The number of levels included when a SAS file name is part of the SAS File List Interface. |
library | The library used to populate the SAS File List Interface |
locale | |
ref | |
sasFileDisplayed | Specifies whether the SAS File is displayed. |
scope | |
typeDisplayed | Specifies whether the data set type is displayed. |
typeFilter | The filter applied to the SAS File List Interface. |
More Information
To view the documentation for the related InformationBean, see com.sas.sasserver.sasfilelist.SASFileListInterface.
If you need to subclass the tag handler class for the sasads:SASFileList tag, extend com.sas.taglib.sasserver.sasfilelist.SASFileListTag.