Class AnnotatedDomainValuesFactory
java.lang.Object
com.aquima.web.config.annotation.factory.AnnotatedFactoryBase
com.aquima.web.config.annotation.factory.AnnotatedDomainValuesFactory
- All Implemented Interfaces:
com.aquima.interactions.metamodel.IDomainValuesFactory
,Serializable
public final class AnnotatedDomainValuesFactory
extends AnnotatedFactoryBase
implements com.aquima.interactions.metamodel.IDomainValuesFactory
IDomainValuesFactory implementation that scans the Spring context for beans with an AquimaDomain or
AquimaDomainFactory annotation.
- Since:
- 11.0
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AnnotatedDomainValuesFactory
(org.springframework.context.ApplicationContext ctx, String projectName) Constructs a domain factory by scanning the Spring context for beans with an @AquimaDomain annotation. -
Method Summary
Modifier and TypeMethodDescriptioncom.aquima.interactions.metamodel.DomainValues
getDomainValues
(String domainName) Methods inherited from class com.aquima.web.config.annotation.factory.AnnotatedFactoryBase
getAnnotation
-
Constructor Details
-
AnnotatedDomainValuesFactory
protected AnnotatedDomainValuesFactory(org.springframework.context.ApplicationContext ctx, String projectName) Constructs a domain factory by scanning the Spring context for beans with an @AquimaDomain annotation.- Parameters:
ctx
- The Spring context, required.projectName
- The optional project name that is used when filtering the annotated beans.
-
-
Method Details