Uses of Interface
io.undertow.servlet.ServletExtension
-
Packages that use ServletExtension Package Description io.undertow.servlet.api io.undertow.servlet.core -
-
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 java.util.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.servlet.core
Methods in io.undertow.servlet.core that return types with arguments of type ServletExtension Modifier and Type Method Description static java.util.List<ServletExtension>ServletExtensionHolder. getServletExtensions()
-