Package org.thymeleaf.context
Class WebEngineContext.ApplicationAttributeMap
java.lang.Object
org.thymeleaf.context.WebEngineContext.NoOpMapImpl
org.thymeleaf.context.WebEngineContext.ApplicationAttributeMap
- Enclosing class:
WebEngineContext
private static final class WebEngineContext.ApplicationAttributeMap
extends WebEngineContext.NoOpMapImpl
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()private IWebApplicationbooleanisEmpty()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
-
webApplication
-
-
Constructor Details
-
ApplicationAttributeMap
ApplicationAttributeMap(IWebExchange webExchange)
-
-
Method Details
-
getApplication
-
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
-