protected static class OwCookieStoreCodec.OwTimedCookieValue extends Object
Inner cookie name class used to
encapsulate an OwCookieStoreCodec.OwTimedCookie
and its
associated parameter map.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwCookieStoreCodec.OwTimedCookieValue(Map parametersMap_p,
OwCookieStoreCodec.OwTimedCookie timedCookie_p) |
Modifier and Type | Method and Description |
---|---|
String |
getCookieName() |
Map |
getParametersMap() |
OwCookieStoreCodec.OwTimedCookie |
getTimedCookie() |
boolean |
isExipiredAt(long time_p) |
public OwCookieStoreCodec.OwTimedCookieValue(Map parametersMap_p, OwCookieStoreCodec.OwTimedCookie timedCookie_p)
public String getCookieName()
public Map getParametersMap()
OwParameterMap.toRequestParametersMap()
public OwCookieStoreCodec.OwTimedCookie getTimedCookie()
public boolean isExipiredAt(long time_p)
time_p
- true
if this cookie is expired at the given time valueCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.