Package nablarch.fw.web
Class MockHttpCookie
@Published(tag="architect")
public class MockHttpCookie
extends nablarch.fw.web.HttpCookie
HttpCookieのテストFW用モック実装クラス。- Author:
- Hisaaki Shioiri
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class nablarch.fw.web.HttpCookieconvertServletCookies, fromServletCookie, fromSetCookieHeader, getDelegateMap, getDomain, getMaxAge, getPath, isHttpOnly, isSecure, setDomain, setHttpOnly, setMaxAge, setPath, setSecureMethods inherited from class nablarch.core.util.map.MapWrapperclear, containsKey, containsValue, entrySet, equals, get, getDelegateMapOfType, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.util.AbstractMapcloneMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
MockHttpCookiepublic MockHttpCookie()
 
- 
- 
Method Details