com.stimulsoft.webviewer
Class StiWebViewerOptions.ServerOptions

java.lang.Object
  extended by com.stimulsoft.webviewer.StiWebViewerOptions.ServerOptions
Enclosing class:
StiWebViewerOptions

public class StiWebViewerOptions.ServerOptions
extends Object


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

StiWebViewerOptions.ServerOptions

public StiWebViewerOptions.ServerOptions()
Method Detail

isClearCashe

public boolean isClearCashe()
Returns:
the clearCashe

setClearCashe

public void setClearCashe(boolean clearCashe)
Parameters:
clearCashe - the clearCashe to set

getDesignReport

public String getDesignReport()
Returns:
the designReport

setDesignReport

public void setDesignReport(String designReport)
Parameters:
designReport - the designReport to set

getController

public String getController()
The absolute url to server

Returns:
the controller

setController

public void setController(String controller)
The absolute url to server

Parameters:
controller - the controller to set

getRequestTimeout

public int getRequestTimeout()
Time which indicates how many seconds the client side will wait for the response from the server side. The default value is 20 seconds.

Returns:
the requestTimeout

setRequestTimeout

public void setRequestTimeout(int requestTimeout)
Time which indicates how many seconds the client side will wait for the response from the server side. The default value is 20 seconds.

Parameters:
requestTimeout - the requestTimeout to set

getCacheTimeout

public int getCacheTimeout()
Returns:
the cacheTimeout

setCacheTimeout

public void setCacheTimeout(int cacheTimeout)
Parameters:
cacheTimeout - the cacheTimeout to set

isGlobalReportCache

public boolean isGlobalReportCache()
Returns:
the globalReportCache

setGlobalReportCache

public void setGlobalReportCache(boolean globalReportCache)
Parameters:
globalReportCache - the globalReportCache to set

isUseRelativeUrls

public boolean isUseRelativeUrls()
A value which indicates that the viewer will use relative or absolute URLs.

Returns:
the useRelativeUrls

setUseRelativeUrls

public void setUseRelativeUrls(boolean useRelativeUrls)
A value which indicates that the viewer will use relative or absolute URLs.

Parameters:
useRelativeUrls - the useRelativeUrls to set

isPassQueryParametersForResources

public boolean isPassQueryParametersForResources()
A value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the viewer.

Returns:
the passQueryParametersForResources

setPassQueryParametersForResources

public void setPassQueryParametersForResources(boolean passQueryParametersForResources)
A value which enables or disables the transfer of URL parameters when requesting the scripts and styles of the viewer.

Parameters:
passQueryParametersForResources - the passQueryParametersForResources to set

isPassFormValues

public boolean isPassFormValues()
A value which enables or disables the transfer POST parameters of theform.

Returns:
the passFormValues

setPassFormValues

public void setPassFormValues(boolean passFormValues)
A value which enables or disables the transfer POST parameters of theform.

Parameters:
passFormValues - the passFormValues to set


Copyright © 2017 Stimulsoft. All Rights Reserved.