Interface RequestScopedInitializerProvider


public interface RequestScopedInitializerProvider
Author:
Jakub Podlesak
  • Method Summary

    Modifier and Type
    Method
    Description
    Give me a request scope initializer that could be utilized to set the actual Servlet request data in injection manager.
  • Method Details

    • get

      Give me a request scope initializer that could be utilized to set the actual Servlet request data in injection manager.
      Parameters:
      context - of the actual request.
      Returns:
      initializer to be invoked at the start of request processing.