Uses of Interface
org.spincast.core.routing.StaticResourceCorsConfig
Packages that use StaticResourceCorsConfig
Package
Description
-
Uses of StaticResourceCorsConfig in org.spincast.core.routing
Methods in org.spincast.core.routing that return StaticResourceCorsConfigModifier and TypeMethodDescriptionStaticResource.getCorsConfig()
The cors configurations for the static resource.Methods in org.spincast.core.routing with parameters of type StaticResourceCorsConfigModifier 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
Classes in org.spincast.plugins.routing that implement StaticResourceCorsConfigMethods in org.spincast.plugins.routing that return StaticResourceCorsConfigModifier and TypeMethodDescriptionStaticResourceCorsConfigFactory.create
(Set<String> allowedOrigins, Set<String> extraHeadersAllowedToBeRead, Set<String> extraHeadersAllowedToBeSent, boolean allowCookies, int maxAgeInSeconds) StaticResourceBuilderDefault.getCorsConfig()
StaticResourceDefault.getCorsConfig()
Methods in org.spincast.plugins.routing that return types with arguments of type StaticResourceCorsConfigModifier and TypeMethodDescriptionprotected Class<? extends StaticResourceCorsConfig>
SpincastRoutingPluginModule.getStaticResourceCorsConfigImplClass()
Constructors in org.spincast.plugins.routing with parameters of type StaticResourceCorsConfigModifierConstructorDescriptionStaticResourceDefault
(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
Methods in org.spincast.plugins.undertow that return StaticResourceCorsConfigModifier and TypeMethodDescriptionprotected StaticResourceCorsConfig
CorsHandlerDefault.getCorsConfig()
Methods in org.spincast.plugins.undertow with parameters of type StaticResourceCorsConfigModifier 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.Constructors in org.spincast.plugins.undertow with parameters of type StaticResourceCorsConfigModifierConstructorDescriptionCorsHandlerDefault
(io.undertow.server.HttpHandler nextHandler, StaticResourceCorsConfig corsConfig, CorsFilter corsFilter)