Uses of Interface
org.apache.wicket.core.request.handler.IPageProvider
-
Packages that use IPageProvider Package Description org.apache.wicket The core Wicket package.org.apache.wicket.core.request.handler org.apache.wicket.core.request.handler.logger org.apache.wicket.markup.html.link Link components.org.apache.wicket.request.handler.render 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 IPageProvider in org.apache.wicket
Constructors in org.apache.wicket with parameters of type IPageProvider Constructor Description RestartResponseException(IPageProvider pageProvider, RenderPageRequestHandler.RedirectPolicy redirectPolicy)Redirects to the page provided by the passedpageProviderusing the explicitredirectPolicy -
Uses of IPageProvider in org.apache.wicket.core.request.handler
Subinterfaces of IPageProvider in org.apache.wicket.core.request.handler Modifier and Type Interface Description interfaceIPageAndComponentProviderExtension ofIPageProviderthat is also capable of providing a Component belonging to the page.Classes in org.apache.wicket.core.request.handler that implement IPageProvider Modifier and Type Class Description classPageAndComponentProviderExtension ofPageProviderthat is also capable of providing a Component belonging to the page.classPageProviderProvides page instance for request handlers.Methods in org.apache.wicket.core.request.handler that return IPageProvider Modifier and Type Method Description IPageProviderRenderPageRequestHandler. getPageProvider()Constructors in org.apache.wicket.core.request.handler with parameters of type IPageProvider Constructor Description BookmarkablePageRequestHandler(IPageProvider pageProvider)Construct.RenderPageRequestHandler(IPageProvider pageProvider)Construct.RenderPageRequestHandler(IPageProvider pageProvider, RenderPageRequestHandler.RedirectPolicy redirectPolicy)Construct. -
Uses of IPageProvider in org.apache.wicket.core.request.handler.logger
Constructors in org.apache.wicket.core.request.handler.logger with parameters of type IPageProvider Constructor Description PageLogData(IPageProvider pageProvider)Construct. -
Uses of IPageProvider in org.apache.wicket.markup.html.link
Constructors in org.apache.wicket.markup.html.link with parameters of type IPageProvider Constructor Description InlineFrame(java.lang.String id, IPageProvider pageProvider)This constructor is ideal for constructing pages lazily. -
Uses of IPageProvider in org.apache.wicket.request.handler.render
Methods in org.apache.wicket.request.handler.render that return IPageProvider Modifier and Type Method Description protected IPageProviderPageRenderer. getPageProvider() -
Uses of IPageProvider in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester with parameters of type IPageProvider Modifier and Type Method Description PageBaseWicketTester. startPage(IPageProvider pageProvider)Renders the page specified by givenIPageProvider.
-