Uses of Interface
com.wewebu.ow.server.util.paramcodec.OwParameterMapCodec

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

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

Classes in com.wewebu.ow.server.util.paramcodec that implement OwParameterMapCodec
 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 OwCookieStoreCodec
           An OwParameterMap codec that relays on a stored cookie scheme.
When encoding an OwParameterMap a cookie value is generated, stored in the encoded map and the generated cookie is associated with the parameters to be encoded.
When decoding an OwParameterMap the value of the URL parameter is fetched and the parameter map associated with it is returned as the decoded value.
The stored cookies expire after a certain amount of time and they are removed along with the parameter map they are associated with.
 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.