Class HtmlToApproximateMarkdownServicePlugin.EmptyRequestParameterMap

  • All Implemented Interfaces:
    Map<String,​org.apache.sling.api.request.RequestParameter[]>, org.apache.sling.api.request.RequestParameterMap
    Enclosing class:
    HtmlToApproximateMarkdownServicePlugin

    protected static class HtmlToApproximateMarkdownServicePlugin.EmptyRequestParameterMap
    extends AbstractMap<String,​org.apache.sling.api.request.RequestParameter[]>
    implements org.apache.sling.api.request.RequestParameterMap
    • Constructor Detail

      • EmptyRequestParameterMap

        protected EmptyRequestParameterMap()
    • Method Detail

      • entrySet

        public Set<Map.Entry<String,​org.apache.sling.api.request.RequestParameter[]>> entrySet()
        Specified by:
        entrySet in interface Map<String,​org.apache.sling.api.request.RequestParameter[]>
        Specified by:
        entrySet in class AbstractMap<String,​org.apache.sling.api.request.RequestParameter[]>
      • getValues

        @Nullable
        public @Nullable org.apache.sling.api.request.RequestParameter[] getValues​(@NotNull
                                                                                   @NotNull String name)
        Specified by:
        getValues in interface org.apache.sling.api.request.RequestParameterMap
      • getValue

        @Nullable
        public @Nullable org.apache.sling.api.request.RequestParameter getValue​(String name)
        Specified by:
        getValue in interface org.apache.sling.api.request.RequestParameterMap