Schnittstelle IRequestProcessingContext

Alle Superschnittstellen:
IProcessingContext
Alle bekannten Unterschnittstellen:
IBusinessLogicProcessingContext, IHttpProcessingContext, IWebProcessingContext
Alle bekannten Implementierungsklassen:
RestrictedBusinessLogicProcessingContext

@Scriptable public interface IRequestProcessingContext extends IProcessingContext
A processing context that contains a request.
  • Methodendetails

    • getRequest

      IServerBridgeRequest getRequest()
      Get the Web request.
      Gibt zurück:
      The Web request object.