public final class GlassFishConfigBean extends ConfigBean
| Constructor and Description |
|---|
GlassFishConfigBean(Dom source,
Dom parent) |
GlassFishConfigBean(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
GlassFishConfigBean parent,
ConfigModel model,
XMLStreamReader in) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Dom> |
copy(T parent)
Returns a copy of itself
|
<T extends ConfigBeanProxy> |
createProxy(Class<T> proxyType)
Creates a strongly-typed proxy to access values in this
Dom object,
by using the specified interface type as the proxy type. |
static <T extends ConfigBeanProxy> |
getRawView(T s)
Returns the translated view of a configuration object
|
void |
initializationCompleted() |
String |
toString() |
addInterceptor, allocate, equals, getLock, getMasterView, getObjectName, getOptionalFeature, getProxy, getter, hashCode, parent, setMasterView, setObjectName, setteraddDefaultChildren, addLeafElement, addListener, attribute, attribute, attributes, changeLeafElement, convertName, create, createCreator, createProxy, digAnnotation, digAnnotation, domNodeByTypeElements, element, get, getAttributeNames, getCache, getContractTypes, getElementNames, getFactoryLocatorId, getFactoryServiceId, getHabitat, getImplementationClass, getImplementationType, getInjectees, getInjector, getKey, getLocation, getProxyType, getQualifierAnnotations, getScopeAnnotation, getServiceLocator, getSymbolSpaceRoot, inject, insertAfter, invoke, invoke, isCacheSet, isReified, leafElement, leafElements, nodeByTypeElement, nodeByTypeElements, nodeElement, nodeElements, rawAttribute, rawLeafElement, rawLeafElements, release, releaseCache, removeChild, removeLeafElement, removeListener, replaceChild, resolveReference, setCache, setImplementationType, setLeafElements, setNodeElements, skipFromXml, unwrap, writeTo, writeToXmladdContractType, addQualifierAnnotation, dispose, getScopeAsAnnotation, removeContractType, removeQualifierAnnotation, setFactoryId, setName, setReified, setScopeAnnotation, setScopeAsAnnotationaddAdvertisedContract, addMetadata, addMetadata, addQualifier, clearMetadata, descriptorEquals, getAdvertisedContracts, getClassAnalysisName, getDescriptorType, getDescriptorVisibility, getImplementation, getLoader, getLocatorId, getMetadata, getName, getQualifiers, getRanking, getScope, getServiceId, isProxiable, isProxyForSameScope, pretty, readExternal, readObject, removeAdvertisedContract, removeAllMetadata, removeMetadata, removeQualifier, setClassAnalysisName, setDescriptorType, setDescriptorVisibility, setImplementation, setLoader, setLocatorId, setMetadata, setProxiable, setProxyForSameScope, setRanking, setScope, setServiceId, writeExternal, writeObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProxyTypeinvokegetAdvertisedContracts, getClassAnalysisName, getDescriptorType, getDescriptorVisibility, getImplementation, getLoader, getLocatorId, getMetadata, getName, getQualifiers, getRanking, getScope, getServiceId, isProxiable, isProxyForSameScope, setRankingpublic GlassFishConfigBean(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
GlassFishConfigBean parent,
ConfigModel model,
XMLStreamReader in)
public static <T extends ConfigBeanProxy> T getRawView(T s)
T - s - the config-api interface implementationpublic <T extends ConfigBeanProxy> T createProxy(Class<T> proxyType)
DomDom object,
by using the specified interface type as the proxy type.createProxy in class Domprotected <T extends Dom> T copy(T parent)
copy in class ConfigBeanT - parent - public void initializationCompleted()
initializationCompleted in class Dompublic String toString()
toString in class org.glassfish.hk2.utilities.DescriptorImplCopyright © 2019. All rights reserved.