| Package | Description |
|---|---|
| org.glassfish.api.admin.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigExtension
ConfigExtension is an configuration extension that hooks itself under the
config configuration.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Container> |
DomainInitializer.getInitialConfig(DomainContext initialCtx)
The actual initial config that needs to be inserted into
the fresh domain.xml
See
Attribute#value() for how the default value is inferred. |
<T extends Container> |
ConfigParser.parseContainerConfig(org.glassfish.hk2.api.ServiceLocator habitat,
URL configuration,
Class<T> containerType)
Parse a Container's configuration defined by it's XML template pointed by configuration URL.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.