org.silverpeas.wysiwyg.control
Class WysiwygController

java.lang.Object
  extended by org.silverpeas.wysiwyg.control.WysiwygController

public class WysiwygController
extends Object

Central service to manage Wysiwyg.


Field Summary
static String WYSIWYG_CONTEXT
           
static String WYSIWYG_IMAGES
           
static String WYSIWYG_WEBSITES
           
 
Constructor Summary
protected WysiwygController()
           
 
Method Summary
static void addToIndex(FullIndexEntry indexEntry, ForeignPK pk, String language)
          Add all elements attached to object identified by the given index into the given index
static Map<String,String> copy(String oldComponentId, String oldObjectId, String componentId, String objectId, String userId)
          Method declaration
static void createFileAndAttachment(String textHtml, WAPrimaryKey foreignKey, String userId, String contentLanguage)
          Method declaration creation of the file and its attachment.
static void createFileAndAttachment(String textHtml, WAPrimaryKey foreignKey, String context, String userId, String contentLanguage)
          Creation of the file and its attachment.
static String createPath(String componentId, String context)
          To create path.
static void createUnindexedFileAndAttachment(String textHtml, WAPrimaryKey foreignKey, String userId, String contentLanguage)
          Method declaration creation of the file and its attachment.
static void deleteFile(String componentId, String objectId, String language)
           
static void deleteFileAndAttachment(String componentId, String id)
           
static void deleteWysiwygAttachments(String componentId, String objectId)
          Method declaration remove the file attached.
static void 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 List<String> getEmbeddedAttachmentIds(String content)
          Get all Silverpeas Files linked by wysiwyg content
static List<ComponentInstLight> getGalleries()
           
static List<SimpleDocument> getImages(String id, String componentId)
          Turn over all the images attached according to the parameters id, componentId.
static String getImagesFileName(String objectId)
          Method declaration built the name of the images to be attached.
static WysiwygController getInstance()
           
protected  WysiwygManager getManager()
          Gets the manager.
static String getOldWysiwygFileName(String objectId)
          Build the name of the file to be attached.
static List<ComponentInstLight> getStorageFile()
          Gets the components dedicated to file storage
static String[][] getWebsiteImages(String path, String componentId)
          Get images of the website.
static String[][] getWebsitePages(String path, String componentId)
          Method declaration Get html pages of the website
static String getWebsiteRepository()
           
static String getWysiwygFileName(String objectId, String currentLanguage)
           
static String getWysiwygPath(String componentId, String objectId)
           
static String getWysiwygPath(String componentId, String objectId, String language)
           
static boolean haveGotWysiwyg(String componentId, String objectId, String language)
           
static boolean haveGotWysiwygToDisplay(String componentId, String objectId, String language)
           
static void indexEmbeddedLinkedFiles(FullIndexEntry indexEntry, List<String> embeddedAttachmentIds)
          Index given embedded linked files
static String load(String componentId, String objectId, String language)
          Loads wysiwyg content.
static String loadFileWebsite(String path, String fileName)
          Method declaration return the contents of the file.
static String loadForReadOnly(String componentId, String objectId, String language)
          Loads wysiwyg content that will only be read and never updated.
static void move(String fromComponentId, String fromObjectId, String componentId, String objectId)
           
static void save(String textHtml, String componentId, String objectId, String userId, String language, boolean indexIt)
           
static void updateFileAndAttachment(String textHtml, String componentId, String objectId, String userId, String language)
          Method declaration remove and recreates the file attached
static void updateFileAndAttachment(String textHtml, String componentId, String objectId, String userId, String language, boolean indexIt)
           
