Uses of Enum Class
com.soklet.web.server.StaticFilesConfiguration.CacheStrategy
Packages that use StaticFilesConfiguration.CacheStrategy
-
Uses of StaticFilesConfiguration.CacheStrategy in com.soklet.web.server
Methods in com.soklet.web.server that return StaticFilesConfiguration.CacheStrategyModifier and TypeMethodDescriptionStaticFilesConfiguration.cacheStrategy()
Returns the enum constant of this class with the specified name.StaticFilesConfiguration.CacheStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.soklet.web.server with parameters of type StaticFilesConfiguration.CacheStrategyModifierConstructorDescriptionStaticFilesConfiguration
(String urlPattern, Path rootDirectory, StaticFilesConfiguration.CacheStrategy cacheStrategy)