API Overview API Index Package Overview Direct link to this page
Sitemesh 2.3
  com.opensymphony.module.sitemesh.mapper. PrintableDecoratorMapper View Source
Author(s)
Joe Walnes
Since
Version
$Revision: 1.2 $
Serial
Hierarchy
 Object
      AbstractDecoratorMapper
          PrintableDecoratorMapper
Implements
Subclasses
Description
public class PrintableDecoratorMapper
  The PrintableDecoratorMapper is a sample DecoratorMapper that will check to see whether 'printable=true' is supplied as a request parameter and if so, use the specified decorator instead.
See also:    DecoratorMapper
Constructors
public PrintableDecoratorMapper ()
Methods
Hide/Show inherited methods
public Decorator getDecorator (HttpServletRequest request, Page page) [Overrides AbstractDecoratorMapper]
public Decorator getNamedDecorator (HttpServletRequest request, String name) [Inherited From AbstractDecoratorMapper]
Delegate to parent.
public void init (Config config, Properties properties, DecoratorMapper parent) throws InstantiationException [Overrides AbstractDecoratorMapper]
Fields
Hide/Show inherited fields
protected Config config [Inherited From AbstractDecoratorMapper]
protected DecoratorMapper parent [Inherited From AbstractDecoratorMapper]
Parent DecoratorMapper.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar