Package com.wewebu.ow.server.util.paramcodec

Interface Summary
OwParameterMapCodec Encodes and decodes OwParameterMaps.
The result of the encoding and decoding of the parameter maps are also OwParameterMaps.
 

Class Summary
OwAlphabetCoder Encodes a long value in a numeric base given by the length of given alphabet.
OwAppCounterBag This class represent an application counter generator
A bag is used for the unique index storage.
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).
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.
OwCookieStoreCodec.OwTimedCookie Inner cookie name class used to encapsulate a cookie name and its expiration time.
OwCookieStoreCodec.OwTimedCookieValue Inner cookie name class used to encapsulate an OwCookieStoreCodec.OwTimedCookie and its associated parameter map.
OwNetworkAttributeBagCodec OwNetwork based implementation of the OwAttributeBagCodec.
Uses an instance of OwNetwork to access attribute bags.
OwParameterMap Encapsulates a Map containing parameter names as keys and parameter values as map values.
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.