Class UndertowGuicedHandlerExtension
java.lang.Object
com.guicedee.guicedservlets.undertow.UndertowGuicedHandlerExtension
- All Implemented Interfaces:
io.undertow.servlet.ServletExtension
public class UndertowGuicedHandlerExtension
extends java.lang.Object
implements io.undertow.servlet.ServletExtension
-
Constructor Summary
Constructors Constructor Description UndertowGuicedHandlerExtension() -
Method Summary
Modifier and Type Method Description voidhandleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo, javax.servlet.ServletContext servletContext)
-
Constructor Details
-
UndertowGuicedHandlerExtension
public UndertowGuicedHandlerExtension()
-
-
Method Details
-
handleDeployment
public void handleDeployment(io.undertow.servlet.api.DeploymentInfo deploymentInfo, javax.servlet.ServletContext servletContext)- Specified by:
handleDeploymentin interfaceio.undertow.servlet.ServletExtension
-