Name

map

Property File String Map — A String Map that stores its values in a property file

<map class="xms.dataservices.map.PropertyFileStringMap" name="name" />

Table 42. Attributes for map tag (for xms.dataservices.map.PropertyFileStringMap)

NameDescriptionTypeDefault ValueRequired
cacheEnable caching for returned query databoolean true or falsetrueno
cacheTimeoutThe period between cache refreshes in msint any integer0 (cache is never refreshed)no
pathPath to property fileString any character combinationnoneyes
readOnlyDisables write accessboolean true or falsefalseno

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 47. Example configuration for Property File String Map

Required attributes are marked with a bold typeface

<map class="xms.dataservices.map.PropertyFileStringMap" name="name"
      cache="cache"
      cacheTimeout="cacheTimeout"
      path="path"
      readOnly="readOnly" />