Package io.quarkus.undertow.runtime
Class UndertowHandlersConfServletExtension
java.lang.Object
io.quarkus.undertow.runtime.UndertowHandlersConfServletExtension
- All Implemented Interfaces:
io.undertow.servlet.ServletExtension
public class UndertowHandlersConfServletExtension
extends Object
implements io.undertow.servlet.ServletExtension
Registers the Undertow handlers configured in the app's META-INF/undertow-handlers.conf
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleDeployment
(io.undertow.servlet.api.DeploymentInfo deploymentInfo, jakarta.servlet.ServletContext servletContext)
-
Field Details
-
META_INF_UNDERTOW_HANDLERS_CONF
- See Also:
-
-
Constructor Details
-
UndertowHandlersConfServletExtension
public UndertowHandlersConfServletExtension()
-
-
Method Details
-
handleDeployment
public void handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo, jakarta.servlet.ServletContext servletContext) - Specified by:
handleDeployment
in interfaceio.undertow.servlet.ServletExtension
-