Uses of Interface
io.undertow.servlet.ServletExtension
-
Packages that use ServletExtension Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.osgi -
-
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 DeploymentInfo
DeploymentInfo. 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()
-
Uses of ServletExtension in io.undertow.servlet.osgi
Methods in io.undertow.servlet.osgi that return ServletExtension Modifier and Type Method Description ServletExtension
Activator. addingService(org.osgi.framework.ServiceReference<ServletExtension> reference)
Methods in io.undertow.servlet.osgi with parameters of type ServletExtension Modifier and Type Method Description void
Activator. modifiedService(org.osgi.framework.ServiceReference<ServletExtension> reference, ServletExtension service)
void
Activator. removedService(org.osgi.framework.ServiceReference<ServletExtension> reference, ServletExtension service)
Method parameters in io.undertow.servlet.osgi with type arguments of type ServletExtension Modifier and Type Method Description ServletExtension
Activator. addingService(org.osgi.framework.ServiceReference<ServletExtension> reference)
void
Activator. modifiedService(org.osgi.framework.ServiceReference<ServletExtension> reference, ServletExtension service)
void
Activator. removedService(org.osgi.framework.ServiceReference<ServletExtension> reference, ServletExtension service)
-