Java org.apache.wicket.request IRequestMapper fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request IRequestMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request IRequestMapper.

The text is from its open source code.

Implementation

org.apache.wicket.request.IRequestMapper has the following implementations.
Click this link to see all its implementation.

Constructor

Method

intgetCompatibilityScore(Request request)
Returns the score representing how compatible this request mapper is to processing the given request.
UrlmapHandler(IRequestHandler requestHandler)
Returns the Url for given IRequestHandler or null if the request handler is not recognized.
IRequestHandlermapRequest(Request request)
Returns IRequestHandler for the request or null if the Url is not recognized.