com.ecyrd.jspwiki.dav
Class DavUtil
java.lang.Object
com.ecyrd.jspwiki.dav.DavUtil
public class DavUtil
- extends Object
- Since:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DavUtil
public DavUtil()
getCollectionInHTML
public static String getCollectionInHTML(WikiContext context,
Collection coll)
sendHTMLResponse
public static void sendHTMLResponse(HttpServletResponse res,
String txt)
throws IOException
- Throws:
IOException
combineURL
public static String combineURL(String part1,
String part2)