Uses of Interface
org.jvnet.hk2.config.ConfigView
-
Packages that use ConfigView Package Description org.glassfish.config.support org.jvnet.hk2.config -
-
Uses of ConfigView in org.glassfish.config.support
Classes in org.glassfish.config.support that implement ConfigView 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.classTranslatedConfigViewView that translate configured attributes containing properties like ${foo.bar} into system properties values.Methods in org.glassfish.config.support that return ConfigView Modifier and Type Method Description ConfigViewTranslatedConfigView. getMasterView()Methods in org.glassfish.config.support with parameters of type ConfigView Modifier and Type Method Description voidTranslatedConfigView. setMasterView(ConfigView view) -
Uses of ConfigView in org.jvnet.hk2.config
Classes in org.jvnet.hk2.config that implement ConfigView Modifier and Type Class Description classConfigBeanConfigBean is the core implementation of the config beans.classWriteableViewA WriteableView is a view of a ConfigBean object that allow access to the setters of the ConfigBean.Methods in org.jvnet.hk2.config that return ConfigView Modifier and Type Method Description static ConfigViewConfigSupport. getImpl(ConfigBeanProxy source)Return the main implementation bean for a proxy.ConfigViewConfigView. getMasterView()Methods in org.jvnet.hk2.config with parameters of type ConfigView Modifier and Type Method Description voidConfigBean. setMasterView(ConfigView view)voidConfigView. setMasterView(ConfigView view)voidWriteableView. setMasterView(ConfigView view)
-