Uses of Interface
org.apache.wicket.page.IManageablePage

Packages that use IManageablePage
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
 class Page
          Abstract base class for pages.
 

Uses of IManageablePage in org.apache.wicket.markup.html
 

Classes in org.apache.wicket.markup.html that implement IManageablePage
 class GenericWebPage<T>
          A WebPage with typesafe getters and setters for the model and its underlying object
 class WebPage
          Base 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
static class PopupCloseLink.ClosePopupPage
          ClosePopupPage 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
 class AbstractErrorPage
          A parent page for all pages that are used to show an error to the user.
 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 IManageablePage in org.apache.wicket.mock
 

Classes in org.apache.wicket.mock that implement IManageablePage
 class MockHomePage
          Mock Page
 

Methods in org.apache.wicket.mock that return IManageablePage
 IManageablePage MockPageManager.getPage(int id)
           
 

Methods in org.apache.wicket.mock with parameters of type IManageablePage
 void MockPageManager.touchPage(IManageablePage page)
           
 

Uses of IManageablePage in org.apache.wicket.page
 

Methods in org.apache.wicket.page that return IManageablePage
protected  IManageablePage RequestAdapter.findPage(int id)
           
protected abstract  IManageablePage RequestAdapter.getPage(int id)
          Returns the page with specified id.
protected  IManageablePage PageStoreManager.PersistentRequestAdapter.getPage(int id)
           
 IManageablePage PageManagerDecorator.getPage(int id)
          Retrieve page instance with given id.
 IManageablePage IPageManager.getPage(int id)
          Retrieve page instance with given id.
 IManageablePage AbstractPageManager.getPage(int id)
           
 

Methods in org.apache.wicket.page with parameters of type IManageablePage
protected  void RequestAdapter.touch(IManageablePage page)
           
 void PageManagerDecorator.touchPage(IManageablePage page)
          Marks page as changed.
 void IPageManager.touchPage(IManageablePage page)
          Marks page as changed.
 void AbstractPageManager.touchPage(IManageablePage page)
           
 

Method parameters in org.apache.wicket.page with type arguments of type IManageablePage
protected abstract  void RequestAdapter.storeTouchedPages(List<IManageablePage> touchedPages)
          Store the list of stateful pages.
protected  void PageStoreManager.PersistentRequestAdapter.storeTouchedPages(List<IManageablePage> touchedPages)
           
 

Uses of IManageablePage in org.apache.wicket.pageStore
 

Methods in org.apache.wicket.pageStore that return IManageablePage
 IManageablePage IPageStore.convertToPage(Object page)
          Converts a page representation to an instance of IManageablePage
 IManageablePage DefaultPageStore.convertToPage(Object object)
           
protected  IManageablePage DefaultPageStore.deserializePage(byte[] data)
           
 IManageablePage IPageStore.getPage(String sessionId, int pageId)
          Restores a page from the persistent layer.
 IManageablePage DefaultPageStore.getPage(String sessionId, int id)
           
 

Methods in org.apache.wicket.pageStore with parameters of type IManageablePage
protected  DefaultPageStore.SerializedPage DefaultPageStore.serializePage(String sessionId, IManageablePage page)
           
 void IPageStore.storePage(String sessionId, IManageablePage page)
          Stores the page to a persistent layer.
 void DefaultPageStore.storePage(String sessionId, IManageablePage page)
           
 

Uses of IManageablePage in org.apache.wicket.request.component
 

Subinterfaces of IManageablePage in org.apache.wicket.request.component
 interface IRequestablePage
          Base interface for pages.
 

Uses of IManageablePage in org.apache.wicket.util.tester
 

Classes in org.apache.wicket.util.tester that implement IManageablePage
static class BaseWicketTester.StartComponentInPage
          A page that is used as the automatically created page for BaseWicketTester.startComponentInPage(Class) and the other variations.
 class DummyHomePage
          A dummy home page, as required by WicketTester.
 class DummyPanelPage
          A dummy Panel Component.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.