Interface RequestScopeProvider<T>


public interface RequestScopeProvider<T>
Provides request scoped beans.
  • Method Summary

    Modifier and Type Method Description
    <T> T provide​(RequestScope scope)
    Create and return the request scope bean instance.
  • Method Details

    • provide

      <T> T provide​(RequestScope scope)
      Create and return the request scope bean instance.
      Parameters:
      scope - The request scope when creating the bean
      Returns:
      The request scoped bean instance