Class CdiDecoratingListener

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

public class CdiDecoratingListener extends org.eclipse.jetty.ee10.servlet.DecoratingListener
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Attribute used by Weld to communicate to Jetty that it has created a WeldDecorator
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CdiDecoratingListener(org.eclipse.jetty.ee10.servlet.ServletContextHandler contextHandler)
     
  • Method Summary

    Methods inherited from class org.eclipse.jetty.ee10.servlet.DecoratingListener

    attributeAdded, attributeRemoved, attributeReplaced, getAttributeName, getServletContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CdiDecoratingListener

      public CdiDecoratingListener(org.eclipse.jetty.ee10.servlet.ServletContextHandler contextHandler)