Uses of Class
org.esupportail.portal.channels.CWebdav.config.Config

Packages that use Config
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.renderXml   
tests   
 

Uses of Config in org.esupportail.portal.channels.CWebdav
 

Fields in org.esupportail.portal.channels.CWebdav declared as Config
private  Config CWebdav.config
          The config object
 

Uses of Config in org.esupportail.portal.channels.CWebdav.renderXml
 

Methods in org.esupportail.portal.channels.CWebdav.renderXml with parameters of type Config
static java.lang.StringBuffer RenderXmlShowCurrentDir.getXml(DavAccess access, java.util.ArrayList spaces, Space currentSpace, WebdavException error, java.lang.String information, Config config)
          Return the XML representing the curent dir
static java.lang.StringBuffer RenderXmlShowCurrentDir.getXml(DavAccess access, java.util.ArrayList spaces, Space currentSpace, java.lang.String targetDirectory, WebdavException error, java.lang.String information, Config config)
          Return the XML representing the curent dir
private static java.lang.StringBuffer RenderXmlShowCurrentDir.getXmlAction(Config config)
          Get the XML for the action bar
private static java.lang.StringBuffer RenderXmlShowCurrentDir.getXmlContent(ChannelWebdavResource[] ressources, Config config)
          Get the XML for the content
 

Uses of Config in tests
 

Fields in tests declared as Config
private  Config TestConfig.config