public class WorkflowService
extends java.lang.Object
| 构造器和说明 |
|---|
WorkflowService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkAuthority(int type,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
检查权限 若没有权限则返回错误页
|
static WorkflowService |
getInstance() |
java.lang.String |
getPage(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String url)
获取上报对应页面
|
public static WorkflowService getInstance()
public java.lang.String getPage(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String url)
throws java.lang.Exception
req - res - url - java.lang.Exceptionpublic void checkAuthority(int type,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
type - req - res - java.lang.Exception