|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.lang.String |
attributeForId(int id)
|
void |
clear()
Removes all pages from this map |
boolean |
containsPage(int id,
int versionNumber)
Returns true if the PageMap contains page with given id and versonNumber |
boolean |
continueToOriginalDestination()
Redirects to any intercept page previously specified by a call to redirectToInterceptPage. |
Page |
get(int id,
int versionNumber)
Retrieves page with given id. |
IPageMapEntry |
getEntry(int id)
Retrieves entry with given id. |
java.lang.String |
getName()
|
long |
getSizeInBytes()
|
boolean |
isDefault()
|
int |
nextId()
|
void |
put(Page page)
|
void |
redirectToInterceptPage(java.lang.Class pageClazz)
Redirects browser to an intermediate page such as a sign-in page. |
void |
redirectToInterceptPage(Page page)
Redirects browser to an intermediate page such as a sign-in page. |
void |
remove()
Removes this PageMap from the Session. |
void |
remove(Page page)
Removes the page from the pagemap |
void |
removeEntry(IPageMapEntry entry)
|
| Method Detail |
public java.lang.String attributeForId(int id)
id - The page id to create an attribute for
public void clear()
public boolean continueToOriginalDestination()
Component.redirectToInterceptPage(Page)
public Page get(int id,
int versionNumber)
id - The page identifierversionNumber - The version to get
public IPageMapEntry getEntry(int id)
id - The page identifier
public java.lang.String getName()
public long getSizeInBytes()
public boolean isDefault()
public int nextId()
public void put(Page page)
page - The page to put into this mappublic void redirectToInterceptPage(java.lang.Class pageClazz)
pageClazz - The page clazz to temporarily redirect topublic void redirectToInterceptPage(Page page)
page - The sign in pageComponent.continueToOriginalDestination()public void remove()
public void remove(Page page)
page - page to be removed from the pagemappublic void removeEntry(IPageMapEntry entry)
entry - The entry to remove
public boolean containsPage(int id,
int versionNumber)
id - versionNumber -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||