Class UrlResourceReferenceMapper

java.lang.Object
org.apache.wicket.UrlResourceReferenceMapper
All Implemented Interfaces:
org.apache.wicket.request.IRequestMapper

public class UrlResourceReferenceMapper extends Object implements org.apache.wicket.request.IRequestMapper
A request mapper that is used to create Url out of UrlResourceReference. UrlResourceReference works with UrlResourceReference.CalculatedUrl and thus this mapper should not use SystemMapper.ParentFolderPlaceholderProvider
  • Constructor Details

  • Method Details

    • mapHandler

      public org.apache.wicket.request.Url mapHandler(org.apache.wicket.request.IRequestHandler requestHandler)
      Specified by:
      mapHandler in interface org.apache.wicket.request.IRequestMapper
    • mapRequest

      public org.apache.wicket.request.IRequestHandler mapRequest(org.apache.wicket.request.Request request)
      Specified by:
      mapRequest in interface org.apache.wicket.request.IRequestMapper
    • getCompatibilityScore

      public int getCompatibilityScore(org.apache.wicket.request.Request request)
      Specified by:
      getCompatibilityScore in interface org.apache.wicket.request.IRequestMapper