ActionContext.getContext().getSession().put("user", name); 用处
HibernateProjectDAOdao=newHibernateProjectDAO();Useruser=dao.findByName(name);if(name...
HibernateProjectDAO dao = new HibernateProjectDAO();
User user = dao.findByName(name);
if(name.equals(user.getLoginname()) && pwd.equals(user.getPassword()))
{
ActionContext.getContext().getSession().put("user", name);
return "success";
}
看了很久没弄明白ActionContext.getContext().getSession().put("user", name);
的用处是什么?有什么功能? 展开
User user = dao.findByName(name);
if(name.equals(user.getLoginname()) && pwd.equals(user.getPassword()))
{
ActionContext.getContext().getSession().put("user", name);
return "success";
}
看了很久没弄明白ActionContext.getContext().getSession().put("user", name);
的用处是什么?有什么功能? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询