@Published(tag="architect") public class MockHttpCookie extends HttpCookie
HttpCookieのテストFW用モック実装クラス。| Constructor and Description | 
|---|
MockHttpCookie()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Cookieの値を文字列に変換する。
 
 変換後の値は、HTTPリクエストのCookieヘッダーに埋め込む形式でフォーマットする。 
 | 
static HttpCookie | 
valueOf(java.lang.String cookieStr)
文字列を 
HttpCookieに変換する。 | 
convertServletCookies, fromServletCookie, fromSetCookieHeader, getDelegateMap, getDomain, getMaxAge, getPath, isHttpOnly, isSecure, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, supportsHttpOnlyclear, containsKey, containsValue, entrySet, equals, get, getDelegateMapOfType, hashCode, isEmpty, keySet, put, putAll, remove, size, valuespublic java.lang.String toString()
toString in class MapWrapper<java.lang.String,java.lang.String>public static HttpCookie valueOf(java.lang.String cookieStr)
HttpCookieに変換する。cookieStr - HTTPリクエストのCookieヘッダー形式の文字列HttpCookie