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

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

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

Fields in org.esupportail.portal.channels.CWebdav declared as DavAccess
private  DavAccess CWebdav.access
          The attribute used to access the webdav
 

Uses of DavAccess in org.esupportail.portal.channels.CWebdav.config
 

Methods in org.esupportail.portal.channels.CWebdav.config with parameters of type DavAccess
 boolean Space.canRead(DavAccess access)
          Check if we are authorized to read this space
 

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

Subclasses of DavAccess in org.esupportail.portal.channels.CWebdav.provider
 class DavAccessImpl
          Id: DavAccessImpl.java,v 1.0 14 avr. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: DavAccessImpl
Original Author: Yohan Colmant
Implements the DavAccess methods
 

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

Methods in org.esupportail.portal.channels.CWebdav.renderXml with parameters of type DavAccess
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
 

Uses of DavAccess in tests
 

Fields in tests declared as DavAccess
private  DavAccess TestCreate.dav
           
private  DavAccess LsTest.dav
           
private  DavAccess DavControlTest.dav