Uses of Class
org.esupportail.portal.channels.CWebdav.provider.ChannelWebdavResource

Packages that use ChannelWebdavResource
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.provider   
org.esupportail.portal.channels.CWebdav.renderXml   
tests   
 

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

Fields in org.esupportail.portal.channels.CWebdav declared as ChannelWebdavResource
private  ChannelWebdavResource CWebdav.downloadResource
          The resource to download
 

Uses of ChannelWebdavResource in org.esupportail.portal.channels.CWebdav.provider
 

Methods in org.esupportail.portal.channels.CWebdav.provider that return ChannelWebdavResource
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String fullPath)
          List all ressources for a given path
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
 ChannelWebdavResource DavAccessImpl.dowload(java.lang.String name, java.lang.String path)
          Return the resource associated to the file to download
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String fullPath)
          List all ressources for a given path
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
abstract  ChannelWebdavResource DavAccess.dowload(java.lang.String name, java.lang.String path)
          Return the resource associated to the file to download
 

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

Methods in org.esupportail.portal.channels.CWebdav.renderXml with parameters of type ChannelWebdavResource
private static java.lang.StringBuffer RenderXmlShowCurrentDir.getXmlContent(ChannelWebdavResource[] ressources, Config config)
          Get the XML for the content
 

Uses of ChannelWebdavResource in tests
 

Fields in tests declared as ChannelWebdavResource
private  ChannelWebdavResource[] LsTest.v