public class FrameSetDecoratorMapper extends AbstractDecoratorMapper
HTMLPage and
isFrameSet() returns true.
The name of this decorator should be supplied in the decorator
property - if no decorator property is supplied, no decorator is applied to
frame based pages.
DecoratorMapper| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
decorator |
config, parent| Constructor and Description |
|---|
FrameSetDecoratorMapper() |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
getDecorator(javax.servlet.http.HttpServletRequest request,
Page page)
Delegate to parent.
|
void |
init(Config config,
java.util.Properties properties,
DecoratorMapper parent)
Set parent.
|
getNamedDecoratorpublic void init(Config config, java.util.Properties properties, DecoratorMapper parent) throws java.lang.InstantiationException
AbstractDecoratorMapperinit in interface DecoratorMapperinit in class AbstractDecoratorMapperconfig - Config supplied by Servlet or Filter.properties - Any initialization properties (specific to implementation).java.lang.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