|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPageMapEntry | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.markup.html | Base package of HTML markup. |
| org.apache.wicket.markup.html.link | Link components. |
| org.apache.wicket.markup.html.pages | Default special purpose pages for error and feedback support. |
| org.apache.wicket.session.pagemap | |
| org.apache.wicket.util.tester | A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. |
| Uses of IPageMapEntry in org.apache.wicket |
|---|
| Classes in org.apache.wicket that implement IPageMapEntry | |
|---|---|
class |
Page
Abstract base class for pages. |
| Methods in org.apache.wicket that return IPageMapEntry | |
|---|---|
IPageMapEntry |
PageMap.getEntry(int id)
|
IPageMapEntry |
IPageMap.getEntry(int id)
Retrieves entry with given id. |
IPageMapEntry |
Page.getPageMapEntry()
|
IPageMapEntry |
AccessStackPageMap.lastAccessedEntry()
Gets the most recently accessed page map entry off the top of the entry access stack. |
| Methods in org.apache.wicket with parameters of type IPageMapEntry | |
|---|---|
abstract void |
PageMap.removeEntry(IPageMapEntry entry)
|
void |
AccessStackPageMap.removeEntry(IPageMapEntry entry)
|
void |
IPageMap.removeEntry(IPageMapEntry entry)
|
| Uses of IPageMapEntry in org.apache.wicket.markup.html |
|---|
| Classes in org.apache.wicket.markup.html that implement IPageMapEntry | |
|---|---|
class |
WebPage
Base class for HTML pages. |
| Uses of IPageMapEntry in org.apache.wicket.markup.html.link |
|---|
| Classes in org.apache.wicket.markup.html.link that implement IPageMapEntry | |
|---|---|
static class |
PopupCloseLink.ClosePopupPage
ClosePopupPage closes the popup window. |
| Uses of IPageMapEntry in org.apache.wicket.markup.html.pages |
|---|
| Classes in org.apache.wicket.markup.html.pages that implement IPageMapEntry | |
|---|---|
class |
AccessDeniedPage
Page expired error page. |
class |
BrowserInfoPage
This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form. |
class |
ExceptionErrorPage
Shows a runtime exception on a nice HTML page. |
class |
InternalErrorPage
Internal error display page. |
class |
PageExpiredErrorPage
Page expired error page. |
class |
RedirectPage
Page that let the browser redirect. |
| Uses of IPageMapEntry in org.apache.wicket.session.pagemap |
|---|
| Classes in org.apache.wicket.session.pagemap that implement IPageMapEntry | |
|---|---|
class |
AbstractPageMapEntry
An abstract base class that makes it easier to create IPageMapEntry implementations. |
| Uses of IPageMapEntry in org.apache.wicket.util.tester |
|---|
| Classes in org.apache.wicket.util.tester that implement IPageMapEntry | |
|---|---|
class |
DummyHomePage
A dummy home page, as required by WicketTester. |
class |
DummyPanelPage
A dummy Panel Component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||