Uses of Class
org.jvnet.hk2.config.ConfigModel
-
-
Uses of ConfigModel in org.glassfish.admin.rest.generator
Methods in org.glassfish.admin.rest.generator with parameters of type ConfigModel Modifier and Type Method Description voidResourcesGeneratorBase. configModelVisited(ConfigModel model)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 ConfigModel in org.glassfish.admin.rest.generator.client
Methods in org.glassfish.admin.rest.generator.client with parameters of type ConfigModel Modifier and Type Method Description voidClientClassWriter. createGetChildResource(ConfigModel model, String elementName, String childResourceClassName)voidJavaClientClassWriter. createGetChildResource(ConfigModel model, String elementName, String childResourceClassName)voidClientGenerator. generateList(ClientClassWriter writer, ConfigModel model)protected voidJavaClientClassWriter. generateRestClientBaseChild(ConfigModel model)voidClientGenerator. generateSingle(ConfigModel model)abstract ClientClassWriterClientGenerator. getClassWriter(ConfigModel model, String className, Class parent)ClientClassWriterJavaClientGenerator. getClassWriter(ConfigModel model, String className, Class parent)ClientClassWriterPythonClientGenerator. getClassWriter(ConfigModel model, String className, Class parent)protected voidClientGenerator. processAttributes(ClientClassWriter writer, ConfigModel model, Set<String> processed)protected Set<String>ClientGenerator. processElements(ClientClassWriter writer, ConfigModel model)protected voidClientGenerator. processNonLeafChildConfigModel(ClientClassWriter writer, ConfigModel childConfigModel, ConfigModel.Property childElement)Constructors in org.glassfish.admin.rest.generator.client with parameters of type ConfigModel Constructor Description JavaClientClassWriter(ConfigModel model, String className, Class parent, File baseDirectory) -
Uses of ConfigModel in org.glassfish.admin.rest.resources
Fields in org.glassfish.admin.rest.resources declared as ConfigModel Modifier and Type Field Description protected ConfigModelTemplateRestResource. childModel -
Uses of ConfigModel in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils that return types with arguments of type ConfigModel Modifier and Type Method Description static List<ConfigModel>ResourceUtil. getRealChildConfigModels(ConfigModel childModel, DomDocument domDocument)Methods in org.glassfish.admin.rest.utils with parameters of type ConfigModel Modifier and Type Method Description intConfigModelComparator. compare(ConfigModel o1, ConfigModel o2)static StringResourceUtil. getCommand(RestRedirect.OpType type, ConfigModel model)Returns the name of the command associated with this resource,if any, for the given operation.static StringUtil. getKeyAttributeName(ConfigModel model)static MethodMetaDataResourceUtil. getMethodMetaData(ConfigModel configBeanModel)Constructs and returns the resource method meta-data.static MethodMetaDataResourceUtil. getMethodMetaData2(Dom parent, ConfigModel childModel, int parameterType)static List<ConfigModel>ResourceUtil. getRealChildConfigModels(ConfigModel childModel, DomDocument domDocument)static booleanResourceUtil. isDeprecated(ConfigModel model)static booleanResourceUtil. isOnlyATag(ConfigModel model) -
Uses of ConfigModel in org.glassfish.config.support
Methods in org.glassfish.config.support with parameters of type ConfigModel Modifier and Type Method Description GlassFishConfigBeanGlassFishDocument. make(org.glassfish.hk2.api.ServiceLocator habitat, XMLStreamReader xmlStreamReader, GlassFishConfigBean dom, ConfigModel configModel)Constructors in org.glassfish.config.support with parameters of type ConfigModel Constructor Description GlassFishConfigBean(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, GlassFishConfigBean parent, ConfigModel model, XMLStreamReader in) -
Uses of ConfigModel in org.jvnet.hk2.config
Fields in org.jvnet.hk2.config declared as ConfigModel Modifier and Type Field Description ConfigModelDom. modelModel drives the interpretation of this DOM.Fields in org.jvnet.hk2.config with type parameters of type ConfigModel Modifier and Type Field Description protected Map<org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector>,ConfigModel>DomDocument. modelsMethods in org.jvnet.hk2.config that return ConfigModel Modifier and Type Method Description ConfigModelDomDocument. buildModel(Class<?> clazz)Obtains aConfigModelfor the given class (Which should haveConfiguredannotation on it.)ConfigModelDomDocument. buildModel(String fullyQualifiedClassName)Obtains aConfigModelfor the given class (Which should haveConfiguredannotation on it.)ConfigModelConfigModel.Node. getModel()Returns the config model for this NodeConfigModelDomDocument. getModel(Class c)Deprecated.ConfigModelDomDocument. getModelByElementName(String elementName)Obtains theConfigModelfrom the "global" element name.Methods in org.jvnet.hk2.config that return types with arguments of type ConfigModel Modifier and Type Method Description List<ConfigModel>DomDocument. getAllModelsImplementing(Class intf)Calculates all @Configured interfaces subclassing the passed interface type.Methods in org.jvnet.hk2.config with parameters of type ConfigModel 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, 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)Constructors in org.jvnet.hk2.config with parameters of type ConfigModel Constructor Description ConfigBean(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, ConfigBean parent, ConfigModel model, XMLStreamReader in)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)Node(ConfigModel model, String xmlName)
-