インターセプターからのセッション取得

取得方法

HttpSession session = ServletActionContext.getRequest().getSession();

使用方法

session.getAttribute(セッションに格納した文字列);