My favorites | Sign in
t-2
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 107: アクションメソッド探索ルールの確認と定義
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  skir...@gmail.com
Closed:  Apr 2009


 
Project Member Reported by skir...@gmail.com, Aug 31, 2008
例えば /add/hoe にアクセスがあった場合、

@Page("add")
public class AddPage {
    @GET
    @ActionPath("hoe")
    public Navigation hoe() {
    }
}

@Page("add/hoe")
public class AddHoePage {
    @GET
    public Navigation index() {
    }
}

AddPage#hoe()とAddHoePage#index()のどちらが呼ばれるか、など、アクションメ
ソッド探索ルールの定義をする。また、現状の実装がどうなっているかの確認をする。

Apr 15, 2009
Project Member #1 shinpei.ohtani@gmail.com
 Issue191 で対応したので完了とします.

-https://code.google.com/p/t-2/issues/detail?id=191
Status: Fixed

Powered by Google Project Hosting