Paradigm Shift Design

ISHITOYA Kentaro's blog.

2007-12-28から1日間の記事一覧

include先のページ操作

メモinclude先のページをどうやって操作するんだろうと思ったら,簡単にできるらしい.

AuthenticationInterceptor

うーん.色々参考にして,Teedaでログイン管理するために,AuthenticationInterceptorを public class AuthenticationInterceptor implements MethodInterceptor { private S2Container container; private AuthenticationDto authenticationDto; public Cla…