Class ServletContextHandler.LegacyDecorator

java.lang.Object
org.eclipse.jetty.servlet.ServletContextHandler.LegacyDecorator
All Implemented Interfaces:
ServletContextHandler.Decorator, Decorator
Enclosing class:
ServletContextHandler

private static class ServletContextHandler.LegacyDecorator extends Object implements ServletContextHandler.Decorator
Implementation of the legacy interface to decorate loaded classes.
  • Field Details

    • decorator

      private final Decorator decorator
  • Constructor Details

    • LegacyDecorator

      public LegacyDecorator(Decorator decorator)
  • Method Details