protected File |
WysiwygManager.createFile(String filePath,
String fileName,
String fileContent) |
Creation or update of a file
|
static void |
WysiwygController.deleteWysiwygAttachmentsOnly(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
|
void |
WysiwygManager.deleteWysiwygAttachmentsOnly(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 String[][] |
WysiwygController.getWebsiteImages(String path,
String componentId) |
Get images of the website.
|
String[][] |
WysiwygManager.getWebsiteImages(String path,
String componentId) |
Get images of the website.
|
static String[][] |
WysiwygController.getWebsitePages(String path,
String componentId) |
Method declaration Get html pages of the website
|
String[][] |
WysiwygManager.getWebsitePages(String path,
String componentId) |
Method declaration Get html pages of the website
|
static String |
WysiwygController.loadFileWebsite(String path,
String fileName) |
Method declaration return the contents of the file.
|
String |
WysiwygManager.loadFileWebsite(String path,
String fileName) |
Method declaration return the contents of the file.
|
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 : "...."
|
void |
WysiwygManager.updateWebsite(String filePath,
String fileName,
String fileContent) |
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 : "...."
|