Class StiWebDesignerOptions.ServerOptions

java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.ServerOptions
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.ServerOptions extends StiSerializedObject
  • Constructor Details

    • ServerOptions

      public ServerOptions()
  • Method Details

    • getRequestTimeout

      public int getRequestTimeout()
    • setRequestTimeout

      public void setRequestTimeout(int value)
    • getController

      public String getController()
      Gets or sets the name of the query processing controller of the report designer.
      Returns:
      the controller
    • setController

      public void setController(String controller)
      Gets or sets the name of the query processing controller of the report designer.
      Parameters:
      controller - the controller to set
    • isUseRelativeUrls

      public boolean isUseRelativeUrls()
      Gets or sets a value which indicates that the designer will use relative or absolute URLs.
      Returns:
      the useRelativeUrls
    • setUseRelativeUrls

      public void setUseRelativeUrls(boolean useRelativeUrls)
      Gets or sets a value which indicates that the designer will use relative or absolute URLs.
      Parameters:
      useRelativeUrls - the useRelativeUrls to set
    • isPassQueryParametersForResources

      public boolean isPassQueryParametersForResources()
      Gets or sets a value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the designer.
      Returns:
      the passQueryParametersForResources
    • setPassQueryParametersForResources

      public void setPassQueryParametersForResources(boolean passQueryParametersForResources)
      Gets or sets a value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the designer.
      Parameters:
      passQueryParametersForResources - the passQueryParametersForResources to set
    • isPassFormValues

      public boolean isPassFormValues()
      Gets or sets a value which enables or disables the transfer POST parameters of the form.
      Returns:
      the passFormValues
    • setPassFormValues

      public void setPassFormValues(boolean passFormValues)
      Gets or sets a value which enables or disables the transfer POST parameters of the form.
      Parameters:
      passFormValues - the passFormValues to set
    • isUseCompression

      public boolean isUseCompression()
      Gets or sets a value which enables or disables the GZip compression of requests to the server. This allows to reduce the volume of Internet traffic, but slightly slows down the designer actions.
      Returns:
      the useCompression
    • setUseCompression

      public void setUseCompression(boolean useCompression)
      Gets or sets a value which enables or disables the GZip compression of requests to the server. This allows to reduce the volume of Internet traffic, but slightly slows down the designer actions.
      Parameters:
      useCompression - the useCompression to set