Uses of Interface
org.apache.wicket.request.component.IRequestablePage

Packages that use IRequestablePage
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.core.request.handler   
org.apache.wicket.core.request.handler.logger   
org.apache.wicket.core.request.mapper   
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.https   
org.apache.wicket.request.component   
org.apache.wicket.request.cycle   
org.apache.wicket.request.handler.render   
org.apache.wicket.session   
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 IRequestablePage in org.apache.wicket
 

Classes in org.apache.wicket that implement IRequestablePage
 class Page
          Abstract base class for pages.
 

Methods in org.apache.wicket with type parameters of type IRequestablePage
<C extends IRequestablePage>
boolean
IPageFactory.isBookmarkable(Class<C> pageClass)
          Checks whether a page can be instantiated using a bookmarkable URL.
<C extends IRequestablePage>
IRequestablePage
IPageFactory.newPage(Class<C> pageClass)
          Creates a new page using a page class.
<C extends IRequestablePage>
IRequestablePage
IPageFactory.newPage(Class<C> pageClass, PageParameters parameters)
          Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.
<C extends IRequestablePage>
void
Component.setResponsePage(Class<C> cls)
          Sets the page that will respond to this request
<C extends IRequestablePage>
void
Component.setResponsePage(Class<C> cls, PageParameters parameters)
          Sets the page class and its parameters that will respond to this request
 

Methods in org.apache.wicket that return IRequestablePage
 IRequestablePage DefaultMapperContext.getPageInstance(int pageId)
           
<C extends IRequestablePage>
IRequestablePage
IPageFactory.newPage(Class<C> pageClass)
          Creates a new page using a page class.
