Package | Description |
---|---|
com.sun.enterprise.web | |
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 |
---|---|
VirtualServerConfig |
VirtualServerFacade.getConfig()
Gets the current configuration of this VirtualServer.
|
VirtualServerConfig |
VirtualServer.getConfig()
Gets the current configuration of this VirtualServer.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualServerFacade.setConfig(VirtualServerConfig config)
Reconfigures this VirtualServer with the given
configuration.
|
void |
VirtualServer.setConfig(VirtualServerConfig config)
Reconfigures this VirtualServer with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
VirtualServerConfig |
VirtualServer.getConfig()
Gets the current configuration of this VirtualServer.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualServer.setConfig(VirtualServerConfig config)
Reconfigures this VirtualServer with the given
configuration.
|
Copyright © 2020. All rights reserved.