com.wewebu.ow.server.util.paramcodec
Class OwCookieStoreCodec.OwTimedCookieValue
java.lang.Object
com.wewebu.ow.server.util.paramcodec.OwCookieStoreCodec.OwTimedCookieValue
- Enclosing class:
- OwCookieStoreCodec
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwCookieStoreCodec.OwTimedCookieValue
public OwCookieStoreCodec.OwTimedCookieValue(Map parametersMap_p,
OwCookieStoreCodec.OwTimedCookie timedCookie_p)
getCookieName
public String getCookieName()
getParametersMap
public Map getParametersMap()
- Returns:
- the cookie associated parameter map as retrieved with
OwParameterMap.toRequestParametersMap()
getTimedCookie
public OwCookieStoreCodec.OwTimedCookie getTimedCookie()
isExipiredAt
public boolean isExipiredAt(long time_p)
- Parameters:
time_p
-
- Returns:
true
if this cookie is expired at the given time value
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.