public class InlineDecoratorMapper extends AbstractDecoratorMapper implements RequestConstants
It will check the request attribute value defined by the key
RequestConstants.DECORATOR
and use the appropriate named
Decorator. This is passed across from the page:applyDecorator tag.
DecoratorMapper
config, parent
DECORATOR, PAGE, ROBOT
Constructor and Description |
---|
InlineDecoratorMapper() |
Modifier and Type | Method and Description |
---|---|
Decorator |
getDecorator(javax.servlet.http.HttpServletRequest request,
Page page)
Delegate to parent.
|
getNamedDecorator, init
public Decorator getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
AbstractDecoratorMapper
getDecorator
in interface DecoratorMapper
getDecorator
in class AbstractDecoratorMapper