192193194195196197198199200201202
*/ public static class NonPageCachingDummyWebApplication extends DummyWebApplication { protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new IPageStore() { public void destroy() { }
194195196197198199200201202203204
5354555657585960
getSharedResources().add("cancelButton", new DefaultButtonImageResource("Cancel")); } @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this,new FilePageStore()); //return new HttpSessionStore(); }
208209210211212213214215216217218
public static class NonPageCachingDummyWebApplication extends DummyWebApplication { @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new IPageStore() { public void destroy() { }