org.jvnet.hk2.config
Interface ConfigView

All Superinterfaces:
java.lang.reflect.InvocationHandler
All Known Implementing Classes:
ConfigBean, WriteableView

public interface ConfigView
extends java.lang.reflect.InvocationHandler

All views of @Configured interface implementation must implement this interface

Author:
Jerome Dochez

Method Summary
 ConfigView getMasterView()
           
<T extends ConfigBeanProxy>
T
getProxy(java.lang.Class<T> proxyType)
           
<T extends ConfigBeanProxy>
java.lang.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> java.lang.Class<T> getProxyType()

getProxy

<T extends ConfigBeanProxy> T getProxy(java.lang.Class<T> proxyType)


Copyright © 2012 Oracle Corporation. All Rights Reserved.