Package | Description |
---|---|
io.undertow.servlet | |
io.undertow.servlet.api | |
io.undertow.servlet.core |
Modifier and Type | Method | 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 | Description |
---|---|---|
List<ListenerInfo> |
DeploymentInfo.getListeners() |
Modifier and Type | Method | Description |
---|---|---|
DeploymentInfo |
DeploymentInfo.addListener(ListenerInfo listener) |
|
DeploymentInfo |
DeploymentInfo.addListeners(ListenerInfo... listeners) |
Modifier and Type | Method | Description |
---|---|---|
DeploymentInfo |
DeploymentInfo.addListeners(Collection<ListenerInfo> listeners) |
Modifier and Type | Method | Description |
---|---|---|
ListenerInfo |
ManagedListener.getListenerInfo() |
Constructor | Description |
---|---|
ManagedListener(ListenerInfo listenerInfo,
boolean programatic) |
Copyright © 2018. All rights reserved.