com.stimulsoft.webdesigner
Class StiWebDesignerOptions.ServerOptions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerOptions.ServerOptions
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.ServerOptions
extends java.lang.Object


Constructor Summary
StiWebDesignerOptions.ServerOptions()
           
 
Method Summary
 java.lang.String getController()
          Gets or sets the name of the query processing controller of the report designer.
 int getRequestTimeout()
           
 boolean isPassFormValues()
          Gets or sets a value which enables or disables the transfer POST parameters of the form.
 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.
 boolean isUseCompression()
          Gets or sets a value which enables or disables the GZip compression of requests to the server.
 boolean isUseRelativeUrls()
          Gets or sets a value which indicates that the designer will use relative or absolute URLs.
 void setController(java.lang.String controller)
          Gets or sets the name of the query processing controller of the report designer.
 void setPassFormValues(boolean passFormValues)
          Gets or sets a value which enables or disables the transfer POST parameters of the form.
 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.
 void setRequestTimeout(int value)
           
 void setUseCompression(boolean useCompression)
          Gets or sets a value which enables or disables the GZip compression of requests to the server.
 void setUseRelativeUrls(boolean useRelativeUrls)
          Gets or sets a value which indicates that the designer will use relative or absolute URLs.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerOptions.ServerOptions

public StiWebDesignerOptions.ServerOptions()
Method Detail

getRequestTimeout

public int getRequestTimeout()

setRequestTimeout

public void setRequestTimeout(int value)

getController

public java.lang.String getController()
Gets or sets the name of the query processing controller of the report designer.

Returns:
the controller

setController

public void setController(java.lang.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