Uses of Class
org.esupportail.portal.channels.CWebdav.exception.PropertiesException

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

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

Methods in org.esupportail.portal.channels.CWebdav.config that throw PropertiesException
 java.util.ArrayList Config.getSpaces()
          return the spaces list
 java.lang.String Config.getUrl()
           
 java.lang.String Config.getClassAccess()
           
 java.lang.String Config.getTrustedPassword()
           
 java.lang.String Config.getUsernameAttribute()
           
 java.util.Vector Config.getInvisibleRegexp()
           
 java.lang.String Config.getCopy()
           
 java.lang.String Config.getDelete()
           
 java.lang.String Config.getMove()
           
 java.lang.String Config.getRename()
           
 

Constructors in org.esupportail.portal.channels.CWebdav.config that throw PropertiesException
Config()
          Constructor
 

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

Methods in org.esupportail.portal.channels.CWebdav.renderXml that throw PropertiesException
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 PropertiesException in tests
 

Methods in tests that throw PropertiesException
 void TestConfig.testGetUrl()
           
 void TestConfig.testTrustedPassword()
           
 void TestConfig.testUsernameAttribute()
           
 void TestConfig.testClassAccess()
           
 void TestConfig.testConfirmDel()
           
 void TestConfig.testAllowDelNonEmptyFolder()