Class JettyLegacyContainer

  • All Implemented Interfaces:
    Container

    @Deprecated
    public class JettyLegacyContainer
    extends AbstractJettyContainer
    Deprecated.
    Legacy Jetty container.

    This container relies on the the following Jetty APIs to be exposed to the webapp:

    • org.eclipse.jetty.server.handler.ContextHandler
    • org.eclipse.jetty.servlet.ServletContextHandler
    • org.eclipse.jetty.util.DecoratedObjectFactory
    • org.eclipse.jetty.util.Decorator
    These APIs are exposed by the deprecated jetty cdi2 module.

    Author:
    Ales Justin
    See Also:
    JettyContainer
    • Field Detail

      • INSTANCE

        public static final Container INSTANCE
        Deprecated.
    • Constructor Detail

      • JettyLegacyContainer

        public JettyLegacyContainer()
        Deprecated.