Uses of Interface
org.brijframework.bean.context.BeanContext
-
Packages that use BeanContext Package Description org.brijframework.bean.context.asm org.brijframework.bean.context.factories org.brijframework.bean.context.impl -
-
Uses of BeanContext in org.brijframework.bean.context.asm
Classes in org.brijframework.bean.context.asm that implement BeanContext Modifier and Type Class Description classAbstractBeanContext -
Uses of BeanContext in org.brijframework.bean.context.factories
Methods in org.brijframework.bean.context.factories that return BeanContext Modifier and Type Method Description BeanContextBeanContextFactory. getBeanContext()BeanContextBeanContextFactory. getBeanContext(Class<? extends BeanContext> beanContextClass)Methods in org.brijframework.bean.context.factories with parameters of type BeanContext Modifier and Type Method Description voidBeanContextFactory. loadContainer(String key, BeanContext value)protected voidBeanContextFactory. postregister(String key, BeanContext value)protected voidBeanContextFactory. preregister(String key, BeanContext value)Method parameters in org.brijframework.bean.context.factories with type arguments of type BeanContext Modifier and Type Method Description BeanContextBeanContextFactory. getBeanContext(Class<? extends BeanContext> beanContextClass) -
Uses of BeanContext in org.brijframework.bean.context.impl
Classes in org.brijframework.bean.context.impl that implement BeanContext Modifier and Type Class Description classBeanContextImpl
-