Uses of Interface
com.opensymphony.module.sitemesh.Decorator

Packages that use Decorator
com.opensymphony.module.sitemesh   
com.opensymphony.module.sitemesh.filter   
com.opensymphony.module.sitemesh.mapper   
 

Uses of Decorator in com.opensymphony.module.sitemesh
 

Methods in com.opensymphony.module.sitemesh that return Decorator
 Decorator DecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Return appropriate Decorator for a certain Page.
 Decorator DecoratorMapper.getNamedDecorator(HttpServletRequest request, String name)
          Return a Decorator with given name.
 

Uses of Decorator in com.opensymphony.module.sitemesh.filter
 

Methods in com.opensymphony.module.sitemesh.filter with parameters of type Decorator
protected  void PageFilter.applyDecorator(Page page, Decorator decorator, HttpServletRequest request, HttpServletResponse response)
          Apply Decorator to Page and write to the response.
 

Uses of Decorator in com.opensymphony.module.sitemesh.mapper
 

Classes in com.opensymphony.module.sitemesh.mapper that implement Decorator
 class DefaultDecorator
          Default implementation of Decorator.
 

Methods in com.opensymphony.module.sitemesh.mapper that return Decorator
private  Decorator PageDecoratorMapper.getByProperty(HttpServletRequest request, Page p, String name)
           
 Decorator OSDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Attempts to find the correct decorator for Page page based on the UA-OS HTTP header in the request.
 Decorator AgentDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator InlineDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator ConfigDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Retrieve Decorator based on 'pattern' tag.
 Decorator ParameterDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator NullDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Returns null.
 Decorator PageDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator AbstractDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
          Delegate to parent.
 Decorator PrintableDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator CookieDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator FrameSetDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator LanguageDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator RobotDecoratorMapper.getDecorator(HttpServletRequest request, Page page)
           
 Decorator ConfigLoader.getDecoratorByName(String name)
          Retrieve Decorator based on name specified in configuration file.
 Decorator EnvEntryDecoratorMapper.getNamedDecorator(HttpServletRequest request, String name)
          Retrieves the Decorator specified by the decorator name.
 Decorator ConfigDecoratorMapper.getNamedDecorator(HttpServletRequest request, String name)
          Retrieve Decorator named in 'name' attribute.
 Decorator NullDecoratorMapper.getNamedDecorator(HttpServletRequest request, String name)
          Returns null.
 Decorator AbstractDecoratorMapper.getNamedDecorator(HttpServletRequest request, String name)
          Delegate to parent.
 Decorator FileDecoratorMapper.getNamedDecorator(HttpServletRequest req, String name)
           
 

Methods in com.opensymphony.module.sitemesh.mapper with parameters of type Decorator
private  void ConfigLoader.storeDecorator(Decorator d)
          Store Decorator in Map
 


www.opensymphony.com/sitemesh/