Package cz.fidentis.analyst.data.face
Class Aca
java.lang.Object
cz.fidentis.analyst.data.face.Aca
A singleton class that provides access to the Spring application context.
This class is used to retrieve beans from the application context.
-
Constructor Summary
ConstructorsConstructorDescriptionAca
(org.springframework.context.ApplicationContext context) Constructor that initializes the Aca instance with the provided application context. -
Method Summary
Modifier and TypeMethodDescription<T> T
Retrieves a bean of the specified class from the application context.static Aca
-
Constructor Details
-
Aca
public Aca(org.springframework.context.ApplicationContext context) Constructor that initializes the Aca instance with the provided application context.- Parameters:
context
- The Spring application context.
-
-
Method Details
-
getInstance
-
getBean
Retrieves a bean of the specified class from the application context.- Type Parameters:
T
- The type of the bean.- Parameters:
clazz
- The class of the bean to retrieve.- Returns:
- An instance of the specified bean type.
-