Klasse CustomScopeAnnotationConfigurer
java.lang.Object
org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
- Alle implementierten Schnittstellen:
BeanFactoryPostProcessor,Ordered
public class CustomScopeAnnotationConfigurer
extends Object
implements BeanFactoryPostProcessor, Ordered
Add custom JSF CDI scope implementations. Picks up JSF and CDI annotations both on
types and method bean declarations.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddMapping(Class<? extends Annotation> annotation, String scopeName) voidaddMapping(String annotationName, String scopeName) voidaddMapping(AnnotationToScopeMapping annotationToScopeMapping) protected StringdeduceScopeName(AnnotationMetadata classMetadata) protected StringdeduceScopeName(MethodMetadata factoryMethodMetadata) intgetOrder()voidvoidsetAnnotationToScopeMappings(List<AnnotationToScopeMapping> annotationToScopeMappings) voidsetOrder(int order)
-
Konstruktordetails
-
CustomScopeAnnotationConfigurer
public CustomScopeAnnotationConfigurer()
-
-
Methodendetails
-
postProcessBeanFactory
- Angegeben von:
postProcessBeanFactoryin SchnittstelleBeanFactoryPostProcessor- Löst aus:
BeansException
-
deduceScopeName
-
deduceScopeName
-
addMapping
-
addMapping
- Löst aus:
ClassNotFoundException
-
addMapping
-
getAnnotationToScopeMappings
-
setAnnotationToScopeMappings
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order)
-