Uses of Class
com.kingsrook.qqq.middleware.javalin.routeproviders.StaticAssetDetector
Packages that use StaticAssetDetector
-
Uses of StaticAssetDetector in com.kingsrook.qqq.middleware.javalin.routeproviders
Methods in com.kingsrook.qqq.middleware.javalin.routeproviders that return StaticAssetDetectorModifier and TypeMethodDescriptionStaticAssetDetector.withCustomDetector(Predicate<String> detector) Fluent setter: Add custom detection logic Custom detectors are evaluated FIRST, before extension and path matching.StaticAssetDetector.withCustomExtensions(String... customExtensions) Fluent setter: Add custom file extensions to detect as static assetsStaticAssetDetector.withCustomPathPatterns(String... patterns) Fluent setter: Add custom path patterns to detect as static assetsFluent setter: Set a name for this detector (used in logging)