public class HttpSessionReportCache extends Object implements com.bstek.ureport.cache.ReportCache
| 构造器和说明 |
|---|
HttpSessionReportCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
disabled() |
com.bstek.ureport.model.Report |
getReport(String file) |
void |
setDisabled(boolean disabled) |
void |
storeReport(String file,
com.bstek.ureport.model.Report report) |
public com.bstek.ureport.model.Report getReport(String file)
getReport 在接口中 com.bstek.ureport.cache.ReportCachepublic void storeReport(String file, com.bstek.ureport.model.Report report)
storeReport 在接口中 com.bstek.ureport.cache.ReportCachepublic boolean disabled()
disabled 在接口中 com.bstek.ureport.cache.ReportCachepublic void setDisabled(boolean disabled)
Copyright © 2017 Bstek. All rights reserved.