Class CustomScopeAnnotationConfigurer
java.lang.Object
org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
,org.springframework.core.Ordered
public class CustomScopeAnnotationConfigurer
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.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
(AnnotationToScopeMapping annotationToScopeMapping) protected String
deduceScopeName
(org.springframework.core.type.AnnotationMetadata classMetadata) protected String
deduceScopeName
(org.springframework.core.type.MethodMetadata factoryMethodMetadata) int
getOrder()
void
postProcessBeanFactory
(org.springframework.beans.factory.config.ConfigurableListableBeanFactory clbf) void
setAnnotationToScopeMappings
(List<AnnotationToScopeMapping> annotationToScopeMappings) void
setOrder
(int order)
-
Constructor Details
-
CustomScopeAnnotationConfigurer
public CustomScopeAnnotationConfigurer()
-
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory clbf) throws org.springframework.beans.BeansException - Specified by:
postProcessBeanFactory
in interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
org.springframework.beans.BeansException
-
deduceScopeName
protected String deduceScopeName(org.springframework.core.type.MethodMetadata factoryMethodMetadata) -
deduceScopeName
-
addMapping
-
addMapping
-
getAnnotationToScopeMappings
-
setAnnotationToScopeMappings
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order)
-