public class ChartletDealWith
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static void |
dealWithChartlet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Weblet weblet)
处理下图表设计器的请求
|
static Calculator |
mixCalculate2Chart(ChartBook chartBook)
初始化图表的算子
|
public static void dealWithChartlet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Weblet weblet) throws java.lang.Exception
req
- 请求res
- 回应weblet
- 模板java.lang.Exception
- 异常public static Calculator mixCalculate2Chart(ChartBook chartBook)
chartBook
- 当前表单对象