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) throws WebdavException
Remove any vestige of the host, port or context- Parameters:
val-- Returns:
- String
- Throws:
WebdavException
-
-