|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPageStore | |
---|---|
org.apache.wicket | The core Wicket package. |
org.apache.wicket.page | |
org.apache.wicket.pageStore |
Uses of IPageStore in org.apache.wicket |
---|
Methods in org.apache.wicket that return IPageStore | |
---|---|
protected IPageStore |
DefaultPageManagerProvider.newPageStore(IDataStore dataStore)
|
Uses of IPageStore in org.apache.wicket.page |
---|
Constructors in org.apache.wicket.page with parameters of type IPageStore | |
---|---|
PageStoreManager(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 |