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

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

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

Methods in com.wewebu.ow.server.util.paramcodec that return OwNetworkAttributeBagCodec
static OwNetworkAttributeBagCodec OwNetworkAttributeBagCodec.createConfiguredCodec(OwMainAppContext context_p)
          Creates a new OwNetworkAttributeBagCodec based on the bootstrap configuration that is
accessed through the given OwMainAppContext.
The expected XML structure of the URLParameterCodec tag element is the following :

URLLifeTime - tag
Configures the amount of time an encoded URL parameter map is valid.
After that the parameter map is considered expired and links that relay
on are considered out of date / expired and will not produce the desired response.

Attributes :
days = days until the parameter map expires considering the URL parameter map encoding time
hours = hours until the parameter map expires considering the URL parameter map encoding time
minutes = minutes until the parameter map expires considering the URL parameter map encoding time
seconds = seconds until the parameter map expires considering the URL parameter map encoding time


AttributeBags - tag
Configures the attribute bag storage name for the parameters maps.
In order to prevent name conflicts in attribute bags usage unique bag names prefixes should
be specified here.

Attributes :
codecprefix = a string prefix to be used in codec internal bag names
cookieprefix = a string prefix to be used in codec internal bag names that will store
cookie based parameter maps
user = user to be used when storing codec attribute bags

CookieParameter - tag
The parameter map codec encodes a parameter map into another parameter map containing
one cookie defining parameter.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.