Uses of Class
org.jvnet.hk2.config.ConfigBean
Packages that use ConfigBean
-
Uses of ConfigBean in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return ConfigBeanModifier and TypeMethodDescriptionAllocate a new ConfigBean object as part of the Transaction associated with this configuration object.ConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes) static ConfigBeanConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) Creates a new child of the passed child and add it to the parent's live list of elements.static ConfigBeanConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, Map<String, String> attributes) Creates a new child of the passed child and add it to the parent's live list of elements.static ConfigBeanConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, Map<String, String> attributes, TransactionCallBack<WriteableView> runnable) Creates a new child of the passed child and add it to the parent's live list of elements.ConfigBean.getMasterView()We are the master view.WriteableView.getMasterView()ConfigBean.parent()Methods in org.jvnet.hk2.config with parameters of type ConfigBeanModifier and TypeMethodDescriptionstatic voidConfigSupport._deleteChild(ConfigBean parent, WriteableView writeableParent, ConfigBean child) Unprotected child deletion, caller must start a transaction before calling this method.ConfigSupport.addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) ConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes) static ConfigBeanConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) Creates a new child of the passed child and add it to the parent's live list of elements.static ConfigBeanConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, Map<String, String> attributes) Creates a new child of the passed child and add it to the parent's live list of elements.static ConfigBeanConfigSupport.createAndSet(ConfigBean parent, Class<? extends ConfigBeanProxy> childType, Map<String, String> attributes, TransactionCallBack<WriteableView> runnable) Creates a new child of the passed child and add it to the parent's live list of elements.static voidConfigSupport.deleteChild(ConfigBean parent, ConfigBean child) String[]ConfigSupport.getAttributesNames(ConfigBean bean) Returns the list of attributes names by the passed ConfigBeanString[]ConfigSupport.getElementsNames(ConfigBean bean) Returns the list of elements names by the passed ConfigBeanstatic Class<?>[]ConfigSupport.getSubElementsTypes(ConfigBean bean) Returns the list of sub-elements supported by a ConfigBeanvoidConfigBeanInterceptor.readValue(ConfigBean source, String xmlName, Object value) Notification of an attribute readvoidOnDeleteCascade.readValue(ConfigBean source, String xmlName, Object value) Method parameters in org.jvnet.hk2.config with type arguments of type ConfigBeanModifier and TypeMethodDescriptionvoidConstructors in org.jvnet.hk2.config with parameters of type ConfigBeanModifierConstructorDescriptionConfigBean(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, ConfigBean parent, ConfigModel model, XMLStreamReader in) -
Uses of ConfigBean in org.jvnet.hk2.config.api
Methods in org.jvnet.hk2.config.api with parameters of type ConfigBeanModifier and TypeMethodDescriptionConfigurationUtilities.addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) Adds this child bean to the parent with the given attributes.