Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.ServerOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.ServerOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets or sets the name of the query processing controller of the report designer.intbooleanGets or sets a value which enables or disables the transfer POST parameters of the form.booleanGets or sets a value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the designer.booleanGets or sets a value which enables or disables the GZip compression of requests to the server.booleanGets or sets a value which indicates that the designer will use relative or absolute URLs.voidsetController(String controller) Gets or sets the name of the query processing controller of the report designer.voidsetPassFormValues(boolean passFormValues) Gets or sets a value which enables or disables the transfer POST parameters of the form.voidsetPassQueryParametersForResources(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.voidsetRequestTimeout(int value) voidsetUseCompression(boolean useCompression) Gets or sets a value which enables or disables the GZip compression of requests to the server.voidsetUseRelativeUrls(boolean useRelativeUrls) Gets or sets a value which indicates that the designer will use relative or absolute URLs.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
ServerOptions
public ServerOptions()
-
-
Method Details
-
getRequestTimeout
public int getRequestTimeout() -
setRequestTimeout
public void setRequestTimeout(int value) -
getController
Gets or sets the name of the query processing controller of the report designer.- Returns:
- the controller
-
setController
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
-