Package de.uplanet.lucy.server
Schnittstelle IProcessingContext
- Alle bekannten Unterschnittstellen:
IBusinessLogicProcessingContext,IDatabaseProcessingContext,IHttpProcessingContext,IRequestProcessingContext,ISessionProcessingContext,ISharedStateProcessingContext,de.uplanet.lucy.server.ISimpleProcessingContext,IWebProcessingContext,IWebServiceProviderProcessingContext
- Alle bekannten Implementierungsklassen:
de.uplanet.lucy.server.AbstractSessionProcessingContext,FreeTimerProcessingContext,RestrictedBusinessLogicProcessingContext,de.uplanet.lucy.server.SimpleProcessingContext
@Scriptable
public interface IProcessingContext
A marker interface for processing contexts.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.context.ApplicationContextGet the Spring application context.de.uplanet.lucy.server.contextvalueprovider.IContextValueProviderGet the context value provider.
-
Methodendetails
-
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext()Get the Spring application context.- Gibt zurück:
- The Spring application context.
- Seit:
- Intrexx 9.0
-
getContextValueProvider
de.uplanet.lucy.server.contextvalueprovider.IContextValueProvider getContextValueProvider()Get the context value provider.- Gibt zurück:
- The context value provider.
-