Uses of Interface
org.apache.wicket.pageStore.InMemoryPageStore.IMemoryData
-
Packages that use InMemoryPageStore.IMemoryData Package Description org.apache.wicket.pageStore -
-
Uses of InMemoryPageStore.IMemoryData in org.apache.wicket.pageStore
Classes in org.apache.wicket.pageStore that implement InMemoryPageStore.IMemoryData Modifier and Type Class Description protected static class
InMemoryPageStore.CountLimitedData
Limit pages by count.protected static class
InMemoryPageStore.MemoryData
List based implementation.protected static class
InMemoryPageStore.SizeLimitedData
Limit pages by size.Constructor parameters in org.apache.wicket.pageStore with type arguments of type InMemoryPageStore.IMemoryData Constructor Description InMemoryPageStore(String applicationName, Supplier<InMemoryPageStore.IMemoryData> dataCreator, Map<String,InMemoryPageStore.IMemoryData> datas)
InMemoryPageStore(String applicationName, Supplier<InMemoryPageStore.IMemoryData> dataCreator, Map<String,InMemoryPageStore.IMemoryData> datas)
-