Uses of Interface
com.caucho.config.DependencyBean

Packages that use DependencyBean
com.caucho.ejb.cfg   
com.caucho.jsp.cfg   
com.caucho.server.resin   
 

Uses of DependencyBean in com.caucho.ejb.cfg
 

Classes in com.caucho.ejb.cfg that implement DependencyBean
 class EjbBean<X>
          Configuration for an ejb bean.
 class EjbBeanConfigProxy
          Proxy for an ejb bean configuration.
 class EjbMessageBean<X>
          Configuration for an ejb entity bean.
 class EjbMessageConfigProxy
          Proxy for an ejb bean configuration.
 class EjbSessionBean<X>
          Configuration for an ejb entity bean.
 class EjbSessionConfigProxy
          Proxy for an ejb bean configuration.
 class EjbSingletonBean<X>
          Configuration for an ejb singleton session bean.
 class EjbStatefulBean<X>
          Configuration for an ejb stateful session bean.
 class EjbStatelessBean<X>
          Configuration for an ejb stateless session bean.
 

Uses of DependencyBean in com.caucho.jsp.cfg
 

Classes in com.caucho.jsp.cfg that implement DependencyBean
 class JsfTag
          Configuration for the taglib tag in the .tld
 class TldTag
          Configuration for the taglib tag in the .tld
 class TldTaglib
          Configuration for the taglib in the .tld
 

Uses of DependencyBean in com.caucho.server.resin
 

Classes in com.caucho.server.resin that implement DependencyBean
 class BootResinConfig
          The Resin class represents the top-level container for Resin.
 class BootResinEnvConfig
          The Resin class represents the top-level container for Resin.