<C extends IRequestablePage>
IRequestablePage
IPageFactory.newPage(Class<C> pageClass, PageParameters parameters)
          Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.
 IRequestablePage DefaultMapperContext.newPageInstance(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
           
 

Methods in org.apache.wicket that return types with arguments of type IRequestablePage
 Class<? extends IRequestablePage> DefaultMapperContext.getHomePageClass()
           
 

Method parameters in org.apache.wicket with type arguments of type IRequestablePage
 IRequestablePage DefaultMapperContext.newPageInstance(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
           
 

Constructors in org.apache.wicket with parameters of type IRequestablePage
RestartResponseException(IRequestablePage page)
          Redirects to the specified page
 

Uses of IRequestablePage in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax that return types with arguments of type IRequestablePage
 Class<? extends IRequestablePage> AjaxRequestHandler.getPageClass()
           
 

Uses of IRequestablePage in org.apache.wicket.core.request.handler
 

Methods in org.apache.wicket.core.request.handler that return IRequestablePage
 IRequestablePage IPageRequestHandler.getPage()
          Returns the page.
 IRequestablePage RenderPageRequestHandler.getPage()
           
 IRequestablePage BookmarkableListenerInterfaceRequestHandler.getPage()
           
 IRequestablePage ListenerInterfaceRequestHandler.getPage()
           
 IRequestablePage IPageProvider.getPageInstance()
          Returns page instance specified by the constructor.
 IRequestablePage PageProvider.getPageInstance()
           
 

Methods in org.apache.wicket.core.request.handler that return types with arguments of type IRequestablePage
 Class<? extends IRequestablePage> IPageClassRequestHandler.getPageClass()
          Returns the page class
 Class<? extends IRequestablePage> BookmarkablePageRequestHandler.getPageClass()
           
 Class<? extends IRequestablePage> RenderPageRequestHandler.getPageClass()
           
 Class<? extends IRequestablePage> BookmarkableListenerInterfaceRequestHandler.getPageClass()
           
 Class<? extends IRequestablePage> IPageProvider.getPageClass()
          Returns class of the page.
 Class<? extends IRequestablePage> PageProvider.getPageClass()
           
 Class<? extends IRequestablePage> ListenerInterfaceRequestHandler.getPageClass()
           
 

Constructors in org.apache.wicket.core.request.handler with parameters of type IRequestablePage
PageAndComponentProvider(IRequestablePage page, IRequestableComponent component)
           
PageAndComponentProvider(IRequestablePage page, IRequestableComponent component, PageParameters parameters)
           
PageAndComponentProvider(IRequestablePage page, String componentPath)
           
PageProvider(IRequestablePage page)
          Creates a new page provider object.
 

Constructor parameters in org.apache.wicket.core.request.handler with type arguments of type IRequestablePage
PageAndComponentProvider(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, String componentPath)
           
PageAndComponentProvider(Class<? extends IRequestablePage> pageClass, String componentPath)
           
PageAndComponentProvider(int pageId, Class<? extends IRequestablePage> pageClass, Integer renderCount, String componentPath)
           
PageAndComponentProvider(int pageId, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, Integer renderCount, String componentPath)
           
PageProvider(Class<? extends IRequestablePage> pageClass)
          Creates a new page provider object.
PageProvider(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates a new page provider object.
PageProvider(int pageId, Class<? extends IRequestablePage> pageClass, Integer renderCount)
          Creates a new page provider object.
PageProvider(int pageId, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, Integer renderCount)
          Creates a new page provider object.
 

Uses of IRequestablePage in org.apache.wicket.core.request.handler.logger
 

Methods in org.apache.wicket.core.request.handler.logger that return types with arguments of type IRequestablePage
 Class<? extends IRequestablePage> PageLogData.getPageClass()
           
 

Uses of IRequestablePage in org.apache.wicket.core.request.mapper
 

Methods in org.apache.wicket.core.request.mapper that return IRequestablePage
 IRequestablePage StalePageException.getPage()
           
 IRequestablePage IPageSource.getPageInstance(int pageId)
          Returns existing page instance if the page exists.
 IRequestablePage IPageSource.newPageInstance(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates new page instance of page with given class.
 

Methods in org.apache.wicket.core.request.mapper that return types with arguments of type IRequestablePage
 Class<? extends IRequestablePage> IMapperContext.getHomePageClass()
          Returns the home page class.
 Class<? extends IRequestablePage> AbstractBookmarkableMapper.UrlInfo.getPageClass()
           
protected  Class<? extends IRequestablePage> AbstractComponentMapper.getPageClass(String name)
          Loads page class with given name.
 

Methods in org.apache.wicket.core.request.mapper with parameters of type IRequestablePage
protected  boolean AbstractBookmarkableMapper.checkPageInstance(IRequestablePage page)
           
 

Method parameters in org.apache.wicket.core.request.mapper with type arguments of type IRequestablePage
protected  boolean AbstractBookmarkableMapper.checkPageClass(Class<? extends IRequestablePage> pageClass)
           
protected  boolean MountedMapper.checkPageClass(Class<? extends IRequestablePage> pageClass)
           
 IRequestablePage IPageSource.newPageInstance(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates new page instance of page with given class.
protected  IRequestHandler AbstractBookmarkableMapper.processBookmarkable(Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates a IRequestHandler that processes a bookmarkable request.
protected  IRequestHandler AbstractBookmarkableMapper.processHybrid(PageInfo pageInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters, Integer renderCount)
          Creates a IRequestHandler that processes a hybrid request.
protected  IRequestHandler AbstractBookmarkableMapper.processListener(PageComponentInfo pageComponentInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Creates a IRequestHandler that processes a listener request.
 

Constructors in org.apache.wicket.core.request.mapper with parameters of type IRequestablePage
StalePageException(IRequestablePage page)
          Construct.
 

Constructor parameters in org.apache.wicket.core.request.mapper with type arguments of type IRequestablePage
AbstractBookmarkableMapper.UrlInfo(PageComponentInfo pageComponentInfo, Class<? extends IRequestablePage> pageClass, PageParameters pageParameters)
          Construct.
HomePageMapper(Class<? extends IRequestablePage> pageClass)
          Construct.
HomePageMapper(Class<? extends IRequestablePage> pageClass, IPageParametersEncoder pageParametersEncoder)
          Construct.
HomePageMapper(ClassProvider<? extends IRequestablePage> pageClassProvider)
          Construct.
HomePageMapper(ClassProvider<? extends IRequestablePage> pageClassProvider, IPageParametersEncoder pageParametersEncoder)
          Construct.
MountedMapper(String mountPath, Class<? extends IRequestablePage> pageClass)
          Construct.
MountedMapper(String mountPath, Class<? extends IRequestablePage> pageClass, IPageParametersEncoder pageParametersEncoder)
          Construct.
MountedMapper(String mountPath, ClassProvider<? extends IRequestablePage> pageClassProvider)
          Construct.
MountedMapper(String mountPath, ClassProvider<? extends IRequestablePage> pageClassProvider, IPageParametersEncoder pageParametersEncoder)
          Construct.
 

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

Classes in org.apache.wicket.markup.html that implement IRequestablePage
 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 IRequestablePage in org.apache.wicket.markup.html.link
 

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

Uses of IRequestablePage in org.apache.wicket.markup.html.pages
 

Classes in org.apache.wicket.markup.html.pages that implement IRequestablePage
 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 IRequestablePage in org.apache.wicket.mock
 

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

Uses of IRequestablePage in org.apache.wicket.protocol.https
 

Method parameters in org.apache.wicket.protocol.https with type arguments of type IRequestablePage
protected  Scheme HttpsMapper.getDesiredSchemeFor(Class<? extends IRequestablePage> pageClass)
          Determines which Scheme should be used to access the page
 

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

Methods in org.apache.wicket.request.component that return IRequestablePage
 IRequestablePage IRequestableComponent.getPage()
          Returns page this component belongs to.
 

Uses of IRequestablePage in org.apache.wicket.request.cycle
 

Methods in org.apache.wicket.request.cycle with parameters of type IRequestablePage
 void RequestCycle.setResponsePage(IRequestablePage page)
          Convenience method for setting next page to be rendered.
 

Method parameters in org.apache.wicket.request.cycle with type arguments of type IRequestablePage
 void RequestCycle.setResponsePage(Class<? extends IRequestablePage> pageClass)
          Convenience method for setting next page to be rendered.
 void RequestCycle.setResponsePage(Class<? extends IRequestablePage> pageClass, PageParameters parameters)
          Convenience method for setting next page to be rendered.
 

Uses of IRequestablePage in org.apache.wicket.request.handler.render
 

Methods in org.apache.wicket.request.handler.render that return IRequestablePage
protected  IRequestablePage PageRenderer.getPage()
           
 

Uses of IRequestablePage in org.apache.wicket.session
 

Methods in org.apache.wicket.session with type parameters of type IRequestablePage
<C extends IRequestablePage>
boolean
DefaultPageFactory.isBookmarkable(Class<C> pageClass)
           
<C extends IRequestablePage>
Page
DefaultPageFactory.newPage(Class<C> pageClass)
           
<C extends IRequestablePage>
Page
DefaultPageFactory.newPage(Class<C> pageClass, PageParameters parameters)
           
 

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

Classes in org.apache.wicket.util.tester that implement IRequestablePage
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-2012 Apache Software Foundation. All Rights Reserved.