类 AuthExHtml
java.lang.Object
com.sh.common.util.SHUtils
com.sh.common.util.HTMLUtil
com.sh.base.frame.action.common.AuthExHtml
Description: 登陆权限检查
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
字段概要
从类继承的字段 com.sh.common.util.HTMLUtil
DEFAULT_CHARSET, documentDomain, LOADJARFILE_CHARSET, scriptFile, scriptMap -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringtoAuth(SHServletContext context, DataCenter dc, UserInfo userInfo, List<String> paramList) 权限验证页面static StringtoAuthError(jakarta.servlet.http.HttpServletRequest request) 权限不足提示页面static StringtoAuthIFrameforward(SHServletContext context, DataCenter dc, UserInfo userInfo, JSONObject retObj) 返回到iframeforward类型的逻辑static String失败页面static StringtoModiPwd(jakarta.servlet.http.HttpServletRequest request) 跳转到修改密码页面从类继承的方法 com.sh.common.util.HTMLUtil
convert2HtmlKeyword, convert2NavigateAttr, getAjaxScript, getButtonHtml, getButtonScript, getContainerEnd, getContainerStart, getDateScript, getDefaultScript, getDefaultScript, getDefaultScript, getDefaultStyle, getDefaultStyle, getEndPrefix, getFileScript, getFileStyle, getHeaderCol, getHtmlDocType, getHtmlDocType, getHtmlText, getListTable, getPageControlPanelEnd, getPageControlPanelStart, getPageControlPanelStart, getPageDataPanelEnd, getPageDataPanelEnd, getPageDataPanelStart, getPageDataPanelStart, getPageNavigatePanelEnd, getPageNavigatePanelStart, getPageNavigatePanelStart, getPagePanelEnd, getPagePanelEnd, getPagePanelStart, getPagePanelStart, getPageQueryPanelEnd, getPageQueryPanelStart, getPageQueryPanelStart, getPageQueryPanelStart, getPageTitleEnd, getPageTitleStart, getPopchecktree, getScriptFile, getSkinId, getTip, loadFile, loadFile, loadFile, loadJarFile, loadScript, main, parserElVar, toIFrameForward, toMessageForward从类继承的方法 com.sh.common.util.SHUtils
getDeptAllUser, getRequest, getResponse, getRoleDeptUser, isAjaxQuery, isAjaxQuery, isContain
-
构造器详细资料
-
AuthExHtml
public AuthExHtml()
-
-
方法详细资料
-
toAuth
public static String toAuth(SHServletContext context, DataCenter dc, UserInfo userInfo, List<String> paramList) 权限验证页面- 参数:
context- SHServletContextdc- DataCenteruserInfo- UserInfoparamList- List- 返回:
- String
-
toAuthIFrameforward
public static String toAuthIFrameforward(SHServletContext context, DataCenter dc, UserInfo userInfo, JSONObject retObj) 返回到iframeforward类型的逻辑- 参数:
context- SHServletContextdc- DataCenteruserInfo- UserInforetObj- JSONObject- 返回:
- String
-
toFailure
失败页面- 参数:
request- HttpServletRequestmsgStr- String- 返回:
- String
-
toAuthError
权限不足提示页面- 参数:
request- HttpServletRequest- 返回:
- String /app/common/error/AuthError.jsp
-
toModiPwd
跳转到修改密码页面- 参数:
request- HttpServletRequest- 返回:
- String
-