Reportlet)接口,
网络报表配置(ReportletConfig)接口,
网络报表请求(ReportletRequest)接口
和实现它们的类以及其他有关网络报表的类.请参阅: 说明
| 接口 | 说明 |
|---|---|
| ImportJsCssProvider |
包含js, css文件引用的对象
目前只有FineBook用的内置+全局
Form和Chart只有全局的Attr, 如果搞成内置+全局的, 需要实现该接口.
|
| 类 | 说明 |
|---|---|
| AttachmentConfig | |
| AttachmentHelper | |
| Base64ImageResourceHelper |
Created by hufan on 2017/1/4.
|
| BaseHTMLWriterUtils |
Created by IntelliJ IDEA.
|
| BaseServlet |
This class is the container of Reportlet.
|
| Browser | |
| FileCacheKey | |
| FormCompVisibleUtils |
Created by ibm on 2017/4/9.
|
| ImageDataUrlCacheManager |
Created by zhouping on 2016/12/26.
|
| J2EEContainer | |
| JarVersionService |
Created by rinoux on 2017/4/25.
|
| JSONReportUtils |
json报表工具类
|
| NodeVisitorFactory | |
| OldWeblet |
老的url访问的模板,包括老的servlet和老的路径参数:reportlet formlet
Created by zack on 2018/9/3.
|
| PCNodeVisitor | |
| ReportServlet |
Created by IntelliJ IDEA.
|
| RepositoryDeal |
Created by IntelliJ IDEA.
|
| RepositoryHelper | |
| ResourceConstants | |
| ResourceHelper | |
| ResourcesModifyManager | |
| RestartReminder |
Created by juhaoyu on 2017/9/5.
|
| RTypeService | |
| SessionIDInforAttribute |
一些用于会话属性名的常量
|
| SolutionCenter |
返回一些预定义的出错解决方案, 并展示到web端.
|
| URLUtils |
参照
URLEncodedUtils
的代码,但是不进行解码操作,传入的 url 可以是未编码的 |
| WebletDealWith | |
| WebSocketConfig |
WebSocket服务器的相关配置
|
| 枚举 | 说明 |
|---|---|
| ResourceType |
Web请求允许获取的资源类型
Coder: Sean
Date: 14/11/26
Time: 下午1:27
|
| 异常错误 | 说明 |
|---|---|
| MemoryTipException | |
| NoPrivilegeException | |
| WebletException |
The exception of Reportlet.
|
Reportlet)接口,
网络报表配置(ReportletConfig)接口,
网络报表请求(ReportletRequest)接口
和实现它们的类以及其他有关网络报表的类.