Interface IProcessingContext

All Known Subinterfaces:
IBusinessLogicProcessingContext, IDatabaseProcessingContext, IHttpProcessingContext, IRequestProcessingContext, ISessionProcessingContext, ISharedStateProcessingContext, de.uplanet.lucy.server.ISimpleProcessingContext, IWebProcessingContext, IWebServiceProviderProcessingContext
All Known Implementing Classes:
FreeTimerProcessingContext, RestrictedBusinessLogicProcessingContext, de.uplanet.lucy.server.SimpleProcessingContext

@Scriptable public interface IProcessingContext
A marker interface for processing contexts.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.context.ApplicationContext
    Get the Spring application context.
    de.uplanet.lucy.server.contextvalueprovider.IContextValueProvider
    Get the context value provider.
  • Method Details

    • getApplicationContext

      org.springframework.context.ApplicationContext getApplicationContext()
      Get the Spring application context.
      Returns:
      The Spring application context.
      Since:
      Intrexx 9.0
    • getContextValueProvider

      de.uplanet.lucy.server.contextvalueprovider.IContextValueProvider getContextValueProvider()
      Get the context value provider.
      Returns:
      The context value provider.