限定符和类型 | 字段和说明 |
---|---|
protected java.lang.String |
tplPath |
构造器和说明 |
---|
Chartlet(java.lang.String tplPath) |
限定符和类型 | 方法和说明 |
---|---|
protected ChartBook |
createChart(javax.servlet.http.HttpServletRequest req) |
SessionProvider |
createSessionIDInfor(javax.servlet.http.HttpServletRequest req,
java.lang.String remoteAddress,
java.util.Map parameterMap4Execute)
返回图表信息Session
|
void |
dealWeblet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
针对不同的类型的模版处理其对应的html文件
|
boolean |
isSessionOccupy()
该模板生成的Session是否会占用注册并发数
|
void |
setParameterMap(java.util.Map map)
设置参数键值对
|
void |
setTplPath(java.lang.String tplPath)
设置模板对应的路径
|
public SessionProvider createSessionIDInfor(javax.servlet.http.HttpServletRequest req, java.lang.String remoteAddress, java.util.Map parameterMap4Execute) throws java.lang.Exception
createSessionIDInfor
在接口中 Weblet
req
- http请求remoteAddress
- 远程访问地址parameterMap4Execute
- 初始参数值WebletException
- 异常java.lang.Exception
public boolean isSessionOccupy()
Weblet
isSessionOccupy
在接口中 Weblet
public void setTplPath(java.lang.String tplPath)
Weblet
setTplPath
在接口中 Weblet
tplPath
- 模板路径public void setParameterMap(java.util.Map map)
Weblet
setParameterMap
在接口中 Weblet
map
- 参数键值对public void dealWeblet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
Weblet
dealWeblet
在接口中 Weblet
req
- HTTP请求res
- HTTP相应java.lang.Exception
- 在处理html文件过程中出错则抛出此异常protected ChartBook createChart(javax.servlet.http.HttpServletRequest req) throws java.lang.Exception
java.lang.Exception