Uses of Class
org.jvnet.hk2.config.DomDocument
-
-
Uses of DomDocument in com.sun.enterprise.config.modularity.parser
Constructors in com.sun.enterprise.config.modularity.parser with parameters of type DomDocument Constructor Description ConfigurationPopulator(String xmlContent, DomDocument doc, ConfigBeanProxy parent) -
Uses of DomDocument in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return DomDocument Modifier and Type Method Description protected DomDocumentGFDomainXml. getDomDocument()Returns the DomDocument implementation used to create config beans and persist the DOM tree.Methods in com.sun.enterprise.v3.server with parameters of type DomDocument Modifier and Type Method Description voidDomainXmlPersistence. save(DomDocument doc) -
Uses of DomDocument in org.glassfish.admin.rest.generator
Methods in org.glassfish.admin.rest.generator with parameters of type DomDocument Modifier and Type Method Description voidResourcesGeneratorBase. generateList(ConfigModel model, DomDocument domDocument)voidResourcesGenerator. generateSingle(ConfigModel rootModel, DomDocument document)voidResourcesGeneratorBase. generateSingle(ConfigModel model, DomDocument domDocument)Generate REST resource for a single config model. -
Uses of DomDocument in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils with parameters of type DomDocument Modifier and Type Method Description static List<ConfigModel>ResourceUtil. getRealChildConfigModels(ConfigModel childModel, DomDocument domDocument) -
Uses of DomDocument in org.glassfish.common.util.admin
Constructors in org.glassfish.common.util.admin with parameters of type DomDocument Constructor Description GenericCommandModel(Class<?> targetType, boolean useAnnotations, ExecuteOn cluster, I18n i18n, LocalStringManager localStrings, DomDocument document, String commandName, boolean managedJob, Class<?>... extraTypes)GenericCommandModel constructor. -
Uses of DomDocument in org.glassfish.config.support
Subclasses of DomDocument in org.glassfish.config.support Modifier and Type Class Description classGlassFishDocumentplug our Dom implementationMethods in org.glassfish.config.support that return DomDocument Modifier and Type Method Description protected abstract DomDocumentDomainXml. getDomDocument()Methods in org.glassfish.config.support with parameters of type DomDocument Modifier and Type Method Description static StringGenericCrudCommand. elementName(DomDocument document, Class<?> parent, Class<?> child)Returns the element name used by the parent to store instances of the childvoidConfigurationPersistence. save(DomDocument doc)callback when the newDomDocumentinstance should be saved to an external media like a fileConstructors in org.glassfish.config.support with parameters of type DomDocument Constructor Description GlassFishConfigBean(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, GlassFishConfigBean parent, ConfigModel model, XMLStreamReader in) -
Uses of DomDocument in org.glassfish.kernel.embedded
Methods in org.glassfish.kernel.embedded with parameters of type DomDocument Modifier and Type Method Description voidEmbeddedDomainPersistence. save(DomDocument doc) -
Uses of DomDocument in org.glassfish.tests.utils
Methods in org.glassfish.tests.utils that return DomDocument Modifier and Type Method Description DomDocumentConfigApiTest. getDocument(org.glassfish.hk2.api.ServiceLocator habitat)Override it when needed, see config-api/ConfigApiTest.java for example. -
Uses of DomDocument in org.jvnet.hk2.config
Fields in org.jvnet.hk2.config declared as DomDocument Modifier and Type Field Description DomDocumentDom. documentOwner of the DOM tree.Methods in org.jvnet.hk2.config that return DomDocument Modifier and Type Method Description DomDocumentConfigParser. parse(URL source)DomDocumentConfigParser. parse(URL source, DomDocument document)DomDocumentConfigParser. parse(URL source, DomDocument document, Dom parent)DomDocumentConfigParser. parse(XMLStreamReader in)Methods in org.jvnet.hk2.config with parameters of type DomDocument Modifier and Type Method Description DomDomDecorator. decorate(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, T parent, ConfigModel model, XMLStreamReader in)protected DomConfigParser. handleElement(XMLStreamReader in, DomDocument document, Dom parent)Parses a whole XML tree and builds aDomtree.protected DomConfigParser. handleElement(XMLStreamReader in, DomDocument document, Dom parent, ConfigModel model)Parses a whole XML tree and builds aDomtree, by using the given model for the top-level element.DomDocumentConfigParser. parse(URL source, DomDocument document)DomDocumentConfigParser. parse(URL source, DomDocument document, Dom parent)voidConfigParser. parse(XMLStreamReader in, DomDocument document)voidConfigParser. parse(XMLStreamReader in, DomDocument document, Dom parent)Constructors in org.jvnet.hk2.config with parameters of type DomDocument Constructor 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)
-