public interface UrlPrefixer
| Modifier and Type | Method and Description |
|---|---|
String |
prefix(String val)
Return an appropriately prefixed url.
|
String prefix(String val) throws WebdavException
We're doing this because some clients don't handle absolute urls (a violation of the spec)
val - WebdavExceptionCopyright © 2018 Bedework. All rights reserved.