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.
DecoratorMapperconfig, parentDECORATOR, 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, initpublic Decorator getDecorator(javax.servlet.http.HttpServletRequest request, Page page)
AbstractDecoratorMappergetDecorator in interface DecoratorMappergetDecorator in class AbstractDecoratorMapper