| Issue 222: | コンテキストルートにPageクラスをわりあてたい | |
| 1 person starred this issue and may be notified of changes. | Back to list |
GAE/Jで利用しているのですが「http:hoge.appspot.com/」にアクセスされた場合に
動くPageクラスはアノテーションをどのように書けばいいのでしょうか?
以下のようなクラスを作成したのですが、うまくアクセスできませんでした。
{{{
@Page("/")
public class IndexPage {
@Default
public Navigation index(WebContext context) {
...
@ActionPath("hugo.html")
public Navigation fugo(WebContext context)
...
}}}
Jun 9, 2009
Project Member
#1
shinpei.ohtani@gmail.com
Status:
Fixed
|