Interface UrlUnprefixer
-
- All Known Implementing Classes:
UrlHandler
public interface UrlUnprefixerUnprefix urls - or not depending on internal state- Author:
- douglm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringunprefix(String val)Remove any vestige of the host, port or context
-
-
-
Method Detail
-
unprefix
String unprefix(String val)
Remove any vestige of the host, port or context- Parameters:
val- to unprefix- Returns:
- String
- Throws:
RuntimeException- on fatal error
-
-