Package de.uplanet.lucy.server
Interface IProcessingContext
- All Known Subinterfaces:
- IBusinessLogicProcessingContext,- IDatabaseProcessingContext,- IHttpProcessingContext,- IRequestProcessingContext,- ISessionProcessingContext,- ISharedStateProcessingContext,- de.uplanet.lucy.server.ISimpleProcessingContext,- IWebProcessingContext,- IWebServiceProviderProcessingContext
- All Known Implementing Classes:
- RestrictedBusinessLogicProcessingContext
@Scriptable
public interface IProcessingContext
A marker interface for processing contexts.
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextGet the Spring application context.de.uplanet.lucy.server.contextvalueprovider.IContextValueProviderGet the context value provider.
- 
Method Details- 
getApplicationContextorg.springframework.context.ApplicationContext getApplicationContext()Get the Spring application context.- Returns:
- The Spring application context.
- Since:
- Intrexx 9.0
 
- 
getContextValueProviderde.uplanet.lucy.server.contextvalueprovider.IContextValueProvider getContextValueProvider()Get the context value provider.- Returns:
- The context value provider.
 
 
-