Uses of Interface
org.apache.wicket.page.IManageablePage
-
Packages that use IManageablePage Package Description 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.mock org.apache.wicket.page org.apache.wicket.pageStore org.apache.wicket.request.component 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 IManageablePage in org.apache.wicket
Classes in org.apache.wicket that implement IManageablePage Modifier and Type Class Description classPageAbstract base class for pages. -
Uses of IManageablePage in org.apache.wicket.markup.html
Classes in org.apache.wicket.markup.html that implement IManageablePage 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 IManageablePage in org.apache.wicket.markup.html.link
Classes in org.apache.wicket.markup.html.link that implement IManageablePage Modifier and Type Class Description static classPopupCloseLink.ClosePopupPageClosePopupPage closes the popup window. -
Uses of IManageablePage in org.apache.wicket.markup.html.pages
Classes in org.apache.wicket.markup.html.pages that implement IManageablePage 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 IManageablePage in org.apache.wicket.mock
Classes in org.apache.wicket.mock that implement IManageablePage Modifier and Type Class Description classMockHomePageMock PageMethods in org.apache.wicket.mock that return IManageablePage Modifier and Type Method Description IManageablePageMockPageManager. getPage(int id)IManageablePageMockPageStore. getPage(IPageContext context, int id)Methods in org.apache.wicket.mock that return types with arguments of type IManageablePage Modifier and Type Method Description java.util.List<IManageablePage>MockPageStore. getPages()Methods in org.apache.wicket.mock with parameters of type IManageablePage Modifier and Type Method Description voidMockPageManager. addPage(IManageablePage page)voidMockPageStore. addPage(IPageContext context, IManageablePage page)voidMockPageManager. removePage(IManageablePage page)voidMockPageStore. removePage(IPageContext context, IManageablePage page) -
Uses of IManageablePage in org.apache.wicket.page
Methods in org.apache.wicket.page that return IManageablePage Modifier and Type Method Description IManageablePageIPageManager. getPage(int pageId)Get a pageIManageablePagePageManager. getPage(int pageId)Methods in org.apache.wicket.page with parameters of type IManageablePage Modifier and Type Method Description voidIPageManager. addPage(IManageablePage page)Add a page.voidPageManager. addPage(IManageablePage page)voidIPageManager. removePage(IManageablePage page)Remove a pagevoidPageManager. removePage(IManageablePage page)default voidIPageManager. touchPage(IManageablePage page)Deprecated.will be removed in Wicket 10 -
Uses of IManageablePage in org.apache.wicket.pageStore
Classes in org.apache.wicket.pageStore that implement IManageablePage Modifier and Type Class Description classSerializedPageA wrapper around a serialized page.Methods in org.apache.wicket.pageStore that return IManageablePage Modifier and Type Method Description IManageablePageAbstractPersistentPageStore. getPage(IPageContext context, int id)IManageablePageAsynchronousPageStore. getPage(IPageContext context, int pageId)IManageablePageCryptingPageStore. getPage(IPageContext context, int id)IManageablePageDelegatingPageStore. getPage(IPageContext context, int id)IManageablePageGroupingPageStore. getPage(IPageContext context, int id)IManageablePageInSessionPageStore. getPage(IPageContext context, int id)IManageablePageIPageStore. getPage(IPageContext context, int id)Restores a page from storage.IManageablePageNoopPageStore. getPage(IPageContext context, int id)IManageablePageRequestPageStore. getPage(IPageContext context, int id)IManageablePageSerializingPageStore. getPage(IPageContext context, int id)protected abstract IManageablePageAbstractPersistentPageStore. getPersistedPage(java.lang.String sessionIdentifier, int id)protected IManageablePageDiskPageStore. getPersistedPage(java.lang.String sessionIdentifier, int id)protected IManageablePageFilePageStore. getPersistedPage(java.lang.String sessionIdentifier, int id)protected IManageablePageInMemoryPageStore. getPersistedPage(java.lang.String sessionIdentifier, int id)Methods in org.apache.wicket.pageStore with parameters of type IManageablePage Modifier and Type Method Description voidAbstractPersistentPageStore. addPage(IPageContext context, IManageablePage page)voidAsynchronousPageStore. addPage(IPageContext context, IManageablePage page)voidCryptingPageStore. addPage(IPageContext context, IManageablePage page)voidDelegatingPageStore. addPage(IPageContext context, IManageablePage page)voidGroupingPageStore. addPage(IPageContext context, IManageablePage page)voidInSessionPageStore. addPage(IPageContext context, IManageablePage page)voidIPageStore. addPage(IPageContext context, IManageablePage page)Stores the page-voidNoopPageStore. addPage(IPageContext context, IManageablePage page)voidRequestPageStore. addPage(IPageContext context, IManageablePage page)voidSerializingPageStore. addPage(IPageContext context, IManageablePage page)protected abstract voidAbstractPersistentPageStore. addPersistedPage(java.lang.String sessionIdentifier, IManageablePage page)Add a page.protected voidDiskPageStore. addPersistedPage(java.lang.String sessionIdentifier, IManageablePage page)protected voidFilePageStore. addPersistedPage(java.lang.String sessionIdentifier, IManageablePage page)protected voidInMemoryPageStore. addPersistedPage(java.lang.String sessionIdentifier, IManageablePage page)protected java.lang.StringGroupingPageStore. getGroup(IManageablePage page)Get the group of a page, default is"default"protected longInMemoryPageStore. getSize(IManageablePage page)Get the size of the given page.voidAbstractPersistentPageStore. removePage(IPageContext context, IManageablePage page)voidAsynchronousPageStore. removePage(IPageContext context, IManageablePage page)voidDelegatingPageStore. removePage(IPageContext context, IManageablePage page)voidGroupingPageStore. removePage(IPageContext context, IManageablePage page)voidInSessionPageStore. removePage(IPageContext context, IManageablePage page)voidIPageStore. removePage(IPageContext context, IManageablePage page)Removes a page from storage.voidNoopPageStore. removePage(IPageContext context, IManageablePage page)voidRequestPageStore. removePage(IPageContext context, IManageablePage page)protected abstract voidAbstractPersistentPageStore. removePersistedPage(java.lang.String sessionIdentifier, IManageablePage page)protected voidDiskPageStore. removePersistedPage(java.lang.String sessionIdentifier, IManageablePage page)protected voidFilePageStore. removePersistedPage(java.lang.String sessionIdentifier, IManageablePage page)protected voidInMemoryPageStore. removePersistedPage(java.lang.String sessionIdentifier, IManageablePage page) -
Uses of IManageablePage in org.apache.wicket.request.component
Subinterfaces of IManageablePage in org.apache.wicket.request.component Modifier and Type Interface Description interfaceIRequestablePageBase interface for pages. -
Uses of IManageablePage in org.apache.wicket.util.tester
Classes in org.apache.wicket.util.tester that implement IManageablePage 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.
-