Uses of Interface
org.spincast.core.routing.StaticResourceCorsConfig
Package
Description
-
Uses of StaticResourceCorsConfig in org.spincast.core.routing
Modifier and TypeMethodDescriptionStaticResource.getCorsConfig()
The cors configurations for the static resource.Modifier and TypeMethodDescriptionStaticResourceFactory.create
(boolean isSpicastOrPluginAddedResource, StaticResourceType staticResourceType, String url, String path, Handler<R> generator, StaticResourceCorsConfig corsConfig, StaticResourceCacheConfig cacheConfig, boolean ignoreQueryString, boolean hotlinkingProtected, HotlinkingManager hotlinkingManager) -
Uses of StaticResourceCorsConfig in org.spincast.plugins.routing
Modifier and TypeMethodDescriptionStaticResourceCorsConfigFactory.create
(Set<String> allowedOrigins, Set<String> extraHeadersAllowedToBeRead, Set<String> extraHeadersAllowedToBeSent, boolean allowCookies, int maxAgeInSeconds) StaticResourceBuilderDefault.getCorsConfig()
StaticResourceDefault.getCorsConfig()
Modifier and TypeMethodDescriptionprotected Class<? extends StaticResourceCorsConfig>
SpincastRoutingPluginModule.getStaticResourceCorsConfigImplClass()
ModifierConstructorDescriptionStaticResourceDefault
(boolean isSpicastOrPluginAddedResource, StaticResourceType staticResourceType, String urlPath, String resourcePath, Handler<R> generator, StaticResourceCorsConfig corsConfig, StaticResourceCacheConfig cacheConfig, boolean ignoreQueryString, boolean hotlinkingProtected, HotlinkingManager hotlinkingManager, SpincastUtils spincastUtils, HotlinkingManagerDefault hotlinkingManagerDefault) -
Uses of StaticResourceCorsConfig in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionprotected StaticResourceCorsConfig
CorsHandlerDefault.getCorsConfig()
Modifier and TypeMethodDescriptionCorsHandlerFactory.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.ModifierConstructorDescriptionCorsHandlerDefault
(io.undertow.server.HttpHandler nextHandler, StaticResourceCorsConfig corsConfig, CorsFilter corsFilter)