|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.mock.MockPageManager
public class MockPageManager
Simple IPageManager used for testing.
| Constructor Summary | |
|---|---|
MockPageManager()
Construct. |
|
| Method Summary | |
|---|---|
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 |
sessionExpired(String sessionId)
Invoked when the session has been expired. |
void |
setContext(IPageManagerContext context)
|
boolean |
supportsVersioning()
Returns whether this manager supports versioning. |
void |
touchPage(IManageablePage page)
Marks page as changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockPageManager()
| Method Detail |
|---|
public void commitRequest()
IPageManager
commitRequest in interface IPageManagerpublic void destroy()
IPageManager
destroy in interface IPageManagerpublic IManageablePage getPage(int id)
IPageManager
getPage in interface IPageManagerid - the id of the page to load
nullpublic void newSessionCreated()
IPageManager
newSessionCreated in interface IPageManagerpublic void sessionExpired(String sessionId)
IPageManager
sessionExpired in interface IPageManagersessionId - the id of the expired sessionpublic void setContext(IPageManagerContext context)
context - public boolean supportsVersioning()
IPageManager
supportsVersioning 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 IPageManagerContext getContext()
getContext in interface IPageManagerIPageManager.getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||