public abstract class AbstractPageManager extends Object implements IPageManager
IPageManager implementations. Subclass should extend
RequestAdapter and override newRequestAdapter(IPageManagerContext) method to return it's
RequestAdapter implementation.| Constructor and Description |
|---|
AbstractPageManager(IPageManagerContext context)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commitRequest()
Commits the changes to external storage if the manager uses it.
|
IPageManagerContext |
getContext() |
IManageablePage |
getPage(int id)
Retrieve page instance with given id.
|
protected RequestAdapter |
getRequestAdapter() |
protected abstract RequestAdapter |
newRequestAdapter(IPageManagerContext context) |
void |
newSessionCreated()
Invoked when new session has been created.
|
void |
touchPage(IManageablePage page)
Marks page as changed.
|
void |
untouchPage(IManageablePage page)
Marks page as non-changed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, destroy, supportsVersioningpublic AbstractPageManager(IPageManagerContext context)
context - protected abstract RequestAdapter newRequestAdapter(IPageManagerContext context)
context - public IPageManagerContext getContext()
getContext in interface IPageManagerprotected RequestAdapter getRequestAdapter()
newRequestAdapter(IPageManagerContext)public void commitRequest()
IPageManagercommitRequest in interface IPageManagerpublic IManageablePage getPage(int id)
IPageManagergetPage in interface IPageManagerid - the id of the page to loadnullpublic void newSessionCreated()
IPageManagernewSessionCreated in interface IPageManagerpublic void touchPage(IManageablePage page)
IPageManagerNote:Only stateful pages are stored.
touchPage in interface IPageManagerpage - the page that should be stored in the page stores at the end of the request.public void untouchPage(IManageablePage page)
IPageManageruntouchPage in interface IPageManagerpage - the page that should not be stored in the page stores at the end of the request.Copyright © 2006–2021 Apache Software Foundation. All rights reserved.