void |
AbstractPersistentPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
AsynchronousPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
CryptingPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
DelegatingPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
GroupingPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
InSessionPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
IPageStore.addPage(IPageContext context,
IManageablePage page) |
Stores the page-
|
void |
NoopPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
RequestPageStore.addPage(IPageContext context,
IManageablePage page) |
|
void |
SerializingPageStore.addPage(IPageContext context,
IManageablePage page) |
|
boolean |
AbstractPersistentPageStore.canBeAsynchronous(IPageContext context) |
|
boolean |
CryptingPageStore.canBeAsynchronous(IPageContext context) |
Supports asynchronous add if the delegate supports it.
|
default boolean |
IPageStore.canBeAsynchronous(IPageContext context) |
|
boolean |
NoopPageStore.canBeAsynchronous(IPageContext context) |
|
boolean |
SerializingPageStore.canBeAsynchronous(IPageContext context) |
Supports asynchronous add if the delegate supports it.
|
protected java.lang.String |
AbstractPersistentPageStore.createSessionIdentifier(IPageContext context) |
Create an identifier for the given context.
|
void |
DelegatingPageStore.detach(IPageContext context) |
|
default void |
IPageStore.detach(IPageContext context) |
Detach from the current context.
|
void |
RequestPageStore.detach(IPageContext context) |
|
IManageablePage |
AbstractPersistentPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
AsynchronousPageStore.getPage(IPageContext context,
int pageId) |
|
IManageablePage |
CryptingPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
DelegatingPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
GroupingPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
InSessionPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
IPageStore.getPage(IPageContext context,
int id) |
Restores a page from storage.
|
IManageablePage |
NoopPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
RequestPageStore.getPage(IPageContext context,
int id) |
|
IManageablePage |
SerializingPageStore.getPage(IPageContext context,
int id) |
|
java.lang.String |
AbstractPersistentPageStore.getSessionIdentifier(IPageContext context) |
|
java.lang.String |
IPersistentPageStore.getSessionIdentifier(IPageContext context) |
Get the session identifier for pages stored for the given context.
|
protected ICrypter |
CryptingPageStore.newCrypter(IPageContext context) |
Create a new ICrypter for the given context.
|
void |
AbstractPersistentPageStore.removeAllPages(IPageContext context) |
|
void |
AsynchronousPageStore.removeAllPages(IPageContext context) |
|
void |
DelegatingPageStore.removeAllPages(IPageContext context) |
|
void |
GroupingPageStore.removeAllPages(IPageContext context) |
|
void |
InSessionPageStore.removeAllPages(IPageContext context) |
|
void |
IPageStore.removeAllPages(IPageContext context) |
All pages should be removed from storage for the given context.
|
void |
NoopPageStore.removeAllPages(IPageContext context) |
|
void |
RequestPageStore.removeAllPages(IPageContext context) |
|
void |
AbstractPersistentPageStore.removePage(IPageContext context,
IManageablePage page) |
|
void |
AsynchronousPageStore.removePage(IPageContext context,
IManageablePage page) |
|
void |
DelegatingPageStore.removePage(IPageContext context,
IManageablePage page) |
|
void |
GroupingPageStore.removePage(IPageContext context,
IManageablePage page) |
|
void |
InSessionPageStore.removePage(IPageContext context,
IManageablePage page) |
|
void |
IPageStore.removePage(IPageContext context,
IManageablePage page) |
Removes a page from storage.
|
void |
NoopPageStore.removePage(IPageContext context,
IManageablePage page) |
|
void |
RequestPageStore.removePage(IPageContext context,
IManageablePage page) |
|