Class CdiConfiguration

java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.cdi.CdiConfiguration
All Implemented Interfaces:
org.eclipse.jetty.ee10.webapp.Configuration

public class CdiConfiguration extends org.eclipse.jetty.ee10.webapp.AbstractConfiguration

CDI Configuration

This configuration configures the WebAppContext server/system classes to be able to see the CdiServletContainerInitializer. Also hides the jakarta cdi classes that are on the environment/server classpath and allows the webapp to provide their own.

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration

    org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration

    abort, configure, deconfigure, destroy, getDependencies, getDependents, getServerClasses, getSystemClasses, isEnabledByDefault, postConfigure, preConfigure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.ee10.webapp.Configuration

    isAvailable, replaces
  • Constructor Details

    • CdiConfiguration

      public CdiConfiguration()