Paradigm Shift Design

ISHITOYA Kentaro's blog.

Teeda

条件分岐

メモ, teeda-html-exampleのconditionを参考に. teeda-html-exampleを実働サンプルとして,ソースとHTMLをリンクさせておいておいてくれれば,いいのにな. どっかにないかな.

AuthenticationInterceptorその後

の続き.その後,妙に肥大化して次のようになりました. public static final String PACKAGE = "com.semcode.stuvie.web."; public static final String COMMON_PACKAGE = PACKAGE + "common"; public static final String ADMIN_PACKAGE = PACKAGE + "admi…

include先のページ操作

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

AuthenticationInterceptor

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