Uses of Class
org.jvnet.hk2.config.Dom
-
Packages that use Dom Package Description com.sun.enterprise.v3.admin fish.payara.admin.rest.resources org.glassfish.admin.rest.provider org.glassfish.admin.rest.resources org.glassfish.admin.rest.resources.custom org.glassfish.admin.rest.results org.glassfish.admin.rest.utils org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.config.support org.jvnet.hk2.config -
-
Uses of Dom in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return types with arguments of type Dom Modifier and Type Method Description Map<Dom,String>V2DottedNameSupport. getAllDottedNodes(ConfigBeanProxy proxy)Map<Dom,String>V2DottedNameSupport. getAllDottedNodes(Dom root)Map<Dom,String>V2DottedNameSupport. getMatchingNodes(Map<Dom,String> nodes, String pattern)Methods in com.sun.enterprise.v3.admin with parameters of type Dom Modifier and Type Method Description Map<Dom,String>V2DottedNameSupport. getAllDottedNodes(Dom root)protected voidV2DottedNameSupport. getAllSubDottedNames(String prefix, Dom parent, Map<Dom,String> result)Map<String,String>V2DottedNameSupport. getNodeAttributes(Dom node, String prefix)Method parameters in com.sun.enterprise.v3.admin with type arguments of type Dom Modifier and Type Method Description protected voidV2DottedNameSupport. getAllSubDottedNames(String prefix, Dom parent, Map<Dom,String> result)Map<Dom,String>V2DottedNameSupport. getMatchingNodes(Map<Dom,String> nodes, String pattern)List<Map.Entry>V2DottedNameSupport. sortNodesByDottedName(Map<Dom,String> nodes) -
Uses of Dom in fish.payara.admin.rest.resources
Fields in fish.payara.admin.rest.resources declared as Dom Modifier and Type Field Description protected DomAbstractAttributeBagResource. parentThe service containing the attributes.Fields in fish.payara.admin.rest.resources with type parameters of type Dom Modifier and Type Field Description protected List<Dom>AbstractAttributeBagResource. entityA list of attributes in the service.Methods in fish.payara.admin.rest.resources with parameters of type Dom Modifier and Type Method Description voidAbstractAttributeBagResource. setParentAndTagName(Dom parent, String tagName)Sets the parent and the tag getPropertiesName of the resource. -
Uses of Dom in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type Dom Modifier and Type Method Description protected Map<String,String>BaseProvider. getResourceLinks(Dom dom)longFormWriter. getSize(Dom data, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)voidFormWriter. writeTo(Dom data, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream out)Method parameters in org.glassfish.admin.rest.provider with type arguments of type Dom Modifier and Type Method Description protected Map<String,String>BaseProvider. getResourceLinks(List<Dom> proxyList)protected StringGetResultListXmlProvider. getXmlResourcesLinks(List<Dom> proxyList, String[][] commandResourcesPaths, String indent) -
Uses of Dom in org.glassfish.admin.rest.resources
Fields in org.glassfish.admin.rest.resources declared as Dom Modifier and Type Field Description protected DomTemplateRestResource. entityprotected DomCollectionLeafResource. parentprotected DomLeafResource. parentprotected DomPropertiesBagResource. parentprotected DomTemplateListOfResource. parentprotected DomTemplateRestResource. parentFields in org.glassfish.admin.rest.resources with type parameters of type Dom Modifier and Type Field Description protected List<Dom>PropertiesBagResource. entityprotected List<Dom>TemplateListOfResource. entityMethods in org.glassfish.admin.rest.resources that return Dom Modifier and Type Method Description DomTemplateRestResource. getEntity()Methods in org.glassfish.admin.rest.resources that return types with arguments of type Dom Modifier and Type Method Description List<Dom>PropertiesBagResource. getEntity()List<Dom>TemplateListOfResource. getEntity()Methods in org.glassfish.admin.rest.resources with parameters of type Dom Modifier and Type Method Description static Class<? extends ConfigBeanProxy>TemplateListOfResource. getElementTypeByName(Dom parentDom, String elementName)voidTemplateRestResource. setEntity(Dom p)voidCollectionLeafResource. setParentAndTagName(Dom parent, String tagName)voidLeafResource. setParentAndTagName(Dom parent, String tagName)voidPropertiesBagResource. setParentAndTagName(Dom parent, String tagName)voidTemplateListOfResource. setParentAndTagName(Dom parent, String tagName)voidTemplateRestResource. setParentAndTagName(Dom parent, String tagName)Method parameters in org.glassfish.admin.rest.resources with type arguments of type Dom Modifier and Type Method Description voidTemplateRestResource. setBeanByKey(List<Dom> parentList, String id, String tag)voidPropertiesBagResource. setEntity(List<Dom> p)voidTemplateListOfResource. setEntity(List<Dom> p) -
Uses of Dom in org.glassfish.admin.rest.resources.custom
Fields in org.glassfish.admin.rest.resources.custom declared as Dom Modifier and Type Field Description protected DomFindHttpProtocolResource. entityprotected DomSystemPropertiesCliResource. entityMethods in org.glassfish.admin.rest.resources.custom that return Dom Modifier and Type Method Description protected DomSystemPropertiesCliResource. getCluster(Dom domain, String clusterName)protected DomSystemPropertiesCliResource. getConfig(Dom domain, String configName)DomFindHttpProtocolResource. getEntity()DomSystemPropertiesCliResource. getEntity()Methods in org.glassfish.admin.rest.resources.custom with parameters of type Dom Modifier and Type Method Description protected DomSystemPropertiesCliResource. getCluster(Dom domain, String clusterName)protected DomSystemPropertiesCliResource. getConfig(Dom domain, String configName)protected voidSystemPropertiesCliResource. getSystemProperties(Map<String,Map<String,String>> properties, Dom dom, boolean getDefaults)voidFindHttpProtocolResource. setEntity(Dom p)voidJmxServiceUrlsResource. setEntity(Dom p)voidLogViewerResource. setEntity(Dom p)voidManagementProxyResource. setEntity(Dom p)voidSetDomainConfigResource. setEntity(Dom p)voidSystemPropertiesCliResource. setEntity(Dom p) -
Uses of Dom in org.glassfish.admin.rest.results
Methods in org.glassfish.admin.rest.results that return types with arguments of type Dom Modifier and Type Method Description List<Dom>GetResultList. getDomList()Returns the Listobject associated with the list resource. Constructor parameters in org.glassfish.admin.rest.results with type arguments of type Dom Constructor Description GetResultList(List<Dom> domList, String postCommand, String[][] commandResourcesPaths, OptionsResult metaData)Constructor -
Uses of Dom in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils with parameters of type Dom Modifier and Type Method Description intDomConfigurator. compare(Dom o1, Dom o2)static MethodMetaDataResourceUtil. getMethodMetaData2(Dom parent, ConfigModel childModel, int parameterType)static Map<String,String>ResourceUtil. getResourceLinks(Dom dom, jakarta.ws.rs.core.UriInfo uriInfo, boolean canShowDeprecated)Method parameters in org.glassfish.admin.rest.utils with type arguments of type Dom Modifier and Type Method Description static Map<String,String>ResourceUtil. getResourceLinks(List<Dom> proxyList, jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of Dom in org.glassfish.api.admin
Methods in org.glassfish.api.admin with parameters of type Dom Modifier and Type Method Description static StringAccessRequired.Util. resourceNameFromConfigBeanType(Dom parent, String collectionName, Class<? extends ConfigBeanProxy> childType)static StringAccessRequired.Util. resourceNameFromDom(Dom d) -
Uses of Dom in org.glassfish.config.support
Subclasses of Dom in org.glassfish.config.support Modifier and Type Class Description classGlassFishConfigBeanTranslated view of a configured objects where values can be represented with a @{xx.yy.zz} name to be translated using a property value translator.Methods in org.glassfish.config.support with type parameters of type Dom Modifier and Type Method Description protected <T extends Dom>
TGlassFishConfigBean. copy(T parent)Returns a copy of itselfConstructors in org.glassfish.config.support with parameters of type Dom Constructor Description GlassFishConfigBean(Dom source, Dom parent) -
Uses of Dom in org.jvnet.hk2.config
Classes in org.jvnet.hk2.config with type parameters of type Dom Modifier and Type Interface Description interfaceDomDecorator<T extends Dom>classDomDocument<T extends Dom>Represents a whole DOM tree.Subclasses of Dom in org.jvnet.hk2.config Modifier and Type Class Description classConfigBeanConfigBean is the core implementation of the config beans.Methods in org.jvnet.hk2.config with type parameters of type Dom Modifier and Type Method Description protected <T extends Dom>
TConfigBean. copy(T parent)Returns a copy of itself providing the parent for the new copy.protected <T extends Dom>
TDom. copy(T parent)Returns a copy of itself providing the parent for the new copy.Methods in org.jvnet.hk2.config that return Dom Modifier and Type Method Description DomDomDecorator. decorate(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, T parent, ConfigModel model, XMLStreamReader in)DomDom. element(String name)Returns the child element by nameDomDomDocument. getRoot()DomDom. getSymbolSpaceRoot(String typeName)Locates the DOM that serves as the symbol space root.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.DomDomDocument. make(org.glassfish.hk2.api.ServiceLocator habitat, XMLStreamReader in, T parent, ConfigModel model)DomDom. nodeElement(String name)Picks up one node-element value.DomDom. parent()If this DOM is a child of another DOM, the parent pointer.DomDom. resolveReference(String key, String typeName)Recursively decends the DOM tree and finds a DOM that has the given key and the type name.protected DomConfigModel.Node. toDom(Object arg)Coerce the given type toDom.static DomDom. unwrap(ConfigBeanProxy proxy)Unwraps the proxy and returns the underlyingDomobject.Methods in org.jvnet.hk2.config that return types with arguments of type Dom Modifier and Type Method Description List<Dom>Dom. domNodeByTypeElements(Class baseType)Picks up all node elements that are assignable to the given type, except those who are matched by other named elements in the model.List<Dom>Dom. nodeElements(String elementName)Picks up all node-elements that have the given element name.Methods in org.jvnet.hk2.config with parameters of type Dom Modifier and Type Method Description abstract ObjectConfigModel.Property. get(Dom dom, Type returnType)Gets the value fromDomin the specified type.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.abstract voidConfigInjector. inject(Dom dom, T target)Reads values fromDomand inject them into the given target object.voidNoopConfigInjector. inject(Dom dom, Object target)abstract voidConfigInjector. injectAttribute(Dom dom, String attributeName, T target)Injects a single property of the given attribute name.voidNoopConfigInjector. injectAttribute(Dom dom, String attributeName, Object target)abstract voidConfigInjector. injectElement(Dom dom, String elementName, T target)Injects a single property of the given element name.voidNoopConfigInjector. injectElement(Dom dom, String elementName, Object target)voidDom. insertAfter(Dom reference, String name, Dom newNode)Inserts a newDomnode right after the given DOM element.DomDocumentConfigParser. parse(URL source, DomDocument document, Dom parent)voidConfigParser. parse(XMLStreamReader in, DomDocument document, Dom parent)<T> TConfigInjector. reference(Dom dom, String id, Class<T> type)Resolves a reference to the given type by the given id.voidDom. removeChild(Dom reference)Removes an existingDom.NodeChildvoidDom. replaceChild(Dom reference, String name, Dom newNode)Replaces an existingDom.NodeChildwith another one.abstract voidConfigModel.Property. set(Dom dom, Object arg)Sets the value toDom.voidDom. setNodeElements(String name, Dom... values)Updates node-element values.Constructors in org.jvnet.hk2.config with parameters of type Dom Constructor Description ConfigBean(Dom source, Dom parent)Copy constructor, used to get a deep copy of the passed instance.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)Dom(Dom source, Dom parent)Copy constructor, used to get a deep copy of the passed instanceDomDescriptor(Dom theDom, Set<Type> advertisedContracts, Class<? extends Annotation> scope, String name, Set<Annotation> qualifiers)Creates the constant descriptor
-