Class CdiConfiguration

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

public class CdiConfiguration extends 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.

  • Constructor Details

    • CdiConfiguration

      public CdiConfiguration()