Klasse IntrexxApplicationContext
java.lang.Object
de.uplanet.lucy.server.spring.configuration.IntrexxApplicationContext
An accessor class for the Spring application context.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic org.springframework.context.ApplicationContextGet the Spring application context.
-
Methodendetails
-
getInstance
public static org.springframework.context.ApplicationContext getInstance()Get the Spring application context.- Gibt zurück:
- The Spring application context.
- Löst aus:
IllegalStateException- If no application context is available.
-