Uses of Interface
org.apache.wicket.request.component.IRequestablePage
-
Packages that use IRequestablePage Package Description 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.http HTTP implementation.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 Modifier and Type Class Description classPageAbstract base class for pages.Methods in org.apache.wicket with type parameters of type IRequestablePage Modifier and Type Method Description <C extends IRequestablePage>
booleanIPageFactory. isBookmarkable(java.lang.Class<C> pageClass)Checks whether a page can be instantiated using a bookmarkable URL.<C extends IRequestablePage>
CIPageFactory. newPage(java.lang.Class<C> pageClass)Creates a new page using a page class.<C extends IRequestablePage>
CIPageFactory. newPage(java.lang.Class<C> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists.<C extends IRequestablePage>
voidComponent. setResponsePage(java.lang.Class<C> cls)Sets the page that will respond to this request<C extends IRequestablePage>
voidComponent. setResponsePage(java.lang.Class<C> cls, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Sets the page class and its parameters that will respond to this requestMethods in org.apache.wicket that return IRequestablePage Modifier and Type Method Description IRequestablePageDefaultMapperContext. getPageInstance(int pageId)IRequestablePageDefaultMapperContext. newPageInstance(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Methods in org.apache.wicket that return types with arguments of type IRequestablePage Modifier and Type Method Description java.lang.Class<? extends IRequestablePage>DefaultMapperContext. getHomePageClass()Methods in org.apache.wicket with parameters of type IRequestablePage Modifier and Type Method Description voidComponent. setResponsePage(IRequestablePage page)Sets the page that will respond to this requestMethod parameters in org.apache.wicket with type arguments of type IRequestablePage Modifier and Type Method Description protected org.apache.wicket.request.IRequestMapperSystemMapper. newHomePageMapper(java.util.function.Supplier<java.lang.Class<? extends IRequestablePage>> homePageProvider)IRequestablePageDefaultMapperContext. newPageInstance(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Constructors in org.apache.wicket with parameters of type IRequestablePage Constructor Description 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 Modifier and Type Method Description java.lang.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 Modifier and Type Method Description IRequestablePageBookmarkableListenerRequestHandler. getPage()IRequestablePageIPageRequestHandler. getPage()Returns the page.IRequestablePageListenerRequestHandler. getPage()IRequestablePageRenderPageRequestHandler. getPage()IRequestablePageIPageProvider. getPageInstance()Returns page instance specified by the constructor.IRequestablePagePageProvider. getPageInstance()Methods in org.apache.wicket.core.request.handler that return types with arguments of type IRequestablePage Modifier and Type Method Description java.lang.Class<? extends IRequestablePage>BookmarkableListenerRequestHandler. getPageClass()java.lang.Class<? extends IRequestablePage>BookmarkablePageRequestHandler. getPageClass()java.lang.Class<? extends IRequestablePage>IPageClassRequestHandler. getPageClass()Returns the page classjava.lang.Class<? extends IRequestablePage>IPageProvider. getPageClass()Returns class of the page.java.lang.Class<? extends IRequestablePage>ListenerRequestHandler. getPageClass()java.lang.Class<? extends IRequestablePage>PageProvider. getPageClass()java.lang.Class<? extends IRequestablePage>RenderPageRequestHandler. getPageClass()Constructors in org.apache.wicket.core.request.handler with parameters of type IRequestablePage Constructor Description PageAndComponentProvider(IRequestablePage page, java.lang.String componentPath)PageAndComponentProvider(IRequestablePage page, IRequestableComponent component)PageAndComponentProvider(IRequestablePage page, IRequestableComponent component, org.apache.wicket.request.mapper.parameter.PageParameters parameters)PageProvider(IRequestablePage page)Creates a new page provider object.RenderPageRequestHandler(IRequestablePage page)Constructor.Constructor parameters in org.apache.wicket.core.request.handler with type arguments of type IRequestablePage Constructor Description PageAndComponentProvider(int pageId, java.lang.Class<? extends IRequestablePage> pageClass, java.lang.Integer renderCount, java.lang.String componentPath)PageAndComponentProvider(java.lang.Class<? extends IRequestablePage> pageClass, java.lang.String componentPath)PageAndComponentProvider(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, java.lang.String componentPath)PageAndComponentProvider(java.lang.Integer pageId, java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, java.lang.Integer renderCount, java.lang.String componentPath)PageProvider(java.lang.Class<? extends IRequestablePage> pageClass)Creates a new page provider object.PageProvider(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Creates a new page provider object.PageProvider(java.lang.Integer pageId, java.lang.Class<? extends IRequestablePage> pageClass, java.lang.Integer renderCount)Creates a new page provider object.PageProvider(java.lang.Integer pageId, java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, java.lang.Integer renderCount)Creates a new page provider object.RenderPageRequestHandler(java.lang.Class<? extends IRequestablePage> pageClass)Constructor.RenderPageRequestHandler(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Constructor. -
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 Modifier and Type Method Description java.lang.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 Modifier and Type Method Description IRequestablePageStalePageException. getPage()IRequestablePageIPageSource. getPageInstance(int pageId)Returns existing page instance if the page exists.IRequestablePageIPageSource. newPageInstance(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.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 Modifier and Type Method Description java.lang.Class<? extends IRequestablePage>IMapperContext. getHomePageClass()Returns the home page class.java.lang.Class<? extends IRequestablePage>AbstractBookmarkableMapper.UrlInfo. getPageClass()protected java.lang.Class<? extends IRequestablePage>AbstractComponentMapper. getPageClass(java.lang.String name)Loads page class with given name.Methods in org.apache.wicket.core.request.mapper with parameters of type IRequestablePage Modifier and Type Method Description protected booleanAbstractBookmarkableMapper. checkPageInstance(IRequestablePage page)Method parameters in org.apache.wicket.core.request.mapper with type arguments of type IRequestablePage Modifier and Type Method Description protected booleanAbstractBookmarkableMapper. checkPageClass(java.lang.Class<? extends IRequestablePage> pageClass)protected booleanMountedMapper. checkPageClass(java.lang.Class<? extends IRequestablePage> pageClass)protected booleanPackageMapper. checkPageClass(java.lang.Class<? extends IRequestablePage> pageClass)IRequestablePageIPageSource. newPageInstance(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Creates new page instance of page with given class.protected org.apache.wicket.request.IRequestHandlerAbstractBookmarkableMapper. processBookmarkable(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Creates aIRequestHandlerthat processes a bookmarkable request.protected org.apache.wicket.request.IRequestHandlerAbstractBookmarkableMapper. processHybrid(org.apache.wicket.request.mapper.info.PageInfo pageInfo, java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters, java.lang.Integer renderCount)Creates aIRequestHandlerthat processes a hybrid request.protected org.apache.wicket.request.IRequestHandlerAbstractBookmarkableMapper. processListener(org.apache.wicket.request.mapper.info.PageComponentInfo pageComponentInfo, java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Creates aIRequestHandlerthat notifies anIRequestListener.Constructors in org.apache.wicket.core.request.mapper with parameters of type IRequestablePage Constructor Description StalePageException(IRequestablePage page)Construct.Constructor parameters in org.apache.wicket.core.request.mapper with type arguments of type IRequestablePage Constructor Description HomePageMapper(java.lang.Class<? extends IRequestablePage> pageClass)Construct.HomePageMapper(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.IPageParametersEncoder pageParametersEncoder)Construct.HomePageMapper(java.util.function.Supplier<java.lang.Class<? extends IRequestablePage>> pageClassProvider)Construct.MountedMapper(java.lang.String mountPath, java.lang.Class<? extends IRequestablePage> pageClass)Construct.MountedMapper(java.lang.String mountPath, java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.IPageParametersEncoder pageParametersEncoder)Construct.MountedMapper(java.lang.String mountPath, java.util.function.Supplier<java.lang.Class<? extends IRequestablePage>> pageClassProvider)Construct.MountedMapper(java.lang.String mountPath, java.util.function.Supplier<java.lang.Class<? extends IRequestablePage>> pageClassProvider, org.apache.wicket.request.mapper.parameter.IPageParametersEncoder pageParametersEncoder)Construct.UrlInfo(org.apache.wicket.request.mapper.info.PageComponentInfo pageComponentInfo, java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)Construct. -
Uses of IRequestablePage in org.apache.wicket.markup.html
Classes in org.apache.wicket.markup.html that implement IRequestablePage 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 IRequestablePage in org.apache.wicket.markup.html.link
Classes in org.apache.wicket.markup.html.link that implement IRequestablePage Modifier and Type Class Description static classPopupCloseLink.ClosePopupPageClosePopupPage 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 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 IRequestablePage in org.apache.wicket.mock
Classes in org.apache.wicket.mock that implement IRequestablePage Modifier and Type Class Description classMockHomePageMock Page -
Uses of IRequestablePage in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http with parameters of type IRequestablePage Modifier and Type Method Description protected voidCsrfPreventionRequestCycleListener. abortHandler(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Handles the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (CsrfPreventionRequestCycleListener.noOriginActionorCsrfPreventionRequestCycleListener.conflictingOriginAction) is set toABORT.protected voidCsrfPreventionRequestCycleListener. allowHandler(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Handles the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (CsrfPreventionRequestCycleListener.noOriginActionorCsrfPreventionRequestCycleListener.conflictingOriginAction) is set toALLOW.protected voidCsrfPreventionRequestCycleListener. checkRequest(javax.servlet.http.HttpServletRequest request, java.lang.String sourceUri, IRequestablePage page)Performs the check of theOriginorRefererheader that is targeted at thepage.protected booleanCsrfPreventionRequestCycleListener. isChecked(IRequestablePage targetedPage)Override to limit whether the request to the specific page should be checked for a possible CSRF attack.protected voidCsrfPreventionRequestCycleListener. matchingOrigin(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Handles the case where an origin was checked and matched the request origin.protected voidCsrfPreventionRequestCycleListener. onAborted(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Override this method to customize the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (CsrfPreventionRequestCycleListener.noOriginActionorCsrfPreventionRequestCycleListener.conflictingOriginAction) is set toABORTED.protected voidCsrfPreventionRequestCycleListener. onAllowed(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Override this method to customize the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (CsrfPreventionRequestCycleListener.noOriginActionorCsrfPreventionRequestCycleListener.conflictingOriginAction) is set toALLOW.protected voidCsrfPreventionRequestCycleListener. onMatchingOrigin(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Called when the origin HTTP header matched the request.protected voidCsrfPreventionRequestCycleListener. onSuppressed(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Override this method to customize the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (CsrfPreventionRequestCycleListener.noOriginActionorCsrfPreventionRequestCycleListener.conflictingOriginAction) is set toSUPPRESSED.protected voidCsrfPreventionRequestCycleListener. onWhitelisted(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Called when the origin was available in the whitelist.protected voidCsrfPreventionRequestCycleListener. suppressHandler(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Handles the case where an Origin HTTP header was not present or did not match the request origin, and the corresponding action (CsrfPreventionRequestCycleListener.noOriginActionorCsrfPreventionRequestCycleListener.conflictingOriginAction) is set toSUPPRESS.protected voidCsrfPreventionRequestCycleListener. whitelistedHandler(javax.servlet.http.HttpServletRequest request, java.lang.String origin, IRequestablePage page)Handles the case where an origin is in the whitelist. -
Uses of IRequestablePage in org.apache.wicket.protocol.https
Method parameters in org.apache.wicket.protocol.https with type arguments of type IRequestablePage Modifier and Type Method Description protected SchemeHttpsMapper. getDesiredSchemeFor(java.lang.Class<? extends IRequestablePage> pageClass)Determines whichSchemeshould 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 Modifier and Type Method Description IRequestablePageIRequestableComponent. 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 Modifier and Type Method Description voidRequestCycle. 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 Modifier and Type Method Description voidRequestCycle. setResponsePage(java.lang.Class<? extends IRequestablePage> pageClass)Convenience method for setting next page to be rendered.voidRequestCycle. setResponsePage(java.lang.Class<? extends IRequestablePage> pageClass, RenderPageRequestHandler.RedirectPolicy redirectPolicy)Convenience method for setting next page to be rendered.voidRequestCycle. setResponsePage(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Convenience method for setting next page to be rendered.voidRequestCycle. setResponsePage(java.lang.Class<? extends IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters, RenderPageRequestHandler.RedirectPolicy redirectPolicy)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 Modifier and Type Method Description protected IRequestablePagePageRenderer. getPage() -
Uses of IRequestablePage in org.apache.wicket.session
Methods in org.apache.wicket.session with type parameters of type IRequestablePage Modifier and Type Method Description <C extends IRequestablePage>
booleanDefaultPageFactory. isBookmarkable(java.lang.Class<C> pageClass)<C extends IRequestablePage>
CDefaultPageFactory. newPage(java.lang.Class<C> pageClass)<C extends IRequestablePage>
CDefaultPageFactory. newPage(java.lang.Class<C> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters) -
Uses of IRequestablePage in org.apache.wicket.util.tester
Classes in org.apache.wicket.util.tester that implement IRequestablePage 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.
-