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, endRequest, getContext, getPage, getRequestAdapter, newSessionCreated, removePage, touchPage, untouchPage
public PageStoreManager(String applicationName, IPageStore pageStore, IPageManagerContext context)
applicationName
- pageStore
- context
- protected RequestAdapter newRequestAdapter(IPageManagerContext context)
newRequestAdapter
in class AbstractPageManager
public boolean supportsVersioning()
IPageManager
public void clear()
IPageManager
public void destroy()
IPageManager
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.