ActionContext.getContext.getSession()的意義

1:java

Java代碼  code

ActionContext.getContext().getSession()

這個方法得到的不是HttpSession對象,而是一個Map對象。對象

要存值進去或者取值須要用如下方法blog

 

2:用法ci

Java代碼 
get

ActionContext.getContext().getSession().put("validateCode", s);      

ActionContext.getContext().getSession().get("validateCode")

http://lancijk.iteye.com/blog/809522it

相關文章
相關標籤/搜索