Package org.spincast.plugins.undertow
Interface CacheBusterRemovalHandler
- All Superinterfaces:
io.undertow.server.HttpHandler
- All Known Implementing Classes:
CacheBusterRemovalHandlerDefault
public interface CacheBusterRemovalHandler
extends io.undertow.server.HttpHandler
Handler to remove cache busters from the request path.
-
Method Summary
Modifier and TypeMethodDescriptiongetOrigninalRequestUrlWithPotentialCacheBusters
(io.undertow.server.HttpServerExchange exchange) Get the original URL of the request potentially containing cache busters.Methods inherited from interface io.undertow.server.HttpHandler
handleRequest
-
Method Details
-
getOrigninalRequestUrlWithPotentialCacheBusters
String getOrigninalRequestUrlWithPotentialCacheBusters(io.undertow.server.HttpServerExchange exchange) Get the original URL of the request potentially containing cache busters. The URL is not decoded.
-