Package nablarch.fw.web
Class MockHttpCookie
@Published(tag="architect")
public class MockHttpCookie
extends nablarch.fw.web.HttpCookie
HttpCookie
のテストFW用モック実装クラス。- Author:
- Hisaaki Shioiri
-
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
-
Method Summary
Methods inherited from class nablarch.fw.web.HttpCookie
convertServletCookies, fromServletCookie, fromSetCookieHeader, getDelegateMap, getDomain, getMaxAge, getPath, isHttpOnly, isSecure, setDomain, setHttpOnly, setMaxAge, setPath, setSecure
Methods inherited from class nablarch.core.util.map.MapWrapper
clear, containsKey, containsValue, entrySet, equals, get, getDelegateMapOfType, hashCode, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from class java.util.AbstractMap
clone
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MockHttpCookie
public MockHttpCookie()
-
-
Method Details