Class HtmlToApproximateMarkdownServicePlugin.EmptyRequestParameterMap
- java.lang.Object
-
- java.util.AbstractMap<String,org.apache.sling.api.request.RequestParameter[]>
-
- com.composum.ai.backend.slingbase.impl.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EmptyRequestParameterMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,org.apache.sling.api.request.RequestParameter[]>>
entrySet()
@Nullable org.apache.sling.api.request.RequestParameter
getValue(String name)
@Nullable org.apache.sling.api.request.RequestParameter[]
getValues(@NotNull String name)
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getValues
@Nullable public @Nullable org.apache.sling.api.request.RequestParameter[] getValues(@NotNull @NotNull String name)
- Specified by:
getValues
in interfaceorg.apache.sling.api.request.RequestParameterMap
-
getValue
@Nullable public @Nullable org.apache.sling.api.request.RequestParameter getValue(String name)
- Specified by:
getValue
in interfaceorg.apache.sling.api.request.RequestParameterMap
-
-