Package | Description |
---|---|
io.undertow.servlet | |
io.undertow.servlet.api | |
io.undertow.servlet.core |
Modifier and Type | Method and Description |
---|---|
static ListenerInfo | Servlets.listener(Class<? extends EventListener> listenerClass) |
static ListenerInfo | Servlets.listener(Class<? extends EventListener> listenerClass, InstanceFactory<? extends EventListener> instanceFactory) |
Modifier and Type | Method and Description |
---|---|
List<ListenerInfo> | DeploymentInfo.getListeners() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.addListener(ListenerInfo listener) |
DeploymentInfo | DeploymentInfo.addListeners(ListenerInfo... listeners) |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.addListeners(Collection<ListenerInfo> listeners) |
Modifier and Type | Method and Description |
---|---|
ListenerInfo | ManagedListener.getListenerInfo() |
Constructor and Description |
---|
ManagedListener(ListenerInfo listenerInfo, boolean programatic) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.