DecoratorMapperpublic class CookieDecoratorMapper extends AbstractDecoratorMapper
The CookieDecoratorMapper is configured via one properties.
cookie.name - the cookie which contains the name of the
decorator which will be mapped.
DecoratorMapper| Modifier and Type | Field | Description |
|---|---|---|
private String |
cookieName |
config, parent| Constructor | Description |
|---|---|
CookieDecoratorMapper() |
| Modifier and Type | Method | Description |
|---|---|---|
Decorator |
getDecorator(javax.servlet.http.HttpServletRequest request,
Page page) |
Delegate to parent.
|
void |
init(Config config,
Properties properties,
DecoratorMapper parent) |
Set parent.
|
getNamedDecoratorprivate String cookieName
public void init(Config config, Properties properties, DecoratorMapper parent) throws InstantiationException
AbstractDecoratorMapperinit in interface DecoratorMapperinit in class AbstractDecoratorMapperconfig - Config supplied by Servlet or Filter.properties - Any initialization properties (specific to implementation).InstantiationException - should be thrown if the implementation
cannot be initialized properly.public Decorator getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
AbstractDecoratorMappergetDecorator in interface DecoratorMappergetDecorator in class AbstractDecoratorMapper