Class ServletContextHandler.LegacyDecorator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T decorate​(T o)  
      void destroy​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • decorator

        private final Decorator decorator
    • Constructor Detail

      • LegacyDecorator

        public LegacyDecorator​(Decorator decorator)
    • Method Detail

      • decorate

        public <T> T decorate​(T o)
        Specified by:
        decorate in interface Decorator
      • destroy

        public void destroy​(java.lang.Object o)
        Specified by:
        destroy in interface Decorator