public class StaticResourceCorsConfig extends Object implements IStaticResourceCorsConfig
| Constructor and Description |
|---|
StaticResourceCorsConfig(Set<String> allowedOrigins,
Set<String> extraHeadersAllowedToBeRead,
boolean allowCookies) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllowedOrigins() |
Set<String> |
getExtraHeadersAllowedToBeRead() |
boolean |
isAllowCookies() |
public Set<String> getAllowedOrigins()
getAllowedOrigins in interface IStaticResourceCorsConfigpublic Set<String> getExtraHeadersAllowedToBeRead()
getExtraHeadersAllowedToBeRead in interface IStaticResourceCorsConfigpublic boolean isAllowCookies()
isAllowCookies in interface IStaticResourceCorsConfigCopyright © 2016. All rights reserved.