public class MockPageManager extends Object implements IPageManager
IPageManager used for testing.| Constructor and Description |
|---|
MockPageManager()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all data for the current session.
|
void |
commitRequest()
Commits the changes to external storage if the manager uses it.
|
void |
destroy()
Destroy the page manager.
|
IPageManagerContext |
getContext() |
IManageablePage |
getPage(int id)
Retrieve page instance with given id.
|
void |
newSessionCreated()
Invoked when new session has been created.
|
void |
setContext(IPageManagerContext context) |
boolean |
supportsVersioning()
Returns whether this manager supports versioning.
|
void |
touchPage(IManageablePage page)
Marks page as changed.
|
void |
untouchPage(IManageablePage page)
Marks page as non-changed.
|
public void commitRequest()
IPageManagercommitRequest in interface IPageManagerpublic void destroy()
IPageManagerdestroy 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 clear()
IPageManagerclear in interface IPageManagerpublic void setContext(IPageManagerContext context)
context - public boolean supportsVersioning()
IPageManagersupportsVersioning 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.public IPageManagerContext getContext()
getContext in interface IPageManagerIPageManager.getContext()Copyright © 2006–2021 Apache Software Foundation. All rights reserved.