Interface UrlUnprefixer
- All Known Implementing Classes:
UrlHandler
public interface UrlUnprefixer
Unprefix urls - or not depending on internal state
- Author:
- douglm
-
Method Summary
-
Method Details
-
unprefix
Remove any vestige of the host, port or context- Parameters:
val- to unprefix- Returns:
- String
- Throws:
RuntimeException- on fatal error
-