Interface CORSComponents

All Superinterfaces:
ConfigurationComponents, HttpErrorHandlerComponents
All Known Subinterfaces:
HttpFiltersComponents

public interface CORSComponents extends ConfigurationComponents, HttpErrorHandlerComponents
Java Components for the CORS Filter.
  • Method Details

    • corsConfig

      default play.filters.cors.CORSConfig corsConfig()
    • corsPathPrefixes

      default List<String> corsPathPrefixes()
    • corsFilter

      default play.filters.cors.CORSFilter corsFilter()