| Package | Description |
|---|---|
| org.glassfish.embeddable.web |
Provides classes and interfaces necessary to programmatically configure embedded WebContainer
and create contexts, virtual servers, and web listeners.
|
| Modifier and Type | Method and Description |
|---|---|
WebListenerConfig |
WebListenerBase.getConfig()
Gets the current configuration of this WebListener.
|
WebListenerConfig |
WebListener.getConfig()
Gets the current configuration of this WebListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebListenerBase.setConfig(WebListenerConfig config)
Reconfigures this WebListener with the given
configuration.
|
void |
WebListener.setConfig(WebListenerConfig config)
Reconfigures this WebListener with the given
configuration.
|
Copyright © 2017. All rights reserved.