Sun Java System Web Server 6.1 SP9 Programmer's Guide to Web Applications

Properties

The following table describes properties for the default-helper element. The left column lists the property name, the middle column indicates the default value, and the right column describes what the property does.

Table 6–32 default-helper Properties

Property Name  

Default Value  

Description  

cacheKeyGeneratorAttrName

uses the built-in default cache-helper key generation, which concatenates the servlet path with key-field values, if any.

The caching engine searches in the ServletContext for an attribute with a name equal to the value specified for this property to determine whether a customized CacheKeyGenerator implementation is used. An application may provide a customized key generator rather than using the default helper.

For more information, see CacheKeyGenerator Interface