Class CustomScopeAnnotationConfigurer
java.lang.Object
org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
- All Implemented Interfaces:
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.
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMapping
(Class<? extends Annotation> annotation, String scopeName) void
addMapping
(String annotationName, String scopeName) void
addMapping
(AnnotationToScopeMapping annotationToScopeMapping) protected String
deduceScopeName
(AnnotationMetadata classMetadata) protected String
deduceScopeName
(MethodMetadata factoryMethodMetadata) int
getOrder()
void
void
setAnnotationToScopeMappings
(List<AnnotationToScopeMapping> annotationToScopeMappings) void
setOrder
(int order)
-
Constructor Details
-
CustomScopeAnnotationConfigurer
public CustomScopeAnnotationConfigurer()
-
-
Method Details
-
postProcessBeanFactory
- Specified by:
postProcessBeanFactory
in interfaceBeanFactoryPostProcessor
- Throws:
BeansException
-
deduceScopeName
-
deduceScopeName
-
addMapping
-
addMapping
- Throws:
ClassNotFoundException
-
addMapping
-
getAnnotationToScopeMappings
-
setAnnotationToScopeMappings
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order)
-