Class AnnotationBeanScopeFactory
- java.lang.Object
-
- org.brijframework.factories.impl.AbstractFactory<K,T>
-
- org.brijframework.bean.factories.asm.AbstractBeanScopeFactory<String,BeanScope>
-
- org.brijframework.bean.factories.impl.AnnotationBeanScopeFactory
-
- All Implemented Interfaces:
BeanScopeFactory<String,BeanScope>,org.brijframework.factories.Factory<String,BeanScope>,org.brijframework.factories.module.ModuleFactory<String,BeanScope>
@OrderOn(1) public final class AnnotationBeanScopeFactory extends AbstractBeanScopeFactory<String,BeanScope>
-
-
Constructor Summary
Constructors Constructor Description AnnotationBeanScopeFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BeanScopecreateBeanScope(BeanDefinition definition)static AnnotationBeanScopeFactorygetFactory()org.brijframework.factories.Factory<String,BeanScope>loadFactory()-
Methods inherited from class org.brijframework.bean.factories.asm.AbstractBeanScopeFactory
contains, find, findAll, getBeanDefinitionOfObject, getBeanObject, getBeanScope, getBeanScope, getBeanScopeForObject, getUniqueID, loadContainer, postregister, preregister, register
-
Methods inherited from class org.brijframework.factories.impl.AbstractFactory
clear, find, getCache, getContainer, getContainer, getEnvProperty, register, setContainer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.bean.factories.BeanScopeFactory
find
-
-
-
-
Method Detail
-
getFactory
@SingletonFactory public static AnnotationBeanScopeFactory getFactory()
-
createBeanScope
protected BeanScope createBeanScope(BeanDefinition definition)
- Specified by:
createBeanScopein classAbstractBeanScopeFactory<String,BeanScope>
-
-