Package org.thymeleaf.context
Class WebEngineContext.RequestParameterMap
java.lang.Object
org.thymeleaf.context.WebEngineContext.NoOpMapImpl
org.thymeleaf.context.WebEngineContext.RequestParameterMap
- Enclosing class:
WebEngineContext
private static final class WebEngineContext.RequestParameterMap
extends WebEngineContext.NoOpMapImpl
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()private IWebRequestbooleanisEmpty()keySet()intsize()values()Methods inherited from class org.thymeleaf.context.WebEngineContext.NoOpMapImpl
clear, put, putAll, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
webExchange
-
webRequest
-
-
Constructor Details
-
RequestParameterMap
RequestParameterMap(IWebExchange webExchange)
-
-
Method Details
-
getRequest
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classWebEngineContext.NoOpMapImpl
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object> - Overrides:
containsValuein classWebEngineContext.NoOpMapImpl
-
get
-
keySet
-
values
-
entrySet
-