public class RequestHandlerFactory extends Object
| Constructor and Description |
|---|
RequestHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.request.IRequestHandler |
newRequestHandler(org.apache.wicket.core.request.handler.PageProvider pageProvider)
New request handler.
|
static void |
schedule(Class<? extends org.apache.wicket.request.component.IRequestablePage> pageClass)
Schedule the given class of type
IRequestablePage. |
static void |
schedule(Class<? extends org.apache.wicket.request.component.IRequestablePage> pageClass,
org.apache.wicket.request.mapper.parameter.PageParameters parameters)
Schedule the given class of type
IRequestablePage. |
static void |
schedule(org.apache.wicket.request.component.IRequestablePage requestablePage)
Schedule the given
IRequestablePage object. |
static void |
schedule(org.apache.wicket.request.component.IRequestablePage requestablePage,
org.apache.wicket.request.mapper.parameter.PageParameters parameters)
Schedule the given
IRequestablePage object and the given PageParameters. |
static void |
schedule(org.apache.wicket.request.IRequestHandler requestHandler)
Schedule the given
IRequestHandler object to be executed after the current one. |
static void |
schedule(org.apache.wicket.core.request.handler.PageProvider pageProvider)
Schedule the given
PageProvider object. |
public static org.apache.wicket.request.IRequestHandler newRequestHandler(org.apache.wicket.core.request.handler.PageProvider pageProvider)
pageProvider - the page providerpublic static void schedule(Class<? extends org.apache.wicket.request.component.IRequestablePage> pageClass)
IRequestablePage.pageClass - the page classpublic static void schedule(Class<? extends org.apache.wicket.request.component.IRequestablePage> pageClass, org.apache.wicket.request.mapper.parameter.PageParameters parameters)
IRequestablePage.pageClass - the page classparameters - the parameterspublic static void schedule(org.apache.wicket.request.component.IRequestablePage requestablePage)
IRequestablePage object.requestablePage - the requestable pagepublic static void schedule(org.apache.wicket.request.component.IRequestablePage requestablePage,
org.apache.wicket.request.mapper.parameter.PageParameters parameters)
IRequestablePage object and the given PageParameters.requestablePage - the requestable pageparameters - the parameterspublic static void schedule(org.apache.wicket.request.IRequestHandler requestHandler)
IRequestHandler object to be executed after the current one.requestHandler - the request handlerpublic static void schedule(org.apache.wicket.core.request.handler.PageProvider pageProvider)
PageProvider object.pageProvider - the page providerCopyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.