| Constructor and Description |
|---|
ConfigurationPopulator(String xmlContent,
DomDocument doc,
ConfigBeanProxy parent) |
| Modifier and Type | Method and Description |
|---|---|
protected DomDocument |
GFDomainXml.getDomDocument()
Returns the DomDocument implementation used to create config beans and persist
the DOM tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainXmlPersistence.save(DomDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesGeneratorBase.generateList(ConfigModel model,
DomDocument domDocument) |
void |
ResourcesGenerator.generateSingle(ConfigModel rootModel,
DomDocument document) |
void |
ResourcesGeneratorBase.generateSingle(ConfigModel model,
DomDocument domDocument)
Generate REST resource for a single config model.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ConfigModel> |
ResourceUtil.getRealChildConfigModels(ConfigModel childModel,
DomDocument domDocument) |
| Constructor and Description |
|---|
GenericCommandModel(Class<?> targetType,
boolean useAnnotations,
ExecuteOn cluster,
I18n i18n,
LocalStringManager localStrings,
DomDocument document,
String commandName,
boolean managedJob,
Class<?>... extraTypes)
GenericCommandModel constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFishDocument
plug our Dom implementation
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract DomDocument |
DomainXml.getDomDocument() |
| Modifier and Type | Method and Description |
|---|---|
static String |
GenericCrudCommand.elementName(DomDocument document,
Class<?> parent,
Class<?> child)
Returns the element name used by the parent to store instances of the child
|
void |
ConfigurationPersistence.save(DomDocument doc)
callback when the new
DomDocument instance should be saved to an
external media like a file |
| Constructor and Description |
|---|
GlassFishConfigBean(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
GlassFishConfigBean parent,
ConfigModel model,
XMLStreamReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedDomainPersistence.save(DomDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
DomDocument |
ConfigApiTest.getDocument(org.glassfish.hk2.api.ServiceLocator habitat)
Override it when needed, see config-api/ConfigApiTest.java for example.
|
| Modifier and Type | Field and Description |
|---|---|
DomDocument |
Dom.document
Owner of the DOM tree.
|
| Modifier and Type | Method and Description |
|---|---|
DomDocument |
ConfigParser.parse(URL source)
|
DomDocument |
ConfigParser.parse(URL source,
DomDocument document) |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document,
Dom parent) |
DomDocument |
ConfigParser.parse(XMLStreamReader in) |
| Modifier and Type | Method and Description |
|---|---|
Dom |
DomDecorator.decorate(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
T parent,
ConfigModel model,
XMLStreamReader in) |
protected Dom |
ConfigParser.handleElement(XMLStreamReader in,
DomDocument document,
Dom parent)
Parses a whole XML tree and builds a
Dom tree. |
protected Dom |
ConfigParser.handleElement(XMLStreamReader in,
DomDocument document,
Dom parent,
ConfigModel model)
Parses a whole XML tree and builds a
Dom tree, by using the given model
for the top-level element. |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document) |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document,
Dom parent) |
void |
ConfigParser.parse(XMLStreamReader in,
DomDocument document) |
void |
ConfigParser.parse(XMLStreamReader in,
DomDocument document,
Dom parent) |
| Constructor and Description |
|---|
ConfigBean(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
XMLStreamReader in) |
ConfigModel(DomDocument document,
org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector> injector,
Map<String,List<String>> description,
org.glassfish.hk2.api.ServiceLocator locator) |
Dom(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model) |
Dom(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model,
XMLStreamReader in) |
Copyright © 2019. All rights reserved.