public class PrintableDecoratorMapper extends AbstractDecoratorMapper
decorator
property.
The exact 'printable=true' request criteria can be overriden with the
parameter.name
and parameter.value
properties.
Although this DecoratorMapper was designed for creating printable versions of a page, it can be used for much more imaginative purposes.
DecoratorMapper
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
decorator |
private java.lang.String |
paramName |
private java.lang.String |
paramValue |
config, parent
Constructor and Description |
---|
PrintableDecoratorMapper() |
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.
|
getNamedDecorator
private java.lang.String decorator
private java.lang.String paramName
private java.lang.String paramValue
public void init(Config config, java.util.Properties properties, DecoratorMapper parent) throws java.lang.InstantiationException
AbstractDecoratorMapper
init
in interface DecoratorMapper
init
in class AbstractDecoratorMapper
config
- 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)
AbstractDecoratorMapper
getDecorator
in interface DecoratorMapper
getDecorator
in class AbstractDecoratorMapper