|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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 | |
|---|---|
class |
Page
Abstract base class for pages. |
| Methods in org.apache.wicket with type parameters of type IRequestablePage | ||
|---|---|---|
|
IPageFactory.isBookmarkable(Class<C> pageClass)
Checks whether a page can be instantiated using a bookmarkable URL. |
|
|
IPageFactory.newPage(Class<C> pageClass)
Creates a new page using a page class. |
|
|
IPageFactory.newPage(Class<C> pageClass,
PageParameters parameters)
Creates a new Page, passing PageParameters to the Page constructor if such a constructor exists. |
|
|
Component.setResponsePage(Class<C> cls)
Sets the page that will respond to this request |
|
|
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)
|
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 |
BookmarkableListenerInterfaceRequestHandler.getPage()
|
IRequestablePage |
RenderPageRequestHandler.getPage()
|
IRequestablePage |
IPageRequestHandler.getPage()
Returns the page. |
IRequestablePage |
ListenerInterfaceRequestHandler.getPage()
|
IRequestablePage |
PageProvider.getPageInstance()
|
IRequestablePage |
IPageProvider.getPageInstance()
Returns page instance specified by the constructor. |
| 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> |
BookmarkableListenerInterfaceRequestHandler.getPageClass()
|
Class<? extends IRequestablePage> |
BookmarkablePageRequestHandler.getPageClass()
|
Class<? extends IRequestablePage> |
RenderPageRequestHandler.getPageClass()
|
Class<? extends IRequestablePage> |
PageProvider.getPageClass()
|
Class<? extends IRequestablePage> |
IPageProvider.getPageClass()
Returns class of the page. |
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(Integer 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(Integer pageId,
Class<? extends IRequestablePage> pageClass,
Integer renderCount)
Creates a new page provider object. |
|
PageProvider(Integer 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 |
PackageMapper.checkPageClass(Class<? extends IRequestablePage> pageClass)
|
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)
Deprecated. |
|
HomePageMapper(ClassProvider<? extends IRequestablePage> pageClassProvider,
IPageParametersEncoder pageParametersEncoder)
Deprecated. |
|
HomePageMapper(IProvider<Class<? extends IRequestablePage>> pageClassProvider)
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)
Deprecated. |
|
MountedMapper(String mountPath,
ClassProvider<? extends IRequestablePage> pageClassProvider,
IPageParametersEncoder pageParametersEncoder)
Deprecated. |
|
MountedMapper(String mountPath,
IProvider<Class<? extends IRequestablePage>> pageClassProvider)
Construct. |
|
MountedMapper(String mountPath,
IProvider<Class<? 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.http |
|---|
| Methods in org.apache.wicket.protocol.http with parameters of type IRequestablePage | |
|---|---|
protected void |
CsrfPreventionRequestCycleListener.abortHandler(javax.servlet.http.HttpServletRequest request,
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.noOriginAction or
CsrfPreventionRequestCycleListener.conflictingOriginAction) is set to ABORT. |
protected void |
CsrfPreventionRequestCycleListener.allowHandler(javax.servlet.http.HttpServletRequest request,
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.noOriginAction or
CsrfPreventionRequestCycleListener.conflictingOriginAction) is set to ALLOW. |
protected void |
CsrfPreventionRequestCycleListener.checkRequest(javax.servlet.http.HttpServletRequest request,
String sourceUri,
IRequestablePage page)
Performs the check of the Origin or Referer header that is targeted at the
page. |
protected boolean |
CsrfPreventionRequestCycleListener.isChecked(IRequestablePage targetedPage)
Override to limit whether the request to the specific page should be checked for a possible CSRF attack. |
protected void |
CsrfPreventionRequestCycleListener.matchingOrigin(javax.servlet.http.HttpServletRequest request,
String origin,
IRequestablePage page)
Handles the case where an origin was checked and matched the request origin. |
protected void |
CsrfPreventionRequestCycleListener.onAborted(javax.servlet.http.HttpServletRequest request,
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.noOriginAction or
CsrfPreventionRequestCycleListener.conflictingOriginAction) is set to ABORTED. |
protected void |
CsrfPreventionRequestCycleListener.onAllowed(javax.servlet.http.HttpServletRequest request,
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.noOriginAction or
CsrfPreventionRequestCycleListener.conflictingOriginAction) is set to ALLOW. |
protected void |
CsrfPreventionRequestCycleListener.onMatchingOrigin(javax.servlet.http.HttpServletRequest request,
String origin,
IRequestablePage page)
Called when the origin HTTP header matched the request. |
protected void |
CsrfPreventionRequestCycleListener.onSuppressed(javax.servlet.http.HttpServletRequest request,
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.noOriginAction or
CsrfPreventionRequestCycleListener.conflictingOriginAction) is set to SUPPRESSED. |
protected void |
CsrfPreventionRequestCycleListener.onWhitelisted(javax.servlet.http.HttpServletRequest request,
String origin,
IRequestablePage page)
Called when the origin was available in the whitelist. |
protected void |
CsrfPreventionRequestCycleListener.suppressHandler(javax.servlet.http.HttpServletRequest request,
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.noOriginAction or
CsrfPreventionRequestCycleListener.conflictingOriginAction) is set to SUPPRESS. |
protected void |
CsrfPreventionRequestCycleListener.whitelistedHandler(javax.servlet.http.HttpServletRequest request,
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 | |
|---|---|
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. |
void |
RequestCycle.setResponsePage(Class<? extends IRequestablePage> pageClass,
PageParameters parameters,
RenderPageRequestHandler.RedirectPolicy redirectPolicy)
Convenience method for setting next page to be rendered. |
void |
RequestCycle.setResponsePage(Class<? extends IRequestablePage> pageClass,
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 | |
|---|---|
protected IRequestablePage |
PageRenderer.getPage()
|
| Uses of IRequestablePage in org.apache.wicket.session |
|---|
| Methods in org.apache.wicket.session with type parameters of type IRequestablePage | ||
|---|---|---|
|
DefaultPageFactory.isBookmarkable(Class<C> pageClass)
|
|
|
DefaultPageFactory.newPage(Class<C> pageClass)
|
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||