list
File String List — A String List<list/>
| Name: | list |
| Required by Parent Tag: | No |
| Multiple Tag Instances supported: | Yes |
Table 47. Attributes for list tag (for xms.dataservices.list.FileStringList)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| class | Class | The class name the service manager loads. To load: File String List use: class xms.dataservices.list.FileStringList | Class Name A fully qualified class name for a class that is part of the java classpath. | xms.dataservices.list.FileStringList | Yes |
| name | List Name | A name used to identify the list for retrieval | String Any character combination is valid. | none | Yes |
| path | File Path | The file path to the file containing the list | String Any character combination is valid. | none | Yes |
| cache | Cache | Will the list be cached? | Boolean Possible Values: true or false | true | No |
| cachetimeout | Cache Timeout | The period between refreshes in ms | Unsigned Integer Valid values are from 0 to 2147483647 | 0 | No |
| readonly | Read-Only | Toggles read or read/write | Boolean Possible Values: true or false | false | No |
This tag depends on the following services (or a service that extends or implements these classes)