1

从 wicket 1.5 中删除了 newSessionStore() 方法。

@Override
protected ISessionStore newSessionStore()
{
 return new HttpSessionStore(this);
}

这种方法在 1.5 中的等价物是什么?

4

1 回答 1

0

根据迁移指南,Wicket 1.5 中没有等价物。仅支持 HttpSessionStore

于 2012-08-02T14:03:04.180 回答