public.javadoc.org.spincast.plugins.undertow.CacheBusterRemovalHandler.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
CacheBusterRemovalHandler (org.spincast:spincast-framework 1.2.0 API)
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
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
String
getOrigninalRequestUrlWithPotentialCacheBusters(io.undertow.server.HttpServerExchange exchange)
Get the original URL of the request potentially containing cache
busters.
-
-
Method Detail
-
getOrigninalRequestUrlWithPotentialCacheBusters
String getOrigninalRequestUrlWithPotentialCacheBusters(io.undertow.server.HttpServerExchange exchange)
Get the original URL of the request potentially containing cache
busters. The URL is not decoded.
Copyright © 2019. All rights reserved.