Class CookieDecoratorMapper

  • All Implemented Interfaces:
    DecoratorMapper

    public class CookieDecoratorMapper
    extends AbstractDecoratorMapper
    The CookieDecoratorMapper will map a suitable decorator based on a cookie value.

    The CookieDecoratorMapper is configured via one properties. cookie.name - the cookie which contains the name of the decorator which will be mapped.

    Version:
    $Revision: 1.2 $
    Author:
    Paul Hammant
    See Also:
    DecoratorMapper
    • Field Detail

      • cookieName

        private java.lang.String cookieName
    • Constructor Detail

      • CookieDecoratorMapper

        public CookieDecoratorMapper()