Uses of Interface
com.opensymphony.module.sitemesh.DecoratorMapper
-
-
Uses of DecoratorMapper in com.opensymphony.module.sitemesh
Methods in com.opensymphony.module.sitemesh that return DecoratorMapper Modifier and Type Method Description abstract DecoratorMapperFactory. getDecoratorMapper()Return instance of DecoratorMapper.Methods in com.opensymphony.module.sitemesh with parameters of type DecoratorMapper Modifier and Type Method Description voidDecoratorMapper. 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 DecoratorMapper Modifier and Type Field Description protected DecoratorMapperBaseFactory. decoratorMapperInstance ofDecoratorMapper.Methods in com.opensymphony.module.sitemesh.factory that return DecoratorMapper Modifier and Type Method Description DecoratorMapperBaseFactory. getDecoratorMapper()Return instance of DecoratorMapper.protected DecoratorMapperBaseFactory. getDecoratorMapper(Class decoratorMapperClass) -
Uses of DecoratorMapper in com.opensymphony.module.sitemesh.mapper
Classes in com.opensymphony.module.sitemesh.mapper that implement DecoratorMapper Modifier and Type Class Description classAbstractDecoratorMapperAbstract DecoratorMapper implementation for easy creation of new DecoratorMappers.classAgentDecoratorMapperThe AgentDecoratorMapper can determine the user-agent (i.e.classConfigDecoratorMapperDefault implementation of DecoratorMapper.classCookieDecoratorMapperThe CookieDecoratorMapper will map a suitable decorator based on a cookie value.classEnvEntryDecoratorMapperThe 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.classFileDecoratorMapperThe FileDecoratorMapper will treat the name of the decorator as a file-name to use (in the context of the web-app).classFrameSetDecoratorMapperThe FrameSetDecoratorMapper will use the specified decorator when the Page is an instance ofHTMLPageandisFrameSet()returns true.classInlineDecoratorMapperThe InlineDecoratorMapper is used to determine the correct Decorator when using inline decorators.classLanguageDecoratorMapperThe 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).classNullDecoratorMapperThe NullDecoratorMapper represents the top-level DecoratorMapper that is finally delegated to if no other DecoratorMapper has intervened.classOSDecoratorMapperThe OSDecoratorMapper will map a suitable decorator based on the operating system of the remote client.classPageDecoratorMapperThe PageDecoratorMapper allows the actual Page to determine the Decorator to be used.classParameterDecoratorMapperThe ParameterDecoratorMapper will map a suitable decorator based on request parameters.classPrintableDecoratorMapperThe 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.classRobotDecoratorMapperThe RobotDecoratorMapper will use the specified decorator when the requester is identified as a robot (also known as spider, crawler, ferret) of a search engine.classSessionDecoratorMapperWill look at a session attribute to find the name of an appropriate decorator to use.Fields in com.opensymphony.module.sitemesh.mapper declared as DecoratorMapper Modifier and Type Field Description protected DecoratorMapperAbstractDecoratorMapper. parentParent DecoratorMapper.Methods in com.opensymphony.module.sitemesh.mapper with parameters of type DecoratorMapper Modifier and Type Method Description voidAbstractDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Set parent.voidAgentDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidConfigDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Create new ConfigLoader using '/WEB-INF/decorators.xml' file.voidCookieDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidFrameSetDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidLanguageDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidNullDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Does nothing.voidOSDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)Init initializes the OSDecoratorMapper object by setting the parent DecoratorMapper, and loading the initialization properties.voidPageDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidParameterDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidPrintableDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidRobotDecoratorMapper. init(Config config, Properties properties, DecoratorMapper parent)voidSessionDecoratorMapper. 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 Modifier and Type Field Description private DecoratorMapperApplyDecoratorTag. decoratorMapper -
Uses of DecoratorMapper in com.opensymphony.module.sitemesh.velocity
Methods in com.opensymphony.module.sitemesh.velocity that return DecoratorMapper Modifier and Type Method Description private DecoratorMapperVelocityDecoratorServlet. getDecoratorMapper() -
Uses of DecoratorMapper in com.opensymphony.sitemesh.compatability
Fields in com.opensymphony.sitemesh.compatability declared as DecoratorMapper Modifier and Type Field Description private DecoratorMapperDecoratorMapper2DecoratorSelector. decoratorMapperConstructors in com.opensymphony.sitemesh.compatability with parameters of type DecoratorMapper Constructor Description DecoratorMapper2DecoratorSelector(DecoratorMapper decoratorMapper)
-