Uses of Enum Class
com.soklet.web.server.StaticFilesConfiguration.CacheStrategy
-
Uses of StaticFilesConfiguration.CacheStrategy in com.soklet.web.server
Modifier 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.ModifierConstructorDescriptionStaticFilesConfiguration
(String urlPattern, Path rootDirectory, StaticFilesConfiguration.CacheStrategy cacheStrategy)