程序包 com.sh.frame
类 SHFrameBaseController
java.lang.Object
com.sh.spring.SHSpringBase
com.sh.frame.SHFrameBaseController
-
字段概要
从类继承的字段 com.sh.spring.SHSpringBase
BEGIN_DIRECT_FORWARD, BEGIN_RET_TYPE, BEGIN_RET_TYPE_DATA, BEGIN_RET_TYPE_PAGE, ERROR, ERROR_MSG, FAILURE, IFRAME_FORWARD, log4j, MESSAGE, SUCCESS -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidfireAuthSuccessEvt(SHServletContext context, UserInfo userInfo, int pageFrom) frame(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) protected booleanisLogin(DataCenter dc, String gpsp, String userId, String md5Password) 判断是否登陆从类继承的方法 com.sh.spring.SHSpringBase
begin, dc, finish, getErrorDirectForword, getErrorDirectType, getErrorMsg, getParameterValue, getParameterValues, getRequestFile, getRequestFiles, getSessionValue, request, response, session, setErrorDirectForword, setErrorDirectRet, setErrorMsg, setRequestValue, setSessionValue, userInfo
-
构造器详细资料
-
SHFrameBaseController
public SHFrameBaseController()
-
-
方法详细资料
-
frame
@RequestMapping("/springFrame") public String frame(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
isLogin
protected boolean isLogin(DataCenter dc, String gpsp, String userId, String md5Password) throws Exception 判断是否登陆- 返回:
- 抛出:
Exception
-
fireAuthSuccessEvt
-