|
||||||||||
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
Field Summary | |
---|---|
boolean |
useCacheForResources
|
boolean |
useCompression
|
Constructor Summary | |
---|---|
StiWebViewerOptions.ServerOptions()
|
Method Summary | |
---|---|
int |
getCacheTimeout()
|
java.lang.String |
getController()
The absolute url to server |
java.lang.String |
getDesignReport()
|
int |
getRequestTimeout()
Time which indicates how many seconds the client side will wait for the response from the server side. |
boolean |
isAllowAutoUpdateCache()
Allows the viewer to update the cache automatically. |
boolean |
isClearCache()
|
boolean |
isClearCashe()
Deprecated. |
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 |
isShowServerErrorPage()
a value which enables or disables the display of the detailed server error in the viewer. |
boolean |
isUseCompression()
|
boolean |
isUseRelativeUrls()
A value which indicates that the viewer will use relative or absolute URLs. |
void |
setAllowAutoUpdateCache(boolean allowAutoUpdateCache)
Allows the viewer to update the cache automatically. |
void |
setCacheTimeout(int cacheTimeout)
|
void |
setClearCache(boolean clearCache)
|
void |
setClearCashe(boolean clearCashe)
Deprecated. |
void |
setController(java.lang.String controller)
The absolute url to server |
void |
setDesignReport(java.lang.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 |
setShowServerErrorPage(boolean showServerErrorPage)
a value which enables or disables the display of the detailed server error in the viewer. |
void |
setUseCompression(boolean useCompression)
|
void |
setUseRelativeUrls(boolean useRelativeUrls)
A value which indicates that the viewer will use relative or absolute URLs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean useCompression
public boolean useCacheForResources
Constructor Detail |
---|
public StiWebViewerOptions.ServerOptions()
Method Detail |
---|
public boolean isAllowAutoUpdateCache()
public void setAllowAutoUpdateCache(boolean allowAutoUpdateCache)
allowAutoUpdateCache
- the allowAutoUpdateCache to setpublic boolean isUseCompression()
public void setUseCompression(boolean useCompression)
useCompression
- the useCompression to setpublic boolean isShowServerErrorPage()
public void setShowServerErrorPage(boolean showServerErrorPage)
showServerErrorPage
- the showServerErrorPage to set@Deprecated public boolean isClearCashe()
@Deprecated public void setClearCashe(boolean clearCashe)
clearCashe
- the clearCashe to setpublic boolean isClearCache()
public void setClearCache(boolean clearCache)
clearCashe
- the clearCashe to setpublic java.lang.String getDesignReport()
public void setDesignReport(java.lang.String designReport)
designReport
- the designReport to setpublic java.lang.String getController()
public void setController(java.lang.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 |