Uses of Interface
org.wildfly.extension.undertow.ServletContainerService
-
Packages that use ServletContainerService Package Description org.wildfly.extension.undertow org.wildfly.extension.undertow.deployment -
-
Uses of ServletContainerService in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return ServletContainerService Modifier and Type Method Description ServletContainerServiceServer. getServletContainer()Constructor parameters in org.wildfly.extension.undertow with type arguments of type ServletContainerService Constructor Description Server(Consumer<Server> serverConsumer, Supplier<ServletContainerService> servletContainer, Supplier<UndertowService> undertowService, String name, String defaultHost) -
Uses of ServletContainerService in org.wildfly.extension.undertow.deployment
Fields in org.wildfly.extension.undertow.deployment with type parameters of type ServletContainerService Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<ServletContainerService>UndertowAttachments. SERVLET_CONTAINER_SERVICE
-