wt.inf.container
Class WTContainerHelper.ContainerConfig

java.lang.Object
  extended bywt.inf.container.WTContainerHelper.ContainerConfig
Enclosing class:
WTContainerHelper

protected static final class WTContainerHelper.ContainerConfig
extends Object


Field Summary
private  Map infos
           
 
Constructor Summary
protected WTContainerHelper.ContainerConfig()
           
 
Method Summary
protected  void add(WTContainerHelper.ContainerInfo info)
           
protected  boolean containsKey(Class clazz)
           
protected  WTContainerHelper.ContainerInfo getInfo(Class clazz)
           
private  Properties getProperties()
           
protected  Iterator keys()
           
protected  void reload()
           
protected  Iterator values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

infos

private final Map infos
Constructor Detail

WTContainerHelper.ContainerConfig

protected WTContainerHelper.ContainerConfig()
                                     throws WTException
Method Detail

containsKey

protected boolean containsKey(Class clazz)

keys

protected Iterator keys()

values

protected Iterator values()

getInfo

protected WTContainerHelper.ContainerInfo getInfo(Class clazz)

add

protected void add(WTContainerHelper.ContainerInfo info)

reload

protected void reload()
               throws WTException
Throws:
WTException

getProperties

private Properties getProperties()
                          throws WTException
Throws:
WTException