Class StorageService

java.lang.Object
com.adobe.xfa.service.Service
com.adobe.xfa.service.storage.StorageService
Direct Known Subclasses:
XMLStorage

public class StorageService extends Service
The base class for all storage services. Many of these methods take an optional parameter called either loadOptions or saveOptions. These specify extra options, separated by blanks. These appear as they would in an input file, e.g. name="value" name="value"... Single quotes are valid too, e.g. name='value'. The actual names and values are particular to the derived class. See XMLStorage for an example.
  • Constructor Details

    • StorageService

      public StorageService()