static void 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 : "...."</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/silverpeas/wysiwyg/control/WysiwygController.html#wysiwygPlaceHaveChanged(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">wysiwygPlaceHaveChanged</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> oldComponentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> oldObjectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> newComponentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> newObjectId)</CODE> <BR>            </TD> </TR> </TABLE>  <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> </TR> </TABLE>   <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="WYSIWYG_CONTEXT"><!-- --></A><H3> WYSIWYG_CONTEXT</H3> <PRE> public static final <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>WYSIWYG_CONTEXT</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="WYSIWYG_IMAGES"><!-- --></A><H3> WYSIWYG_IMAGES</H3> <PRE> public static final <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>WYSIWYG_IMAGES</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.silverpeas.wysiwyg.control.WysiwygController.WYSIWYG_IMAGES">Constant Field Values</A></DL> </DL> <HR> <A NAME="WYSIWYG_WEBSITES"><!-- --></A><H3> WYSIWYG_WEBSITES</H3> <PRE> public static final <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>WYSIWYG_WEBSITES</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.silverpeas.wysiwyg.control.WysiwygController.WYSIWYG_WEBSITES">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="WysiwygController()"><!-- --></A><H3> WysiwygController</H3> <PRE> protected <B>WysiwygController</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getManager()"><!-- --></A><H3> getManager</H3> <PRE> protected <A HREF="../../../../org/silverpeas/wysiwyg/control/WysiwygManager.html" title="class in org.silverpeas.wysiwyg.control">WysiwygManager</A> <B>getManager</B>()</PRE> <DL> <DD>Gets the manager. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getInstance()"><!-- --></A><H3> getInstance</H3> <PRE> public static <A HREF="../../../../org/silverpeas/wysiwyg/control/WysiwygController.html" title="class in org.silverpeas.wysiwyg.control">WysiwygController</A> <B>getInstance</B>()</PRE> <DL> <DD><DL> <DT><B>Returns:</B><DD>a WysiwygController instance.</DL> </DD> </DL> <HR> <A NAME="getImages(java.lang.String, java.lang.String)"><!-- --></A><H3> getImages</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../org/silverpeas/attachment/model/SimpleDocument.html" title="class in org.silverpeas.attachment.model">SimpleDocument</A>> <B>getImages</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> id, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId)</PRE> <DL> <DD>Turn over all the images attached according to the parameters id, componentId. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - the id of the object to which this wysiwyg is attached.<DD><CODE>componentId</CODE> - the id of component. <DT><B>Returns:</B><DD>List<SimpleDocument></DL> </DD> </DL> <HR> <A NAME="getWebsiteRepository()"><!-- --></A><H3> getWebsiteRepository</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getWebsiteRepository</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getWebsiteImages(java.lang.String, java.lang.String)"><!-- --></A><H3> getWebsiteImages</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[][] <B>getWebsiteImages</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId) throws <A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></PRE> <DL> <DD>Get images of the website. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>path</CODE> - type String: for example of the directory<DD><CODE>componentId</CODE> - <DT><B>Returns:</B><DD>imagesList a table of string[N] with in logical index [N][0] = path name [N][1] = logical name of the file. <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></CODE></DL> </DD> </DL> <HR> <A NAME="getWebsitePages(java.lang.String, java.lang.String)"><!-- --></A><H3> getWebsitePages</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[][] <B>getWebsitePages</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId) throws <A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></PRE> <DL> <DD>Method declaration Get html pages of the website <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>path</CODE> - type String: for example of the directory<DD><CODE>componentId</CODE> - <DT><B>Returns:</B><DD>imagesList a table of string[N][2] with in logical index [N][0] = path name [N][1] = logical name of the file. <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></CODE></DL> </DD> </DL> <HR> <A NAME="getOldWysiwygFileName(java.lang.String)"><!-- --></A><H3> getOldWysiwygFileName</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getOldWysiwygFileName</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId)</PRE> <DL> <DD>Build the name of the file to be attached. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>objectId:</CODE> - for example the id of the publication. <DT><B>Returns:</B><DD>the name of the file</DL> </DD> </DL> <HR> <A NAME="getWysiwygFileName(java.lang.String, java.lang.String)"><!-- --></A><H3> getWysiwygFileName</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getWysiwygFileName</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> currentLanguage)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getImagesFileName(java.lang.String)"><!-- --></A><H3> getImagesFileName</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getImagesFileName</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId)</PRE> <DL> <DD>Method declaration built the name of the images to be attached. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>objectId</CODE> - : for example the id of the publication. <DT><B>Returns:</B><DD>fileName String : name of the file</DL> </DD> </DL> <HR> <A NAME="deleteFileAndAttachment(java.lang.String, java.lang.String)"><!-- --></A><H3> deleteFileAndAttachment</H3> <PRE> public static void <B>deleteFileAndAttachment</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> id)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="deleteFile(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> deleteFile</H3> <PRE> public static void <B>deleteFile</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="createFileAndAttachment(java.lang.String, com.stratelia.webactiv.util.WAPrimaryKey, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> createFileAndAttachment</H3> <PRE> public static void <B>createFileAndAttachment</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> textHtml, <A HREF="../../../../com/stratelia/webactiv/util/WAPrimaryKey.html" title="class in com.stratelia.webactiv.util">WAPrimaryKey</A> foreignKey, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> context, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> contentLanguage)</PRE> <DL> <DD>Creation of the file and its attachment. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>textHtml</CODE> - String : contains the text published by the wysiwyg.<DD><CODE>foreignKey</CODE> - the id of object to which is attached the wysiwyg.<DD><CODE>context</CODE> - the context images/wysiwyg....<DD><CODE>userId</CODE> - the user creating the wysiwyg.<DD><CODE>contentLanguage</CODE> - the language of the content of the wysiwyg.</DL> </DD> </DL> <HR> <A NAME="createFileAndAttachment(java.lang.String, com.stratelia.webactiv.util.WAPrimaryKey, java.lang.String, java.lang.String)"><!-- --></A><H3> createFileAndAttachment</H3> <PRE> public static void <B>createFileAndAttachment</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> textHtml, <A HREF="../../../../com/stratelia/webactiv/util/WAPrimaryKey.html" title="class in com.stratelia.webactiv.util">WAPrimaryKey</A> foreignKey, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> contentLanguage)</PRE> <DL> <DD>Method declaration creation of the file and its attachment. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>textHtml</CODE> - String : contains the text published by the wysiwyg<DD><CODE>foreignKey</CODE> - the id of object to which is attached the wysiwyg.<DD><CODE>userId</CODE> - the author of the content.<DD><CODE>contentLanguage</CODE> - the language of the content.</DL> </DD> </DL> <HR> <A NAME="createUnindexedFileAndAttachment(java.lang.String, com.stratelia.webactiv.util.WAPrimaryKey, java.lang.String, java.lang.String)"><!-- --></A><H3> createUnindexedFileAndAttachment</H3> <PRE> public static void <B>createUnindexedFileAndAttachment</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> textHtml, <A HREF="../../../../com/stratelia/webactiv/util/WAPrimaryKey.html" title="class in com.stratelia.webactiv.util">WAPrimaryKey</A> foreignKey, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> contentLanguage)</PRE> <DL> <DD>Method declaration creation of the file and its attachment. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>textHtml</CODE> - String : contains the text published by the wysiwyg<DD><CODE>foreignKey</CODE> - the id of object to which is attached the wysiwyg.<DD><CODE>userId</CODE> - the author of the content.<DD><CODE>contentLanguage</CODE> - the language of the content.</DL> </DD> </DL> <HR> <A NAME="addToIndex(org.silverpeas.search.indexEngine.model.FullIndexEntry, com.silverpeas.util.ForeignPK, java.lang.String)"><!-- --></A><H3> addToIndex</H3> <PRE> public static void <B>addToIndex</B>(<A HREF="../../../../org/silverpeas/search/indexEngine/model/FullIndexEntry.html" title="class in org.silverpeas.search.indexEngine.model">FullIndexEntry</A> indexEntry, <A HREF="../../../../com/silverpeas/util/ForeignPK.html" title="class in com.silverpeas.util">ForeignPK</A> pk, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD>Add all elements attached to object identified by the given index into the given index <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>indexEntry</CODE> - the index of the related resource.<DD><CODE>pk</CODE> - the primary key of the container of the wysiwyg.<DD><CODE>language</CODE> - the language.</DL> </DD> </DL> <HR> <A NAME="updateFileAndAttachment(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> updateFileAndAttachment</H3> <PRE> public static void <B>updateFileAndAttachment</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> textHtml, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD>Method declaration remove and recreates the file attached <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>textHtml</CODE> - String : contains the text published by the wysiwyg<DD><CODE>componentId</CODE> - String : the id of component.<DD><CODE>objectId</CODE> - String : for example the id of the publication.<DD><CODE>userId</CODE> - <DD><CODE>language</CODE> - the language of the content.</DL> </DD> </DL> <HR> <A NAME="updateFileAndAttachment(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)"><!-- --></A><H3> updateFileAndAttachment</H3> <PRE> public static void <B>updateFileAndAttachment</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> textHtml, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language, boolean indexIt)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="save(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)"><!-- --></A><H3> save</H3> <PRE> public static void <B>save</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> textHtml, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language, boolean indexIt)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="deleteWysiwygAttachments(java.lang.String, java.lang.String)"><!-- --></A><H3> deleteWysiwygAttachments</H3> <PRE> public static void <B>deleteWysiwygAttachments</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId)</PRE> <DL> <DD>Method declaration remove the file attached. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>componentId</CODE> - String : the id of component.<DD><CODE>objectId</CODE> - String : for example the id of the publication.</DL> </DD> </DL> <HR> <A NAME="deleteWysiwygAttachmentsOnly(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> deleteWysiwygAttachmentsOnly</H3> <PRE> public static void <B>deleteWysiwygAttachmentsOnly</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> spaceId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId) throws <A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></PRE> <DL> <DD>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 <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>spaceId</CODE> - <DD><CODE>componentId</CODE> - <DD><CODE>objectId</CODE> - <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></CODE></DL> </DD> </DL> <HR> <A NAME="load(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> load</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>load</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD>Loads wysiwyg content. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>componentId</CODE> - String : the id of component.<DD><CODE>objectId</CODE> - String : for example the id of the publication.<DD><CODE>language</CODE> - the language of the content. <DT><B>Returns:</B><DD>text : the contents of the file attached.</DL> </DD> </DL> <HR> <A NAME="loadForReadOnly(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> loadForReadOnly</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>loadForReadOnly</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD>Loads wysiwyg content that will only be read and never updated.<br/> Indeed, this method will call standard WYSIWYG transformations that are necessary only in readOnly mode. The resizing of image attachments for example. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>componentId</CODE> - String : the id of component.<DD><CODE>objectId</CODE> - String : for example the id of the publication.<DD><CODE>language</CODE> - the language of the content. <DT><B>Returns:</B><DD>text : the contents of the file attached.</DL> </DD> </DL> <HR> <A NAME="getEmbeddedAttachmentIds(java.lang.String)"><!-- --></A><H3> getEmbeddedAttachmentIds</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> <B>getEmbeddedAttachmentIds</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> content)</PRE> <DL> <DD>Get all Silverpeas Files linked by wysiwyg content <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>content</CODE> - <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="loadFileWebsite(java.lang.String, java.lang.String)"><!-- --></A><H3> loadFileWebsite</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>loadFileWebsite</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> fileName) throws <A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></PRE> <DL> <DD>Method declaration return the contents of the file. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>fileName</CODE> - String : name of the file<DD><CODE>path</CODE> - String : the path of the file <DT><B>Returns:</B><DD>text : the contents of the file attached. <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></CODE></DL> </DD> </DL> <HR> <A NAME="haveGotWysiwygToDisplay(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> haveGotWysiwygToDisplay</H3> <PRE> public static boolean <B>haveGotWysiwygToDisplay</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="haveGotWysiwyg(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> haveGotWysiwyg</H3> <PRE> public static boolean <B>haveGotWysiwyg</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="updateWebsite(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> updateWebsite</H3> <PRE> public static void <B>updateWebsite</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> cheminFichier, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> nomFichier, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> contenuFichier) throws <A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></PRE> <DL> <DD>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 : "<HTML><TITLE>...." <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>cheminFichier</CODE> - <DD><CODE>contenuFichier</CODE> - <DD><CODE>nomFichier</CODE> - <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/silverpeas/wysiwyg/WysiwygException.html" title="class in org.silverpeas.wysiwyg">WysiwygException</A></CODE></DL> </DD> </DL> <HR> <A NAME="copy(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> copy</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> <B>copy</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> oldComponentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> oldObjectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> userId)</PRE> <DL> <DD>Method declaration <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>oldComponentId</CODE> - <DD><CODE>oldObjectId</CODE> - <DD><CODE>componentId</CODE> - <DD><CODE>objectId</CODE> - <DD><CODE>userId</CODE> - <DT><B>See Also:</B><DD><CODE></CODE></DL> </DD> </DL> <HR> <A NAME="move(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> move</H3> <PRE> public static void <B>move</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> fromComponentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> fromObjectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="wysiwygPlaceHaveChanged(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> wysiwygPlaceHaveChanged</H3> <PRE> public static void <B>wysiwygPlaceHaveChanged</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> oldComponentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> oldObjectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> newComponentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> newObjectId)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getWysiwygPath(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> getWysiwygPath</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getWysiwygPath</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> language)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getWysiwygPath(java.lang.String, java.lang.String)"><!-- --></A><H3> getWysiwygPath</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getWysiwygPath</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> objectId)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getGalleries()"><!-- --></A><H3> getGalleries</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../com/stratelia/webactiv/beans/admin/ComponentInstLight.html" title="class in com.stratelia.webactiv.beans.admin">ComponentInstLight</A>> <B>getGalleries</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getStorageFile()"><!-- --></A><H3> getStorageFile</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../com/stratelia/webactiv/beans/admin/ComponentInstLight.html" title="class in com.stratelia.webactiv.beans.admin">ComponentInstLight</A>> <B>getStorageFile</B>()</PRE> <DL> <DD>Gets the components dedicated to file storage <P> <DD><DL> <DT><B>Returns:</B><DD>a components list</DL> </DD> </DL> <HR> <A NAME="indexEmbeddedLinkedFiles(org.silverpeas.search.indexEngine.model.FullIndexEntry, java.util.List)"><!-- --></A><H3> indexEmbeddedLinkedFiles</H3> <PRE> public static void <B>indexEmbeddedLinkedFiles</B>(<A HREF="../../../../org/silverpeas/search/indexEngine/model/FullIndexEntry.html" title="class in org.silverpeas.search.indexEngine.model">FullIndexEntry</A> indexEntry, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> embeddedAttachmentIds)</PRE> <DL> <DD>Index given embedded linked files <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>indexEntry</CODE> - index entry to update<DD><CODE>embeddedAttachmentIds</CODE> - embedded linked files ids</DL> </DD> </DL> <HR> <A NAME="createPath(java.lang.String, java.lang.String)"><!-- --></A><H3> createPath</H3> <PRE> public static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>createPath</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> componentId, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> context)</PRE> <DL> <DD>To create path. Warning: the token separing the repertories is ",". <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>componentId</CODE> - : the name of component<DD><CODE>context</CODE> - : string made up of the repertories separated by token "," <DT><B>Returns:</B><DD>the path.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev">  <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WysiwygController.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../org/silverpeas/wysiwyg/control/WysiwygContentTransformerProcess.html" title="interface in org.silverpeas.wysiwyg.control"><B>PREV CLASS</B></A>   <A HREF="../../../../org/silverpeas/wysiwyg/control/WysiwygManager.html" title="class in org.silverpeas.wysiwyg.control"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/silverpeas/wysiwyg/control/WysiwygController.html" target="_top"><B>FRAMES</B></A>    <A HREF="WysiwygController.html" target="_top"><B>NO FRAMES</B></A>    <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright © 2016 <a href="http://www.silverpeas.org">Silverpeas</a>. All Rights Reserved. </BODY> </HTML>