Uses of Class
com.wewebu.ow.server.util.paramcodec.OwCookieStoreCodec

Packages that use OwCookieStoreCodec
com.wewebu.ow.server.util.paramcodec   
 

Uses of OwCookieStoreCodec in com.wewebu.ow.server.util.paramcodec
 

Subclasses of OwCookieStoreCodec in com.wewebu.ow.server.util.paramcodec
 class OwAppCounterBag
           This class represent an application counter generator
A bag is used for the unique index storage.
 class OwAttributeBagCodec
           An OwCookieStoreCodec implementation that stores cookies using the Alfresco Workdesk attribute bag mechanism.
The codec uses a bag for the unique index storage ( the master bag) and another bag for cookie expiration time storage (the cookie table bag).
 class OwNetworkAttributeBagCodec
           OwNetwork based implementation of the OwAttributeBagCodec.
Uses an instance of OwNetwork to access attribute bags.
 class OwTransientCodec
           An OwCookieStoreCodec implementation that stores the cookies in memory.
The index name uniqueness is guaranteed per VM-instance.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.