Class UrlResourceReferenceMapper

  • All Implemented Interfaces:
    org.apache.wicket.request.IRequestMapper

    public class UrlResourceReferenceMapper
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCompatibilityScore​(org.apache.wicket.request.Request request)  
      org.apache.wicket.request.Url mapHandler​(org.apache.wicket.request.IRequestHandler requestHandler)  
      org.apache.wicket.request.IRequestHandler mapRequest​(org.apache.wicket.request.Request request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlResourceReferenceMapper

        public UrlResourceReferenceMapper()
    • Method Detail

      • 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