Uses of Interface
org.brijframework.bean.resource.BeanResource
-
-
Uses of BeanResource in org.brijframework.bean.context
Methods in org.brijframework.bean.context that return BeanResource Modifier and Type Method Description BeanResourceBeanContext. getBeanResource(String name)Methods in org.brijframework.bean.context that return types with arguments of type BeanResource Modifier and Type Method Description List<? extends BeanResource>BeanContext. getBeanResourceList()List<? extends BeanResource>BeanContext. getBeanResourceList(String model)List<? extends BeanResource>BeanContext. getBeanResourceList(org.brijframework.support.enums.Scope scope) -
Uses of BeanResource in org.brijframework.bean.context.asm
Methods in org.brijframework.bean.context.asm that return BeanResource Modifier and Type Method Description BeanResourceAbstractBeanContext. getBeanResource(String name)Methods in org.brijframework.bean.context.asm that return types with arguments of type BeanResource Modifier and Type Method Description List<? extends BeanResource>AbstractBeanContext. getBeanResourceList()List<? extends BeanResource>AbstractBeanContext. getBeanResourceList(String model)List<BeanResource>AbstractBeanContext. getBeanResourceList(org.brijframework.support.enums.Scope scope) -
Uses of BeanResource in org.brijframework.bean.factories.definition.asm
Methods in org.brijframework.bean.factories.definition.asm with parameters of type BeanResource Modifier and Type Method Description voidAbstractBeanDefinitionFactory. register(Class<?> target, BeanResource beanResource)voidAbstractBeanDefinitionFactory. register(String id, BeanResource beanResource) -
Uses of BeanResource in org.brijframework.bean.factories.resource
Classes in org.brijframework.bean.factories.resource with type parameters of type BeanResource Modifier and Type Interface Description interfaceBeanResourceFactory<K,T extends BeanResource> -
Uses of BeanResource in org.brijframework.bean.factories.resource.asm
Methods in org.brijframework.bean.factories.resource.asm that return BeanResource Modifier and Type Method Description BeanResourceAbstractBeanResourceFactory. find(Class<? extends Object> beanClass)Methods in org.brijframework.bean.factories.resource.asm that return types with arguments of type BeanResource Modifier and Type Method Description List<BeanResource>AbstractBeanResourceFactory. findAllByModel(String model)Methods in org.brijframework.bean.factories.resource.asm with parameters of type BeanResource Modifier and Type Method Description booleanAbstractBeanResourceFactory. contains(BeanResource dataSetup)voidAbstractBeanResourceFactory. loadContainer(String key, BeanResource value)protected voidAbstractBeanResourceFactory. postregister(String key, BeanResource value)protected voidAbstractBeanResourceFactory. preregister(String key, BeanResource value) -
Uses of BeanResource in org.brijframework.bean.group.resource
Methods in org.brijframework.bean.group.resource that return types with arguments of type BeanResource Modifier and Type Method Description ConcurrentHashMap<String,BeanResource>BeanResourceGroup. getCache() -
Uses of BeanResource in org.brijframework.bean.resource.impl
Classes in org.brijframework.bean.resource.impl that implement BeanResource Modifier and Type Class Description classBeanResourceImpl
-