Class AbstractResourceReferenceMapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void removeMetaParameter​(org.apache.wicket.request.Url urlCopy)
      Removes the first query parameter only if PageComponentInfo.parse(String) returns non-null instance
      • Methods inherited from class org.apache.wicket.request.mapper.AbstractMapper

        encodePageParameters, extractPageParameters, getMountSegments, getOptionalPlaceholder, getPlaceholder, getPlaceholder, resolveLocale, safeSegmentGetter, urlStartsWith
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.wicket.request.IRequestMapper

        getCompatibilityScore, mapHandler, mapRequest
    • Constructor Detail

      • AbstractResourceReferenceMapper

        public AbstractResourceReferenceMapper()
    • Method Detail

      • removeMetaParameter

        protected void removeMetaParameter​(org.apache.wicket.request.Url urlCopy)
        Removes the first query parameter only if PageComponentInfo.parse(String) returns non-null instance Remove the first parameter because it brings meta information like locale
        Overrides:
        removeMetaParameter in class AbstractComponentMapper