newSessionStore() メソッドは wicket 1.5 から削除されました。
@Override
protected ISessionStore newSessionStore()
{
return new HttpSessionStore(this);
}
1.5 でこのメソッドに相当するものは何ですか?
newSessionStore() メソッドは wicket 1.5 から削除されました。
@Override
protected ISessionStore newSessionStore()
{
return new HttpSessionStore(this);
}
1.5 でこのメソッドに相当するものは何ですか?
移行ガイドによると、Wicket 1.5 には同等のものはありません。HttpSessionStore のみがサポートされています