Class DecoratedObjectFactory

  • All Implemented Interfaces:
    Iterable<Decorator>

    @Deprecated(since="2021-05-27")
    public class DecoratedObjectFactory
    extends Object
    implements Iterable<Decorator>
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    An ObjectFactory enhanced by Decorator instances.

    Consistent single location for all Decorator behavior, with equal behavior in a ServletContext and also for a stand alone client.

    Used by ServletContextHandler, WebAppContext, WebSocketServerFactory, and WebSocketClient.

    Can be found in the ServletContext Attributes at the DecoratedObjectFactory.ATTR key.