| Package | Description |
|---|---|
| org.glassfish.config.support | |
| org.jvnet.hk2.config |
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFishConfigBean
Translated view of a configured objects where values can be represented
with a @{xx.yy.zz} name to be translated using a property value translator.
|
class |
TranslatedConfigView
View that translate configured attributes containing properties like ${foo.bar}
into system properties values.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigView |
TranslatedConfigView.getMasterView() |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslatedConfigView.setMasterView(ConfigView view) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigBean
ConfigBean is the core implementation of the config beans.
|
class |
WriteableView
A WriteableView is a view of a ConfigBean object that allow access to the
setters of the ConfigBean.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigView |
ConfigSupport.getImpl(ConfigBeanProxy source)
Return the main implementation bean for a proxy.
|
ConfigView |
ConfigView.getMasterView() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigBean.setMasterView(ConfigView view) |
void |
ConfigView.setMasterView(ConfigView view) |
void |
WriteableView.setMasterView(ConfigView view) |
Copyright © 2019. All rights reserved.