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

Method Summary
 ConfigView getMasterView()
           
<T extends ConfigBeanProxy>
T
getProxy(Class<T> proxyType)
           
<T extends ConfigBeanProxy>
Class<T>
getProxyType()
           
 void setMasterView(ConfigView view)
           
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

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.