Uses of Enum Class
com.soklet.StaticFiles.Access
Packages that use StaticFiles.Access
-
Uses of StaticFiles.Access in com.soklet
Subclasses with type arguments of type StaticFiles.Access in com.sokletModifier and TypeClassDescriptionstatic enumAccess outcome for a resolved static file.Methods in com.soklet that return StaticFiles.AccessModifier and TypeMethodDescriptionStaticFiles.AccessResolver.accessFor(@NonNull Path path, @NonNull BasicFileAttributes attributes) Resolves static-file access for the file being served.static StaticFiles.AccessReturns the enum constant of this class with the specified name.static StaticFiles.Access[]StaticFiles.Access.values()Returns an array containing the constants of this enum class, in the order they are declared.