Uses of Interface
com.opensymphony.module.sitemesh.DecoratorMapper
Packages that use DecoratorMapper
Package
Description
-
Uses of DecoratorMapper in com.opensymphony.module.sitemesh
Methods in com.opensymphony.module.sitemesh that return DecoratorMapperModifier and TypeMethodDescriptionabstract DecoratorMapper
Factory.getDecoratorMapper()
Return instance of DecoratorMapper.Methods in com.opensymphony.module.sitemesh with parameters of type DecoratorMapperModifier and TypeMethodDescriptionvoid
DecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) Initialize the mapper. -
Uses of DecoratorMapper in com.opensymphony.module.sitemesh.factory
Fields in com.opensymphony.module.sitemesh.factory declared as DecoratorMapperModifier and TypeFieldDescriptionprotected DecoratorMapper
BaseFactory.decoratorMapper
Instance ofDecoratorMapper
.Methods in com.opensymphony.module.sitemesh.factory that return DecoratorMapperModifier and TypeMethodDescriptionBaseFactory.getDecoratorMapper()
Return instance of DecoratorMapper.protected DecoratorMapper
BaseFactory.getDecoratorMapper
(Class decoratorMapperClass) -
Uses of DecoratorMapper in com.opensymphony.module.sitemesh.mapper
Classes in com.opensymphony.module.sitemesh.mapper that implement DecoratorMapperModifier and TypeClassDescriptionclass
Abstract DecoratorMapper implementation for easy creation of new DecoratorMappers.class
The AgentDecoratorMapper can determine the user-agent (i.e.class
Default implementation of DecoratorMapper.class
The CookieDecoratorMapper will map a suitable decorator based on a cookie value.class
The EnvEntryDecoratorMapper allows the reference to a web-app environment entry for the decorator name, and falls back to ConfigDecoratorMapper's behavior if no matching environment entry is found.class
The FileDecoratorMapper will treat the name of the decorator as a file-name to use (in the context of the web-app).class
The FrameSetDecoratorMapper will use the specified decorator when the Page is an instance ofHTMLPage
andisFrameSet()
returns true.class
The InlineDecoratorMapper is used to determine the correct Decorator when using inline decorators.class
The LanguageDecoratorMapper can determine the preferred language set in the browser requesting a page, and map to a suitable Decorator (using the "Accept-Language" HTTP header).class
The NullDecoratorMapper represents the top-level DecoratorMapper that is finally delegated to if no other DecoratorMapper has intervened.class
The OSDecoratorMapper will map a suitable decorator based on the operating system of the remote client.class
The PageDecoratorMapper allows the actual Page to determine the Decorator to be used.class
The ParameterDecoratorMapper will map a suitable decorator based on request parameters.class
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.class
The RobotDecoratorMapper will use the specified decorator when the requester is identified as a robot (also known as spider, crawler, ferret) of a search engine.class
Will look at a session attribute to find the name of an appropriate decorator to use.Fields in com.opensymphony.module.sitemesh.mapper declared as DecoratorMapperModifier and TypeFieldDescriptionprotected DecoratorMapper
AbstractDecoratorMapper.parent
Parent DecoratorMapper.Methods in com.opensymphony.module.sitemesh.mapper with parameters of type DecoratorMapperModifier and TypeMethodDescriptionvoid
AbstractDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) Set parent.void
AgentDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
ConfigDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) Create new ConfigLoader using '/WEB-INF/decorators.xml' file.void
CookieDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
FrameSetDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
LanguageDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
NullDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) Does nothing.void
OSDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) Init initializes the OSDecoratorMapper object by setting the parent DecoratorMapper, and loading the initialization properties.void
PageDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
ParameterDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
PrintableDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
RobotDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) void
SessionDecoratorMapper.init
(Config config, Properties properties, DecoratorMapper parent) -
Uses of DecoratorMapper in com.opensymphony.module.sitemesh.taglib.page
Fields in com.opensymphony.module.sitemesh.taglib.page declared as DecoratorMapper -
Uses of DecoratorMapper in com.opensymphony.module.sitemesh.velocity
Methods in com.opensymphony.module.sitemesh.velocity that return DecoratorMapperModifier and TypeMethodDescriptionprivate DecoratorMapper
VelocityDecoratorServlet.getDecoratorMapper()
-
Uses of DecoratorMapper in com.opensymphony.sitemesh.compatability
Fields in com.opensymphony.sitemesh.compatability declared as DecoratorMapperModifier and TypeFieldDescriptionprivate final DecoratorMapper
DecoratorMapper2DecoratorSelector.decoratorMapper
Constructors in com.opensymphony.sitemesh.compatability with parameters of type DecoratorMapper