Uses of Interface
org.apache.wicket.request.IRequestHandler
Packages that use IRequestHandler
Package
Description
Package for classes that have generic (protocol independent) support for request cycle processing.
-
Uses of IRequestHandler in org.apache.wicket.request
Subinterfaces of IRequestHandler in org.apache.wicket.requestModifier and TypeInterfaceDescriptioninterfaceA loggable request handler is aIRequestHandlerthat is capable of delivering log data.interfaceAIRequestHandlerthat delegates the actual work to anotherIRequestHandler.Methods in org.apache.wicket.request that return IRequestHandlerModifier and TypeMethodDescriptionRequestHandlerExecutor.execute(IRequestHandler handler) Execute the given handler.RequestHandlerExecutor.getActive()Get the handler currently executed.IRequestHandlerDelegate.getDelegateHandler()RequestHandlerExecutor.ReplaceHandlerException.getReplacementRequestHandler()IRequestMapper.mapRequest(Request request) RequestHandlerExecutor.next()Methods in org.apache.wicket.request with parameters of type IRequestHandlerModifier and TypeMethodDescriptionprotected abstract voidRequestHandlerExecutor.detach(IRequestHandler handler) Allows the request handler to detachRequestHandlerExecutor.execute(IRequestHandler handler) Execute the given handler.IRequestMapper.mapHandler(IRequestHandler requestHandler) voidRequestHandlerExecutor.replaceAll(IRequestHandler handler) Replaces all request handlers on the stack with the specified one and executes it.protected abstract voidRequestHandlerExecutor.respond(IRequestHandler handler) Allows the request handler to respond to the requestvoidRequestHandlerExecutor.schedule(IRequestHandler handler) Schedules the handler after the current onevoidIRequestCycle.scheduleRequestHandlerAfterCurrent(IRequestHandler handler) Schedule the request handler to be executed after the current one.Constructors in org.apache.wicket.request with parameters of type IRequestHandlerModifierConstructorDescriptionReplaceHandlerException(IRequestHandler replacementRequestHandler, boolean removeScheduled) Construct. -
Uses of IRequestHandler in org.apache.wicket.request.flow
Constructors in org.apache.wicket.request.flow with parameters of type IRequestHandlerModifierConstructorDescriptionprotectedResetResponseException(IRequestHandler handler) Construct. -
Uses of IRequestHandler in org.apache.wicket.request.handler
Classes in org.apache.wicket.request.handler that implement IRequestHandlerModifier and TypeClassDescriptionfinal classRequest handler that performs no workclassRequest target that responds by sending its string property. -
Uses of IRequestHandler in org.apache.wicket.request.http.handler
Classes in org.apache.wicket.request.http.handler that implement IRequestHandlerModifier and TypeClassDescriptionfinal classResponse target that is to be used in a servlet environment to send an error code and optionally a message.classA request handler that redirects to the given url. -
Uses of IRequestHandler in org.apache.wicket.request.mapper
Methods in org.apache.wicket.request.mapper that return IRequestHandlerModifier and TypeMethodDescriptionCompoundRequestMapper.mapRequest(Request request) Searches the registeredIRequestMappers to find one that can map theRequest.ParentPathReferenceRewriter.mapRequest(Request request) Methods in org.apache.wicket.request.mapper with parameters of type IRequestHandlerModifier and TypeMethodDescriptionCompoundRequestMapper.mapHandler(IRequestHandler handler) Searches the registeredIRequestMappers to find one that can map theIRequestHandler.ParentPathReferenceRewriter.mapHandler(IRequestHandler requestHandler)