Class LegacyWeldDecorator

  • All Implemented Interfaces:
    org.eclipse.jetty.util.Decorator

    public class LegacyWeldDecorator
    extends WeldDecorator
    implements org.eclipse.jetty.util.Decorator
    Jetty Eclipse Weld support for jetty >=9 and <= 9.4.20

    This decorator 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
    Author:
    Ales Justin
    • Constructor Detail

      • LegacyWeldDecorator

        protected LegacyWeldDecorator​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • process

        public static void process​(javax.servlet.ServletContext context)