Class AbstractDecoratorMapper

    • Constructor Detail

      • AbstractDecoratorMapper

        public AbstractDecoratorMapper()
    • Method Detail

      • init

        public void init​(Config config,
                         java.util.Properties properties,
                         DecoratorMapper parent)
                  throws java.lang.InstantiationException
        Set parent.
        Specified by:
        init in interface DecoratorMapper
        Parameters:
        config - Config supplied by Servlet or Filter.
        properties - Any initialization properties (specific to implementation).
        Throws:
        java.lang.InstantiationException - should be thrown if the implementation cannot be initialized properly.
      • getNamedDecorator

        public Decorator getNamedDecorator​(javax.servlet.http.HttpServletRequest request,
                                           java.lang.String name)
        Delegate to parent.
        Specified by:
        getNamedDecorator in interface DecoratorMapper