com.opensymphony.module.sitemesh.mapper
abstract public class: AbstractDecoratorMapper [javadoc |
source]
java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
All Implemented Interfaces:
DecoratorMapper
Direct Known Subclasses:
LanguageDecoratorMapper, InlineDecoratorMapper, AgentDecoratorMapper, EnvEntryDecoratorMapper, SessionDecoratorMapper, ParameterDecoratorMapper, ConfigDecoratorMapper, FileDecoratorMapper, OSDecoratorMapper, FrameSetDecoratorMapper, CookieDecoratorMapper, PageDecoratorMapper, PrintableDecoratorMapper, RobotDecoratorMapper
Abstract DecoratorMapper implementation for easy creation of new DecoratorMappers.
Typically, an implementation would override getNamedDecorator() or getDecorator().
If a Decorator cannot be returned from either of these, then they should delegate to their
superclass.