public abstract class WidgetSessionIDInfor extends TemplateSessionIDInfo
bookPath
context, lastTime, sessionID, startTime
KEY
构造器和说明 |
---|
WidgetSessionIDInfor() |
限定符和类型 | 方法和说明 |
---|---|
FormElementCaseResultProvider |
getElementCaseResult(java.lang.String widgetName)
获取报表块计算结果
|
abstract IOFile |
getForm()
获取当前的表单
|
IOFile |
getIOFile(boolean reload)
获取IOFile
|
java.lang.Object |
initCellElementValue(javax.servlet.http.HttpServletRequest req,
java.lang.String columnRow)
初始化单元格的值
|
abstract Widget |
inspectWidget(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
根据req的参数检查当前的Widget
|
void |
putElementCaseResult(java.lang.String widgetName,
FormElementCaseResultProvider ecResult)
缓存报表块计算结果
|
addImage, addImageID, addProcessingDsName, applyParameter, applySessionIDInfoParameter, applySessionIDInfoParameter, applySessionIDInforParameters, applySessionIDInforParameters, buildWebContext, clearAttachments, clearChartMap, clearDataModelCaches, clearPageSet, clearPrintPreviewPageSet, createJSONConfig, createSessionCalculator, createSessionCalculator, getAllPara, getAllSessionPara, getAttribute, getCachedDataModel, getCachedTemplateParas, getIOFileAttrMark, getParameterMap, getParameterMap4Execute, getParameterMap4Execute4Consisent, getParameterMap4ExecuteAll, getParameterValue, getProcessingDsNames, getRelativePath, getStatus, getTableDataSizeMap, getTableDataSource, getWebContext, handleUnregister, putAllPara, putDataModelToCache, putParameterMap4ExecuteAll, registerAttachmentID, release, removeAttribute, setAttribute, setCachedTemplateParas, setStatus, updateTableDataSource
asNameSpace, asNameSpace, durableEntity, getLastAccessTime, getRemoteAddress, getSessionID, getStartTime, isTimeout, measureUnit, setSessionID, updateTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWebTitle, resolveVariable
public abstract Widget inspectWidget(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
req
- HTTP请求res
- HTTP响应java.lang.Exception
public abstract IOFile getForm()
public IOFile getIOFile(boolean reload)
reload
- 是否需要重新加载public void putElementCaseResult(java.lang.String widgetName, FormElementCaseResultProvider ecResult)
widgetName
- 报表块控件名ecResult
- 计算结果public FormElementCaseResultProvider getElementCaseResult(java.lang.String widgetName)
widgetName
- 报表块控件名public java.lang.Object initCellElementValue(javax.servlet.http.HttpServletRequest req, java.lang.String columnRow)
TemplateSessionIDInfo
initCellElementValue
在类中 TemplateSessionIDInfo