Class WeldServletExtension
- java.lang.Object
-
- org.jboss.weld.environment.undertow.WeldServletExtension
-
- All Implemented Interfaces:
io.undertow.servlet.ServletExtension
public class WeldServletExtension extends Object implements io.undertow.servlet.ServletExtension
Undertow extension that hooks into undertow's instance creation and delegates to Weld.- Author:
- Jozef Hartinger
-
-
Field Summary
Fields Modifier and Type Field Description static StringINSTALLEDstatic StringINSTALLED_FULLstatic StringINSTALLED_SERVLET
-
Constructor Summary
Constructors Constructor Description WeldServletExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo, javax.servlet.ServletContext servletContext)
-
-
-
Field Detail
-
INSTALLED
public static final String INSTALLED
-
INSTALLED_SERVLET
public static final String INSTALLED_SERVLET
- See Also:
- Constant Field Values
-
INSTALLED_FULL
public static final String INSTALLED_FULL
- See Also:
- Constant Field Values
-
-