org.jvnet.hk2.config
Interface ConfigView
- All Superinterfaces:
- InvocationHandler
- All Known Implementing Classes:
- ConfigBean, WriteableView
public interface ConfigView
- extends InvocationHandler
All views of @Configured interface implementation must implement this
interface
- Author:
- Jerome Dochez
getMasterView
ConfigView getMasterView()
setMasterView
void setMasterView(ConfigView view)
getProxyType
<T extends ConfigBeanProxy> Class<T> getProxyType()
getProxy
<T extends ConfigBeanProxy> T getProxy(Class<T> proxyType)
Copyright © 2013 Oracle Corporation. All Rights Reserved.