Class WeldServletExtension
java.lang.Object
org.jboss.weld.environment.undertow.WeldServletExtension
- All Implemented Interfaces:
io.undertow.servlet.ServletExtension
Undertow extension that hooks into undertow's instance creation and delegates to Weld.
- Author:
- Jozef Hartinger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo, jakarta.servlet.ServletContext servletContext)
-
Field Details
-
INSTALLED
-
INSTALLED_SERVLET
- See Also:
-
INSTALLED_FULL
- See Also:
-
-
Constructor Details
-
WeldServletExtension
public WeldServletExtension()
-
-
Method Details
-
handleDeployment
public void handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo, jakarta.servlet.ServletContext servletContext) - Specified by:
handleDeploymentin interfaceio.undertow.servlet.ServletExtension
-