|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webdesigner.StiWebDesignerOptions.ServerOptions
public class StiWebDesignerOptions.ServerOptions
| 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 |
|---|
public StiWebDesignerOptions.ServerOptions()
| Method Detail |
|---|
public int getRequestTimeout()
public void setRequestTimeout(int value)
public java.lang.String getController()
public void setController(java.lang.String controller)
controller - the controller to setpublic boolean isUseRelativeUrls()
public void setUseRelativeUrls(boolean useRelativeUrls)
useRelativeUrls - the useRelativeUrls to setpublic boolean isPassQueryParametersForResources()
public void setPassQueryParametersForResources(boolean passQueryParametersForResources)
passQueryParametersForResources - the passQueryParametersForResources to setpublic boolean isPassFormValues()
public void setPassFormValues(boolean passFormValues)
passFormValues - the passFormValues to setpublic boolean isUseCompression()
public void setUseCompression(boolean useCompression)
useCompression - the useCompression to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||