Class Service

java.lang.Object
com.adobe.xfa.service.Service
Direct Known Subclasses:
HrefService, StorageService

public class Service extends Object
A base class for various XFA related services.
  • Constructor Details

    • Service

      public Service()
      Instantiates a service.
  • Method Details

    • setOption

      public void setOption(String optionName, String optionValue, boolean bCritical)
      Sets an option.
      Parameters:
      optionName - the name of the option.
      optionValue - the value of the option.
      bCritical - disallow further modification of this option.