Uses of Enum Class
org.spincast.core.routing.StaticResourceType
Packages that use StaticResourceType
-
Uses of StaticResourceType in org.spincast.core.routing
Methods in org.spincast.core.routing that return StaticResourceTypeModifier and TypeMethodDescriptionStaticResource.getStaticResourceType()The type of static resource.static StaticResourceTypeReturns the enum constant of this class with the specified name.static StaticResourceType[]StaticResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spincast.core.routing with parameters of type StaticResourceTypeModifier 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 StaticResourceType in org.spincast.core.server
Methods in org.spincast.core.server with parameters of type StaticResourceTypeModifier and TypeMethodDescriptionvoidServer.removeStaticResourcesServed(StaticResourceType staticResourceType, String urlPath) Removes a static resource served directly by the server.