[Seasar-user:17034] Re: AOPするには

[E-MAIL ADDRESS DELETED] [E-MAIL ADDRESS DELETED]
2009年 3月 5日 (木) 13:35:43 JST


吉田@オプティクス様

conpotaです。

できました!
ありがとうございました。

2009/03/05 12:49 Takafumi Yoshida <[E-MAIL ADDRESS DELETED]>:

> いつもお世話になります。吉田@オプティクスです。
>
> 2009/03/05 12:13  <[E-MAIL ADDRESS DELETED]>:
> > 5.IndexActionを修正
> > package sastruts.action;
> > import java.util.Date;
> > import org.seasar.struts.annotation.Execute;
> > public class IndexAction {
> >     @Execute(validator = false)
> >     public String index() throws Exception {
> >         Date date = new Date();
> >         date.getTime();
> >         return "index.jsp";
> >     }
> > }
>
> 自分でインスタンスを作成せずに、DIコンテナにDIさせないと
> AOPは適用されません。
>
> ですので、
> public class IndexAction {
>    @Resource
>    protected Date date;
>
> }
>
> とかするといいかも。
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>



-- 
conpota <[E-MAIL ADDRESS DELETED]>
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090305/bfafda12/attachment-0001.html>


Seasar-user メーリングリストの案内