Uses of Interface
wicket.session.pagemap.IPageMapEntry

Packages that use IPageMapEntry
wicket The core Wicket package. 
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.link Link components. 
wicket.markup.html.pages Default special purpose pages for error and feedback support. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.protocol.http.portlet.pages   
wicket.session.pagemap   
wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of IPageMapEntry in wicket
 

Classes in wicket that implement IPageMapEntry
 class Page
          Abstract base class for pages.
 

Methods in wicket that return IPageMapEntry
 IPageMapEntry PageMap.getEntry(int id)
          Retrieves entry with given id.
 IPageMapEntry Page.getPageMapEntry()
           
 IPageMapEntry PageMap.lastAccessedEntry()
          Gets the most recently accessed page map entry off the top of the entry access stack.
 

Methods in wicket with parameters of type IPageMapEntry
 void PageMap.removeEntry(IPageMapEntry entry)
           
 

Uses of IPageMapEntry in wicket.markup.html
 

Classes in wicket.markup.html that implement IPageMapEntry
 class WebPage
          Base class for HTML pages.
 

Uses of IPageMapEntry in wicket.markup.html.link
 

Classes in wicket.markup.html.link that implement IPageMapEntry
static class PopupCloseLink.ClosePopupPage
          ClosePopupPage closes the popup window.
 

Uses of IPageMapEntry in wicket.markup.html.pages
 

Classes in wicket.markup.html.pages that implement IPageMapEntry
 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 IPageMapEntry in wicket.protocol.http.portlet
 

Classes in wicket.protocol.http.portlet that implement IPageMapEntry
 class PortletPage
          Base class for portlet pages.
 

Uses of IPageMapEntry in wicket.protocol.http.portlet.pages
 

Classes in wicket.protocol.http.portlet.pages that implement IPageMapEntry
 class AccessDeniedPortletPage
          Access denied portlet page
 class ExceptionErrorPortletPage
          Exception error portlet page
 class InternalErrorPortletPage
          Internal error portlet page
 class PageExpiredPortletPage
          Page expired error page.
 

Uses of IPageMapEntry in wicket.session.pagemap
 

Classes in wicket.session.pagemap that implement IPageMapEntry
 class AbstractPageMapEntry
          An abstract base class that makes it easier to create IPageMapEntry implementations.
 

Uses of IPageMapEntry in wicket.util.tester
 

Classes in wicket.util.tester that implement IPageMapEntry
 class DummyHomePage
          A dummy homepage required by WicketTester only
 class DummyPanelPage
          A dummy panel component
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.