|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webviewer.StiWebViewerOptions.ServerOptions
public class StiWebViewerOptions.ServerOptions
| Constructor Summary | |
|---|---|
StiWebViewerOptions.ServerOptions()
|
|
| Method Summary | |
|---|---|
int |
getCacheTimeout()
|
String |
getController()
The absolute url to server |
String |
getDesignReport()
|
int |
getRequestTimeout()
Time which indicates how many seconds the client side will wait for the response from the server side. |
boolean |
isClearCashe()
|
boolean |
isGlobalReportCache()
|
boolean |
isPassFormValues()
A value which enables or disables the transfer POST parameters of theform. |
boolean |
isPassQueryParametersForResources()
A value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the viewer. |
boolean |
isUseRelativeUrls()
A value which indicates that the viewer will use relative or absolute URLs. |
void |
setCacheTimeout(int cacheTimeout)
|
void |
setClearCashe(boolean clearCashe)
|
void |
setController(String controller)
The absolute url to server |
void |
setDesignReport(String designReport)
|
void |
setGlobalReportCache(boolean globalReportCache)
|
void |
setPassFormValues(boolean passFormValues)
A value which enables or disables the transfer POST parameters of theform. |
void |
setPassQueryParametersForResources(boolean passQueryParametersForResources)
A value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the viewer. |
void |
setRequestTimeout(int requestTimeout)
Time which indicates how many seconds the client side will wait for the response from the server side. |
void |
setUseRelativeUrls(boolean useRelativeUrls)
A value which indicates that the viewer will use relative or absolute URLs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiWebViewerOptions.ServerOptions()
| Method Detail |
|---|
public boolean isClearCashe()
public void setClearCashe(boolean clearCashe)
clearCashe - the clearCashe to setpublic String getDesignReport()
public void setDesignReport(String designReport)
designReport - the designReport to setpublic String getController()
public void setController(String controller)
controller - the controller to setpublic int getRequestTimeout()
public void setRequestTimeout(int requestTimeout)
requestTimeout - the requestTimeout to setpublic int getCacheTimeout()
public void setCacheTimeout(int cacheTimeout)
cacheTimeout - the cacheTimeout to setpublic boolean isGlobalReportCache()
public void setGlobalReportCache(boolean globalReportCache)
globalReportCache - the globalReportCache 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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||