Uses of Class
org.apache.wicket.Page
-
-
Uses of Page in org.apache.wicket
Classes in org.apache.wicket with type parameters of type Page Modifier and Type Class Description protected static classSystemMapper.HomePageProvider<C extends Page>Methods in org.apache.wicket with type parameters of type Page Modifier and Type Method Description <C extends Page>
java.lang.CharSequenceComponent. urlFor(java.lang.Class<C> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Returns a bookmarkable URL that references a given page class using a given set of page parameters.Methods in org.apache.wicket that return Page Modifier and Type Method Description protected PageDefaultExceptionMapper. extractCurrentPage()protected PageComponent. findPage()If this Component is a Page, returns self.PageComponent. getPage()Gets the page holding this component.PagePageReference. getPage()PagePage. setStatelessHint(boolean value)Sets whether the page should try to be stateless.Methods in org.apache.wicket that return types with arguments of type Page Modifier and Type Method Description abstract java.lang.Class<? extends Page>Application. getHomePage()Application subclasses must specify a home page class by implementing this abstract method.java.lang.Class<? extends Page>Page. getPageClass()Methods in org.apache.wicket with parameters of type Page Modifier and Type Method Description voidComponent. redirectToInterceptPage(Page page)Redirects browser to an intermediate page such as a sign-in page.Constructors in org.apache.wicket with parameters of type Page Constructor Description RestartResponseAtInterceptPageException(Page interceptPage)Redirects to the specifiedinterceptPage.Constructor parameters in org.apache.wicket with type arguments of type Page Constructor Description NonResettingRestartException(java.lang.Class<? extends Page> pageClass)Constructor.NonResettingRestartException(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters params)Constructor.NonResettingRestartException(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters params, RenderPageRequestHandler.RedirectPolicy redirectPolicy)Constructor.RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass)Redirects to the specified intercept page, this will result in a bookmarkable redirect.RestartResponseAtInterceptPageException(java.lang.Class<? extends Page> interceptPageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Redirects to the specified intercept page, this will result in a bookmarkable redirect. -
Uses of Page in org.apache.wicket.ajax
Methods in org.apache.wicket.ajax that return Page Modifier and Type Method Description PageAjaxRequestHandler. getPage()PageAjaxRequestTarget. getPage()Returns the page.Constructors in org.apache.wicket.ajax with parameters of type Page Constructor Description AjaxRequestHandler(Page page)Constructor -
Uses of Page in org.apache.wicket.authorization.strategies.page
Methods in org.apache.wicket.authorization.strategies.page with type parameters of type Page Modifier and Type Method Description protected <T extends Page>
booleanAbstractPageAuthorizationStrategy. isPageAuthorized(java.lang.Class<T> pageClass)Whether to page may be created.protected <T extends Page>
booleanSimplePageAuthorizationStrategy. isPageAuthorized(java.lang.Class<T> pageClass) -
Uses of Page in org.apache.wicket.core.request.handler.logger
Constructors in org.apache.wicket.core.request.handler.logger with parameters of type Page Constructor Description PageLogData(Page page)Construct. -
Uses of Page in org.apache.wicket.core.util.string
Method parameters in org.apache.wicket.core.util.string with type arguments of type Page Modifier and Type Method Description java.lang.CharSequenceComponentRenderer. renderPage(java.util.function.Supplier<? extends Page> page)Collects the html generated by rendering a page. -
Uses of Page in org.apache.wicket.feedback
Constructors in org.apache.wicket.feedback with parameters of type Page Constructor Description FeedbackMessagesModel(Page page, IFeedbackMessageFilter filter)Constructor. -
Uses of Page in org.apache.wicket.markup.head
Method parameters in org.apache.wicket.markup.head with type arguments of type Page Modifier and Type Method Description static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass)Factory method to create lt;link> tag for html import.static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Factory method to create lt;link> tag for html import.static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, boolean async)Factory method to create lt;link> tag for html import.static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, java.lang.String media)Factory method to create lt;link> tag for html import.static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, java.lang.String media, boolean async)Factory method to create lt;link> tag for html import.static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, IModel<java.lang.String> media)Factory method to create lt;link> tag for html import.static MetaDataHeaderItemHtmlImportHeaderItem. forImportLinkTag(java.lang.Class<? extends Page> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, IModel<java.lang.String> media, boolean async)Factory method to create lt;link> tag for html import. -
Uses of Page in org.apache.wicket.markup.html
Subclasses of Page in org.apache.wicket.markup.html Modifier and Type Class Description classGenericWebPage<T>AWebPagewith typesafe getters and setters for the model and its underlying objectclassWebPageBase class for HTML pages. -
Uses of Page in org.apache.wicket.markup.html.debug
Constructors in org.apache.wicket.markup.html.debug with parameters of type Page Constructor Description PageView(java.lang.String id, Page page)Constructor. -
Uses of Page in org.apache.wicket.markup.html.link
Subclasses of Page in org.apache.wicket.markup.html.link Modifier and Type Class Description static classPopupCloseLink.ClosePopupPageClosePopupPage closes the popup window.Methods in org.apache.wicket.markup.html.link that return types with arguments of type Page Modifier and Type Method Description java.lang.Class<? extends Page>BookmarkablePageLink. getPageClass()Get the page class registered with the linkMethods in org.apache.wicket.markup.html.link with parameters of type Page Modifier and Type Method Description booleanBookmarkablePageLink. linksTo(Page page)Whether this link refers to the given page.protected booleanLink. linksTo(Page page)Whether this link refers to the given page.Constructors in org.apache.wicket.markup.html.link with parameters of type Page Constructor Description InlineFrame(java.lang.String id, Page page)This constructor is ideal if a Page object was passed in from a previous Page. -
Uses of Page in org.apache.wicket.markup.html.navigation.paging
Methods in org.apache.wicket.markup.html.navigation.paging with parameters of type Page Modifier and Type Method Description booleanPagingNavigationIncrementLink. linksTo(Page page)Returns true if the page link links to the given page.booleanPagingNavigationLink. linksTo(Page page)Returns true if this PageableListView navigation link links to the given page. -
Uses of Page in org.apache.wicket.markup.html.pages
Subclasses of Page 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.Constructors in org.apache.wicket.markup.html.pages with parameters of type Page Constructor Description ExceptionErrorPage(java.lang.Throwable throwable, Page page)Constructor.RedirectPage(Page page)Construct.RedirectPage(Page page, int waitBeforeRedirectInSeconds)Construct. -
Uses of Page in org.apache.wicket.mock
Subclasses of Page in org.apache.wicket.mock Modifier and Type Class Description classMockHomePageMock PageMethods in org.apache.wicket.mock that return types with arguments of type Page Modifier and Type Method Description java.lang.Class<? extends Page>MockApplication. getHomePage() -
Uses of Page in org.apache.wicket.page
Constructors in org.apache.wicket.page with parameters of type Page Constructor Description PartialPageUpdate(Page page)Constructor.XmlPartialPageUpdate(Page page) -
Uses of Page in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http with type parameters of type Page Modifier and Type Method Description <P extends Page>
PackageMapperWebApplication. mountPackage(java.lang.String path, java.lang.Class<P> pageClass)Mounts mounts all bookmarkable pages in a the pageClass's package to the given path.<T extends Page>
MountedMapperWebApplication. mountPage(java.lang.String path, java.lang.Class<T> pageClass)Mounts a page class to the given path.Methods in org.apache.wicket.protocol.http that return types with arguments of type Page Modifier and Type Method Description java.util.function.Function<Page,AjaxRequestTarget>WebApplication. getAjaxRequestTargetProvider()Returns the provider forAjaxRequestTargetobjects.Methods in org.apache.wicket.protocol.http with parameters of type Page Modifier and Type Method Description AjaxRequestTargetWebApplication. newAjaxRequestTarget(Page page)Creates a new ajax request target used to control ajax responsesMethod parameters in org.apache.wicket.protocol.http with type arguments of type Page Modifier and Type Method Description ApplicationWebApplication. setAjaxRequestTargetProvider(java.util.function.Function<Page,AjaxRequestTarget> ajaxRequestTargetProvider)Sets the provider forAjaxRequestTargetobjects. -
Uses of Page in org.apache.wicket.request.cycle
Methods in org.apache.wicket.request.cycle with type parameters of type Page Modifier and Type Method Description <C extends Page>
org.apache.wicket.request.UrlRequestCycle. mapUrlFor(java.lang.Class<C> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Returns a bookmarkable URL that references a given page class using a given set of page parameters.<C extends Page>
java.lang.CharSequenceRequestCycle. urlFor(java.lang.Class<C> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Returns a rendered bookmarkable URL that references a given page class using a given set of page parameters. -
Uses of Page in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return types with arguments of type Page Modifier and Type Method Description java.lang.Class<? extends Page>ApplicationSettings. getAccessDeniedPage()Gets the access denied page class.java.lang.Class<? extends Page>ApplicationSettings. getInternalErrorPage()Gets internal error page class.java.lang.Class<? extends Page>ApplicationSettings. getPageExpiredErrorPage()Gets the page expired page class.Method parameters in org.apache.wicket.settings with type arguments of type Page Modifier and Type Method Description ApplicationSettingsApplicationSettings. setAccessDeniedPage(java.lang.Class<? extends Page> accessDeniedPage)Sets the access denied page class.ApplicationSettingsApplicationSettings. setInternalErrorPage(java.lang.Class<? extends Page> internalErrorPage)Sets internal error page class.ApplicationSettingsApplicationSettings. setPageExpiredErrorPage(java.lang.Class<? extends Page> pageExpiredErrorPage)Sets the page expired page class. -
Uses of Page in org.apache.wicket.util.tester
Subclasses of Page 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.Methods in org.apache.wicket.util.tester with type parameters of type Page Modifier and Type Method Description protected <T extends Page>
voidWicketTestCase. executeTest(java.lang.Class<T> pageClass, java.lang.String filename)Use-Dwicket.replace.expected.results=trueto automatically replace the expected output file.protected <T extends Page>
voidWicketTestCase. executeTest(java.lang.Class<T> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters, java.lang.String filename)Use-Dwicket.replace.expected.results=trueto automatically replace the expected output file.<T extends Page>
voidWicketTester. executeTest(java.lang.Class<?> testClass, java.lang.Class<T> pageClass, java.lang.String filename)Use-Dwicket.replace.expected.results=trueto automatically replace the expected output file.<T extends Page>
voidWicketTester. executeTest(java.lang.Class<?> testClass, java.lang.Class<T> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters, java.lang.String filename)Use-Dwicket.replace.expected.results=trueto automatically replace the expected output file.<C extends Page>
ResultBaseWicketTester. isRenderedPage(java.lang.Class<C> expectedRenderedPageClass)Asserts the last renderedPageclass.<C extends Page>
CBaseWicketTester. startPage(java.lang.Class<C> pageClass)Renders aPagefrom its default constructor.<C extends Page>
CBaseWicketTester. startPage(java.lang.Class<C> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Renders aPagefrom its default constructor.<T extends Page>
TBaseWicketTester. startPage(T page)Renders the page.Methods in org.apache.wicket.util.tester that return Page Modifier and Type Method Description protected PageBaseWicketTester. createPage()Creates aPageto test a component withBaseWicketTester.startComponentInPage(Component, IMarkupFragment)PageBaseWicketTester. getLastRenderedPage()protected PageDummyHomePage. getTestPage()PageBaseWicketTester. startPage(IPageProvider pageProvider)Renders the page specified by givenIPageProvider.Methods in org.apache.wicket.util.tester with parameters of type Page Modifier and Type Method Description protected voidWicketTestCase. executeTest(Page page, java.lang.String filename)Use-Dwicket.replace.expected.results=trueto automatically replace the expected output file.voidWicketTester. executeTest(java.lang.Class<?> testClass, Page page, java.lang.String filename)Use-Dwicket.replace.expected.results=trueto automatically replace the expected output file.static java.util.List<WicketTesterHelper.ComponentData>WicketTesterHelper. getComponentData(Page page)Gets recursively allComponents of a givenPage, extracts the information relevant to us, and adds them to aList.Method parameters in org.apache.wicket.util.tester with type arguments of type Page Modifier and Type Method Description voidWicketTester. assertRenderedPage(java.lang.Class<? extends Page> expectedRenderedPageClass)Asserts a last-renderedPageclass.Constructor parameters in org.apache.wicket.util.tester with type arguments of type Page Constructor Description WicketTester(java.lang.Class<? extends Page> homePage)Creates aWicketTesterand automatically creates aWebApplication.
-