|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebPage | |
---|---|
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.util.tester | A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. |
Uses of WebPage in org.apache.wicket.markup.html |
---|
Methods in org.apache.wicket.markup.html that return WebPage | |
---|---|
WebPage |
WebMarkupContainer.getWebPage()
A convenience method to return the WebPage. |
Uses of WebPage in org.apache.wicket.markup.html.link |
---|
Subclasses of WebPage in org.apache.wicket.markup.html.link | |
---|---|
static class |
PopupCloseLink.ClosePopupPage
ClosePopupPage closes the popup window. |
Uses of WebPage in org.apache.wicket.markup.html.pages |
---|
Subclasses of WebPage in org.apache.wicket.markup.html.pages | |
---|---|
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 WebPage in org.apache.wicket.util.tester |
---|
Subclasses of WebPage in org.apache.wicket.util.tester | |
---|---|
class |
DummyHomePage
A dummy home page, as required by WicketTester . |
class |
DummyPanelPage
A dummy Panel Component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |