|
CWebdav 0.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CWebdav.provider.DavControl
Constructor Summary | |
DavControl()
|
Method Summary | |
static java.lang.String |
getCurentPath(java.util.Vector curentDir)
Create the curentPath with the curentDir variable |
static boolean |
isAllowDelNonEmptyFolder()
Check if the user can delete a non-empty directory |
static boolean |
isConfirmDel()
Check if the user ask the confirm dialog window before deleting |
static boolean |
isWellFormed(java.lang.String name)
Check if the resource name is well formed accept all string that begining by _ a-z A-Z 0-9 àäâãéêèëîïìôöòõûüùçñÀÄÂÃÉÈËÊÌÏÎÒÖÔÕÙÜÛÇÑ deny string that begining by . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DavControl()
Method Detail |
public static boolean isWellFormed(java.lang.String name)
name
- name of the file/directory to verify
public static boolean isConfirmDel() throws PropertiesException
PropertiesException
public static boolean isAllowDelNonEmptyFolder() throws PropertiesException
PropertiesException
public static java.lang.String getCurentPath(java.util.Vector curentDir)
curentDir
- the value of the curentDir
|
CWebdav 0.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |