Uses of Class
org.brijframework.bean.scope.BeanScope
-
-
Uses of BeanScope in org.brijframework.bean.factories.asm
Classes in org.brijframework.bean.factories.asm with type parameters of type BeanScope Modifier and Type Class Description classAbstractBeanScopeFactory<K,T extends BeanScope>Methods in org.brijframework.bean.factories.asm that return BeanScope Modifier and Type Method Description BeanScopeAbstractBeanScopeFactory. register(K key, BeanDefinition definition) -
Uses of BeanScope in org.brijframework.bean.factories.impl
Methods in org.brijframework.bean.factories.impl that return BeanScope Modifier and Type Method Description protected BeanScopeAnnotationBeanScopeFactory. createBeanScope(BeanDefinition definition)protected BeanScopeBeanScopeFactoryImpl. createBeanScope(BeanDefinition definition)protected BeanScopeJsonBeanScopeFactory. createBeanScope(BeanDefinition definition)Methods in org.brijframework.bean.factories.impl that return types with arguments of type BeanScope Modifier and Type Method Description org.brijframework.factories.Factory<String,BeanScope>AnnotationBeanScopeFactory. loadFactory()org.brijframework.factories.Factory<String,BeanScope>JsonBeanScopeFactory. loadFactory() -
Uses of BeanScope in org.brijframework.bean.group.scope
Methods in org.brijframework.bean.group.scope that return types with arguments of type BeanScope Modifier and Type Method Description ConcurrentHashMap<String,BeanScope>BeanScopeGroup. getCache() -
Uses of BeanScope in org.brijframework.bean.scope
Methods in org.brijframework.bean.scope that return types with arguments of type BeanScope Modifier and Type Method Description Map<String,BeanScope>BeanScope. getProperties()Method parameters in org.brijframework.bean.scope with type arguments of type BeanScope Modifier and Type Method Description voidBeanScope. setProperties(Map<String,BeanScope> properties) -
Uses of BeanScope in org.brijframework.bean.scope.monitor
Subclasses of BeanScope in org.brijframework.bean.scope.monitor Modifier and Type Class Description classGlobelScopeclassPrototypeScopeclassRequestScopeclassSessionScope -
Uses of BeanScope in org.brijframework.bean.util
Method parameters in org.brijframework.bean.util with type arguments of type BeanScope Modifier and Type Method Description static Map<String,?>BeanScopeUtil. setPropertiesPath(BeanScopeFactory<String,BeanScope> beanScopeFactory, Object instance, Map<String,Object> _properties, boolean isDefault, boolean isLogger)static <T> TBeanScopeUtil. setPropertyPath(BeanScopeFactory<String,BeanScope> beanScopeFactory, Object instance, String _keyPath, Object _val, boolean isDefault, boolean isLogger)
-