Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.osgi | |
io.undertow.websockets.jsr |
Modifier and Type | Method and Description |
---|---|
List<ServletExtension> | DeploymentInfo.getServletExtensions() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.addServletExtension(ServletExtension servletExtension) Adds an additional servlet extension to the deployment. |
Modifier and Type | Method and Description |
---|---|
static List<ServletExtension> | ServletExtensionHolder.getServletExtensions() |
Modifier and Type | Method and Description |
---|---|
ServletExtension | Activator.addingService(org.osgi.framework.ServiceReference<ServletExtension> reference) |
Modifier and Type | Method and Description |
---|---|
void | Activator.modifiedService(org.osgi.framework.ServiceReference<ServletExtension> reference, ServletExtension service) |
void | Activator.removedService(org.osgi.framework.ServiceReference<ServletExtension> reference, ServletExtension service) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class | Bootstrap |
Copyright © 2020 JBoss by Red Hat. All rights reserved.