Uses of Class
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper

Packages that use AbstractDecoratorMapper
  • Uses of AbstractDecoratorMapper in com.opensymphony.module.sitemesh.mapper

    Modifier and Type
    Class
    Description
    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 of HTMLPage and isFrameSet() 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 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.