Class DecoratingListener

java.lang.Object
org.eclipse.jetty.servlet.DecoratingListener
All Implemented Interfaces:
EventListener, ServletContextAttributeListener

@Deprecated(since="2021-05-27") public class DecoratingListener extends Object implements ServletContextAttributeListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance. The instance is then either coerced to a Decorator or reflected for decorator compatible methods so it can be added to the ServletContextHandler.getObjectFactory() as a Decorator.