Interface HeaderValueSupplier

All Known Implementing Classes:
AccessControlAllowOriginHeaderSupplier

public interface HeaderValueSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    getHeaderValue(jakarta.servlet.http.HttpServletRequest request)
     
  • Method Details

    • getHeaderValue

      @Nullable @Nullable String getHeaderValue(jakarta.servlet.http.HttpServletRequest request)