public class PageStoreManager extends AbstractPageManager
| Modifier and Type | Class and Description |
|---|---|
protected class |
PageStoreManager.PersistentRequestAdapter
|
| Constructor and Description |
|---|
PageStoreManager(String applicationName,
IPageStore pageStore,
IPageManagerContext context)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all data for the current session.
|
void |
destroy()
Destroy the page manager.
|
protected RequestAdapter |
newRequestAdapter(IPageManagerContext context) |
boolean |
supportsVersioning()
Returns whether this manager supports versioning.
|
commitRequest, getContext, getPage, getRequestAdapter, newSessionCreated, touchPage, untouchPagepublic PageStoreManager(String applicationName, IPageStore pageStore, IPageManagerContext context)
applicationName - pageStore - context - protected RequestAdapter newRequestAdapter(IPageManagerContext context)
newRequestAdapter in class AbstractPageManagerpublic boolean supportsVersioning()
IPageManagerpublic void clear()
IPageManagerpublic void destroy()
IPageManagerCopyright © 2006–2021 Apache Software Foundation. All rights reserved.