public class FSFormlet extends ParameterFormlet
parameterMap
构造器和说明 |
---|
FSFormlet() |
FSFormlet(java.lang.String tplPath) |
FSFormlet(java.lang.String tplPath,
java.util.Map parameterMap) |
限定符和类型 | 方法和说明 |
---|---|
protected Form |
createForm(javax.servlet.http.HttpServletRequest req) |
SessionProvider |
createSessionIDInfor(javax.servlet.http.HttpServletRequest req,
java.lang.String remoteAddress,
java.util.Map parameterMap4Execute)
生成会话信息
|
getParameterMap, setParameterMap
analyzeNameInPath, dealWeblet, isSessionOccupy, setTplPath
public FSFormlet()
public FSFormlet(java.lang.String tplPath)
tplPath
- 文件路径,相对WEB-INFO下的reportlets文件夹public FSFormlet(java.lang.String tplPath, java.util.Map parameterMap)
public SessionProvider createSessionIDInfor(javax.servlet.http.HttpServletRequest req, java.lang.String remoteAddress, java.util.Map parameterMap4Execute) throws java.lang.Exception
createSessionIDInfor
在接口中 Weblet
createSessionIDInfor
在类中 ParameterFormlet
req
- http请求remoteAddress
- 远程地址parameterMap4Execute
- 参数java.lang.Exception
protected Form createForm(javax.servlet.http.HttpServletRequest req) throws java.lang.Exception
createForm
在类中 Formlet
java.lang.Exception