アウトプットができる技術者に

it's a time to take a new step !

2014-03-02から1日間の記事一覧

Struts2 session

action クラスにて、session aware interface を 実装することで利用できる 取得できるのは HttpSession ではなく、Map<String, Object> で <sessionのkey, 格納値> となる public class Basic extends ActionSupport implements SessionAware { private…

Struts2 struts.xml

書き方について 記述順があるので、注意が必要。 読み込まれる順番 core の struts-default.xml plugin の struts-plugin.xml webapp の struts.xml reference http://struts.apache.org/development/2.x/docs/strutsxml.html