|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPageStore | |
---|---|
org.apache.wicket.page | |
org.apache.wicket.pageStore |
Uses of IPageStore in org.apache.wicket.page |
---|
Constructors in org.apache.wicket.page with parameters of type IPageStore | |
---|---|
PersistentPageManager(String applicationName,
IPageStore pageStore,
IPageManagerContext context)
Construct. |
Uses of IPageStore in org.apache.wicket.pageStore |
---|
Classes in org.apache.wicket.pageStore that implement IPageStore | |
---|---|
class |
DefaultPageStore
The IPageStore that converts IManageablePage instances to DefaultPageStore.SerializedPage s
before passing them to the IDataStore to store them and the same in the opposite
direction when loading DefaultPageStore.SerializedPage from the data store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |