Uses of Class
org.apache.wicket.markup.html.WebPage
-
Packages that use WebPage Package Description 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.mock org.apache.wicket.protocol.http HTTP implementation.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
Subclasses of WebPage in org.apache.wicket.markup.html Modifier and Type Class Description classGenericWebPage<T>AWebPagewith typesafe getters and setters for the model and its underlying objectMethods in org.apache.wicket.markup.html that return WebPage Modifier and Type Method Description WebPageWebComponent. getWebPage()A convenience method to return the WebPage.WebPageWebMarkupContainer. 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 Modifier and Type Class Description static classPopupCloseLink.ClosePopupPageClosePopupPage closes the popup window. -
Uses of WebPage in org.apache.wicket.markup.html.pages
Subclasses of WebPage in org.apache.wicket.markup.html.pages Modifier and Type Class Description classAbstractErrorPageA parent page for all pages that are used to show an error to the user.classAccessDeniedPagePage expired error page.classBrowserInfoPageThis 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.classExceptionErrorPageShows a runtime exception on a nice HTML page.classInternalErrorPageInternal error display page.classPageExpiredErrorPagePage expired error page.classRedirectPagePage that let the browser redirect. -
Uses of WebPage in org.apache.wicket.mock
Subclasses of WebPage in org.apache.wicket.mock Modifier and Type Class Description classMockHomePageMock Page -
Uses of WebPage in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return WebPage Modifier and Type Method Description protected WebPageWebSession. newBrowserInfoPage()Override this method if you want to use a custom page for gathering the client's browser information.
The easiest way is just to extendBrowserInfoPageand provide your own markup fileMethods in org.apache.wicket.protocol.http with parameters of type WebPage Modifier and Type Method Description voidWebApplication. renderXmlDecl(WebPage page, boolean insert)The rules if and when to insert an xml decl in the response are a bit tricky. -
Uses of WebPage in org.apache.wicket.util.tester
Subclasses of WebPage in org.apache.wicket.util.tester Modifier and Type Class Description static classBaseWicketTester.StartComponentInPageA page that is used as the automatically created page forBaseWicketTester.startComponentInPage(Class)and the other variations.classDummyHomePageA dummy home page, as required byWicketTester.classDummyPanelPageA dummyPanelComponent.Method parameters in org.apache.wicket.util.tester with type arguments of type WebPage Modifier and Type Method Description voidWicketTester. assertBookmarkablePageLink(java.lang.String id, java.lang.Class<? extends WebPage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Asserts that that the BookmarkablePageLink> identified by "id" points to the page as expected - including parameters.
-