Uses of Interface
io.undertow.servlet.ServletExtension
-
Packages that use ServletExtension Package Description io.undertow.servlet.api io.undertow.websockets.jsr -
-
Uses of ServletExtension in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type ServletExtension Modifier and Type Method Description List<ServletExtension>DeploymentInfo. getServletExtensions()Methods in io.undertow.servlet.api with parameters of type ServletExtension Modifier and Type Method Description DeploymentInfoDeploymentInfo. addServletExtension(ServletExtension servletExtension)Adds an additional servlet extension to the deployment. -
Uses of ServletExtension in io.undertow.websockets.jsr
Classes in io.undertow.websockets.jsr that implement ServletExtension Modifier and Type Class Description classBootstrap
-