|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WysiwygException | |
---|---|
org.silverpeas.wysiwyg.control |
Uses of WysiwygException in org.silverpeas.wysiwyg.control |
---|
Methods in org.silverpeas.wysiwyg.control that throw WysiwygException | |
---|---|
protected File |
WysiwygManager.createFile(String cheminFichier,
String nomFichier,
String contenuFichier)
Creation or update of a file |
void |
WysiwygManager.deleteWysiwygAttachmentsOnly(String spaceId,
String componentId,
String objectId)
La méthode deleteWysiwygAttachments efface tous les attachments de la publication donc pour éviter une éventuelle régression, je crée une nouvelle méthode |
static void |
WysiwygController.deleteWysiwygAttachmentsOnly(String spaceId,
String componentId,
String objectId)
La méthode deleteWysiwygAttachments efface tous les attachments de la publication donc pour éviter une éventuelle régression, je crée une nouvelle méthode |
String[][] |
WysiwygManager.getWebsiteImages(String path,
String componentId)
Get images of the website. |
static String[][] |
WysiwygController.getWebsiteImages(String path,
String componentId)
Get images of the website. |
String[][] |
WysiwygManager.getWebsitePages(String path,
String componentId)
Method declaration Get html pages of the website |
static String[][] |
WysiwygController.getWebsitePages(String path,
String componentId)
Method declaration Get html pages of the website |
String |
WysiwygManager.loadFileWebsite(String path,
String fileName)
Method declaration return the contents of the file. |
static String |
WysiwygController.loadFileWebsite(String path,
String fileName)
Method declaration return the contents of the file. |
void |
WysiwygManager.updateWebsite(String cheminFichier,
String nomFichier,
String contenuFichier)
updateWebsite : creation or update of a file of a website Param = cheminFichier = c:\\j2sdk\\public_html\\WAUploads\\webSite10\\nomSite\\rep1\\rep2 nomFichier = index.html contenuFichier = code du fichier : " |
static void |
WysiwygController.updateWebsite(String cheminFichier,
String nomFichier,
String contenuFichier)
updateWebsite : creation or update of a file of a website Param = cheminFichier = c:\\j2sdk\\public_html\\WAUploads\\webSite10\\nomSite\\rep1\\rep2 nomFichier = index.html contenuFichier = code du fichier : " |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |