| Package | Description |
|---|---|
| org.spincast.core.routing | |
| org.spincast.plugins.routing | |
| org.spincast.plugins.undertow |
| Modifier and Type | Method and Description |
|---|---|
StaticResourceCorsConfig |
StaticResource.getCorsConfig()
The cors configurations for the static resource.
|
| Modifier and Type | Method and Description |
|---|---|
StaticResource<R> |
StaticResourceFactory.create(boolean isSpicastOrPluginAddedResource,
StaticResourceType staticResourceType,
String url,
String path,
Handler<R> generator,
StaticResourceCorsConfig corsConfig,
StaticResourceCacheConfig cacheConfig,
boolean ignoreQueryString) |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticResourceCorsConfigDefault |
| Modifier and Type | Method and Description |
|---|---|
StaticResourceCorsConfig |
StaticResourceCorsConfigFactory.create(Set<String> allowedOrigins,
Set<String> extraHeadersAllowedToBeRead,
Set<String> extraHeadersAllowedToBeSent,
boolean allowCookies,
int maxAgeInSeconds) |
StaticResourceCorsConfig |
StaticResourceDefault.getCorsConfig() |
StaticResourceCorsConfig |
StaticResourceBuilderDefault.getCorsConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends StaticResourceCorsConfig> |
SpincastRoutingPluginModule.getStaticResourceCorsConfigImplClass() |
| Constructor and Description |
|---|
StaticResourceDefault(boolean isSpicastOrPluginAddedResource,
StaticResourceType staticResourceType,
String urlPath,
String resourcePath,
Handler<R> generator,
StaticResourceCorsConfig corsConfig,
StaticResourceCacheConfig cacheConfig,
boolean ignoreQueryString) |
| Modifier and Type | Method and Description |
|---|---|
protected StaticResourceCorsConfig |
CorsHandlerDefault.getCorsConfig() |
| Modifier and Type | Method and Description |
|---|---|
CorsHandler |
CorsHandlerFactory.create(io.undertow.server.HttpHandler nextHandler,
StaticResourceCorsConfig corsConfig) |
protected CorsFilterClient |
CorsHandlerDefault.createCorsFilterClient(io.undertow.server.HttpServerExchange exchange,
StaticResourceCorsConfig corsConfig)
Create the client for the cors filter.
|
| Constructor and Description |
|---|
CorsHandlerDefault(io.undertow.server.HttpHandler nextHandler,
StaticResourceCorsConfig corsConfig,
CorsFilter corsFilter) |
Copyright © 2018. All rights reserved.