|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a registry which can be used to administer page objects.
| Method Summary | |
void |
addPage(Page page)
Add a page to the registry |
boolean |
existsPage(java.lang.String pageID)
Tests if page with the given ID exists |
java.util.Iterator |
getAllPages()
Get all pages in the registry |
Page |
getPage(java.lang.String pageID)
Get the page with the given ID |
Page |
removePage(java.lang.String pageID)
Remove the page with the given ID from the registry |
| Method Detail |
public void addPage(Page page)
page - The page to addpublic Page getPage(java.lang.String pageID)
pageID - ID of the page
public java.util.Iterator getAllPages()
public Page removePage(java.lang.String pageID)
pageID - ID of the page
public boolean existsPage(java.lang.String pageID)
pageID - ID of the page
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||