CWebdav 0.1
API Documentation

org.esupportail.portal.channels.CWebdav.renderXml
Class RenderXmlShowCurrentDir

java.lang.Object
  extended byorg.esupportail.portal.channels.CWebdav.renderXml.RenderXmlShowCurrentDir

public class RenderXmlShowCurrentDir
extends java.lang.Object

Id: RenderXmlShowCurrentDir.java,v1.0 15 avr. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: RenderXmlShowCurrentDir Original Author: Yohan Colmant Get the XML to show the curent dir


Constructor Summary
RenderXmlShowCurrentDir()
           
 
Method Summary
static java.lang.StringBuffer getXml(DavAccess access, java.util.Vector curentDir, WebdavException error, java.lang.String information)
          Return the XML representing the curent dir
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderXmlShowCurrentDir

public RenderXmlShowCurrentDir()
Method Detail

getXml

public static java.lang.StringBuffer getXml(DavAccess access,
                                            java.util.Vector curentDir,
                                            WebdavException error,
                                            java.lang.String information)
Return the XML representing the curent dir

Parameters:
access - the object used to access the webdav
curentDir - the content of the curent directory
error - the error message
information - this information message
Returns:
the xml

CWebdav 0.1
API Documentation