`
Listen_ing
  • 浏览: 35352 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
社区版块
存档分类
最新评论

CustomActionSupport (继承ActionSupport的类)

 
阅读更多
public class CustomActionSupport extends ActionSupport {
    /**
     * 获取session
     * @return Map
     * @since Dec 23, 2009
     */
    @SuppressWarnings("unchecked")
    public Map getSession() {
       ActionContext ctx = ActionContext.getContext();
       Map session = ctx.getSession();
       return session;
    }
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics