service
String List Service — XMS implementation of ListService<service/>
| Name: | service |
| Required by Parent Tag: | No |
| Multiple Tag Instances supported: | Yes |
Table 89. Attributes for service tag (for xms.dataservices.list.XMSStringListService)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| class | Class | The class name the service manager loads. To load: String List Service use: xms.dataservices.list.XMSStringListService | Class Name A fully qualified class name for a class that is part of the java classpath. | xms.dataservices.list.XMSStringListService | Yes |
This tag depends on the following services (or a service that extends or implements these classes)
<list/>
| Name: | list |
| Required by Parent Tag: | Yes |
| Multiple Tag Instances supported: | Yes |
Table 90. Attributes for list tag (for xms.dataservices.list.XMSStringListService)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| class | Class Name | The class name to load. The class must implement: xms.dataservices.StringList | Class Name A fully qualified class name for a class that is part of the java classpath. | none | Yes |
| name | List Name | A name used to identify the list for retrieval | 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 |
The following classes can be used in the class attribute for this tag: