Interface StaticResourceCorsConfigFactory


public interface StaticResourceCorsConfigFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spincast.core.routing.StaticResourceCorsConfig
    create(Set<String> allowedOrigins, Set<String> extraHeadersAllowedToBeRead, Set<String> extraHeadersAllowedToBeSent, boolean allowCookies, int maxAgeInSeconds)
     
  • Method Details

    • create

      org.spincast.core.routing.StaticResourceCorsConfig create(Set<String> allowedOrigins, Set<String> extraHeadersAllowedToBeRead, Set<String> extraHeadersAllowedToBeSent, boolean allowCookies, int maxAgeInSeconds)